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

Version Description

[27 January 2021] = [New] Added Dropbox, Foursquare, Disqus and Reddit in the Social Login networks [Improvement] Google login doesn't depend on any 3rd party library anymore [Bugfix] Social Avatar saved from Facebook login was appearing broken. Users need to login at least once via their Facebook account after this plugin-update to fix the broken social avatar More details on What's new

Download this release

Release Info

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

Code changes from version 7.13.11 to 7.13.12

Files changed (46) hide show
  1. admin/social_login.php +185 -2
  2. admin/social_sharing.php +2 -2
  3. css/front.css +1 -1
  4. helper.php +13 -1
  5. inc/shortcode.php +1 -1
  6. inc/social_login.php +133 -19
  7. js/front/combined.js +1 -1
  8. js/front/social_login/common.js +1 -1
  9. languages/super-socializer-ar_AR.mo +0 -0
  10. languages/super-socializer-ar_AR.po +436 -281
  11. languages/super-socializer-es_ES.mo +0 -0
  12. languages/super-socializer-es_ES.po +435 -276
  13. languages/super-socializer-hu_HU.mo +0 -0
  14. languages/super-socializer-hu_HU.po +435 -279
  15. languages/super-socializer-it_IT.mo +0 -0
  16. languages/super-socializer-it_IT.po +435 -279
  17. languages/super-socializer-pt_BR.mo +0 -0
  18. languages/super-socializer-pt_BR.po +433 -276
  19. languages/super-socializer-ru_RU.mo +0 -0
  20. languages/super-socializer-ru_RU.po +427 -276
  21. languages/super-socializer-uk.mo +0 -0
  22. languages/super-socializer-uk.po +427 -276
  23. languages/super-socializer-zh_CN.mo +0 -0
  24. languages/super-socializer-zh_CN.po +421 -275
  25. languages/super-socializer.pot +388 -268
  26. library/Google/Auth/Abstract.php +0 -36
  27. library/Google/Auth/AppIdentity.php +0 -120
  28. library/Google/Auth/AssertionCredentials.php +0 -136
  29. library/Google/Auth/Exception.php +0 -22
  30. library/Google/Auth/LoginTicket.php +0 -69
  31. library/Google/Auth/OAuth2.php +0 -633
  32. library/Google/Auth/Simple.php +0 -64
  33. library/Google/Client.php +0 -686
  34. library/Google/Config.php +0 -447
  35. library/Google/Exception.php +0 -20
  36. library/Google/Http/CacheParser.php +0 -184
  37. library/Google/Http/REST.php +0 -175
  38. library/Google/Http/Request.php +0 -476
  39. library/Google/IO/Abstract.php +0 -336
  40. library/Google/IO/Curl.php +0 -173
  41. library/Google/IO/Exception.php +0 -67
  42. library/Google/IO/cacerts.pem +0 -2183
  43. library/Google/Logger/Abstract.php +0 -406
  44. library/Google/Logger/Null.php +0 -41
  45. library/Google/Model.php +0 -281
  46. library/Google/Oauth2.php +0 -78
admin/social_login.php CHANGED
@@ -154,6 +154,22 @@
154
  <label for="the_champ_login_twitch"><?php _e("Twitch", 'super-socializer'); ?></label>
155
  </div>
156
  <div class="theChampHorizontalSharingProviderContainer">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  <input id="the_champ_login_github" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('github', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="github" />
158
  <label for="the_champ_login_github"><?php _e("Github", 'super-socializer'); ?></label>
159
  </div>
@@ -693,7 +709,7 @@
693
  </td>
694
  </tr>
695
  <!-- end of Dribbble -->
696
- <!-- twitch -->
697
  <tr>
698
  <th>
699
  <label for="the_champ_sl_twitch_key"><?php _e("Twitch Client ID", 'super-socializer'); ?></label><img id="the_champ_sl_twitch_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -734,7 +750,174 @@
734
  </td>
735
  </tr>
736
 
737
- <!-- end of -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
738
 
739
  <!-- Github -->
740
  <tr>
154
  <label for="the_champ_login_twitch"><?php _e("Twitch", 'super-socializer'); ?></label>
155
  </div>
156
  <div class="theChampHorizontalSharingProviderContainer">
157
+ <input id="the_champ_login_foursquare" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('foursquare', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="foursquare" />
158
+ <label for="the_champ_login_foursquare"><?php _e("Foursquare", 'super-socializer'); ?></label>
159
+ </div>
160
+ <div class="theChampHorizontalSharingProviderContainer">
161
+ <input id="the_champ_login_dropbox" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('dropbox', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="dropbox" />
162
+ <label for="the_champ_login_dropbox"><?php _e("Dropbox", 'super-socializer'); ?></label>
163
+ </div>
164
+ <div class="theChampHorizontalSharingProviderContainer">
165
+ <input id="the_champ_login_disqus" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('disqus', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="disqus" />
166
+ <label for="the_champ_login_disqus"><?php _e("Disqus", 'super-socializer'); ?></label>
167
+ </div>
168
+ <div class="theChampHorizontalSharingProviderContainer">
169
+ <input id="the_champ_login_reddit" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('reddit', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="reddit" />
170
+ <label for="the_champ_login_reddit"><?php _e("Reddit", 'super-socializer'); ?></label>
171
+ </div>
172
+ <div class="theChampHorizontalSharingProviderContainer">
173
  <input id="the_champ_login_github" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('github', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="github" />
174
  <label for="the_champ_login_github"><?php _e("Github", 'super-socializer'); ?></label>
175
  </div>
709
  </td>
710
  </tr>
711
  <!-- end of Dribbble -->
712
+ <!-- Twitch -->
713
  <tr>
714
  <th>
715
  <label for="the_champ_sl_twitch_key"><?php _e("Twitch Client ID", 'super-socializer'); ?></label><img id="the_champ_sl_twitch_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
750
  </td>
751
  </tr>
752
 
753
+ <!-- end of Twitch -->
754
+ <!-- Foursquare -->
755
+ <tr>
756
+ <th>
757
+ <label for="the_champ_sl_foursquare_key"><?php _e("Foursquare Client ID", 'super-socializer'); ?></label><img id="the_champ_sl_foursquare_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
758
+ </th>
759
+ <td>
760
+ <input id="the_champ_sl_foursquare_key" name="the_champ_login[foursquare_client_id]" type="text" value="<?php echo $theChampLoginOptions['foursquare_client_id'] ?>" />
761
+ </td>
762
+ </tr>
763
+ <tr class="the_champ_help_content" id="the_champ_sl_foursquare_key_help_cont">
764
+ <td colspan="2">
765
+ <div>
766
+ <?php echo sprintf(__('Required for Foursquare Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Foursquare Client ID', 'super-socializer'), 'http://support.heateor.com/get-foursquare-client-id-and-secret') ?>
767
+ <br/>
768
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
769
+ <br/>
770
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Foursquare'; ?></strong>
771
+ </div>
772
+ </td>
773
+ </tr>
774
+
775
+ <tr>
776
+ <th>
777
+ <label for="the_champ_sl_foursquare_secret"><?php _e("Foursquare Client Secret", 'super-socializer'); ?></label><img id="the_champ_sl_foursquare_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
778
+ </th>
779
+ <td>
780
+ <input id="the_champ_sl_foursquare_secret" name="the_champ_login[foursquare_client_secret]" type="text" value="<?php echo $theChampLoginOptions['foursquare_client_secret'] ?>" />
781
+ </td>
782
+ </tr>
783
+ <tr class="the_champ_help_content" id="the_champ_sl_foursquare_secret_help_cont">
784
+ <td colspan="2">
785
+ <div>
786
+ <?php echo sprintf(__('Required for Foursquare Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Foursquare Client Secret', 'super-socializer'), 'http://support.heateor.com/get-foursquare-client-id-and-secret') ?>
787
+ <br/>
788
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
789
+ <br/>
790
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Foursquare'; ?></strong>
791
+ </div>
792
+ </td>
793
+ </tr>
794
+ <!-- Dropbox -->
795
+ <tr>
796
+ <th>
797
+ <label for="the_champ_sl_dropbox_key"><?php _e("Dropbox App Key", 'super-socializer'); ?></label><img id="the_champ_sl_dropbox_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
798
+ </th>
799
+ <td>
800
+ <input id="the_champ_sl_dropbox_key" name="the_champ_login[dropbox_app_key]" type="text" value="<?php echo $theChampLoginOptions['dropbox_app_key'] ?>" />
801
+ </td>
802
+ </tr>
803
+ <tr class="the_champ_help_content" id="the_champ_sl_dropbox_key_help_cont">
804
+ <td colspan="2">
805
+ <div>
806
+ <?php echo sprintf(__('Required for Dropbox Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Dropbox App Key', 'super-socializer'), 'http://support.heateor.com/get-dropbox-app-key-and-secret') ?>
807
+ <br/>
808
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
809
+ <br/>
810
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dropbox'; ?></strong>
811
+ </div>
812
+ </td>
813
+ </tr>
814
+
815
+ <tr>
816
+ <th>
817
+ <label for="the_champ_sl_dropbox_secret"><?php _e("Dropbox App Secret", 'super-socializer'); ?></label><img id="the_champ_sl_dropbox_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
818
+ </th>
819
+ <td>
820
+ <input id="the_champ_sl_dropbox_secret" name="the_champ_login[dropbox_app_secret]" type="text" value="<?php echo $theChampLoginOptions['dropbox_app_secret'] ?>" />
821
+ </td>
822
+ </tr>
823
+ <tr class="the_champ_help_content" id="the_champ_sl_dropbox_secret_help_cont">
824
+ <td colspan="2">
825
+ <div>
826
+ <?php echo sprintf(__('Required for Dropbox Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Dropbox App Secret', 'super-socializer'), 'http://support.heateor.com/get-dropbox-app-key-and-secret') ?>
827
+ <br/>
828
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
829
+ <br/>
830
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dropbox'; ?></strong>
831
+ </div>
832
+ </td>
833
+ </tr>
834
+
835
+ <!-- end of Dropbox -->
836
+
837
+ <!-- Disqus -->
838
+ <tr>
839
+ <th>
840
+ <label for="the_champ_sl_disqus_key"><?php _e("Disqus Public Key", 'super-socializer'); ?></label><img id="the_champ_sl_disqus_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
841
+ </th>
842
+ <td>
843
+ <input id="the_champ_sl_disqus_key" name="the_champ_login[disqus_public_key]" type="text" value="<?php echo $theChampLoginOptions['disqus_public_key'] ?>" />
844
+ </td>
845
+ </tr>
846
+ <tr class="the_champ_help_content" id="the_champ_sl_disqus_key_help_cont">
847
+ <td colspan="2">
848
+ <div>
849
+ <?php echo sprintf(__('Required for Disqus Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Disqus Public Key', 'super-socializer'), 'http://support.heateor.com/get-disqus-public-key-and-secret-key') ?>
850
+ <br/>
851
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
852
+ <br/>
853
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Disqus'; ?></strong>
854
+ </div>
855
+ </td>
856
+ </tr>
857
+
858
+ <tr>
859
+ <th>
860
+ <label for="the_champ_sl_disqus_secret"><?php _e("Disqus Secret Key", 'super-socializer'); ?></label><img id="the_champ_sl_disqus_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
861
+ </th>
862
+ <td>
863
+ <input id="the_champ_sl_disqus_secret" name="the_champ_login[disqus_secret_key]" type="text" value="<?php echo $theChampLoginOptions['disqus_secret_key'] ?>" />
864
+ </td>
865
+ </tr>
866
+ <tr class="the_champ_help_content" id="the_champ_sl_disqus_secret_help_cont">
867
+ <td colspan="2">
868
+ <div>
869
+ <?php echo sprintf(__('Required for Disqus Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Disqus Secret Key', 'super-socializer'), 'http://support.heateor.com/get-disqus-public-key-and-secret-key') ?>
870
+ <br/>
871
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
872
+ <br/>
873
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Disqus'; ?></strong>
874
+ </div>
875
+ </td>
876
+ </tr>
877
+ <!-- end of Disqus -->
878
+
879
+ <!-- Reddit -->
880
+ <tr>
881
+ <th>
882
+ <label for="the_champ_sl_reddit_key"><?php _e("Reddit Client ID", 'super-socializer'); ?></label><img id="the_champ_sl_reddit_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
883
+ </th>
884
+ <td>
885
+ <input id="the_champ_sl_reddit_key" name="the_champ_login[reddit_client_id]" type="text" value="<?php echo $theChampLoginOptions['reddit_client_id'] ?>" />
886
+ </td>
887
+ </tr>
888
+ <tr class="the_champ_help_content" id="the_champ_sl_reddit_key_help_cont">
889
+ <td colspan="2">
890
+ <div>
891
+ <?php echo sprintf(__('Required for Reddit Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Reddit Client ID', 'super-socializer'), 'http://support.heateor.com/get-reddit-client-id-and-secret') ?>
892
+ <br/>
893
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect Uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
894
+ <br/>
895
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Reddit'; ?></strong>
896
+ </div>
897
+ </td>
898
+ </tr>
899
+
900
+ <tr>
901
+ <th>
902
+ <label for="the_champ_sl_reddit_secret"><?php _e("Reddit Client Secret", 'super-socializer'); ?></label><img id="the_champ_sl_reddit_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
903
+ </th>
904
+ <td>
905
+ <input id="the_champ_sl_reddit_secret" name="the_champ_login[reddit_client_secret]" type="text" value="<?php echo $theChampLoginOptions['reddit_client_secret'] ?>" />
906
+ </td>
907
+ </tr>
908
+ <tr class="the_champ_help_content" id="the_champ_sl_reddit_secret_help_cont">
909
+ <td colspan="2">
910
+ <div>
911
+ <?php echo sprintf(__('Required for Reddit Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Reddit Client Secret', 'super-socializer'), 'http://support.heateor.com/get-reddit-client-id-and-secret') ?>
912
+ <br/>
913
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect Uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
914
+ <br/>
915
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Reddit'; ?></strong>
916
+ </div>
917
+ </td>
918
+ </tr>
919
+
920
+ <!-- end of Reddit -->
921
 
922
  <!-- Github -->
923
  <tr>
admin/social_sharing.php CHANGED
@@ -45,8 +45,8 @@
45
  $theChampSharingOptions['vertical_re_providers'] = array();
46
  }
47
  ?>
48
- <div class="error notice notice-success is-dismissible" <?php echo !(isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) && (((in_array('facebook', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))) || (in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares'])))) && (!$theChampSharingOptions['fb_key'] || !$theChampSharingOptions['fb_secret'])) ? '' : 'style = "display: none"';?>>
49
- <?php echo '<p><strong>' . __('Save Facebook App Id and Secret in the "Miscellaneous" section for Facebook share count to work', 'super-socializer') . '</strong></p>'; ?>
50
  </div>
51
 
52
  <div class="menu_div" id="tabs" <?php echo isset($theChampSharingOptions['enable']) ? '' : 'style="display:none"' ?>>
45
  $theChampSharingOptions['vertical_re_providers'] = array();
46
  }
47
  ?>
48
+ <div id="setting-error-settings_updated" class="error settings-error notice is-dismissible below-h2" <?php echo !(isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) && (((in_array('facebook', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))) || (in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares'])))) && (!$theChampSharingOptions['fb_key'] || !$theChampSharingOptions['fb_secret'])) ? '' : 'style = "display: none"';?>>
49
+ <?php echo '<p><strong>' . __('Save Facebook App Id and Secret in the "Miscellaneous" section for Facebook share count to work', 'super-socializer') . '</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">' . __('Dismiss this notice', 'super-socializer') . '</span></button>'; ?>
50
  </div>
51
 
52
  <div class="menu_div" id="tabs" <?php echo isset($theChampSharingOptions['enable']) ? '' : 'style="display:none"' ?>>
css/front.css CHANGED
@@ -1 +1 @@
1
- #the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWordpressLoginSvg{background-size:84%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleLoginSvg{background-size:101%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2033%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLineLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMicrosoftLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-16.61977%20-16.61977%20123.565208%20123.834167%22%20id%3D%22svg8375%22%3E%3Cpath%20d%3D%22M%200%2C12.40183%2035.68737%2C7.5416%2035.70297%2C41.96435%200.03321%2C42.16748%20z%20m%2035.67037%2C33.52906%200.0277%2C34.45332%20-35.66989%2C-4.9041%20-0.002%2C-29.77972%20z%20M%2039.99644%2C6.90595%2087.31462%2C0%20l%200%2C41.527%20-47.31818%2C0.37565%20z%20M%2087.32567%2C46.25471%2087.31457%2C87.59463%2039.9964%2C80.91625%2039.9301%2C46.17767%20z%22%20id%3D%22path13%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampKakaoLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampSpotifyLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20186.845%20186.845%22%20style%3D%22enable-background%3Anew%200%200%20186.845%20186.845%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.875%2C120.962c-31.094-14.37-74.616-8.014-76.453-7.737c-4.096%2C0.619-6.915%2C4.44-6.296%2C8.536%20c0.619%2C4.096%2C4.443%2C6.912%2C8.536%2C6.296c0.406-0.062%2C40.867-5.982%2C67.92%2C6.521c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.813-4.355C134.274%2C127.157%2C132.635%2C122.7%2C128.875%2C120.962z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M137.614%2C93.953c-35.313-16.319-84.833-9.087-86.924-8.772c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532%20c0.616%2C4.095%2C4.438%2C6.916%2C8.531%2C6.301c0.468-0.071%2C47.206-6.857%2C78.394%2C7.556c1.02%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.814-4.356C143.014%2C100.148%2C141.374%2C95.691%2C137.614%2C93.953z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.49%2C65.736c-39.006-18.027-93.79-10.028-96.103-9.679c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532s4.44%2C6.919%2C8.531%2C6.3%20c0.523-0.079%2C52.691-7.657%2C87.573%2C8.463c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694c2.834%2C0%2C5.546-1.614%2C6.813-4.355%20C148.89%2C71.93%2C147.25%2C67.474%2C143.49%2C65.736z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat;background-size:128%}.theChampGithubLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%27false%27%20aria-hidden%3D%27true%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20fill%3D%27%23FFF%27%20d%3D%27M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat;background-size:94%}.theChampDribbbleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-10%2010%201000%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20500c0-90.667%2022.334-174.333%2067-251%2044.667-76.667%20105.334-137.333%20182-182C325.667%2022.333%20409.334%200%20500%200c90.667%200%20174.334%2022.333%20251%2067%2076.667%2044.667%20137.334%20105.333%20182%20182%2044.667%2076.667%2067%20160.333%2067%20251s-22.333%20174.333-67%20251c-44.666%2076.667-105.333%20137.333-182%20182-76.666%2044.667-160.333%2067-251%2067-90.666%200-174.333-22.333-251-67-76.666-44.667-137.333-105.333-182-182C22.334%20674.333%200%20590.667%200%20500zm83%200c0%20104%2035%20195.667%20105%20275%2032-62.667%2082.667-122.333%20152-179%2069.334-56.667%20137-92.333%20203-107-10-23.333-19.666-44.333-29-63-114.666%2036.667-238.666%2055-372%2055-26%200-45.333-.333-58-1%200%202.667-.166%206-.5%2010-.333%204-.5%207.333-.5%2010zm13-103c14.667%201.333%2036.334%202%2065%202%20111.334%200%20217-15%20317-45-50.666-90-106.333-165-167-225-52.666%2026.667-97.833%2063.667-135.5%20111-37.666%2047.333-64.166%2099.667-79.5%20157zm149%20432c75.334%2058.667%20160.334%2088%20255%2088%2049.334%200%2098.334-9.333%20147-28-13.333-114-39.333-224.333-78-331-61.333%2013.333-123.166%2047-185.5%20101C321.167%20713%20275%20769.667%20245%20829zM398%2097c58.667%2060.667%20113%20136.333%20163%20227%2090.667-38%20159-86.333%20205-145-77.333-64-166-96-266-96-34%200-68%204.667-102%2014zm199%20298c10%2021.333%2021.334%2048.333%2034%2081%2049.334-4.667%20103-7%20161-7%2041.334%200%2082.334%201%20123%203-5.333-90.667-38-171.333-98-242-43.333%2064.667-116.666%20119.667-220%20165zm59%20151c34%2098.667%2057%20200%2069%20304%2052.667-34%2095.667-77.667%20129-131%2033.334-53.333%2053.334-111%2060-173-48.666-3.333-93-5-133-5-36.666%200-78.333%201.667-125%205z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:78%}.theChampYahooLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:95%}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing li.the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing li.the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampYahooBackground{background-color:#400090}.theChampGithubBackground{background-color:#2a2a2a}.theChampSpotifyBackground{background-color:#1DB954}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FCB700}.theChampFacebookBackground{background-color:#4267B2}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampLineBackground{background-color:#00C300}.theChampMicrosoftBackground{background-color:#2672ec}.theChampParlerBackground{background-color:#C63240}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}ul.the_champ_sharing_ul i.theChampTCBackground{background-color:transparent;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTelegramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}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}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}div.the_champ_bottom_sharing{margin-bottom:0}.theChampTwitchBackground{background-color:#6441A5}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}div#the_champ_sharing_more_content ss.theChampParlerSvg{width:92%!important}
1
+ #the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWordpressLoginSvg{background-size:84%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleLoginSvg{background-size:101%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2033%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLineLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMicrosoftLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-16.61977%20-16.61977%20123.565208%20123.834167%22%20id%3D%22svg8375%22%3E%3Cpath%20d%3D%22M%200%2C12.40183%2035.68737%2C7.5416%2035.70297%2C41.96435%200.03321%2C42.16748%20z%20m%2035.67037%2C33.52906%200.0277%2C34.45332%20-35.66989%2C-4.9041%20-0.002%2C-29.77972%20z%20M%2039.99644%2C6.90595%2087.31462%2C0%20l%200%2C41.527%20-47.31818%2C0.37565%20z%20M%2087.32567%2C46.25471%2087.31457%2C87.59463%2039.9964%2C80.91625%2039.9301%2C46.17767%20z%22%20id%3D%22path13%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampKakaoLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampSpotifyLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20186.845%20186.845%22%20style%3D%22enable-background%3Anew%200%200%20186.845%20186.845%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.875%2C120.962c-31.094-14.37-74.616-8.014-76.453-7.737c-4.096%2C0.619-6.915%2C4.44-6.296%2C8.536%20c0.619%2C4.096%2C4.443%2C6.912%2C8.536%2C6.296c0.406-0.062%2C40.867-5.982%2C67.92%2C6.521c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.813-4.355C134.274%2C127.157%2C132.635%2C122.7%2C128.875%2C120.962z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M137.614%2C93.953c-35.313-16.319-84.833-9.087-86.924-8.772c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532%20c0.616%2C4.095%2C4.438%2C6.916%2C8.531%2C6.301c0.468-0.071%2C47.206-6.857%2C78.394%2C7.556c1.02%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.814-4.356C143.014%2C100.148%2C141.374%2C95.691%2C137.614%2C93.953z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.49%2C65.736c-39.006-18.027-93.79-10.028-96.103-9.679c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532s4.44%2C6.919%2C8.531%2C6.3%20c0.523-0.079%2C52.691-7.657%2C87.573%2C8.463c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694c2.834%2C0%2C5.546-1.614%2C6.813-4.355%20C148.89%2C71.93%2C147.25%2C67.474%2C143.49%2C65.736z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat;background-size:128%}.theChampGithubLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%27false%27%20aria-hidden%3D%27true%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20fill%3D%27%23FFF%27%20d%3D%27M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat;background-size:94%}.theChampDribbbleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-10%2010%201000%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20500c0-90.667%2022.334-174.333%2067-251%2044.667-76.667%20105.334-137.333%20182-182C325.667%2022.333%20409.334%200%20500%200c90.667%200%20174.334%2022.333%20251%2067%2076.667%2044.667%20137.334%20105.333%20182%20182%2044.667%2076.667%2067%20160.333%2067%20251s-22.333%20174.333-67%20251c-44.666%2076.667-105.333%20137.333-182%20182-76.666%2044.667-160.333%2067-251%2067-90.666%200-174.333-22.333-251-67-76.666-44.667-137.333-105.333-182-182C22.334%20674.333%200%20590.667%200%20500zm83%200c0%20104%2035%20195.667%20105%20275%2032-62.667%2082.667-122.333%20152-179%2069.334-56.667%20137-92.333%20203-107-10-23.333-19.666-44.333-29-63-114.666%2036.667-238.666%2055-372%2055-26%200-45.333-.333-58-1%200%202.667-.166%206-.5%2010-.333%204-.5%207.333-.5%2010zm13-103c14.667%201.333%2036.334%202%2065%202%20111.334%200%20217-15%20317-45-50.666-90-106.333-165-167-225-52.666%2026.667-97.833%2063.667-135.5%20111-37.666%2047.333-64.166%2099.667-79.5%20157zm149%20432c75.334%2058.667%20160.334%2088%20255%2088%2049.334%200%2098.334-9.333%20147-28-13.333-114-39.333-224.333-78-331-61.333%2013.333-123.166%2047-185.5%20101C321.167%20713%20275%20769.667%20245%20829zM398%2097c58.667%2060.667%20113%20136.333%20163%20227%2090.667-38%20159-86.333%20205-145-77.333-64-166-96-266-96-34%200-68%204.667-102%2014zm199%20298c10%2021.333%2021.334%2048.333%2034%2081%2049.334-4.667%20103-7%20161-7%2041.334%200%2082.334%201%20123%203-5.333-90.667-38-171.333-98-242-43.333%2064.667-116.666%20119.667-220%20165zm59%20151c34%2098.667%2057%20200%2069%20304%2052.667-34%2095.667-77.667%20129-131%2033.334-53.333%2053.334-111%2060-173-48.666-3.333-93-5-133-5-36.666%200-78.333%201.667-125%205z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:78%}.theChampYahooLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:95%}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing li.the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing li.the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampYahooBackground{background-color:#400090}.theChampGithubBackground{background-color:#2a2a2a}.theChampSpotifyBackground{background-color:#1DB954}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FCB700}.theChampDropboxBackground{background-color:#0061ff}.theChampFoursquareBackground{background-color:#f94877}.theChampDisqusBackground{background-color:#2e9fff}.theChampFacebookBackground{background-color:#4267B2}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampLineBackground{background-color:#00C300}.theChampMicrosoftBackground{background-color:#2672ec}.theChampParlerBackground{background-color:#C63240}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}ul.the_champ_sharing_ul i.theChampTCBackground{background-color:transparent;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTelegramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}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}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}div.the_champ_bottom_sharing{margin-bottom:0}.theChampTwitchBackground{background-color:#6441A5}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}div#the_champ_sharing_more_content ss.theChampParlerSvg{width:92%!important}.theChampRedditLoginSvg{background-size:125%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDisqusLoginSvg{background-size:112%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer%5f1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20200%20200%22%20enable-background%3D%22new%200%200%20200%20200%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer%5f2%22%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M102.535%2C167.5c-16.518%2C0-31.621-6.036-43.298-16.021L30.5%2C155.405l11.102-27.401%0A%09c-3.868-8.535-6.038-18.01-6.038-28.004c0-37.277%2C29.984-67.5%2C66.971-67.5c36.984%2C0%2C66.965%2C30.223%2C66.965%2C67.5%0A%09C169.5%2C137.284%2C139.52%2C167.5%2C102.535%2C167.5z%20M139.102%2C99.807v-0.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201%0A%09C125.171%2C133.753%2C139.102%2C119.284%2C139.102%2C99.807L139.102%2C99.807z%20M101.964%2C117.168h-7.482V82.841h7.482%0A%09c10.989%2C0%2C18.283%2C6.265%2C18.283%2C17.07v0.188C120.247%2C110.995%2C112.953%2C117.168%2C101.964%2C117.168z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDropboxLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20id%3D%22svg126%22%20version%3D%221.1%22%20viewBox%3D%22-35.3175%20-50%20306.085%20300%22%3E%3Cdefs%20id%3D%22defs112%22%3E%3Cstyle%20id%3D%22style110%22%3E.cls-1%7Bfill%3A%23ffffff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22polygon116%22%20class%3D%22cls-1%22%20d%3D%22M58.86%2075l58.87-37.5L58.86%200%200%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon118%22%20class%3D%22cls-1%22%20d%3D%22M176.59%2075l58.86-37.5L176.59%200l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon120%22%20class%3D%22cls-1%22%20d%3D%22M117.73%20112.5L58.86%2075%200%20112.5%2058.86%20150z%22%2F%3E%3Cpath%20id%3D%22polygon122%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20150l58.86-37.5L176.59%2075l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon124%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20162.5L117.73%20125l-58.87%2037.5%2058.87%2037.5z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFoursquareLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-6.25%20-4%2040%2040%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center}
helper.php CHANGED
@@ -56,6 +56,18 @@ function the_champ_login_notifications($loginOptions){
56
  if(in_array('twitch', $loginOptions['providers']) && (!$loginOptions['twitch_client_id'] || !$loginOptions['twitch_client_secret'])){
57
  $errorHtml .= the_champ_error_message('Specify Twitch Client ID and Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Twitch Login to work');
58
  }
 
 
 
 
 
 
 
 
 
 
 
 
59
  }
60
  return $errorHtml;
61
  }
@@ -533,7 +545,7 @@ function the_champ_account_linking(){
533
  <style type="text/css">
534
  #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}
535
  </style>
536
- <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, theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampYahooAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Yahoo&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampWordpressAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Wordpress&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampDribbbleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dribbble&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGithubAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Github&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampSpotifyAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Spotify&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampKakaoAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Kakao&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampCurrentPageUrl</script>
537
  <?php
538
  $userVerified = false;
539
  $ajaxUrl = 'admin-ajax.php';
56
  if(in_array('twitch', $loginOptions['providers']) && (!$loginOptions['twitch_client_id'] || !$loginOptions['twitch_client_secret'])){
57
  $errorHtml .= the_champ_error_message('Specify Twitch Client ID and Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Twitch Login to work');
58
  }
59
+ if(in_array('reddit', $loginOptions['providers']) && (!$loginOptions['reddit_client_id'] || !$loginOptions['reddit_client_secret'])){
60
+ $errorHtml .= the_champ_error_message('Specify Reddit Client ID and Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Reddit Login to work');
61
+ }
62
+ if(in_array('foursquare', $loginOptions['providers']) && (!$loginOptions['foursquare_client_id'] || !$loginOptions['foursquare_client_secret'])){
63
+ $errorHtml .= the_champ_error_message('Specify Foursquare Client ID and Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Foursquare Login to work');
64
+ }
65
+ if(in_array('disqus', $loginOptions['providers']) && (!$loginOptions['disqus_public_key'] || !$loginOptions['disqus_secret_key'])){
66
+ $errorHtml .= the_champ_error_message('Specify Disqus Client ID and Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Disqus Login to work');
67
+ }
68
+ if(in_array('dropbox', $loginOptions['providers']) && (!$loginOptions['dropbox_app_key'] || !$loginOptions['dropbox_app_secret'])){
69
+ $errorHtml .= the_champ_error_message('Specify Dropbox Client ID and Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Dropbox Login to work');
70
+ }
71
  }
72
  return $errorHtml;
73
  }
545
  <style type="text/css">
546
  #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}
547
  </style>
548
+ <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, theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampYahooAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Yahoo&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampWordpressAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Wordpress&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampDribbbleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dribbble&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGithubAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Github&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampSpotifyAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Spotify&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampKakaoAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Kakao&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDropboxAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dropbox&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampRedditAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Reddit&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampFoursquareAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Foursquare&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDisqusAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Disqus&super_socializer_redirect_to=" + theChampCurrentPageUrl</script>
549
  <?php
550
  $userVerified = false;
551
  $ajaxUrl = 'admin-ajax.php';
inc/shortcode.php CHANGED
@@ -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 = "";theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCustomRedirect, theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampCustomRedirect, theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampCustomRedirect, theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCustomRedirect, theChampYahooAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Yahoo&super_socializer_redirect_to=" + theChampCustomRedirect, theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCustomRedirect, theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCustomRedirect, theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCustomRedirect, theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampCustomRedirect, theChampWordpressAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Wordpress&super_socializer_redirect_to=" + theChampCustomRedirect, theChampDribbbleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dribbble&super_socializer_redirect_to=" + theChampCustomRedirect, theChampGithubAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Github&super_socializer_redirect_to=" + theChampCustomRedirect, theChampSpotifyAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Spotify&super_socializer_redirect_to=" + theChampCustomRedirect, theChampKakaoAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Kakao&super_socializer_redirect_to=" + theChampCustomRedirect; theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampCustomRedirect;</script>';
232
  }
233
  }
234
  return $html;
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 = "";theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCustomRedirect, theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampCustomRedirect, theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampCustomRedirect, theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCustomRedirect, theChampYahooAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Yahoo&super_socializer_redirect_to=" + theChampCustomRedirect, theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCustomRedirect, theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCustomRedirect, theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCustomRedirect, theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampCustomRedirect, theChampWordpressAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Wordpress&super_socializer_redirect_to=" + theChampCustomRedirect, theChampDribbbleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dribbble&super_socializer_redirect_to=" + theChampCustomRedirect, theChampGithubAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Github&super_socializer_redirect_to=" + theChampCustomRedirect, theChampSpotifyAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Spotify&super_socializer_redirect_to=" + theChampCustomRedirect, theChampKakaoAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Kakao&super_socializer_redirect_to=" + theChampCustomRedirect; theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampCustomRedirect; theChampRedditAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Reddit&super_socializer_redirect_to=" + theChampCustomRedirect; theChampDisqusAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Disqus&super_socializer_redirect_to=" + theChampCustomRedirect; theChampDropboxAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dropbox&super_socializer_redirect_to=" + theChampCustomRedirect; theChampFoursquareAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Foursquare&super_socializer_redirect_to=" + theChampCustomRedirect;</script>';
232
  }
233
  }
234
  return $html;
inc/social_login.php CHANGED
@@ -109,17 +109,81 @@ if(isset($theChampLoginOptions['enable_wc_checkout']) && $theChampLoginOptions['
109
  }
110
 
111
  /**
112
- * Login user to Wordpress.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  */
114
  function the_champ_login_user($userId, $profileData = array(), $socialId = '', $update = false){
115
  $user = get_user_by('id', $userId);
116
-
117
  if($update && !get_user_meta($userId, 'thechamp_dontupdate_avatar', true)){
118
  if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
119
- update_user_meta($userId, 'thechamp_avatar', $profileData['avatar']);
 
 
 
 
 
 
 
120
  }
121
  if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
122
- update_user_meta($userId, 'thechamp_large_avatar', $profileData['large_avatar']);
 
 
 
 
 
 
 
123
  }
124
  }
125
  if($socialId != ''){
@@ -469,7 +533,7 @@ function the_champ_sanitize_profile_data($profileData, $provider){
469
  $temp['avatar'] = isset($profileData['smallAvatar']) && heateor_ss_validate_url($profileData['smallAvatar']) !== false ? trim($profileData['smallAvatar']) : '';
470
  $temp['large_avatar'] = isset($profileData['largeAvatar']) && heateor_ss_validate_url($profileData['largeAvatar']) !== false ? trim($profileData['largeAvatar']) : '';
471
  }elseif($provider == 'google'){
472
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
473
  $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
474
  $temp['name'] = isset($profileData->name) ? $profileData->name : '';
475
  $temp['username'] = '';
@@ -602,20 +666,70 @@ function the_champ_sanitize_profile_data($profileData, $provider){
602
  $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
603
  $temp['large_avatar'] = isset($profileData->properties) && isset($profileData->properties->profile_image) && $profileData->properties->profile_image && heateor_ss_validate_url($profileData->properties->profile_image) !== false ? trim($profileData->properties->profile_image) : '';
604
  }elseif($provider == 'twitch'){
605
- if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
606
- $temp['email'] = sanitize_email($profileData->email);
607
- } else {
608
- $temp['email'] = '';
609
- }
610
- $temp['bio'] = '';
611
- $temp['username'] = isset($profileData->display_name) ? sanitize_text_field($profileData->display_name) : '';
612
- $temp['link'] = $temp['username'] ? 'https://www.twitch.tv/' . $temp['username'] : '';
613
- $temp['avatar'] = isset($profileData->logo) && heateor_ss_validate_url($profileData->logo) ? trim($profileData->logo) : '';
614
- $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
615
- $temp['first_name'] = '';
616
- $temp['last_name'] = '';
617
- $temp['id'] = isset($profileData->_id) ? sanitize_text_field($profileData->_id) : '';
618
- $temp['large_avatar'] = '';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
619
  }
620
  if($provider != 'steam'){
621
  $temp['avatar'] = str_replace('http://', '//', $temp['avatar']);
109
  }
110
 
111
  /**
112
+ * Get url of the upload directory of WordPress
113
+ */
114
+ function heateor_ss_wp_upload_dir_url(){
115
+ $upload_dir = wp_upload_dir();
116
+ $upload_dir = $upload_dir['baseurl'];
117
+ return preg_replace('/^https?:\/\//', '', $upload_dir);
118
+ }
119
+
120
+ /**
121
+ * Get url of the image after saving it locally
122
+ */
123
+ function heateor_ss_save_social_avatar($url = NULL, $name = NULL){
124
+ $url = stripslashes($url);
125
+ if(!filter_var($url, FILTER_VALIDATE_URL))
126
+ return false;
127
+ if(empty($name))
128
+ $name = basename($url);
129
+ $dir = wp_upload_dir();
130
+ try {
131
+ $image = wp_remote_get($url, array(
132
+ 'timeout' => 15
133
+ ));
134
+ if(!is_wp_error($image) && isset($image['response']['code']) && 200 === $image['response']['code']) {
135
+ $imageContent = wp_remote_retrieve_body($image);
136
+ $imageType = isset($image['headers']) && isset($image['headers']['content-type']) ? $image['headers']['content-type'] : '';
137
+ $imageTypeParts = array();
138
+ $extension = '';
139
+ if($imageType) {
140
+ $imageTypeParts = explode('/', $imageType);
141
+ $extension = $imageTypeParts[1];
142
+ }
143
+ if(!is_string($imageContent) || empty($imageContent))
144
+ return false;
145
+ // echo '<pre>';
146
+ // print_r($dir);
147
+ // die;
148
+ // if (! is_dir($dir['path'])) {
149
+ // wp_mkdir_p( $dir['path'] );
150
+ // }
151
+ $save = file_put_contents($dir['path'] . "/" . $name . '.' . $extension, $imageContent);
152
+ if(!$save)
153
+ return false;
154
+ return $dir['url'] . "/" . $name . '.' . $extension;
155
+ }
156
+ }
157
+ catch(Exception $e) {
158
+ return false;
159
+ }
160
+ }
161
+
162
+ /**
163
+ * Login user to Wordpress
164
  */
165
  function the_champ_login_user($userId, $profileData = array(), $socialId = '', $update = false){
166
  $user = get_user_by('id', $userId);
 
167
  if($update && !get_user_meta($userId, 'thechamp_dontupdate_avatar', true)){
168
  if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
169
+ if($profileData['provider'] == 'facebook'){
170
+ $localAvatarUrl = heateor_ss_save_social_avatar($profileData['avatar'], $profileData['id']);
171
+ if($localAvatarUrl){
172
+ update_user_meta($userId, 'thechamp_avatar', $localAvatarUrl);
173
+ }
174
+ }else{
175
+ update_user_meta($userId, 'thechamp_avatar', $profileData['avatar']);
176
+ }
177
  }
178
  if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
179
+ if($profileData['provider'] == 'facebook'){
180
+ $localLargeAvatarUrl = heateor_ss_save_social_avatar($profileData['large_avatar'], $profileData['id'] . '_large');
181
+ if($localLargeAvatarUrl){
182
+ update_user_meta($userId, 'thechamp_large_avatar', $localLargeAvatarUrl);
183
+ }
184
+ }else{
185
+ update_user_meta($userId, 'thechamp_large_avatar', $profileData['large_avatar']);
186
+ }
187
  }
188
  }
189
  if($socialId != ''){
533
  $temp['avatar'] = isset($profileData['smallAvatar']) && heateor_ss_validate_url($profileData['smallAvatar']) !== false ? trim($profileData['smallAvatar']) : '';
534
  $temp['large_avatar'] = isset($profileData['largeAvatar']) && heateor_ss_validate_url($profileData['largeAvatar']) !== false ? trim($profileData['largeAvatar']) : '';
535
  }elseif($provider == 'google'){
536
+ $temp['id'] = isset($profileData->sub) ? sanitize_text_field($profileData->sub) : '';
537
  $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
538
  $temp['name'] = isset($profileData->name) ? $profileData->name : '';
539
  $temp['username'] = '';
666
  $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
667
  $temp['large_avatar'] = isset($profileData->properties) && isset($profileData->properties->profile_image) && $profileData->properties->profile_image && heateor_ss_validate_url($profileData->properties->profile_image) !== false ? trim($profileData->properties->profile_image) : '';
668
  }elseif($provider == 'twitch'){
669
+ if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
670
+ $temp['email'] = sanitize_email($profileData->email);
671
+ } else {
672
+ $temp['email'] = '';
673
+ }
674
+ $temp['bio'] = '';
675
+ $temp['username'] = isset($profileData->display_name) ? sanitize_text_field($profileData->display_name) : '';
676
+ $temp['link'] = $temp['username'] ? 'https://www.twitch.tv/' . $temp['username'] : '';
677
+ $temp['avatar'] = isset($profileData->logo) && heateor_ss_validate_url($profileData->logo) ? trim($profileData->logo) : '';
678
+ $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
679
+ $temp['first_name'] = '';
680
+ $temp['last_name'] = '';
681
+ $temp['id'] = isset($profileData->_id) ? sanitize_text_field($profileData->_id) : '';
682
+ $temp['large_avatar'] = '';
683
+ }elseif($provider == 'reddit'){
684
+ $temp['email'] = '';
685
+ $temp['bio'] = '';
686
+ $temp['username'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
687
+ $temp['link'] = '';
688
+ $temp['avatar'] = isset($profileData->icon_img) && heateor_ss_validate_url($profileData->icon_img) ? trim($profileData->icon_img) : '';
689
+ $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
690
+ $temp['first_name'] = '';
691
+ $temp['last_name'] = '';
692
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
693
+ $temp['large_avatar'] = '';
694
+ }elseif($provider == 'disqus'){
695
+ $temp['email'] = isset($profileData->response) && isset($profileData->response->email) ? sanitize_email($profileData->response->email) : '';
696
+ $temp['bio'] = '';
697
+ $temp['username'] = '';
698
+ $temp['link'] = isset($profileData->response) && isset($profileData->response->profileUrl) && heateor_ss_validate_url($profileData->response->profileUrl) ? trim($profileData->response->profileUrl) : '';
699
+ $temp['avatar'] = isset($profileData->response) && isset($profileData->response->small) && isset($profileData->response->small->permalink) && heateor_ss_validate_url($profileData->response->small->permalink) ? trim($profileData->response->small->permalink) : '';
700
+ $temp['name'] = isset($profileData->response) && isset($profileData->response->name) ? sanitize_text_field($profileData->response->name) : '';
701
+ $temp['first_name'] = '';
702
+ $temp['last_name'] = '';
703
+ $temp['id'] = isset($profileData->response) && isset($profileData->response->id) ? sanitize_text_field($profileData->response->id) : '';
704
+ $temp['large_avatar'] = isset($profileData->response) && isset($profileData->response->large) && isset($profileData->response->large->permalink) && heateor_ss_validate_url($profileData->response->large->permalink) ? trim($profileData->response->large->permalink) : '';
705
+ }elseif($provider == 'dropbox'){
706
+ $temp['email'] = '';
707
+ if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
708
+ $temp['email'] = sanitize_email($profileData->email);
709
+ }
710
+ $temp['bio'] = '';
711
+ $temp['username'] = isset($profileData->name) && isset($profileData->name->username) ? sanitize_text_field($profileData->name->username) : '';
712
+ $temp['link'] = '';
713
+ $temp['avatar'] = '';
714
+ $temp['name'] = isset($profileData->name) && isset($profileData->name->display_name) ? sanitize_text_field($profileData->name->display_name) : '';
715
+ $temp['first_name'] = isset($profileData->name) && isset($profileData->name->given_name) ? sanitize_text_field($profileData->name->given_name) : '';
716
+ $temp['last_name'] = isset($profileData->name) && isset($profileData->name->surname) ? sanitize_text_field($profileData->name->surname) : '';
717
+ $temp['id'] = isset($profileData->account_id) ? sanitize_text_field($profileData->account_id) : '';
718
+ $temp['large_avatar'] = '';
719
+ }elseif($provider == 'foursquare'){
720
+ $temp['email'] = '';
721
+ if(isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->contact) && isset($profileData->response->user->contact->email) && isset($profileData->response->user->contact->verifiedPhone) && $profileData->response->user->contact->verifiedPhone == true){
722
+ $temp['email'] = sanitize_email($profileData->response->user->contact->email);
723
+ }
724
+ $temp['bio'] = '';
725
+ $temp['username'] = '';
726
+ $temp['link'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->canonicalUrl) && heateor_ss_validate_url($profileData->response->user->canonicalUrl) ? trim($profileData->response->user->canonicalUrl) : '';
727
+ $temp['avatar'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->photo) && isset($profileData->response->user->photo->prefix) && isset($profileData->response->user->photo->suffix) ? sanitize_text_field($profileData->response->user->photo->prefix) . "64x64" . sanitize_text_field($profileData->response->user->photo->suffix) : '';
728
+ $temp['name'] = '';
729
+ $temp['first_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->firstName) ? sanitize_text_field($profileData->response->user->firstName) : '';
730
+ $temp['last_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->lastName) ? sanitize_text_field($profileData->response->user->lastName) : '';
731
+ $temp['id'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->id) ? sanitize_text_field($profileData->response->user->id) : '';
732
+ $temp['large_avatar'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->photo) && isset($profileData->response->user->photo->prefix) && isset($profileData->response->user->photo->suffix) ? sanitize_text_field($profileData->response->user->photo->prefix) . "190x190" . sanitize_text_field($profileData->response->user->photo->suffix) : '';
733
  }
734
  if($provider != 'steam'){
735
  $temp['avatar'] = str_replace('http://', '//', $temp['avatar']);
js/front/combined.js CHANGED
@@ -3,7 +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,a){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){"facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"kakao"==a?theChampLoginPopup(theChampKakaoAuthUrl):"line"==a?theChampLoginPopup(theChampLineAuthUrl):"microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"twitch"==a?theChampLoginPopup(theChampTwitchAuthUrl):"steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"wordpress"==a?theChampLoginPopup(theChampWordpressAuthUrl):"yahoo"==a?theChampLoginPopup(theChampYahooAuthUrl):"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;
7
  // sdk.js
8
  function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v9.0"})}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
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,a){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){"facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"foursquare"==a?theChampLoginPopup(theChampFoursquareAuthUrl):"dropbox"==a?theChampLoginPopup(theChampDropboxAuthUrl):"disqus"==a?theChampLoginPopup(theChampDisqusAuthUrl):"reddit"==a?theChampLoginPopup(theChampRedditAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"kakao"==a?theChampLoginPopup(theChampKakaoAuthUrl):"line"==a?theChampLoginPopup(theChampLineAuthUrl):"microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"twitch"==a?theChampLoginPopup(theChampTwitchAuthUrl):"steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"wordpress"==a?theChampLoginPopup(theChampWordpressAuthUrl):"yahoo"==a?theChampLoginPopup(theChampYahooAuthUrl):"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;
7
  // sdk.js
8
  function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v9.0"})}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,a){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){"facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"twitch"==a?theChampLoginPopup(theChampTwitchAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"kakao"==a?theChampLoginPopup(theChampKakaoAuthUrl):"line"==a?theChampLoginPopup(theChampLineAuthUrl):"microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"yahoo"==a?theChampLoginPopup(theChampYahooAuthUrl):"wordpress"==a?theChampLoginPopup(theChampWordpressAuthUrl):"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;
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,a){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){"facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"foursquare"==a?theChampLoginPopup(theChampFoursquareAuthUrl):"dropbox"==a?theChampLoginPopup(theChampDropboxAuthUrl):"disqus"==a?theChampLoginPopup(theChampDisqusAuthUrl):"reddit"==a?theChampLoginPopup(theChampRedditAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"twitch"==a?theChampLoginPopup(theChampTwitchAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"kakao"==a?theChampLoginPopup(theChampKakaoAuthUrl):"line"==a?theChampLoginPopup(theChampLineAuthUrl):"microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"yahoo"==a?theChampLoginPopup(theChampYahooAuthUrl):"wordpress"==a?theChampLoginPopup(theChampWordpressAuthUrl):"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;
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-12-15 11:56+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:57+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:1273
19
  #, fuzzy
20
  msgid ""
21
  "cURL is not enabled at your website server. Please contact your website "
@@ -24,7 +24,7 @@ msgstr ""
24
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
25
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
- #: ../super_socializer.php:1301
28
  #, fuzzy, php-format
29
  msgid ""
30
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -33,7 +33,7 @@ msgstr ""
33
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
34
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
35
 
36
- #: ../super_socializer.php:1304
37
  #, fuzzy, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -42,7 +42,7 @@ msgstr ""
42
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
43
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
44
 
45
- #: ../super_socializer.php:1307
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
@@ -50,141 +50,141 @@ msgstr ""
50
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
51
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
52
 
53
- #: ../super_socializer.php:1489 ../helper.php:975
54
  msgid "Please verify your email address to login."
55
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
56
 
57
- #: ../super_socializer.php:1489
58
  msgid "Your email has been verified. Now you can login to your account"
59
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
60
 
61
- #: ../super_socializer.php:1493
62
  msgid "Notification"
63
  msgstr "تنبيهات"
64
 
65
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
66
  msgid "Email required"
67
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
68
 
69
- #: ../super_socializer.php:1514
70
  msgid "Please check your email inbox to complete the registration."
71
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
72
 
73
- #: ../super_socializer.php:1583
74
  msgid "Leave a reply"
75
  msgstr "اترك رد"
76
 
77
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
78
  msgid "Shares"
79
  msgstr ""
80
 
81
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
82
  msgid "Share"
83
  msgstr ""
84
 
85
- #: ../super_socializer.php:1599
86
  #, fuzzy
87
  msgid "Link copied."
88
  msgstr "شارك الأخرين عبر لنكيدان"
89
 
90
- #: ../super_socializer.php:1844
91
  #, fuzzy
92
  msgid "Super Socializer - General Options"
93
  msgstr "آخر تسجيل دخول | Last Login"
94
 
95
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
96
  #: ../admin/social_commenting.php:47
97
  #, fuzzy
98
  msgid "General Options"
99
  msgstr "المشاركات الأفقي"
100
 
101
- #: ../super_socializer.php:1912 ../helper.php:904
102
  #, fuzzy
103
  msgid "Social Avatar"
104
  msgstr "صغير الرمزية رابط"
105
 
106
- #: ../super_socializer.php:1915
107
  msgid "Small Avatar Url"
108
  msgstr "صغير الرمزية رابط"
109
 
110
- #: ../super_socializer.php:1919
111
  #, fuzzy
112
  msgid "Large Avatar Url"
113
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
114
 
115
- #: ../super_socializer.php:1923 ../helper.php:907
116
  msgid ""
117
  "Do not fetch and update social avatar from my profile, next time I Social "
118
  "Login"
119
  msgstr ""
120
 
121
- #: ../super_socializer.php:1927 ../helper.php:908
122
  msgid "Update social avatar, next time I Social Login"
123
  msgstr ""
124
 
125
- #: ../super_socializer.php:2004
126
  msgid "Login with your Social ID"
127
  msgstr ""
128
 
129
- #: ../super_socializer.php:2005
130
  msgid "Email you entered is already registered or invalid"
131
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
132
 
133
- #: ../super_socializer.php:2012
134
  msgid "Please enter a valid email address. You might be required to verify it"
135
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
136
 
137
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
138
  msgid "Link your social account to login to your account at this website"
139
  msgstr ""
140
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
141
  "الى حسابك في هذا الموقع"
142
 
143
- #: ../super_socializer.php:2256
144
  msgid "Thanks for installing Super Socializer plugin"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:2258
148
  msgid "Configure the Plugin"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:2269
152
  msgid ""
153
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
154
  "current version of Super Socializer"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:2278
158
  msgid ""
159
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
160
  "version of Super Socializer"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:2287
164
  msgid ""
165
- "Update \"Social Login Buttons\" add-on for compatibility with current "
166
- "version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:2296
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
172
  "with current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:2305
176
  msgid ""
177
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:2316
182
  #, php-format
183
  msgid ""
184
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:2325
188
  #, php-format
189
  msgid ""
190
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -192,7 +192,7 @@ msgid ""
192
  "Instagram App Secret <a href=\"%s\">here</a>"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
196
  #, php-format
197
  msgid ""
198
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -201,13 +201,13 @@ msgid ""
201
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:2359
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:2383
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -215,14 +215,14 @@ msgid ""
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
219
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
220
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
221
- #: ../super_socializer.php:2546
222
  msgid "Okay"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:2408
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -230,7 +230,7 @@ msgid ""
230
  "\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:2433
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -238,7 +238,7 @@ msgid ""
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:2458
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -246,13 +246,13 @@ msgid ""
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
- #: ../super_socializer.php:2469
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:2491
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -260,7 +260,7 @@ msgid ""
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:2519
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -269,7 +269,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:2546
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:2571
281
  #, php-format
282
  msgid ""
283
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -285,11 +285,11 @@ msgid ""
285
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
289
  msgid "Dismiss"
290
  msgstr ""
291
 
292
- #: ../super_socializer.php:2597
293
  #, php-format
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -298,145 +298,141 @@ msgid ""
298
  "that, clear share counts cache from \"Miscellaneous\" section"
299
  msgstr ""
300
 
301
- #: ../super_socializer.php:2797
302
  msgid ""
303
  "Your browser is blocking some features of this website. Please follow the "
304
  "instructions at {support_url} to unblock these."
305
  msgstr ""
306
 
307
- #: ../helper.php:8
308
  #, fuzzy
309
  msgid "Settings saved"
310
  msgstr "الإعدادات"
311
 
312
- #: ../helper.php:8 ../admin/social_sharing.php:49
313
- msgid "Dismiss this notice"
314
- msgstr "إقالة هذا الإشعار"
315
-
316
- #: ../helper.php:174
317
  #, fuzzy
318
  msgid "Click to toggle help"
319
  msgstr "إضغط لإخفاء المساعدة "
320
 
321
- #: ../helper.php:271
322
  #, fuzzy
323
  msgid "Add-Ons"
324
  msgstr "إضافات"
325
 
326
- #: ../helper.php:272
327
  msgid "Support Documentation"
328
  msgstr ""
329
 
330
- #: ../helper.php:273
331
  msgid "Settings"
332
  msgstr "الإعدادات"
333
 
334
- #: ../helper.php:556
335
  msgid "Account linked successfully"
336
  msgstr "تم ربط حسابك بنجاح"
337
 
338
- #: ../helper.php:560
339
  msgid "Account already exists or linked"
340
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
341
 
342
- #: ../helper.php:596 ../helper.php:598
343
  #, fuzzy
344
  msgid "Login with"
345
  msgstr "الخيارات"
346
 
347
- #: ../helper.php:633 ../helper.php:639
348
  msgid "Currently"
349
  msgstr "في الوقت الحاضر"
350
 
351
- #: ../helper.php:633 ../helper.php:639
352
  msgid "Connected with"
353
  msgstr ""
354
 
355
- #: ../helper.php:633 ../helper.php:639
356
  msgid "Remove"
357
  msgstr "إزالة"
358
 
359
- #: ../helper.php:710
360
  #, fuzzy
361
  msgid "Social Account Linking"
362
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
363
 
364
- #: ../helper.php:760
365
  #, fuzzy
366
  msgid "Disable Standard Social Sharing on this "
367
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
368
 
369
- #: ../helper.php:765
370
  #, fuzzy
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
373
 
374
- #: ../helper.php:770
375
  #, fuzzy
376
  msgid "Disable Standard like buttons on this "
377
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
378
 
379
- #: ../helper.php:775
380
  #, fuzzy
381
  msgid "Disable Floating like buttons on this "
382
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
383
 
384
- #: ../helper.php:780
385
  msgid "Disable Social Commenting on this "
386
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
387
 
388
- #: ../helper.php:789
389
  #, fuzzy
390
  msgid "Standard Sharing Interface"
391
  msgstr "المشاركات الأفقي"
392
 
393
- #: ../helper.php:795 ../helper.php:814
394
  msgid "Starting share count for "
395
  msgstr "بدء العد حصة ل"
396
 
397
- #: ../helper.php:808
398
  #, fuzzy
399
  msgid "Floating Sharing Interface"
400
  msgstr "المشاركات الأفقي"
401
 
402
- #: ../helper.php:911
403
  #, fuzzy
404
  msgid "Small Avatar"
405
  msgstr "صغير الرمزية رابط"
406
 
407
- #: ../helper.php:915
408
  #, fuzzy
409
  msgid "Large Avatar"
410
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
411
 
412
- #: ../helper.php:919 ../admin/general_options.php:89
413
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
414
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
415
  #, fuzzy
416
  msgid "Save Changes"
417
  msgstr "حفظ"
418
 
419
- #: ../helper.php:1012
420
  msgid "Click to delete social profile data"
421
  msgstr ""
422
 
423
- #: ../helper.php:1041
424
  #, fuzzy
425
  msgid "Deleting"
426
  msgstr "الإعدادات"
427
 
428
- #: ../helper.php:1051
429
  msgid "Deleted"
430
  msgstr ""
431
 
432
- #: ../helper.php:1053
433
  msgid "Something bad happened"
434
  msgstr ""
435
 
436
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
437
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
438
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
439
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
440
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
441
  #, fuzzy, php-format
442
  msgid ""
@@ -495,14 +491,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
495
  msgstr ""
496
 
497
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
498
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
499
  #: ../admin/like_buttons.php:790
500
  #, fuzzy
501
  msgid "Instagram Shoutout"
502
  msgstr "إنستاجرام"
503
 
504
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
505
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
506
  #: ../admin/like_buttons.php:792
507
  msgid ""
508
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -629,6 +625,10 @@ msgid ""
629
  "Facebook share count to work"
630
  msgstr ""
631
 
 
 
 
 
632
  #: ../admin/social_sharing.php:56
633
  msgid "Theme Selection"
634
  msgstr ""
@@ -653,7 +653,7 @@ msgstr ""
653
 
654
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
655
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
656
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
657
  #: ../admin/like_buttons.php:751
658
  #, fuzzy
659
  msgid "Shortcode & Widget"
@@ -666,7 +666,7 @@ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
666
 
667
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
668
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
669
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
670
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
671
  #, fuzzy
672
  msgid "FAQ"
@@ -926,8 +926,8 @@ msgstr "رابط (URL) مخصّص"
926
  msgid "Url to share"
927
  msgstr " شارك الآخرين بهذة الفقرة"
928
 
929
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
930
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
931
  #: ../inc/widget.php:949
932
  #, fuzzy
933
  msgid "Title"
@@ -1025,7 +1025,7 @@ msgid "Placement"
1025
  msgstr ""
1026
 
1027
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
1028
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
1029
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
1030
  #, fuzzy
1031
  msgid "Homepage"
@@ -1306,7 +1306,7 @@ msgstr ""
1306
  msgid "Required only to track Facebook share count"
1307
  msgstr ""
1308
 
1309
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1310
  #, fuzzy
1311
  msgid "Facebook App ID"
1312
  msgstr "رقم التعريف الخالص بك | ID"
@@ -1321,7 +1321,7 @@ msgstr ""
1321
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1322
  "فيسبوك"
1323
 
1324
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1325
  #, fuzzy
1326
  msgid "Facebook App Secret"
1327
  msgstr "رقم التعريف الخالص بك | ID"
@@ -1515,7 +1515,7 @@ msgstr ""
1515
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1516
 
1517
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1518
- #: ../admin/social_login.php:1569
1519
  msgid ""
1520
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1521
  "an online website for the plugin to function properly."
@@ -1570,7 +1570,7 @@ msgid ""
1570
  msgstr ""
1571
 
1572
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1573
- #: ../admin/social_login.php:1576
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr ""
1576
 
@@ -1921,11 +1921,11 @@ msgstr "إنشاء ملف الإعدادات"
1921
  msgid "Advanced Configuration"
1922
  msgstr "إنشاء ملف الإعدادات"
1923
 
1924
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1925
  msgid "GDPR"
1926
  msgstr ""
1927
 
1928
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1929
  msgid "XProfile Integration"
1930
  msgstr ""
1931
 
@@ -2026,19 +2026,37 @@ msgid "Twitch"
2026
  msgstr "شارك الأخرين عبر تويتر"
2027
 
2028
  #: ../admin/social_login.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2029
  msgid "Github"
2030
  msgstr ""
2031
 
2032
- #: ../admin/social_login.php:162
2033
  msgid "Kakao"
2034
  msgstr ""
2035
 
2036
- #: ../admin/social_login.php:170
2037
  #, fuzzy
2038
  msgid "Select Social ID provider to enable in Social Login"
2039
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2040
 
2041
- #: ../admin/social_login.php:187
2042
  #, fuzzy, php-format
2043
  msgid ""
2044
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -2048,7 +2066,7 @@ msgstr ""
2048
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2049
  "فيسبوك"
2050
 
2051
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
2052
  #, fuzzy
2053
  msgid ""
2054
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -2056,7 +2074,7 @@ msgstr ""
2056
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2057
  "الوصلة المذكورة"
2058
 
2059
- #: ../admin/social_login.php:208
2060
  #, fuzzy, php-format
2061
  msgid ""
2062
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -2066,12 +2084,12 @@ msgstr ""
2066
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2067
  "فيسبوك"
2068
 
2069
- #: ../admin/social_login.php:219
2070
  #, fuzzy
2071
  msgid "Twitter API Key"
2072
  msgstr "مفتاح API الخاص | API Private Key"
2073
 
2074
- #: ../admin/social_login.php:229
2075
  #, fuzzy, php-format
2076
  msgid ""
2077
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2081,18 +2099,19 @@ msgstr ""
2081
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2082
  "\"مفتاح API التغريد\""
2083
 
2084
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
2085
  #, fuzzy
2086
  msgid ""
2087
  "Paste following url in <strong>Website</strong> option mentioned at the link"
2088
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2089
 
2090
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
2091
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
2092
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
2093
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
2094
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
2095
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
2096
  #, fuzzy
2097
  msgid ""
2098
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2101,12 +2120,12 @@ msgstr ""
2101
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2102
  "المذكورة"
2103
 
2104
- #: ../admin/social_login.php:244
2105
  #, fuzzy
2106
  msgid "Twitter API Secret"
2107
  msgstr "شارك الأخرين عبر تويتر"
2108
 
2109
- #: ../admin/social_login.php:254
2110
  #, fuzzy, php-format
2111
  msgid ""
2112
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2116,12 +2135,12 @@ msgstr ""
2116
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2117
  "\"سر API التغريد\""
2118
 
2119
- #: ../admin/social_login.php:269
2120
  #, fuzzy
2121
  msgid "LinkedIn Client ID"
2122
  msgstr "شارك الأخرين عبر لنكيدان"
2123
 
2124
- #: ../admin/social_login.php:279
2125
  #, fuzzy, php-format
2126
  msgid ""
2127
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2130,8 +2149,8 @@ msgstr ""
2130
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2131
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2132
 
2133
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
2134
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
2135
  #, fuzzy
2136
  msgid ""
2137
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2140,12 +2159,12 @@ msgstr ""
2140
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2141
  "الوصلة المذكورة"
2142
 
2143
- #: ../admin/social_login.php:290
2144
  #, fuzzy
2145
  msgid "LinkedIn Client Secret"
2146
  msgstr "شارك الأخرين عبر لنكيدان"
2147
 
2148
- #: ../admin/social_login.php:300
2149
  #, fuzzy, php-format
2150
  msgid ""
2151
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2155,12 +2174,12 @@ msgstr ""
2155
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2156
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2157
 
2158
- #: ../admin/social_login.php:311
2159
  #, fuzzy
2160
  msgid "Google Client ID"
2161
  msgstr "شارك الأخرين عبر جوجل"
2162
 
2163
- #: ../admin/social_login.php:321
2164
  #, fuzzy, php-format
2165
  msgid ""
2166
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2170,7 +2189,7 @@ msgstr ""
2170
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2171
  "GooglePlus"
2172
 
2173
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
2174
  #, fuzzy
2175
  msgid ""
2176
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2179,12 +2198,12 @@ msgstr ""
2179
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2180
  "الوصلة المذكورة"
2181
 
2182
- #: ../admin/social_login.php:332
2183
  #, fuzzy
2184
  msgid "Google Client Secret"
2185
  msgstr "شارك الأخرين عبر جوجل"
2186
 
2187
- #: ../admin/social_login.php:342
2188
  #, fuzzy, php-format
2189
  msgid ""
2190
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2194,12 +2213,12 @@ msgstr ""
2194
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2195
  "GooglePlus"
2196
 
2197
- #: ../admin/social_login.php:353
2198
  #, fuzzy
2199
  msgid "Vkontakte Application ID"
2200
  msgstr "انشر عبر VKontakte"
2201
 
2202
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
2203
  #, fuzzy, php-format
2204
  msgid ""
2205
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2210,7 +2229,7 @@ msgstr ""
2210
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2211
  "Vkontakte"
2212
 
2213
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
2214
  #, fuzzy
2215
  msgid ""
2216
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2218,17 +2237,17 @@ msgid ""
2218
  msgstr ""
2219
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2220
 
2221
- #: ../admin/social_login.php:374
2222
  #, fuzzy
2223
  msgid "Vkontakte Secure key"
2224
  msgstr "انشر عبر VKontakte"
2225
 
2226
- #: ../admin/social_login.php:395
2227
  #, fuzzy
2228
  msgid "Instagram App ID"
2229
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2230
 
2231
- #: ../admin/social_login.php:405
2232
  #, fuzzy, php-format
2233
  msgid ""
2234
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2238,7 +2257,7 @@ msgstr ""
2238
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2239
  "Instagram"
2240
 
2241
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
2242
  #, fuzzy
2243
  msgid ""
2244
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -2247,12 +2266,12 @@ msgstr ""
2247
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2248
  "الوصلة المذكورة"
2249
 
2250
- #: ../admin/social_login.php:416
2251
  #, fuzzy
2252
  msgid "Instagram App Secret"
2253
  msgstr "إنستاجرام"
2254
 
2255
- #: ../admin/social_login.php:426
2256
  #, fuzzy, php-format
2257
  msgid ""
2258
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2262,11 +2281,11 @@ msgstr ""
2262
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2263
  "Instagram"
2264
 
2265
- #: ../admin/social_login.php:437
2266
  msgid "Line Channel ID"
2267
  msgstr ""
2268
 
2269
- #: ../admin/social_login.php:446
2270
  #, fuzzy, php-format
2271
  msgid ""
2272
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2275,12 +2294,12 @@ msgstr ""
2275
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2276
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2277
 
2278
- #: ../admin/social_login.php:457
2279
  #, fuzzy
2280
  msgid "Line Channel Secret"
2281
  msgstr "شارك الأخرين عبر لنكيدان"
2282
 
2283
- #: ../admin/social_login.php:466
2284
  #, fuzzy, php-format
2285
  msgid ""
2286
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2289,12 +2308,12 @@ msgstr ""
2289
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2290
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2291
 
2292
- #: ../admin/social_login.php:477
2293
  #, fuzzy
2294
  msgid "Wordpress Client ID"
2295
  msgstr "شارك الأخرين عبر جوجل"
2296
 
2297
- #: ../admin/social_login.php:486
2298
  #, fuzzy, php-format
2299
  msgid ""
2300
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2304,12 +2323,12 @@ msgstr ""
2304
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2305
  "GooglePlus"
2306
 
2307
- #: ../admin/social_login.php:497
2308
  #, fuzzy
2309
  msgid "Wordpress Client Secret"
2310
  msgstr "شارك الأخرين عبر جوجل"
2311
 
2312
- #: ../admin/social_login.php:506
2313
  #, fuzzy, php-format
2314
  msgid ""
2315
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2320,12 +2339,12 @@ msgstr ""
2320
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2321
  "GooglePlus"
2322
 
2323
- #: ../admin/social_login.php:517
2324
  #, fuzzy
2325
  msgid "Microsoft Client ID"
2326
  msgstr "شارك الأخرين عبر جوجل"
2327
 
2328
- #: ../admin/social_login.php:526
2329
  #, fuzzy, php-format
2330
  msgid ""
2331
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2335,8 +2354,9 @@ msgstr ""
2335
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2336
  "GooglePlus"
2337
 
2338
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
2339
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
2340
  #, fuzzy
2341
  msgid ""
2342
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2345,12 +2365,12 @@ msgstr ""
2345
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2346
  "الوصلة المذكورة"
2347
 
2348
- #: ../admin/social_login.php:537
2349
  #, fuzzy
2350
  msgid "Microsoft Client Secret"
2351
  msgstr "شارك الأخرين عبر جوجل"
2352
 
2353
- #: ../admin/social_login.php:546
2354
  #, fuzzy, php-format
2355
  msgid ""
2356
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2361,12 +2381,12 @@ msgstr ""
2361
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2362
  "GooglePlus"
2363
 
2364
- #: ../admin/social_login.php:556
2365
  #, fuzzy
2366
  msgid "Steam API Key"
2367
  msgstr "مفتاح API الخاص | API Private Key"
2368
 
2369
- #: ../admin/social_login.php:565
2370
  #, fuzzy, php-format
2371
  msgid ""
2372
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2376,19 +2396,19 @@ msgstr ""
2376
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2377
  "\"مفتاح API التغريد\""
2378
 
2379
- #: ../admin/social_login.php:566
2380
  #, fuzzy
2381
  msgid "Save following <strong>domain</strong> to get the key"
2382
  msgstr ""
2383
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2384
  "المذكورة"
2385
 
2386
- #: ../admin/social_login.php:575
2387
  #, fuzzy
2388
  msgid "Yahoo Client ID"
2389
  msgstr "شارك الأخرين عبر جوجل"
2390
 
2391
- #: ../admin/social_login.php:584
2392
  #, fuzzy, php-format
2393
  msgid ""
2394
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2398,7 +2418,7 @@ msgstr ""
2398
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2399
  "GooglePlus"
2400
 
2401
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2402
  #, fuzzy
2403
  msgid ""
2404
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
@@ -2407,12 +2427,12 @@ msgstr ""
2407
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2408
  "الوصلة المذكورة"
2409
 
2410
- #: ../admin/social_login.php:595
2411
  #, fuzzy
2412
  msgid "Yahoo Client Secret"
2413
  msgstr "شارك الأخرين عبر جوجل"
2414
 
2415
- #: ../admin/social_login.php:604
2416
  #, fuzzy, php-format
2417
  msgid ""
2418
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2422,12 +2442,12 @@ msgstr ""
2422
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2423
  "GooglePlus"
2424
 
2425
- #: ../admin/social_login.php:616
2426
  #, fuzzy
2427
  msgid "Spotify Client ID"
2428
  msgstr "شارك الأخرين عبر جوجل"
2429
 
2430
- #: ../admin/social_login.php:625
2431
  #, fuzzy, php-format
2432
  msgid ""
2433
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2437,12 +2457,12 @@ msgstr ""
2437
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2438
  "GooglePlus"
2439
 
2440
- #: ../admin/social_login.php:636
2441
  #, fuzzy
2442
  msgid "Spotify Client Secret"
2443
  msgstr "شارك الأخرين عبر جوجل"
2444
 
2445
- #: ../admin/social_login.php:645
2446
  #, fuzzy, php-format
2447
  msgid ""
2448
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2453,12 +2473,12 @@ msgstr ""
2453
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2454
  "GooglePlus"
2455
 
2456
- #: ../admin/social_login.php:658
2457
  #, fuzzy
2458
  msgid "Dribbble Client ID"
2459
  msgstr "شارك الأخرين عبر جوجل"
2460
 
2461
- #: ../admin/social_login.php:667
2462
  #, fuzzy, php-format
2463
  msgid ""
2464
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2468,12 +2488,12 @@ msgstr ""
2468
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2469
  "GooglePlus"
2470
 
2471
- #: ../admin/social_login.php:678
2472
  #, fuzzy
2473
  msgid "Dribbble Client Secret"
2474
  msgstr "شارك الأخرين عبر جوجل"
2475
 
2476
- #: ../admin/social_login.php:687
2477
  #, fuzzy, php-format
2478
  msgid ""
2479
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2484,12 +2504,12 @@ msgstr ""
2484
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2485
  "GooglePlus"
2486
 
2487
- #: ../admin/social_login.php:699
2488
  #, fuzzy
2489
  msgid "Twitch Client ID"
2490
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2491
 
2492
- #: ../admin/social_login.php:708
2493
  #, fuzzy, php-format
2494
  msgid ""
2495
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2499,12 +2519,12 @@ msgstr ""
2499
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2500
  "GooglePlus"
2501
 
2502
- #: ../admin/social_login.php:719
2503
  #, fuzzy
2504
  msgid "Twitch Client Secret"
2505
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2506
 
2507
- #: ../admin/social_login.php:728
2508
  #, fuzzy, php-format
2509
  msgid ""
2510
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2514,12 +2534,150 @@ msgstr ""
2514
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2515
  "GooglePlus"
2516
 
2517
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2518
  #, fuzzy
2519
  msgid "Github Client ID"
2520
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2521
 
2522
- #: ../admin/social_login.php:751
2523
  #, fuzzy, php-format
2524
  msgid ""
2525
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2529,12 +2687,12 @@ msgstr ""
2529
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2530
  "GooglePlus"
2531
 
2532
- #: ../admin/social_login.php:762
2533
  #, fuzzy
2534
  msgid "Github Client Secret"
2535
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2536
 
2537
- #: ../admin/social_login.php:771
2538
  #, fuzzy, php-format
2539
  msgid ""
2540
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2544,12 +2702,12 @@ msgstr ""
2544
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2545
  "GooglePlus"
2546
 
2547
- #: ../admin/social_login.php:784
2548
  #, fuzzy
2549
  msgid "Kakao Client ID"
2550
  msgstr "شارك الأخرين عبر جوجل"
2551
 
2552
- #: ../admin/social_login.php:793
2553
  #, fuzzy, php-format
2554
  msgid ""
2555
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2559,12 +2717,12 @@ msgstr ""
2559
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2560
  "GooglePlus"
2561
 
2562
- #: ../admin/social_login.php:804
2563
  #, fuzzy
2564
  msgid "Kakao Client Secret"
2565
  msgstr "شارك الأخرين عبر جوجل"
2566
 
2567
- #: ../admin/social_login.php:813
2568
  #, fuzzy, php-format
2569
  msgid ""
2570
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2574,7 +2732,7 @@ msgstr ""
2574
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2575
  "GooglePlus"
2576
 
2577
- #: ../admin/social_login.php:833
2578
  #, fuzzy
2579
  msgid "Social Login Options"
2580
  msgstr ""
@@ -2582,25 +2740,25 @@ msgstr ""
2582
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2583
  "فورا دون موافقة المشرف على النظام."
2584
 
2585
- #: ../admin/social_login.php:848
2586
  #, fuzzy
2587
  msgid "Text to display above the Social Login interface"
2588
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2589
 
2590
- #: ../admin/social_login.php:856
2591
  msgid "Trigger social login in the same browser tab"
2592
  msgstr ""
2593
 
2594
- #: ../admin/social_login.php:866
2595
  msgid "Trigger social login in the same browser tab instead of a popup window"
2596
  msgstr ""
2597
 
2598
- #: ../admin/social_login.php:873
2599
  #, fuzzy
2600
  msgid "Center align icons"
2601
  msgstr "إعادة ترتيب الرموز"
2602
 
2603
- #: ../admin/social_login.php:883
2604
  #, fuzzy
2605
  msgid "Center align social login icons"
2606
  msgstr ""
@@ -2608,12 +2766,12 @@ msgstr ""
2608
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2609
  "فورا دون موافقة المشرف على النظام."
2610
 
2611
- #: ../admin/social_login.php:890
2612
  #, fuzzy
2613
  msgid "Enable at login page"
2614
  msgstr "صفحة"
2615
 
2616
- #: ../admin/social_login.php:900
2617
  #, fuzzy
2618
  msgid ""
2619
  "Social Login interface will get enabled at the login page of your website"
@@ -2621,12 +2779,12 @@ msgstr ""
2621
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2622
  "التعليق"
2623
 
2624
- #: ../admin/social_login.php:907
2625
  #, fuzzy
2626
  msgid "Enable at register page"
2627
  msgstr "التسجيل العام"
2628
 
2629
- #: ../admin/social_login.php:917
2630
  #, fuzzy
2631
  msgid ""
2632
  "Social Login interface will get enabled at the registration page of your "
@@ -2635,21 +2793,21 @@ msgstr ""
2635
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2636
  "الخاص بك"
2637
 
2638
- #: ../admin/social_login.php:924
2639
  msgid "Enable at comment form"
2640
  msgstr "تمكين هذا الشكل من تعليق"
2641
 
2642
- #: ../admin/social_login.php:934
2643
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2644
  msgstr ""
2645
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2646
  "التعليق"
2647
 
2648
- #: ../admin/social_login.php:948
2649
  msgid "Enable before WooCommerce Customer Login Form"
2650
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2651
 
2652
- #: ../admin/social_login.php:958
2653
  #, fuzzy
2654
  msgid ""
2655
  "Social Login Interface will get enabled before the customer login form at "
@@ -2658,12 +2816,12 @@ msgstr ""
2658
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2659
  "التعليق"
2660
 
2661
- #: ../admin/social_login.php:965
2662
  #, fuzzy
2663
  msgid "Enable at WooCommerce Customer Login Form"
2664
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2665
 
2666
- #: ../admin/social_login.php:975
2667
  #, fuzzy
2668
  msgid ""
2669
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2672,12 +2830,12 @@ msgstr ""
2672
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2673
  "التعليق"
2674
 
2675
- #: ../admin/social_login.php:982
2676
  #, fuzzy
2677
  msgid "Enable at WooCommerce Customer Register Form"
2678
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2679
 
2680
- #: ../admin/social_login.php:992
2681
  #, fuzzy
2682
  msgid ""
2683
  "Integrate Social Login Interface with the customer register form at "
@@ -2686,26 +2844,26 @@ msgstr ""
2686
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2687
  "التعليق"
2688
 
2689
- #: ../admin/social_login.php:999
2690
  #, fuzzy
2691
  msgid "Enable at WooCommerce checkout page"
2692
  msgstr "التسجيل العام"
2693
 
2694
- #: ../admin/social_login.php:1009
2695
  #, fuzzy
2696
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2697
  msgstr ""
2698
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2699
  "التعليق"
2700
 
2701
- #: ../admin/social_login.php:1019
2702
  #, fuzzy
2703
  msgid "Auto-approve comments made by Social Login users"
2704
  msgstr ""
2705
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2706
  "الاجتماعي\""
2707
 
2708
- #: ../admin/social_login.php:1029
2709
  msgid ""
2710
  "If this option is enabled, and WordPress comment is made by Social Login "
2711
  "user, comment will get approved immediately without keeping in moderation."
@@ -2714,17 +2872,17 @@ msgstr ""
2714
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2715
  "فورا دون موافقة المشرف على النظام."
2716
 
2717
- #: ../admin/social_login.php:1030
2718
  #, fuzzy
2719
  msgid "Note: This is not related to Facebook comments"
2720
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2721
 
2722
- #: ../admin/social_login.php:1039
2723
  #, fuzzy
2724
  msgid "Enable social avatar"
2725
  msgstr "خدمة الشبكة الاجتماعية"
2726
 
2727
- #: ../admin/social_login.php:1049
2728
  #, fuzzy
2729
  msgid ""
2730
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2733,39 +2891,39 @@ msgstr ""
2733
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2734
  "الشخصية"
2735
 
2736
- #: ../admin/social_login.php:1058
2737
  #, fuzzy
2738
  msgid "Avatar quality"
2739
  msgstr "نوعية الصورة الرمزية"
2740
 
2741
- #: ../admin/social_login.php:1061
2742
  #, fuzzy
2743
  msgid "Average"
2744
  msgstr "المعدل"
2745
 
2746
- #: ../admin/social_login.php:1062
2747
  msgid "Best"
2748
  msgstr "أفضل"
2749
 
2750
- #: ../admin/social_login.php:1069
2751
  #, fuzzy
2752
  msgid "Choose avatar quality"
2753
  msgstr "إختيار ملف"
2754
 
2755
- #: ../admin/social_login.php:1077
2756
  #, fuzzy
2757
  msgid ""
2758
  "Show option for users to update social avatar at BuddyPress profile page"
2759
  msgstr ""
2760
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2761
 
2762
- #: ../admin/social_login.php:1087
2763
  msgid ""
2764
  "If enabled, users would be able to update their social avatar from \"Profile "
2765
  "photo\" section in BuddyPress profile at front-end"
2766
  msgstr ""
2767
 
2768
- #: ../admin/social_login.php:1107
2769
  #, fuzzy
2770
  msgid ""
2771
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2776,11 +2934,11 @@ msgstr ""
2776
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2777
  "إنشاء بريد إلكتروني وهمية"
2778
 
2779
- #: ../admin/social_login.php:1115
2780
  msgid "Send post-registration email to user to set account password"
2781
  msgstr ""
2782
 
2783
- #: ../admin/social_login.php:1125
2784
  #, fuzzy
2785
  msgid ""
2786
  "If enabled, an email will be sent to user after registration through Social "
@@ -2792,12 +2950,12 @@ msgstr ""
2792
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2793
  "تسجيل الدخول التقليدية)"
2794
 
2795
- #: ../admin/social_login.php:1132
2796
  #, fuzzy
2797
  msgid "Send new user registration notification email to admin"
2798
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2799
 
2800
- #: ../admin/social_login.php:1142
2801
  #, fuzzy
2802
  msgid ""
2803
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2808,47 +2966,47 @@ msgstr ""
2808
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2809
  "تسجيل الدخول التقليدية)"
2810
 
2811
- #: ../admin/social_login.php:1149
2812
  #, fuzzy
2813
  msgid "Login redirection"
2814
  msgstr "تسجيل الدخول"
2815
 
2816
- #: ../admin/social_login.php:1153
2817
  #, fuzzy
2818
  msgid "Same page where user logged in"
2819
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2820
 
2821
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2822
  #, fuzzy
2823
  msgid "Account dashboard"
2824
  msgstr " لوحتك الخاصة بالتحكم"
2825
 
2826
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2827
  #, fuzzy
2828
  msgid "BuddyPress profile page"
2829
  msgstr "تحرير ملفي الشخصي"
2830
 
2831
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2832
  #, fuzzy
2833
  msgid "Custom Url"
2834
  msgstr "رابط (URL) مخصّص"
2835
 
2836
- #: ../admin/social_login.php:1171
2837
  #, fuzzy
2838
  msgid "User will be redirected to the selected page after Social Login"
2839
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2840
 
2841
- #: ../admin/social_login.php:1178
2842
  #, fuzzy
2843
  msgid "Registration redirection"
2844
  msgstr "نموذج التسجيل"
2845
 
2846
- #: ../admin/social_login.php:1182
2847
  #, fuzzy
2848
  msgid "Same page from where user registered"
2849
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2850
 
2851
- #: ../admin/social_login.php:1200
2852
  #, fuzzy
2853
  msgid ""
2854
  "User will be redirected to the selected page after registration (first "
@@ -2857,17 +3015,17 @@ msgstr ""
2857
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2858
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2859
 
2860
- #: ../admin/social_login.php:1209
2861
  #, fuzzy
2862
  msgid "Social Account Linking Options"
2863
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2864
 
2865
- #: ../admin/social_login.php:1224
2866
  #, fuzzy
2867
  msgid "Text to display above the Social Account Linking interface"
2868
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2869
 
2870
- #: ../admin/social_login.php:1231
2871
  #, fuzzy
2872
  msgid ""
2873
  "Link social account to already existing account, if email address matches"
@@ -2875,7 +3033,7 @@ msgstr ""
2875
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2876
  "الى حسابك في هذا الموقع"
2877
 
2878
- #: ../admin/social_login.php:1241
2879
  msgid ""
2880
  "If email address of the user's Social Account matches with an already "
2881
  "existing account at your website, that social account will be linked to "
@@ -2883,12 +3041,12 @@ msgid ""
2883
  "Linking interface at their profile page."
2884
  msgstr ""
2885
 
2886
- #: ../admin/social_login.php:1249
2887
  #, fuzzy
2888
  msgid "Enable social account linking at BuddyPress profile page"
2889
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2890
 
2891
- #: ../admin/social_login.php:1259
2892
  #, fuzzy
2893
  msgid ""
2894
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2896,17 +3054,17 @@ msgid ""
2896
  msgstr ""
2897
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2898
 
2899
- #: ../admin/social_login.php:1270
2900
  #, fuzzy
2901
  msgid "Email popup options"
2902
  msgstr "الخيارات"
2903
 
2904
- #: ../admin/social_login.php:1275
2905
  #, fuzzy
2906
  msgid "Text on 'Email required' popup"
2907
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2908
 
2909
- #: ../admin/social_login.php:1285
2910
  #, fuzzy
2911
  msgid ""
2912
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2915,12 +3073,12 @@ msgstr ""
2915
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2916
  "غير مطلوب."
2917
 
2918
- #: ../admin/social_login.php:1293
2919
  #, fuzzy
2920
  msgid "Error message for 'Email required' popup"
2921
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2922
 
2923
- #: ../admin/social_login.php:1303
2924
  #, fuzzy
2925
  msgid ""
2926
  "This message will be displayed to user if it provides invalid or already "
@@ -2929,12 +3087,12 @@ msgstr ""
2929
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2930
  "المسجلة مسبقاً"
2931
 
2932
- #: ../admin/social_login.php:1311
2933
  #, fuzzy
2934
  msgid "Email popup height"
2935
  msgstr "ارتفاع"
2936
 
2937
- #: ../admin/social_login.php:1321
2938
  #, fuzzy
2939
  msgid ""
2940
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2944,12 +3102,12 @@ msgstr ""
2944
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2945
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2946
 
2947
- #: ../admin/social_login.php:1328
2948
  #, fuzzy
2949
  msgid "Enable email verification"
2950
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2951
 
2952
- #: ../admin/social_login.php:1338
2953
  #, fuzzy
2954
  msgid ""
2955
  "If enabled, email provided by the user will be verified by sending a "
@@ -2960,22 +3118,22 @@ msgstr ""
2960
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2961
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2962
 
2963
- #: ../admin/social_login.php:1358
2964
  #, fuzzy
2965
  msgid "Enable GDPR opt-in"
2966
  msgstr "إتاحة التعليق من هارد"
2967
 
2968
- #: ../admin/social_login.php:1368
2969
  msgid ""
2970
  "Enable it to show GDPR opt-in for social login and social account linking"
2971
  msgstr ""
2972
 
2973
- #: ../admin/social_login.php:1376
2974
  #, fuzzy
2975
  msgid "Placement of GDPR opt-in"
2976
  msgstr "إتاحة التعليق من هارد"
2977
 
2978
- #: ../admin/social_login.php:1380
2979
  #, fuzzy
2980
  msgid "Above Social Login icons"
2981
  msgstr ""
@@ -2983,7 +3141,7 @@ msgstr ""
2983
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2984
  "فورا دون موافقة المشرف على النظام."
2985
 
2986
- #: ../admin/social_login.php:1382
2987
  #, fuzzy
2988
  msgid "Below Social Login icons"
2989
  msgstr ""
@@ -2991,84 +3149,84 @@ msgstr ""
2991
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2992
  "فورا دون موافقة المشرف على النظام."
2993
 
2994
- #: ../admin/social_login.php:1388
2995
  #, fuzzy
2996
  msgid "Placement of GDPR opt-in above or below the social login icons"
2997
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2998
 
2999
- #: ../admin/social_login.php:1395
3000
  msgid "Opt-in text"
3001
  msgstr ""
3002
 
3003
- #: ../admin/social_login.php:1405
3004
  #, fuzzy
3005
  msgid "Text for the GDPR opt-in"
3006
  msgstr "إتاحة التعليق من هارد"
3007
 
3008
- #: ../admin/social_login.php:1412
3009
  msgid "Text to link to Terms-Conditions page"
3010
  msgstr ""
3011
 
3012
- #: ../admin/social_login.php:1422
3013
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
3014
  msgstr ""
3015
 
3016
- #: ../admin/social_login.php:1429
3017
  msgid "Terms-Conditions Url"
3018
  msgstr ""
3019
 
3020
- #: ../admin/social_login.php:1439
3021
  #, fuzzy
3022
  msgid "Url of the terms-conditions page of your website"
3023
  msgstr "URL لعملاء الموقع (اختياري)"
3024
 
3025
- #: ../admin/social_login.php:1446
3026
  msgid "Text to link to Privacy Policy page"
3027
  msgstr ""
3028
 
3029
- #: ../admin/social_login.php:1456
3030
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
3031
  msgstr ""
3032
 
3033
- #: ../admin/social_login.php:1463
3034
  msgid "Privacy Policy Url"
3035
  msgstr ""
3036
 
3037
- #: ../admin/social_login.php:1473
3038
  #, fuzzy
3039
  msgid "Url of the privacy policy page of your website"
3040
  msgstr "URL لعملاء الموقع (اختياري)"
3041
 
3042
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
3043
  #: ../inc/widget.php:602 ../inc/widget.php:750
3044
  #, fuzzy
3045
  msgid "Select"
3046
  msgstr "أختر ..."
3047
 
3048
- #: ../admin/social_login.php:1555
3049
  #, fuzzy
3050
  msgid "Social Login Shortcode & Widget"
3051
  msgstr "استخدم كود مختصر | Include the shortcode"
3052
 
3053
- #: ../admin/social_login.php:1556
3054
  msgid "Social Linking Shortcode"
3055
  msgstr "الربط الاجتماعي رمز قصير"
3056
 
3057
- #: ../admin/social_login.php:1571
3058
  msgid "Why is social login not working?"
3059
  msgstr ""
3060
 
3061
- #: ../admin/social_login.php:1572
3062
  msgid ""
3063
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3064
  "belong to the same app"
3065
  msgstr ""
3066
 
3067
- #: ../admin/social_login.php:1574
3068
  msgid "Social Login not working with Varnish enabled"
3069
  msgstr ""
3070
 
3071
- #: ../admin/social_login.php:1575
3072
  msgid ""
3073
  "Why the user is not appearing logged in even after Social Login until the "
3074
  "webpage is refreshed manually?"
@@ -3312,29 +3470,29 @@ msgstr "طلب غير صحيح"
3312
  msgid "Providers not selected"
3313
  msgstr "محدد | selected"
3314
 
3315
- #: ../inc/social_login.php:854
3316
  #, fuzzy
3317
  msgid "Email"
3318
  msgstr "البريد الإلكتروني"
3319
 
3320
- #: ../inc/social_login.php:855
3321
  msgid "Confirm email"
3322
  msgstr ""
3323
 
3324
- #: ../inc/social_login.php:857
3325
  msgid "Save"
3326
  msgstr ""
3327
 
3328
- #: ../inc/social_login.php:858
3329
  msgid "Cancel"
3330
  msgstr ""
3331
 
3332
- #: ../inc/social_login.php:932
3333
  #, fuzzy
3334
  msgid "Email Verification"
3335
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3336
 
3337
- #: ../inc/social_login.php:934
3338
  msgid ""
3339
  "Please click on the following link or paste it in browser to verify your "
3340
  "email"
@@ -3629,6 +3787,16 @@ msgstr ""
3629
  msgid "RSS Feed URL:"
3630
  msgstr ""
3631
 
 
 
 
 
 
 
 
 
 
 
3632
  #~ msgid "Click to show help"
3633
  #~ msgstr "إضغط للمزيد من المساعدة"
3634
 
@@ -3679,15 +3847,6 @@ msgstr ""
3679
  #~ msgid "Xing Consumer Key"
3680
  #~ msgstr "مفتاح التفعيل:"
3681
 
3682
- #, fuzzy
3683
- #~ msgid ""
3684
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3685
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3686
- #~ msgstr ""
3687
- #~ "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في "
3688
- #~ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح "
3689
- #~ "المستهلك شينغ\""
3690
-
3691
  #, fuzzy
3692
  #~ msgid ""
3693
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
@@ -3911,10 +4070,6 @@ msgstr ""
3911
  #~ msgid "Print"
3912
  #~ msgstr "طباعة"
3913
 
3914
- #, fuzzy
3915
- #~ msgid "Reddit"
3916
- #~ msgstr "ريديت"
3917
-
3918
  #, fuzzy
3919
  #~ msgid "Digg"
3920
  #~ msgstr "ديق"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:38+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:38+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:1570
19
  #, fuzzy
20
  msgid ""
21
  "cURL is not enabled at your website server. Please contact your website "
24
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
25
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
+ #: ../super_socializer.php:1598
28
  #, fuzzy, php-format
29
  msgid ""
30
  "Enter exactly the following url in <strong>Website</strong> option in your "
33
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
34
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
35
 
36
+ #: ../super_socializer.php:1601
37
  #, fuzzy, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
42
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
43
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
44
 
45
+ #: ../super_socializer.php:1604
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
50
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
51
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
52
 
53
+ #: ../super_socializer.php:1786 ../helper.php:986
54
  msgid "Please verify your email address to login."
55
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
56
 
57
+ #: ../super_socializer.php:1786
58
  msgid "Your email has been verified. Now you can login to your account"
59
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
60
 
61
+ #: ../super_socializer.php:1790
62
  msgid "Notification"
63
  msgstr "تنبيهات"
64
 
65
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
66
  msgid "Email required"
67
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
68
 
69
+ #: ../super_socializer.php:1811
70
  msgid "Please check your email inbox to complete the registration."
71
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
72
 
73
+ #: ../super_socializer.php:1880
74
  msgid "Leave a reply"
75
  msgstr "اترك رد"
76
 
77
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
78
  msgid "Shares"
79
  msgstr ""
80
 
81
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
82
  msgid "Share"
83
  msgstr ""
84
 
85
+ #: ../super_socializer.php:1896
86
  #, fuzzy
87
  msgid "Link copied."
88
  msgstr "شارك الأخرين عبر لنكيدان"
89
 
90
+ #: ../super_socializer.php:2141
91
  #, fuzzy
92
  msgid "Super Socializer - General Options"
93
  msgstr "آخر تسجيل دخول | Last Login"
94
 
95
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
96
  #: ../admin/social_commenting.php:47
97
  #, fuzzy
98
  msgid "General Options"
99
  msgstr "المشاركات الأفقي"
100
 
101
+ #: ../super_socializer.php:2209 ../helper.php:915
102
  #, fuzzy
103
  msgid "Social Avatar"
104
  msgstr "صغير الرمزية رابط"
105
 
106
+ #: ../super_socializer.php:2212
107
  msgid "Small Avatar Url"
108
  msgstr "صغير الرمزية رابط"
109
 
110
+ #: ../super_socializer.php:2216
111
  #, fuzzy
112
  msgid "Large Avatar Url"
113
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
114
 
115
+ #: ../super_socializer.php:2220 ../helper.php:918
116
  msgid ""
117
  "Do not fetch and update social avatar from my profile, next time I Social "
118
  "Login"
119
  msgstr ""
120
 
121
+ #: ../super_socializer.php:2224 ../helper.php:919
122
  msgid "Update social avatar, next time I Social Login"
123
  msgstr ""
124
 
125
+ #: ../super_socializer.php:2301
126
  msgid "Login with your Social ID"
127
  msgstr ""
128
 
129
+ #: ../super_socializer.php:2302
130
  msgid "Email you entered is already registered or invalid"
131
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
132
 
133
+ #: ../super_socializer.php:2309
134
  msgid "Please enter a valid email address. You might be required to verify it"
135
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
136
 
137
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
138
  msgid "Link your social account to login to your account at this website"
139
  msgstr ""
140
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
141
  "الى حسابك في هذا الموقع"
142
 
143
+ #: ../super_socializer.php:2561
144
  msgid "Thanks for installing Super Socializer plugin"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:2563
148
  msgid "Configure the Plugin"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:2574
152
  msgid ""
153
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
154
  "current version of Super Socializer"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:2583
158
  msgid ""
159
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
160
  "version of Super Socializer"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:2592
164
  msgid ""
165
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
166
+ "compatibility with current version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:2601
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
172
  "with current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:2610
176
  msgid ""
177
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:2621
182
  #, php-format
183
  msgid ""
184
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:2630
188
  #, php-format
189
  msgid ""
190
  "To continue using Instagram login create a new Instagram App as described <a "
192
  "Instagram App Secret <a href=\"%s\">here</a>"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
196
  #, php-format
197
  msgid ""
198
  "To continue using bitly url shortener, login to your bit.ly account and "
201
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:2664
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:2688
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
219
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
220
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
221
+ #: ../super_socializer.php:2851
222
  msgid "Okay"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:2713
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
230
  "\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:2738
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:2763
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:2774
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:2796
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:2824
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
269
  "your website %s with them. No need to copy-paste any code from their website."
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:2851
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:2876
281
  #, php-format
282
  msgid ""
283
  "If you cannot get Linkedin login to work after updating the plugin, replace "
285
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
289
  msgid "Dismiss"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:2902
293
  #, php-format
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
298
  "that, clear share counts cache from \"Miscellaneous\" section"
299
  msgstr ""
300
 
301
+ #: ../super_socializer.php:3115
302
  msgid ""
303
  "Your browser is blocking some features of this website. Please follow the "
304
  "instructions at {support_url} to unblock these."
305
  msgstr ""
306
 
307
+ #: ../helper.php:7
308
  #, fuzzy
309
  msgid "Settings saved"
310
  msgstr "الإعدادات"
311
 
312
+ #: ../helper.php:185
 
 
 
 
313
  #, fuzzy
314
  msgid "Click to toggle help"
315
  msgstr "إضغط لإخفاء المساعدة "
316
 
317
+ #: ../helper.php:282
318
  #, fuzzy
319
  msgid "Add-Ons"
320
  msgstr "إضافات"
321
 
322
+ #: ../helper.php:283
323
  msgid "Support Documentation"
324
  msgstr ""
325
 
326
+ #: ../helper.php:284
327
  msgid "Settings"
328
  msgstr "الإعدادات"
329
 
330
+ #: ../helper.php:567
331
  msgid "Account linked successfully"
332
  msgstr "تم ربط حسابك بنجاح"
333
 
334
+ #: ../helper.php:571
335
  msgid "Account already exists or linked"
336
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
337
 
338
+ #: ../helper.php:607 ../helper.php:609
339
  #, fuzzy
340
  msgid "Login with"
341
  msgstr "الخيارات"
342
 
343
+ #: ../helper.php:644 ../helper.php:650
344
  msgid "Currently"
345
  msgstr "في الوقت الحاضر"
346
 
347
+ #: ../helper.php:644 ../helper.php:650
348
  msgid "Connected with"
349
  msgstr ""
350
 
351
+ #: ../helper.php:644 ../helper.php:650
352
  msgid "Remove"
353
  msgstr "إزالة"
354
 
355
+ #: ../helper.php:721
356
  #, fuzzy
357
  msgid "Social Account Linking"
358
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
359
 
360
+ #: ../helper.php:771
361
  #, fuzzy
362
  msgid "Disable Standard Social Sharing on this "
363
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
364
 
365
+ #: ../helper.php:776
366
  #, fuzzy
367
  msgid "Disable Floating Social Sharing on this "
368
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
369
 
370
+ #: ../helper.php:781
371
  #, fuzzy
372
  msgid "Disable Standard like buttons on this "
373
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
374
 
375
+ #: ../helper.php:786
376
  #, fuzzy
377
  msgid "Disable Floating like buttons on this "
378
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
379
 
380
+ #: ../helper.php:791
381
  msgid "Disable Social Commenting on this "
382
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
383
 
384
+ #: ../helper.php:800
385
  #, fuzzy
386
  msgid "Standard Sharing Interface"
387
  msgstr "المشاركات الأفقي"
388
 
389
+ #: ../helper.php:806 ../helper.php:825
390
  msgid "Starting share count for "
391
  msgstr "بدء العد حصة ل"
392
 
393
+ #: ../helper.php:819
394
  #, fuzzy
395
  msgid "Floating Sharing Interface"
396
  msgstr "المشاركات الأفقي"
397
 
398
+ #: ../helper.php:922
399
  #, fuzzy
400
  msgid "Small Avatar"
401
  msgstr "صغير الرمزية رابط"
402
 
403
+ #: ../helper.php:926
404
  #, fuzzy
405
  msgid "Large Avatar"
406
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
407
 
408
+ #: ../helper.php:930 ../admin/general_options.php:89
409
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
410
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
411
  #, fuzzy
412
  msgid "Save Changes"
413
  msgstr "حفظ"
414
 
415
+ #: ../helper.php:1023
416
  msgid "Click to delete social profile data"
417
  msgstr ""
418
 
419
+ #: ../helper.php:1052
420
  #, fuzzy
421
  msgid "Deleting"
422
  msgstr "الإعدادات"
423
 
424
+ #: ../helper.php:1062
425
  msgid "Deleted"
426
  msgstr ""
427
 
428
+ #: ../helper.php:1064
429
  msgid "Something bad happened"
430
  msgstr ""
431
 
432
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
433
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
434
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
435
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
436
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
437
  #, fuzzy, php-format
438
  msgid ""
491
  msgstr ""
492
 
493
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
494
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
495
  #: ../admin/like_buttons.php:790
496
  #, fuzzy
497
  msgid "Instagram Shoutout"
498
  msgstr "إنستاجرام"
499
 
500
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
501
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
502
  #: ../admin/like_buttons.php:792
503
  msgid ""
504
  "If you can send (to hello@heateor.com) how this plugin is helping your "
625
  "Facebook share count to work"
626
  msgstr ""
627
 
628
+ #: ../admin/social_sharing.php:49
629
+ msgid "Dismiss this notice"
630
+ msgstr "إقالة هذا الإشعار"
631
+
632
  #: ../admin/social_sharing.php:56
633
  msgid "Theme Selection"
634
  msgstr ""
653
 
654
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
655
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
656
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
657
  #: ../admin/like_buttons.php:751
658
  #, fuzzy
659
  msgid "Shortcode & Widget"
666
 
667
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
668
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
669
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
670
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
671
  #, fuzzy
672
  msgid "FAQ"
926
  msgid "Url to share"
927
  msgstr " شارك الآخرين بهذة الفقرة"
928
 
929
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
930
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
931
  #: ../inc/widget.php:949
932
  #, fuzzy
933
  msgid "Title"
1025
  msgstr ""
1026
 
1027
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
1028
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
1029
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
1030
  #, fuzzy
1031
  msgid "Homepage"
1306
  msgid "Required only to track Facebook share count"
1307
  msgstr ""
1308
 
1309
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1310
  #, fuzzy
1311
  msgid "Facebook App ID"
1312
  msgstr "رقم التعريف الخالص بك | ID"
1321
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1322
  "فيسبوك"
1323
 
1324
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1325
  #, fuzzy
1326
  msgid "Facebook App Secret"
1327
  msgstr "رقم التعريف الخالص بك | ID"
1515
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1516
 
1517
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1518
+ #: ../admin/social_login.php:1752
1519
  msgid ""
1520
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1521
  "an online website for the plugin to function properly."
1570
  msgstr ""
1571
 
1572
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1573
+ #: ../admin/social_login.php:1759
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr ""
1576
 
1921
  msgid "Advanced Configuration"
1922
  msgstr "إنشاء ملف الإعدادات"
1923
 
1924
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1925
  msgid "GDPR"
1926
  msgstr ""
1927
 
1928
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1929
  msgid "XProfile Integration"
1930
  msgstr ""
1931
 
2026
  msgstr "شارك الأخرين عبر تويتر"
2027
 
2028
  #: ../admin/social_login.php:158
2029
+ #, fuzzy
2030
+ msgid "Foursquare"
2031
+ msgstr "مربع"
2032
+
2033
+ #: ../admin/social_login.php:162
2034
+ msgid "Dropbox"
2035
+ msgstr ""
2036
+
2037
+ #: ../admin/social_login.php:166
2038
+ msgid "Disqus"
2039
+ msgstr ""
2040
+
2041
+ #: ../admin/social_login.php:170
2042
+ #, fuzzy
2043
+ msgid "Reddit"
2044
+ msgstr "ريديت"
2045
+
2046
+ #: ../admin/social_login.php:174
2047
  msgid "Github"
2048
  msgstr ""
2049
 
2050
+ #: ../admin/social_login.php:178
2051
  msgid "Kakao"
2052
  msgstr ""
2053
 
2054
+ #: ../admin/social_login.php:186
2055
  #, fuzzy
2056
  msgid "Select Social ID provider to enable in Social Login"
2057
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2058
 
2059
+ #: ../admin/social_login.php:203
2060
  #, fuzzy, php-format
2061
  msgid ""
2062
  "Required for Facebook Social Login to work. Please follow the documentation "
2066
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2067
  "فيسبوك"
2068
 
2069
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
2070
  #, fuzzy
2071
  msgid ""
2072
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
2074
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2075
  "الوصلة المذكورة"
2076
 
2077
+ #: ../admin/social_login.php:224
2078
  #, fuzzy, php-format
2079
  msgid ""
2080
  "Required for Facebook Social Login to work. Please follow the documentation "
2084
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2085
  "فيسبوك"
2086
 
2087
+ #: ../admin/social_login.php:235
2088
  #, fuzzy
2089
  msgid "Twitter API Key"
2090
  msgstr "مفتاح API الخاص | API Private Key"
2091
 
2092
+ #: ../admin/social_login.php:245
2093
  #, fuzzy, php-format
2094
  msgid ""
2095
  "Required for Twitter Social Login to work. Please follow the documentation "
2099
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2100
  "\"مفتاح API التغريد\""
2101
 
2102
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
2103
  #, fuzzy
2104
  msgid ""
2105
  "Paste following url in <strong>Website</strong> option mentioned at the link"
2106
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2107
 
2108
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
2109
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
2110
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
2111
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
2112
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
2113
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
2114
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
2115
  #, fuzzy
2116
  msgid ""
2117
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2120
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2121
  "المذكورة"
2122
 
2123
+ #: ../admin/social_login.php:260
2124
  #, fuzzy
2125
  msgid "Twitter API Secret"
2126
  msgstr "شارك الأخرين عبر تويتر"
2127
 
2128
+ #: ../admin/social_login.php:270
2129
  #, fuzzy, php-format
2130
  msgid ""
2131
  "Required for Twitter Social Login to work. Please follow the documentation "
2135
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2136
  "\"سر API التغريد\""
2137
 
2138
+ #: ../admin/social_login.php:285
2139
  #, fuzzy
2140
  msgid "LinkedIn Client ID"
2141
  msgstr "شارك الأخرين عبر لنكيدان"
2142
 
2143
+ #: ../admin/social_login.php:295
2144
  #, fuzzy, php-format
2145
  msgid ""
2146
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2149
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2150
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2151
 
2152
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
2153
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
2154
  #, fuzzy
2155
  msgid ""
2156
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2159
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2160
  "الوصلة المذكورة"
2161
 
2162
+ #: ../admin/social_login.php:306
2163
  #, fuzzy
2164
  msgid "LinkedIn Client Secret"
2165
  msgstr "شارك الأخرين عبر لنكيدان"
2166
 
2167
+ #: ../admin/social_login.php:316
2168
  #, fuzzy, php-format
2169
  msgid ""
2170
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2174
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2175
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2176
 
2177
+ #: ../admin/social_login.php:327
2178
  #, fuzzy
2179
  msgid "Google Client ID"
2180
  msgstr "شارك الأخرين عبر جوجل"
2181
 
2182
+ #: ../admin/social_login.php:337
2183
  #, fuzzy, php-format
2184
  msgid ""
2185
  "Required for Google Social Login to work. Please follow the documentation at "
2189
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2190
  "GooglePlus"
2191
 
2192
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
2193
  #, fuzzy
2194
  msgid ""
2195
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2198
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2199
  "الوصلة المذكورة"
2200
 
2201
+ #: ../admin/social_login.php:348
2202
  #, fuzzy
2203
  msgid "Google Client Secret"
2204
  msgstr "شارك الأخرين عبر جوجل"
2205
 
2206
+ #: ../admin/social_login.php:358
2207
  #, fuzzy, php-format
2208
  msgid ""
2209
  "Required for Google Social Login to work. Please follow the documentation at "
2213
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2214
  "GooglePlus"
2215
 
2216
+ #: ../admin/social_login.php:369
2217
  #, fuzzy
2218
  msgid "Vkontakte Application ID"
2219
  msgstr "انشر عبر VKontakte"
2220
 
2221
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
2222
  #, fuzzy, php-format
2223
  msgid ""
2224
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2229
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2230
  "Vkontakte"
2231
 
2232
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
2233
  #, fuzzy
2234
  msgid ""
2235
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2237
  msgstr ""
2238
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2239
 
2240
+ #: ../admin/social_login.php:390
2241
  #, fuzzy
2242
  msgid "Vkontakte Secure key"
2243
  msgstr "انشر عبر VKontakte"
2244
 
2245
+ #: ../admin/social_login.php:411
2246
  #, fuzzy
2247
  msgid "Instagram App ID"
2248
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2249
 
2250
+ #: ../admin/social_login.php:421
2251
  #, fuzzy, php-format
2252
  msgid ""
2253
  "Required for Instagram Social Login to work. Please follow the documentation "
2257
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2258
  "Instagram"
2259
 
2260
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
2261
  #, fuzzy
2262
  msgid ""
2263
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2266
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2267
  "الوصلة المذكورة"
2268
 
2269
+ #: ../admin/social_login.php:432
2270
  #, fuzzy
2271
  msgid "Instagram App Secret"
2272
  msgstr "إنستاجرام"
2273
 
2274
+ #: ../admin/social_login.php:442
2275
  #, fuzzy, php-format
2276
  msgid ""
2277
  "Required for Instagram Social Login to work. Please follow the documentation "
2281
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2282
  "Instagram"
2283
 
2284
+ #: ../admin/social_login.php:453
2285
  msgid "Line Channel ID"
2286
  msgstr ""
2287
 
2288
+ #: ../admin/social_login.php:462
2289
  #, fuzzy, php-format
2290
  msgid ""
2291
  "Required for Line Social Login to work. Please follow the documentation at "
2294
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2295
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2296
 
2297
+ #: ../admin/social_login.php:473
2298
  #, fuzzy
2299
  msgid "Line Channel Secret"
2300
  msgstr "شارك الأخرين عبر لنكيدان"
2301
 
2302
+ #: ../admin/social_login.php:482
2303
  #, fuzzy, php-format
2304
  msgid ""
2305
  "Required for Line Social Login to work. Please follow the documentation at "
2308
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2309
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2310
 
2311
+ #: ../admin/social_login.php:493
2312
  #, fuzzy
2313
  msgid "Wordpress Client ID"
2314
  msgstr "شارك الأخرين عبر جوجل"
2315
 
2316
+ #: ../admin/social_login.php:502
2317
  #, fuzzy, php-format
2318
  msgid ""
2319
  "Required for Wordpress Social Login to work. Please follow the documentation "
2323
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2324
  "GooglePlus"
2325
 
2326
+ #: ../admin/social_login.php:513
2327
  #, fuzzy
2328
  msgid "Wordpress Client Secret"
2329
  msgstr "شارك الأخرين عبر جوجل"
2330
 
2331
+ #: ../admin/social_login.php:522
2332
  #, fuzzy, php-format
2333
  msgid ""
2334
  "Required for Wordpress Social Login to work. Please follow the documentation "
2339
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2340
  "GooglePlus"
2341
 
2342
+ #: ../admin/social_login.php:533
2343
  #, fuzzy
2344
  msgid "Microsoft Client ID"
2345
  msgstr "شارك الأخرين عبر جوجل"
2346
 
2347
+ #: ../admin/social_login.php:542
2348
  #, fuzzy, php-format
2349
  msgid ""
2350
  "Required for Live Social Login to work. Please follow the documentation at "
2354
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2355
  "GooglePlus"
2356
 
2357
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
2358
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2359
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2360
  #, fuzzy
2361
  msgid ""
2362
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2365
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2366
  "الوصلة المذكورة"
2367
 
2368
+ #: ../admin/social_login.php:553
2369
  #, fuzzy
2370
  msgid "Microsoft Client Secret"
2371
  msgstr "شارك الأخرين عبر جوجل"
2372
 
2373
+ #: ../admin/social_login.php:562
2374
  #, fuzzy, php-format
2375
  msgid ""
2376
  "Required for Live Social Login to work. Please follow the documentation at "
2381
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2382
  "GooglePlus"
2383
 
2384
+ #: ../admin/social_login.php:572
2385
  #, fuzzy
2386
  msgid "Steam API Key"
2387
  msgstr "مفتاح API الخاص | API Private Key"
2388
 
2389
+ #: ../admin/social_login.php:581
2390
  #, fuzzy, php-format
2391
  msgid ""
2392
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2396
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2397
  "\"مفتاح API التغريد\""
2398
 
2399
+ #: ../admin/social_login.php:582
2400
  #, fuzzy
2401
  msgid "Save following <strong>domain</strong> to get the key"
2402
  msgstr ""
2403
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2404
  "المذكورة"
2405
 
2406
+ #: ../admin/social_login.php:591
2407
  #, fuzzy
2408
  msgid "Yahoo Client ID"
2409
  msgstr "شارك الأخرين عبر جوجل"
2410
 
2411
+ #: ../admin/social_login.php:600
2412
  #, fuzzy, php-format
2413
  msgid ""
2414
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2418
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2419
  "GooglePlus"
2420
 
2421
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2422
  #, fuzzy
2423
  msgid ""
2424
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2427
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2428
  "الوصلة المذكورة"
2429
 
2430
+ #: ../admin/social_login.php:611
2431
  #, fuzzy
2432
  msgid "Yahoo Client Secret"
2433
  msgstr "شارك الأخرين عبر جوجل"
2434
 
2435
+ #: ../admin/social_login.php:620
2436
  #, fuzzy, php-format
2437
  msgid ""
2438
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2442
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2443
  "GooglePlus"
2444
 
2445
+ #: ../admin/social_login.php:632
2446
  #, fuzzy
2447
  msgid "Spotify Client ID"
2448
  msgstr "شارك الأخرين عبر جوجل"
2449
 
2450
+ #: ../admin/social_login.php:641
2451
  #, fuzzy, php-format
2452
  msgid ""
2453
  "Required for Spotify Social Login to work. Please follow the documentation "
2457
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2458
  "GooglePlus"
2459
 
2460
+ #: ../admin/social_login.php:652
2461
  #, fuzzy
2462
  msgid "Spotify Client Secret"
2463
  msgstr "شارك الأخرين عبر جوجل"
2464
 
2465
+ #: ../admin/social_login.php:661
2466
  #, fuzzy, php-format
2467
  msgid ""
2468
  "Required for Spotify Social Login to work. Please follow the documentation "
2473
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2474
  "GooglePlus"
2475
 
2476
+ #: ../admin/social_login.php:674
2477
  #, fuzzy
2478
  msgid "Dribbble Client ID"
2479
  msgstr "شارك الأخرين عبر جوجل"
2480
 
2481
+ #: ../admin/social_login.php:683
2482
  #, fuzzy, php-format
2483
  msgid ""
2484
  "Required for Dribbble Social Login to work. Please follow the documentation "
2488
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2489
  "GooglePlus"
2490
 
2491
+ #: ../admin/social_login.php:694
2492
  #, fuzzy
2493
  msgid "Dribbble Client Secret"
2494
  msgstr "شارك الأخرين عبر جوجل"
2495
 
2496
+ #: ../admin/social_login.php:703
2497
  #, fuzzy, php-format
2498
  msgid ""
2499
  "Required for Dribbble Social Login to work. Please follow the documentation "
2504
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2505
  "GooglePlus"
2506
 
2507
+ #: ../admin/social_login.php:715
2508
  #, fuzzy
2509
  msgid "Twitch Client ID"
2510
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2511
 
2512
+ #: ../admin/social_login.php:724
2513
  #, fuzzy, php-format
2514
  msgid ""
2515
  "Required for Twitch Social Login to work. Please follow the documentation at "
2519
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2520
  "GooglePlus"
2521
 
2522
+ #: ../admin/social_login.php:735
2523
  #, fuzzy
2524
  msgid "Twitch Client Secret"
2525
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2526
 
2527
+ #: ../admin/social_login.php:744
2528
  #, fuzzy, php-format
2529
  msgid ""
2530
  "Required for Twitch Social Login to work. Please follow the documentation at "
2534
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2535
  "GooglePlus"
2536
 
2537
+ #: ../admin/social_login.php:757
2538
+ #, fuzzy
2539
+ msgid "Foursquare Client ID"
2540
+ msgstr "شارك الأخرين عبر جوجل"
2541
+
2542
+ #: ../admin/social_login.php:766
2543
+ #, fuzzy, php-format
2544
+ msgid ""
2545
+ "Required for Foursquare Social Login to work. Please follow the "
2546
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2547
+ "Foursquare Client ID"
2548
+ msgstr ""
2549
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2550
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2551
+ "GooglePlus"
2552
+
2553
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2554
+ #, fuzzy
2555
+ msgid ""
2556
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2557
+ "link"
2558
+ msgstr ""
2559
+ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2560
+ "الوصلة المذكورة"
2561
+
2562
+ #: ../admin/social_login.php:777
2563
+ #, fuzzy
2564
+ msgid "Foursquare Client Secret"
2565
+ msgstr "شارك الأخرين عبر جوجل"
2566
+
2567
+ #: ../admin/social_login.php:786
2568
+ #, fuzzy, php-format
2569
+ msgid ""
2570
+ "Required for Foursquare Social Login to work. Please follow the "
2571
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2572
+ "Foursquare Client Secret"
2573
+ msgstr ""
2574
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2575
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2576
+ "GooglePlus"
2577
+
2578
+ #: ../admin/social_login.php:797
2579
+ msgid "Dropbox App Key"
2580
+ msgstr ""
2581
+
2582
+ #: ../admin/social_login.php:806
2583
+ #, fuzzy, php-format
2584
+ msgid ""
2585
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2586
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2587
+ msgstr ""
2588
+ "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
2589
+ "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2590
+ "فيسبوك"
2591
+
2592
+ #: ../admin/social_login.php:817
2593
+ #, fuzzy
2594
+ msgid "Dropbox App Secret"
2595
+ msgstr "رقم التعريف الخالص بك | ID"
2596
+
2597
+ #: ../admin/social_login.php:826
2598
+ #, fuzzy, php-format
2599
+ msgid ""
2600
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2601
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2602
+ msgstr ""
2603
+ "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
2604
+ "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2605
+ "فيسبوك"
2606
+
2607
+ #: ../admin/social_login.php:840
2608
+ msgid "Disqus Public Key"
2609
+ msgstr ""
2610
+
2611
+ #: ../admin/social_login.php:849
2612
+ #, fuzzy, php-format
2613
+ msgid ""
2614
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2615
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2616
+ msgstr ""
2617
+ "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2618
+ "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
2619
+ "شينغ\""
2620
+
2621
+ #: ../admin/social_login.php:860
2622
+ #, fuzzy
2623
+ msgid "Disqus Secret Key"
2624
+ msgstr "هارد Shortname"
2625
+
2626
+ #: ../admin/social_login.php:869
2627
+ #, fuzzy, php-format
2628
+ msgid ""
2629
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2630
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2631
+ msgstr ""
2632
+ "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2633
+ "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
2634
+ "شينغ\""
2635
+
2636
+ #: ../admin/social_login.php:882
2637
+ #, fuzzy
2638
+ msgid "Reddit Client ID"
2639
+ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2640
+
2641
+ #: ../admin/social_login.php:891
2642
+ #, fuzzy, php-format
2643
+ msgid ""
2644
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2645
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2646
+ msgstr ""
2647
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2648
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2649
+ "GooglePlus"
2650
+
2651
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2652
+ #, fuzzy
2653
+ msgid ""
2654
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2655
+ "link"
2656
+ msgstr ""
2657
+ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2658
+ "الوصلة المذكورة"
2659
+
2660
+ #: ../admin/social_login.php:902
2661
+ #, fuzzy
2662
+ msgid "Reddit Client Secret"
2663
+ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2664
+
2665
+ #: ../admin/social_login.php:911
2666
+ #, fuzzy, php-format
2667
+ msgid ""
2668
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2669
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2670
+ msgstr ""
2671
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2672
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2673
+ "GooglePlus"
2674
+
2675
+ #: ../admin/social_login.php:925
2676
  #, fuzzy
2677
  msgid "Github Client ID"
2678
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2679
 
2680
+ #: ../admin/social_login.php:934
2681
  #, fuzzy, php-format
2682
  msgid ""
2683
  "Required for Github Social Login to work. Please follow the documentation at "
2687
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2688
  "GooglePlus"
2689
 
2690
+ #: ../admin/social_login.php:945
2691
  #, fuzzy
2692
  msgid "Github Client Secret"
2693
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2694
 
2695
+ #: ../admin/social_login.php:954
2696
  #, fuzzy, php-format
2697
  msgid ""
2698
  "Required for Github Social Login to work. Please follow the documentation at "
2702
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2703
  "GooglePlus"
2704
 
2705
+ #: ../admin/social_login.php:967
2706
  #, fuzzy
2707
  msgid "Kakao Client ID"
2708
  msgstr "شارك الأخرين عبر جوجل"
2709
 
2710
+ #: ../admin/social_login.php:976
2711
  #, fuzzy, php-format
2712
  msgid ""
2713
  "Required for Kakao Social Login to work. Please follow the documentation at "
2717
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2718
  "GooglePlus"
2719
 
2720
+ #: ../admin/social_login.php:987
2721
  #, fuzzy
2722
  msgid "Kakao Client Secret"
2723
  msgstr "شارك الأخرين عبر جوجل"
2724
 
2725
+ #: ../admin/social_login.php:996
2726
  #, fuzzy, php-format
2727
  msgid ""
2728
  "Required for Kakao Social Login to work. Please follow the documentation at "
2732
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2733
  "GooglePlus"
2734
 
2735
+ #: ../admin/social_login.php:1016
2736
  #, fuzzy
2737
  msgid "Social Login Options"
2738
  msgstr ""
2740
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2741
  "فورا دون موافقة المشرف على النظام."
2742
 
2743
+ #: ../admin/social_login.php:1031
2744
  #, fuzzy
2745
  msgid "Text to display above the Social Login interface"
2746
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2747
 
2748
+ #: ../admin/social_login.php:1039
2749
  msgid "Trigger social login in the same browser tab"
2750
  msgstr ""
2751
 
2752
+ #: ../admin/social_login.php:1049
2753
  msgid "Trigger social login in the same browser tab instead of a popup window"
2754
  msgstr ""
2755
 
2756
+ #: ../admin/social_login.php:1056
2757
  #, fuzzy
2758
  msgid "Center align icons"
2759
  msgstr "إعادة ترتيب الرموز"
2760
 
2761
+ #: ../admin/social_login.php:1066
2762
  #, fuzzy
2763
  msgid "Center align social login icons"
2764
  msgstr ""
2766
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2767
  "فورا دون موافقة المشرف على النظام."
2768
 
2769
+ #: ../admin/social_login.php:1073
2770
  #, fuzzy
2771
  msgid "Enable at login page"
2772
  msgstr "صفحة"
2773
 
2774
+ #: ../admin/social_login.php:1083
2775
  #, fuzzy
2776
  msgid ""
2777
  "Social Login interface will get enabled at the login page of your website"
2779
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2780
  "التعليق"
2781
 
2782
+ #: ../admin/social_login.php:1090
2783
  #, fuzzy
2784
  msgid "Enable at register page"
2785
  msgstr "التسجيل العام"
2786
 
2787
+ #: ../admin/social_login.php:1100
2788
  #, fuzzy
2789
  msgid ""
2790
  "Social Login interface will get enabled at the registration page of your "
2793
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2794
  "الخاص بك"
2795
 
2796
+ #: ../admin/social_login.php:1107
2797
  msgid "Enable at comment form"
2798
  msgstr "تمكين هذا الشكل من تعليق"
2799
 
2800
+ #: ../admin/social_login.php:1117
2801
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2802
  msgstr ""
2803
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2804
  "التعليق"
2805
 
2806
+ #: ../admin/social_login.php:1131
2807
  msgid "Enable before WooCommerce Customer Login Form"
2808
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2809
 
2810
+ #: ../admin/social_login.php:1141
2811
  #, fuzzy
2812
  msgid ""
2813
  "Social Login Interface will get enabled before the customer login form at "
2816
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2817
  "التعليق"
2818
 
2819
+ #: ../admin/social_login.php:1148
2820
  #, fuzzy
2821
  msgid "Enable at WooCommerce Customer Login Form"
2822
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2823
 
2824
+ #: ../admin/social_login.php:1158
2825
  #, fuzzy
2826
  msgid ""
2827
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2830
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2831
  "التعليق"
2832
 
2833
+ #: ../admin/social_login.php:1165
2834
  #, fuzzy
2835
  msgid "Enable at WooCommerce Customer Register Form"
2836
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2837
 
2838
+ #: ../admin/social_login.php:1175
2839
  #, fuzzy
2840
  msgid ""
2841
  "Integrate Social Login Interface with the customer register form at "
2844
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2845
  "التعليق"
2846
 
2847
+ #: ../admin/social_login.php:1182
2848
  #, fuzzy
2849
  msgid "Enable at WooCommerce checkout page"
2850
  msgstr "التسجيل العام"
2851
 
2852
+ #: ../admin/social_login.php:1192
2853
  #, fuzzy
2854
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2855
  msgstr ""
2856
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2857
  "التعليق"
2858
 
2859
+ #: ../admin/social_login.php:1202
2860
  #, fuzzy
2861
  msgid "Auto-approve comments made by Social Login users"
2862
  msgstr ""
2863
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2864
  "الاجتماعي\""
2865
 
2866
+ #: ../admin/social_login.php:1212
2867
  msgid ""
2868
  "If this option is enabled, and WordPress comment is made by Social Login "
2869
  "user, comment will get approved immediately without keeping in moderation."
2872
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2873
  "فورا دون موافقة المشرف على النظام."
2874
 
2875
+ #: ../admin/social_login.php:1213
2876
  #, fuzzy
2877
  msgid "Note: This is not related to Facebook comments"
2878
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2879
 
2880
+ #: ../admin/social_login.php:1222
2881
  #, fuzzy
2882
  msgid "Enable social avatar"
2883
  msgstr "خدمة الشبكة الاجتماعية"
2884
 
2885
+ #: ../admin/social_login.php:1232
2886
  #, fuzzy
2887
  msgid ""
2888
  "Social profile pictures of the logged in user will be displayed as profile "
2891
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2892
  "الشخصية"
2893
 
2894
+ #: ../admin/social_login.php:1241
2895
  #, fuzzy
2896
  msgid "Avatar quality"
2897
  msgstr "نوعية الصورة الرمزية"
2898
 
2899
+ #: ../admin/social_login.php:1244
2900
  #, fuzzy
2901
  msgid "Average"
2902
  msgstr "المعدل"
2903
 
2904
+ #: ../admin/social_login.php:1245
2905
  msgid "Best"
2906
  msgstr "أفضل"
2907
 
2908
+ #: ../admin/social_login.php:1252
2909
  #, fuzzy
2910
  msgid "Choose avatar quality"
2911
  msgstr "إختيار ملف"
2912
 
2913
+ #: ../admin/social_login.php:1260
2914
  #, fuzzy
2915
  msgid ""
2916
  "Show option for users to update social avatar at BuddyPress profile page"
2917
  msgstr ""
2918
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2919
 
2920
+ #: ../admin/social_login.php:1270
2921
  msgid ""
2922
  "If enabled, users would be able to update their social avatar from \"Profile "
2923
  "photo\" section in BuddyPress profile at front-end"
2924
  msgstr ""
2925
 
2926
+ #: ../admin/social_login.php:1290
2927
  #, fuzzy
2928
  msgid ""
2929
  "If enabled and Social ID provider does not provide user's email address on "
2934
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2935
  "إنشاء بريد إلكتروني وهمية"
2936
 
2937
+ #: ../admin/social_login.php:1298
2938
  msgid "Send post-registration email to user to set account password"
2939
  msgstr ""
2940
 
2941
+ #: ../admin/social_login.php:1308
2942
  #, fuzzy
2943
  msgid ""
2944
  "If enabled, an email will be sent to user after registration through Social "
2950
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2951
  "تسجيل الدخول التقليدية)"
2952
 
2953
+ #: ../admin/social_login.php:1315
2954
  #, fuzzy
2955
  msgid "Send new user registration notification email to admin"
2956
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2957
 
2958
+ #: ../admin/social_login.php:1325
2959
  #, fuzzy
2960
  msgid ""
2961
  "If enabled, an email will be sent to admin after new user registers through "
2966
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2967
  "تسجيل الدخول التقليدية)"
2968
 
2969
+ #: ../admin/social_login.php:1332
2970
  #, fuzzy
2971
  msgid "Login redirection"
2972
  msgstr "تسجيل الدخول"
2973
 
2974
+ #: ../admin/social_login.php:1336
2975
  #, fuzzy
2976
  msgid "Same page where user logged in"
2977
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2978
 
2979
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2980
  #, fuzzy
2981
  msgid "Account dashboard"
2982
  msgstr " لوحتك الخاصة بالتحكم"
2983
 
2984
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2985
  #, fuzzy
2986
  msgid "BuddyPress profile page"
2987
  msgstr "تحرير ملفي الشخصي"
2988
 
2989
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2990
  #, fuzzy
2991
  msgid "Custom Url"
2992
  msgstr "رابط (URL) مخصّص"
2993
 
2994
+ #: ../admin/social_login.php:1354
2995
  #, fuzzy
2996
  msgid "User will be redirected to the selected page after Social Login"
2997
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2998
 
2999
+ #: ../admin/social_login.php:1361
3000
  #, fuzzy
3001
  msgid "Registration redirection"
3002
  msgstr "نموذج التسجيل"
3003
 
3004
+ #: ../admin/social_login.php:1365
3005
  #, fuzzy
3006
  msgid "Same page from where user registered"
3007
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
3008
 
3009
+ #: ../admin/social_login.php:1383
3010
  #, fuzzy
3011
  msgid ""
3012
  "User will be redirected to the selected page after registration (first "
3015
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
3016
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
3017
 
3018
+ #: ../admin/social_login.php:1392
3019
  #, fuzzy
3020
  msgid "Social Account Linking Options"
3021
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3022
 
3023
+ #: ../admin/social_login.php:1407
3024
  #, fuzzy
3025
  msgid "Text to display above the Social Account Linking interface"
3026
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
3027
 
3028
+ #: ../admin/social_login.php:1414
3029
  #, fuzzy
3030
  msgid ""
3031
  "Link social account to already existing account, if email address matches"
3033
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
3034
  "الى حسابك في هذا الموقع"
3035
 
3036
+ #: ../admin/social_login.php:1424
3037
  msgid ""
3038
  "If email address of the user's Social Account matches with an already "
3039
  "existing account at your website, that social account will be linked to "
3041
  "Linking interface at their profile page."
3042
  msgstr ""
3043
 
3044
+ #: ../admin/social_login.php:1432
3045
  #, fuzzy
3046
  msgid "Enable social account linking at BuddyPress profile page"
3047
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
3048
 
3049
+ #: ../admin/social_login.php:1442
3050
  #, fuzzy
3051
  msgid ""
3052
  "Enable this option to show social account linking interface at BuddyPress "
3054
  msgstr ""
3055
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
3056
 
3057
+ #: ../admin/social_login.php:1453
3058
  #, fuzzy
3059
  msgid "Email popup options"
3060
  msgstr "الخيارات"
3061
 
3062
+ #: ../admin/social_login.php:1458
3063
  #, fuzzy
3064
  msgid "Text on 'Email required' popup"
3065
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
3066
 
3067
+ #: ../admin/social_login.php:1468
3068
  #, fuzzy
3069
  msgid ""
3070
  "This text will be displayed on email required popup. Leave empty if not "
3073
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
3074
  "غير مطلوب."
3075
 
3076
+ #: ../admin/social_login.php:1476
3077
  #, fuzzy
3078
  msgid "Error message for 'Email required' popup"
3079
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
3080
 
3081
+ #: ../admin/social_login.php:1486
3082
  #, fuzzy
3083
  msgid ""
3084
  "This message will be displayed to user if it provides invalid or already "
3087
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
3088
  "المسجلة مسبقاً"
3089
 
3090
+ #: ../admin/social_login.php:1494
3091
  #, fuzzy
3092
  msgid "Email popup height"
3093
  msgstr "ارتفاع"
3094
 
3095
+ #: ../admin/social_login.php:1504
3096
  #, fuzzy
3097
  msgid ""
3098
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
3102
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
3103
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
3104
 
3105
+ #: ../admin/social_login.php:1511
3106
  #, fuzzy
3107
  msgid "Enable email verification"
3108
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3109
 
3110
+ #: ../admin/social_login.php:1521
3111
  #, fuzzy
3112
  msgid ""
3113
  "If enabled, email provided by the user will be verified by sending a "
3118
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
3119
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
3120
 
3121
+ #: ../admin/social_login.php:1541
3122
  #, fuzzy
3123
  msgid "Enable GDPR opt-in"
3124
  msgstr "إتاحة التعليق من هارد"
3125
 
3126
+ #: ../admin/social_login.php:1551
3127
  msgid ""
3128
  "Enable it to show GDPR opt-in for social login and social account linking"
3129
  msgstr ""
3130
 
3131
+ #: ../admin/social_login.php:1559
3132
  #, fuzzy
3133
  msgid "Placement of GDPR opt-in"
3134
  msgstr "إتاحة التعليق من هارد"
3135
 
3136
+ #: ../admin/social_login.php:1563
3137
  #, fuzzy
3138
  msgid "Above Social Login icons"
3139
  msgstr ""
3141
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
3142
  "فورا دون موافقة المشرف على النظام."
3143
 
3144
+ #: ../admin/social_login.php:1565
3145
  #, fuzzy
3146
  msgid "Below Social Login icons"
3147
  msgstr ""
3149
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
3150
  "فورا دون موافقة المشرف على النظام."
3151
 
3152
+ #: ../admin/social_login.php:1571
3153
  #, fuzzy
3154
  msgid "Placement of GDPR opt-in above or below the social login icons"
3155
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
3156
 
3157
+ #: ../admin/social_login.php:1578
3158
  msgid "Opt-in text"
3159
  msgstr ""
3160
 
3161
+ #: ../admin/social_login.php:1588
3162
  #, fuzzy
3163
  msgid "Text for the GDPR opt-in"
3164
  msgstr "إتاحة التعليق من هارد"
3165
 
3166
+ #: ../admin/social_login.php:1595
3167
  msgid "Text to link to Terms-Conditions page"
3168
  msgstr ""
3169
 
3170
+ #: ../admin/social_login.php:1605
3171
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
3172
  msgstr ""
3173
 
3174
+ #: ../admin/social_login.php:1612
3175
  msgid "Terms-Conditions Url"
3176
  msgstr ""
3177
 
3178
+ #: ../admin/social_login.php:1622
3179
  #, fuzzy
3180
  msgid "Url of the terms-conditions page of your website"
3181
  msgstr "URL لعملاء الموقع (اختياري)"
3182
 
3183
+ #: ../admin/social_login.php:1629
3184
  msgid "Text to link to Privacy Policy page"
3185
  msgstr ""
3186
 
3187
+ #: ../admin/social_login.php:1639
3188
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
3189
  msgstr ""
3190
 
3191
+ #: ../admin/social_login.php:1646
3192
  msgid "Privacy Policy Url"
3193
  msgstr ""
3194
 
3195
+ #: ../admin/social_login.php:1656
3196
  #, fuzzy
3197
  msgid "Url of the privacy policy page of your website"
3198
  msgstr "URL لعملاء الموقع (اختياري)"
3199
 
3200
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
3201
  #: ../inc/widget.php:602 ../inc/widget.php:750
3202
  #, fuzzy
3203
  msgid "Select"
3204
  msgstr "أختر ..."
3205
 
3206
+ #: ../admin/social_login.php:1738
3207
  #, fuzzy
3208
  msgid "Social Login Shortcode & Widget"
3209
  msgstr "استخدم كود مختصر | Include the shortcode"
3210
 
3211
+ #: ../admin/social_login.php:1739
3212
  msgid "Social Linking Shortcode"
3213
  msgstr "الربط الاجتماعي رمز قصير"
3214
 
3215
+ #: ../admin/social_login.php:1754
3216
  msgid "Why is social login not working?"
3217
  msgstr ""
3218
 
3219
+ #: ../admin/social_login.php:1755
3220
  msgid ""
3221
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3222
  "belong to the same app"
3223
  msgstr ""
3224
 
3225
+ #: ../admin/social_login.php:1757
3226
  msgid "Social Login not working with Varnish enabled"
3227
  msgstr ""
3228
 
3229
+ #: ../admin/social_login.php:1758
3230
  msgid ""
3231
  "Why the user is not appearing logged in even after Social Login until the "
3232
  "webpage is refreshed manually?"
3470
  msgid "Providers not selected"
3471
  msgstr "محدد | selected"
3472
 
3473
+ #: ../inc/social_login.php:968
3474
  #, fuzzy
3475
  msgid "Email"
3476
  msgstr "البريد الإلكتروني"
3477
 
3478
+ #: ../inc/social_login.php:969
3479
  msgid "Confirm email"
3480
  msgstr ""
3481
 
3482
+ #: ../inc/social_login.php:971
3483
  msgid "Save"
3484
  msgstr ""
3485
 
3486
+ #: ../inc/social_login.php:972
3487
  msgid "Cancel"
3488
  msgstr ""
3489
 
3490
+ #: ../inc/social_login.php:1046
3491
  #, fuzzy
3492
  msgid "Email Verification"
3493
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3494
 
3495
+ #: ../inc/social_login.php:1048
3496
  msgid ""
3497
  "Please click on the following link or paste it in browser to verify your "
3498
  "email"
3787
  msgid "RSS Feed URL:"
3788
  msgstr ""
3789
 
3790
+ #, fuzzy
3791
+ #~ msgid ""
3792
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3793
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3794
+ #~ "Dropbox Client ID"
3795
+ #~ msgstr ""
3796
+ #~ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة "
3797
+ #~ "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف "
3798
+ #~ "العميل GooglePlus"
3799
+
3800
  #~ msgid "Click to show help"
3801
  #~ msgstr "إضغط للمزيد من المساعدة"
3802
 
3847
  #~ msgid "Xing Consumer Key"
3848
  #~ msgstr "مفتاح التفعيل:"
3849
 
 
 
 
 
 
 
 
 
 
3850
  #, fuzzy
3851
  #~ msgid ""
3852
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
4070
  #~ msgid "Print"
4071
  #~ msgstr "طباعة"
4072
 
 
 
 
 
4073
  #, fuzzy
4074
  #~ msgid "Digg"
4075
  #~ 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-12-15 11:57+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:57+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:1273
20
  #, fuzzy
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
@@ -26,7 +26,7 @@ msgstr ""
26
  "posible que necesites contactar con el administrador de tu servidor para "
27
  "verificar esto"
28
 
29
- #: ../super_socializer.php:1301
30
  #, fuzzy, php-format
31
  msgid ""
32
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -35,7 +35,7 @@ msgstr ""
35
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
36
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
37
 
38
- #: ../super_socializer.php:1304
39
  #, fuzzy, php-format
40
  msgid ""
41
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -44,7 +44,7 @@ msgstr ""
44
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
45
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
46
 
47
- #: ../super_socializer.php:1307
48
  msgid ""
49
  "Make sure cURL is enabled at your website server. You may need to contact "
50
  "the server administrator of your website to verify this"
@@ -53,67 +53,67 @@ msgstr ""
53
  "posible que necesites contactar con el administrador de tu servidor para "
54
  "verificar esto"
55
 
56
- #: ../super_socializer.php:1489 ../helper.php:975
57
  msgid "Please verify your email address to login."
58
  msgstr "Por favor verifica tu dirección de email para ingresar."
59
 
60
- #: ../super_socializer.php:1489
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
63
 
64
- #: ../super_socializer.php:1493
65
  msgid "Notification"
66
  msgstr "Notificación"
67
 
68
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
69
  msgid "Email required"
70
  msgstr "Email requerido"
71
 
72
- #: ../super_socializer.php:1514
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
76
  "registro."
77
 
78
- #: ../super_socializer.php:1583
79
  msgid "Leave a reply"
80
  msgstr "Deja una respuesta"
81
 
82
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
83
  msgid "Shares"
84
  msgstr ""
85
 
86
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
87
  msgid "Share"
88
  msgstr ""
89
 
90
- #: ../super_socializer.php:1599
91
  #, fuzzy
92
  msgid "Link copied."
93
  msgstr "LinkedIn"
94
 
95
- #: ../super_socializer.php:1844
96
  msgid "Super Socializer - General Options"
97
  msgstr "Super Socializer - Opciones Generales"
98
 
99
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
100
  #: ../admin/social_commenting.php:47
101
  msgid "General Options"
102
  msgstr "Opciones Generales"
103
 
104
- #: ../super_socializer.php:1912 ../helper.php:904
105
  msgid "Social Avatar"
106
  msgstr "Avatar Social"
107
 
108
- #: ../super_socializer.php:1915
109
  msgid "Small Avatar Url"
110
  msgstr "Url de Avatar Pequeño"
111
 
112
- #: ../super_socializer.php:1919
113
  msgid "Large Avatar Url"
114
  msgstr "Url de Avatar Grande"
115
 
116
- #: ../super_socializer.php:1923 ../helper.php:907
117
  msgid ""
118
  "Do not fetch and update social avatar from my profile, next time I Social "
119
  "Login"
@@ -121,75 +121,75 @@ msgstr ""
121
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
122
  "próxima vez | Social Login"
123
 
124
- #: ../super_socializer.php:1927 ../helper.php:908
125
  msgid "Update social avatar, next time I Social Login"
126
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
127
 
128
- #: ../super_socializer.php:2004
129
  msgid "Login with your Social ID"
130
  msgstr ""
131
 
132
- #: ../super_socializer.php:2005
133
  msgid "Email you entered is already registered or invalid"
134
  msgstr "El email que has escrito ya está registrado o no es válido"
135
 
136
- #: ../super_socializer.php:2012
137
  msgid "Please enter a valid email address. You might be required to verify it"
138
  msgstr ""
139
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
140
  "verificarla"
141
 
142
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
143
  msgid "Link your social account to login to your account at this website"
144
  msgstr ""
145
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
146
  "web "
147
 
148
- #: ../super_socializer.php:2256
149
  msgid "Thanks for installing Super Socializer plugin"
150
  msgstr ""
151
 
152
- #: ../super_socializer.php:2258
153
  msgid "Configure the Plugin"
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:2269
157
  msgid ""
158
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
159
  "current version of Super Socializer"
160
  msgstr ""
161
 
162
- #: ../super_socializer.php:2278
163
  msgid ""
164
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
165
  "version of Super Socializer"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:2287
169
  msgid ""
170
- "Update \"Social Login Buttons\" add-on for compatibility with current "
171
- "version of Super Socializer"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:2296
175
  msgid ""
176
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
177
  "with current version of Super Socializer"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:2305
181
  msgid ""
182
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
183
  "with current version of Super Socializer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:2316
187
  #, php-format
188
  msgid ""
189
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:2325
193
  #, php-format
194
  msgid ""
195
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -197,7 +197,7 @@ msgid ""
197
  "Instagram App Secret <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
201
  #, php-format
202
  msgid ""
203
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -206,13 +206,13 @@ msgid ""
206
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:2359
210
  #, php-format
211
  msgid ""
212
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:2383
216
  #, php-format
217
  msgid ""
218
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -220,14 +220,14 @@ msgid ""
220
  "target=\"_blank\">here</a>"
221
  msgstr ""
222
 
223
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
224
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
225
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
226
- #: ../super_socializer.php:2546
227
  msgid "Okay"
228
  msgstr ""
229
 
230
- #: ../super_socializer.php:2408
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -235,7 +235,7 @@ msgid ""
235
  "\">here</a>"
236
  msgstr ""
237
 
238
- #: ../super_socializer.php:2433
239
  #, php-format
240
  msgid ""
241
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -243,7 +243,7 @@ msgid ""
243
  "target=\"_blank\">here</a>"
244
  msgstr ""
245
 
246
- #: ../super_socializer.php:2458
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -251,13 +251,13 @@ msgid ""
251
  "target=\"_blank\">here</a>"
252
  msgstr ""
253
 
254
- #: ../super_socializer.php:2469
255
  #, php-format
256
  msgid ""
257
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
258
  msgstr ""
259
 
260
- #: ../super_socializer.php:2491
261
  #, php-format
262
  msgid ""
263
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -265,7 +265,7 @@ msgid ""
265
  "\"%s\" target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:2519
269
  #, php-format
270
  msgid ""
271
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -274,7 +274,7 @@ msgid ""
274
  "your website %s with them. No need to copy-paste any code from their website."
275
  msgstr ""
276
 
277
- #: ../super_socializer.php:2546
278
  #, php-format
279
  msgid ""
280
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -282,7 +282,7 @@ msgid ""
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
- #: ../super_socializer.php:2571
286
  #, php-format
287
  msgid ""
288
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -290,11 +290,11 @@ msgid ""
290
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
294
  msgid "Dismiss"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:2597
298
  #, php-format
299
  msgid ""
300
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -303,135 +303,131 @@ msgid ""
303
  "that, clear share counts cache from \"Miscellaneous\" section"
304
  msgstr ""
305
 
306
- #: ../super_socializer.php:2797
307
  msgid ""
308
  "Your browser is blocking some features of this website. Please follow the "
309
  "instructions at {support_url} to unblock these."
310
  msgstr ""
311
 
312
- #: ../helper.php:8
313
  msgid "Settings saved"
314
  msgstr "Ajustes guardados"
315
 
316
- #: ../helper.php:8 ../admin/social_sharing.php:49
317
- msgid "Dismiss this notice"
318
- msgstr "No volver a mostrar este aviso"
319
-
320
- #: ../helper.php:174
321
  #, fuzzy
322
  msgid "Click to toggle help"
323
  msgstr "Pulsa para ocultar la ayuda"
324
 
325
- #: ../helper.php:271
326
  #, fuzzy
327
  msgid "Add-Ons"
328
  msgstr "Otros Complementos"
329
 
330
- #: ../helper.php:272
331
  msgid "Support Documentation"
332
  msgstr ""
333
 
334
- #: ../helper.php:273
335
  msgid "Settings"
336
  msgstr "Ajustes"
337
 
338
- #: ../helper.php:556
339
  msgid "Account linked successfully"
340
  msgstr "Cuenta enlazada con éxito"
341
 
342
- #: ../helper.php:560
343
  msgid "Account already exists or linked"
344
  msgstr "Esta cuenta ya existe o ha sido enlazada"
345
 
346
- #: ../helper.php:596 ../helper.php:598
347
  #, fuzzy
348
  msgid "Login with"
349
  msgstr "Opciones de Ingreso"
350
 
351
- #: ../helper.php:633 ../helper.php:639
352
  msgid "Currently"
353
  msgstr "Actualmente"
354
 
355
- #: ../helper.php:633 ../helper.php:639
356
  msgid "Connected with"
357
  msgstr ""
358
 
359
- #: ../helper.php:633 ../helper.php:639
360
  msgid "Remove"
361
  msgstr "Remover"
362
 
363
- #: ../helper.php:710
364
  #, fuzzy
365
  msgid "Social Account Linking"
366
  msgstr "Comentarios en redes sociales"
367
 
368
- #: ../helper.php:760
369
  msgid "Disable Standard Social Sharing on this "
370
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
371
 
372
- #: ../helper.php:765
373
  msgid "Disable Floating Social Sharing on this "
374
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
375
 
376
- #: ../helper.php:770
377
  msgid "Disable Standard like buttons on this "
378
  msgstr "Desactivar los botones Me gusta Estándares aquí"
379
 
380
- #: ../helper.php:775
381
  msgid "Disable Floating like buttons on this "
382
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
383
 
384
- #: ../helper.php:780
385
  msgid "Disable Social Commenting on this "
386
  msgstr "Desactivar Comentarios de redes sociales aquí"
387
 
388
- #: ../helper.php:789
389
  msgid "Standard Sharing Interface"
390
  msgstr "Interfaz Estándar para Compartir"
391
 
392
- #: ../helper.php:795 ../helper.php:814
393
  msgid "Starting share count for "
394
  msgstr "Comienzo del Contador de veces compartidas"
395
 
396
- #: ../helper.php:808
397
  msgid "Floating Sharing Interface"
398
  msgstr "Interfaz Flotante de botones Compartir"
399
 
400
- #: ../helper.php:911
401
  msgid "Small Avatar"
402
  msgstr "Avatar Pequeño"
403
 
404
- #: ../helper.php:915
405
  msgid "Large Avatar"
406
  msgstr "Avatar Grande"
407
 
408
- #: ../helper.php:919 ../admin/general_options.php:89
409
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
410
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
411
  msgid "Save Changes"
412
  msgstr "Guardar Cambios"
413
 
414
- #: ../helper.php:1012
415
  msgid "Click to delete social profile data"
416
  msgstr ""
417
 
418
- #: ../helper.php:1041
419
  #, fuzzy
420
  msgid "Deleting"
421
  msgstr "Ajustes"
422
 
423
- #: ../helper.php:1051
424
  msgid "Deleted"
425
  msgstr ""
426
 
427
- #: ../helper.php:1053
428
  msgid "Something bad happened"
429
  msgstr ""
430
 
431
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
432
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
433
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
434
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
435
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
436
  #, fuzzy, php-format
437
  msgid ""
@@ -487,14 +483,14 @@ msgstr ""
487
  "style&gt;)"
488
 
489
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
490
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
491
  #: ../admin/like_buttons.php:790
492
  #, fuzzy
493
  msgid "Instagram Shoutout"
494
  msgstr "Instagram"
495
 
496
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
497
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
498
  #: ../admin/like_buttons.php:792
499
  msgid ""
500
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -611,6 +607,10 @@ msgid ""
611
  "Facebook share count to work"
612
  msgstr ""
613
 
 
 
 
 
614
  #: ../admin/social_sharing.php:56
615
  msgid "Theme Selection"
616
  msgstr "Selección de Temas"
@@ -633,7 +633,7 @@ msgstr ""
633
 
634
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
635
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
636
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
637
  #: ../admin/like_buttons.php:751
638
  msgid "Shortcode & Widget"
639
  msgstr "Widgets y Shortcodes"
@@ -644,7 +644,7 @@ msgstr "Resolución de problmas"
644
 
645
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
646
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
647
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
648
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
649
  msgid "FAQ"
650
  msgstr "FAQ"
@@ -878,8 +878,8 @@ msgstr "Url personalizada"
878
  msgid "Url to share"
879
  msgstr "Url para compartir"
880
 
881
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
882
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
883
  #: ../inc/widget.php:949
884
  msgid "Title"
885
  msgstr "Título"
@@ -968,7 +968,7 @@ msgid "Placement"
968
  msgstr "Ubicación"
969
 
970
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
971
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
972
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
973
  msgid "Homepage"
974
  msgstr "Página de Inicio"
@@ -1245,7 +1245,7 @@ msgstr ""
1245
  msgid "Required only to track Facebook share count"
1246
  msgstr ""
1247
 
1248
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1249
  msgid "Facebook App ID"
1250
  msgstr "Facebook App ID"
1251
 
@@ -1259,7 +1259,7 @@ msgstr ""
1259
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1260
  "para conseguir tu Facebook App ID"
1261
 
1262
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1263
  #, fuzzy
1264
  msgid "Facebook App Secret"
1265
  msgstr "Facebook App ID"
@@ -1447,7 +1447,7 @@ msgstr ""
1447
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1448
 
1449
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1450
- #: ../admin/social_login.php:1569
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."
@@ -1504,7 +1504,7 @@ msgid ""
1504
  msgstr ""
1505
 
1506
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1507
- #: ../admin/social_login.php:1576
1508
  msgid "Why is my browser blocking some features of the plugin?"
1509
  msgstr ""
1510
 
@@ -1829,11 +1829,11 @@ msgstr "Configuración básica"
1829
  msgid "Advanced Configuration"
1830
  msgstr "Configuración básica"
1831
 
1832
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1833
  msgid "GDPR"
1834
  msgstr ""
1835
 
1836
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1837
  msgid "XProfile Integration"
1838
  msgstr ""
1839
 
@@ -1928,20 +1928,37 @@ msgid "Twitch"
1928
  msgstr "Twitter"
1929
 
1930
  #: ../admin/social_login.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1931
  msgid "Github"
1932
  msgstr ""
1933
 
1934
- #: ../admin/social_login.php:162
1935
  msgid "Kakao"
1936
  msgstr ""
1937
 
1938
- #: ../admin/social_login.php:170
1939
  msgid "Select Social ID provider to enable in Social Login"
1940
  msgstr ""
1941
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1942
  "redes sociales"
1943
 
1944
- #: ../admin/social_login.php:187
1945
  #, php-format
1946
  msgid ""
1947
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1951,7 +1968,7 @@ msgstr ""
1951
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1952
  "para conseguir tu Facebook App ID"
1953
 
1954
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
1955
  #, fuzzy
1956
  msgid ""
1957
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1959,7 +1976,7 @@ msgstr ""
1959
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1960
  "mencionado"
1961
 
1962
- #: ../admin/social_login.php:208
1963
  #, fuzzy, php-format
1964
  msgid ""
1965
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1969,11 +1986,11 @@ msgstr ""
1969
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1970
  "para conseguir tu Facebook App ID"
1971
 
1972
- #: ../admin/social_login.php:219
1973
  msgid "Twitter API Key"
1974
  msgstr "Twitter API Key"
1975
 
1976
- #: ../admin/social_login.php:229
1977
  #, php-format
1978
  msgid ""
1979
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1983,7 +2000,7 @@ msgstr ""
1983
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1984
  "conseguir tu Twitter Key"
1985
 
1986
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
1987
  #, fuzzy
1988
  msgid ""
1989
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1991,12 +2008,13 @@ msgstr ""
1991
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1992
  "enlace mencionado"
1993
 
1994
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
1995
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
1996
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
1997
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
1998
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
1999
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
2000
  #, fuzzy
2001
  msgid ""
2002
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2005,11 +2023,11 @@ msgstr ""
2005
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2006
  "enlace mencionado"
2007
 
2008
- #: ../admin/social_login.php:244
2009
  msgid "Twitter API Secret"
2010
  msgstr "Twitter API Secret"
2011
 
2012
- #: ../admin/social_login.php:254
2013
  #, php-format
2014
  msgid ""
2015
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2019,12 +2037,12 @@ msgstr ""
2019
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2020
  "conseguir tu Twitter API Secret"
2021
 
2022
- #: ../admin/social_login.php:269
2023
  #, fuzzy
2024
  msgid "LinkedIn Client ID"
2025
  msgstr "LinkedIn"
2026
 
2027
- #: ../admin/social_login.php:279
2028
  #, fuzzy, php-format
2029
  msgid ""
2030
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2034,8 +2052,8 @@ msgstr ""
2034
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2035
  "para conseguir tu LinkedIn API Key"
2036
 
2037
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
2038
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
2039
  #, fuzzy
2040
  msgid ""
2041
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2044,12 +2062,12 @@ msgstr ""
2044
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2045
  "mencionado"
2046
 
2047
- #: ../admin/social_login.php:290
2048
  #, fuzzy
2049
  msgid "LinkedIn Client Secret"
2050
  msgstr "LinkedIn"
2051
 
2052
- #: ../admin/social_login.php:300
2053
  #, fuzzy, php-format
2054
  msgid ""
2055
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2060,12 +2078,12 @@ msgstr ""
2060
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2061
  "para conseguir tu LinkedIn API Key"
2062
 
2063
- #: ../admin/social_login.php:311
2064
  #, fuzzy
2065
  msgid "Google Client ID"
2066
  msgstr "Google+ Client ID"
2067
 
2068
- #: ../admin/social_login.php:321
2069
  #, fuzzy, php-format
2070
  msgid ""
2071
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2075,7 +2093,7 @@ msgstr ""
2075
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2076
  "para conseguir tu GooglePlus Client ID"
2077
 
2078
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
2079
  #, fuzzy
2080
  msgid ""
2081
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2084,12 +2102,12 @@ msgstr ""
2084
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2085
  "mencionado"
2086
 
2087
- #: ../admin/social_login.php:332
2088
  #, fuzzy
2089
  msgid "Google Client Secret"
2090
  msgstr "Google+ Client ID"
2091
 
2092
- #: ../admin/social_login.php:342
2093
  #, fuzzy, php-format
2094
  msgid ""
2095
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2099,11 +2117,11 @@ msgstr ""
2099
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2100
  "para conseguir tu GooglePlus Client ID"
2101
 
2102
- #: ../admin/social_login.php:353
2103
  msgid "Vkontakte Application ID"
2104
  msgstr "Vkontakte Application ID"
2105
 
2106
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
2107
  #, php-format
2108
  msgid ""
2109
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2114,7 +2132,7 @@ msgstr ""
2114
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2115
  "para conseguir tu Vkontakte Application ID"
2116
 
2117
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
2118
  #, fuzzy
2119
  msgid ""
2120
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2123,17 +2141,17 @@ msgstr ""
2123
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2124
  "enlace mencionado"
2125
 
2126
- #: ../admin/social_login.php:374
2127
  #, fuzzy
2128
  msgid "Vkontakte Secure key"
2129
  msgstr "Vkontakte"
2130
 
2131
- #: ../admin/social_login.php:395
2132
  #, fuzzy
2133
  msgid "Instagram App ID"
2134
  msgstr "Instagram Client ID"
2135
 
2136
- #: ../admin/social_login.php:405
2137
  #, fuzzy, php-format
2138
  msgid ""
2139
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2143,7 +2161,7 @@ msgstr ""
2143
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2144
  "para conseguir tu Instagram Client ID"
2145
 
2146
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
2147
  #, fuzzy
2148
  msgid ""
2149
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -2152,12 +2170,12 @@ msgstr ""
2152
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2153
  "mencionado"
2154
 
2155
- #: ../admin/social_login.php:416
2156
  #, fuzzy
2157
  msgid "Instagram App Secret"
2158
  msgstr "Instagram"
2159
 
2160
- #: ../admin/social_login.php:426
2161
  #, fuzzy, php-format
2162
  msgid ""
2163
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2167,11 +2185,11 @@ msgstr ""
2167
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2168
  "para conseguir tu Instagram Client ID"
2169
 
2170
- #: ../admin/social_login.php:437
2171
  msgid "Line Channel ID"
2172
  msgstr ""
2173
 
2174
- #: ../admin/social_login.php:446
2175
  #, fuzzy, php-format
2176
  msgid ""
2177
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2181,12 +2199,12 @@ msgstr ""
2181
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2182
  "para conseguir tu LinkedIn API Key"
2183
 
2184
- #: ../admin/social_login.php:457
2185
  #, fuzzy
2186
  msgid "Line Channel Secret"
2187
  msgstr "LinkedIn"
2188
 
2189
- #: ../admin/social_login.php:466
2190
  #, fuzzy, php-format
2191
  msgid ""
2192
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2196,12 +2214,12 @@ msgstr ""
2196
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2197
  "para conseguir tu LinkedIn API Key"
2198
 
2199
- #: ../admin/social_login.php:477
2200
  #, fuzzy
2201
  msgid "Wordpress Client ID"
2202
  msgstr "Google+ Client ID"
2203
 
2204
- #: ../admin/social_login.php:486
2205
  #, fuzzy, php-format
2206
  msgid ""
2207
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2211,12 +2229,12 @@ msgstr ""
2211
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2212
  "para conseguir tu GooglePlus Client ID"
2213
 
2214
- #: ../admin/social_login.php:497
2215
  #, fuzzy
2216
  msgid "Wordpress Client Secret"
2217
  msgstr "Google+ Client ID"
2218
 
2219
- #: ../admin/social_login.php:506
2220
  #, fuzzy, php-format
2221
  msgid ""
2222
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2227,12 +2245,12 @@ msgstr ""
2227
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2228
  "para conseguir tu GooglePlus Client ID"
2229
 
2230
- #: ../admin/social_login.php:517
2231
  #, fuzzy
2232
  msgid "Microsoft Client ID"
2233
  msgstr "Google+ Client ID"
2234
 
2235
- #: ../admin/social_login.php:526
2236
  #, fuzzy, php-format
2237
  msgid ""
2238
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2242,8 +2260,9 @@ msgstr ""
2242
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2243
  "para conseguir tu GooglePlus Client ID"
2244
 
2245
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
2246
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
2247
  #, fuzzy
2248
  msgid ""
2249
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2252,12 +2271,12 @@ msgstr ""
2252
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2253
  "mencionado"
2254
 
2255
- #: ../admin/social_login.php:537
2256
  #, fuzzy
2257
  msgid "Microsoft Client Secret"
2258
  msgstr "Google+ Client ID"
2259
 
2260
- #: ../admin/social_login.php:546
2261
  #, fuzzy, php-format
2262
  msgid ""
2263
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2268,12 +2287,12 @@ msgstr ""
2268
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2269
  "para conseguir tu GooglePlus Client ID"
2270
 
2271
- #: ../admin/social_login.php:556
2272
  #, fuzzy
2273
  msgid "Steam API Key"
2274
  msgstr "Twitter API Key"
2275
 
2276
- #: ../admin/social_login.php:565
2277
  #, fuzzy, php-format
2278
  msgid ""
2279
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2283,19 +2302,19 @@ msgstr ""
2283
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2284
  "conseguir tu Twitter Key"
2285
 
2286
- #: ../admin/social_login.php:566
2287
  #, fuzzy
2288
  msgid "Save following <strong>domain</strong> to get the key"
2289
  msgstr ""
2290
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2291
  "enlace mencionado"
2292
 
2293
- #: ../admin/social_login.php:575
2294
  #, fuzzy
2295
  msgid "Yahoo Client ID"
2296
  msgstr "Google+ Client ID"
2297
 
2298
- #: ../admin/social_login.php:584
2299
  #, fuzzy, php-format
2300
  msgid ""
2301
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2305,7 +2324,7 @@ msgstr ""
2305
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2306
  "para conseguir tu GooglePlus Client ID"
2307
 
2308
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2309
  #, fuzzy
2310
  msgid ""
2311
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
@@ -2314,12 +2333,12 @@ msgstr ""
2314
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2315
  "mencionado"
2316
 
2317
- #: ../admin/social_login.php:595
2318
  #, fuzzy
2319
  msgid "Yahoo Client Secret"
2320
  msgstr "Google+ Client ID"
2321
 
2322
- #: ../admin/social_login.php:604
2323
  #, fuzzy, php-format
2324
  msgid ""
2325
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2329,12 +2348,12 @@ msgstr ""
2329
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2330
  "para conseguir tu GooglePlus Client ID"
2331
 
2332
- #: ../admin/social_login.php:616
2333
  #, fuzzy
2334
  msgid "Spotify Client ID"
2335
  msgstr "Google+ Client ID"
2336
 
2337
- #: ../admin/social_login.php:625
2338
  #, fuzzy, php-format
2339
  msgid ""
2340
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2344,12 +2363,12 @@ msgstr ""
2344
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2345
  "para conseguir tu GooglePlus Client ID"
2346
 
2347
- #: ../admin/social_login.php:636
2348
  #, fuzzy
2349
  msgid "Spotify Client Secret"
2350
  msgstr "Google+ Client ID"
2351
 
2352
- #: ../admin/social_login.php:645
2353
  #, fuzzy, php-format
2354
  msgid ""
2355
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2360,12 +2379,12 @@ msgstr ""
2360
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2361
  "para conseguir tu GooglePlus Client ID"
2362
 
2363
- #: ../admin/social_login.php:658
2364
  #, fuzzy
2365
  msgid "Dribbble Client ID"
2366
  msgstr "Google+ Client ID"
2367
 
2368
- #: ../admin/social_login.php:667
2369
  #, fuzzy, php-format
2370
  msgid ""
2371
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2375,12 +2394,12 @@ msgstr ""
2375
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2376
  "para conseguir tu GooglePlus Client ID"
2377
 
2378
- #: ../admin/social_login.php:678
2379
  #, fuzzy
2380
  msgid "Dribbble Client Secret"
2381
  msgstr "Google+ Client ID"
2382
 
2383
- #: ../admin/social_login.php:687
2384
  #, fuzzy, php-format
2385
  msgid ""
2386
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2391,12 +2410,12 @@ msgstr ""
2391
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2392
  "para conseguir tu GooglePlus Client ID"
2393
 
2394
- #: ../admin/social_login.php:699
2395
  #, fuzzy
2396
  msgid "Twitch Client ID"
2397
  msgstr "Instagram Client ID"
2398
 
2399
- #: ../admin/social_login.php:708
2400
  #, fuzzy, php-format
2401
  msgid ""
2402
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2406,12 +2425,12 @@ msgstr ""
2406
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2407
  "para conseguir tu GooglePlus Client ID"
2408
 
2409
- #: ../admin/social_login.php:719
2410
  #, fuzzy
2411
  msgid "Twitch Client Secret"
2412
  msgstr "Instagram Client ID"
2413
 
2414
- #: ../admin/social_login.php:728
2415
  #, fuzzy, php-format
2416
  msgid ""
2417
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2421,12 +2440,150 @@ msgstr ""
2421
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2422
  "para conseguir tu GooglePlus Client ID"
2423
 
2424
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2425
  #, fuzzy
2426
  msgid "Github Client ID"
2427
  msgstr "Instagram Client ID"
2428
 
2429
- #: ../admin/social_login.php:751
2430
  #, fuzzy, php-format
2431
  msgid ""
2432
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2436,12 +2593,12 @@ msgstr ""
2436
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2437
  "para conseguir tu GooglePlus Client ID"
2438
 
2439
- #: ../admin/social_login.php:762
2440
  #, fuzzy
2441
  msgid "Github Client Secret"
2442
  msgstr "Instagram Client ID"
2443
 
2444
- #: ../admin/social_login.php:771
2445
  #, fuzzy, php-format
2446
  msgid ""
2447
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2451,12 +2608,12 @@ msgstr ""
2451
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2452
  "para conseguir tu GooglePlus Client ID"
2453
 
2454
- #: ../admin/social_login.php:784
2455
  #, fuzzy
2456
  msgid "Kakao Client ID"
2457
  msgstr "Google+ Client ID"
2458
 
2459
- #: ../admin/social_login.php:793
2460
  #, fuzzy, php-format
2461
  msgid ""
2462
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2466,12 +2623,12 @@ msgstr ""
2466
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2467
  "para conseguir tu GooglePlus Client ID"
2468
 
2469
- #: ../admin/social_login.php:804
2470
  #, fuzzy
2471
  msgid "Kakao Client Secret"
2472
  msgstr "Google+ Client ID"
2473
 
2474
- #: ../admin/social_login.php:813
2475
  #, fuzzy, php-format
2476
  msgid ""
2477
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2481,50 +2638,50 @@ msgstr ""
2481
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2482
  "para conseguir tu GooglePlus Client ID"
2483
 
2484
- #: ../admin/social_login.php:833
2485
  #, fuzzy
2486
  msgid "Social Login Options"
2487
  msgstr "Ingreso a través de redes sociales"
2488
 
2489
- #: ../admin/social_login.php:848
2490
  msgid "Text to display above the Social Login interface"
2491
  msgstr ""
2492
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2493
 
2494
- #: ../admin/social_login.php:856
2495
  msgid "Trigger social login in the same browser tab"
2496
  msgstr ""
2497
 
2498
- #: ../admin/social_login.php:866
2499
  msgid "Trigger social login in the same browser tab instead of a popup window"
2500
  msgstr ""
2501
 
2502
- #: ../admin/social_login.php:873
2503
  #, fuzzy
2504
  msgid "Center align icons"
2505
  msgstr "Reorganizar iconos"
2506
 
2507
- #: ../admin/social_login.php:883
2508
  #, fuzzy
2509
  msgid "Center align social login icons"
2510
  msgstr "Ingreso a través de redes sociales"
2511
 
2512
- #: ../admin/social_login.php:890
2513
  msgid "Enable at login page"
2514
  msgstr "Permitir Página de Ingreso"
2515
 
2516
- #: ../admin/social_login.php:900
2517
  msgid ""
2518
  "Social Login interface will get enabled at the login page of your website"
2519
  msgstr ""
2520
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2521
  "acceso de tu sitio web"
2522
 
2523
- #: ../admin/social_login.php:907
2524
  msgid "Enable at register page"
2525
  msgstr "Permitir Página de Registro"
2526
 
2527
- #: ../admin/social_login.php:917
2528
  msgid ""
2529
  "Social Login interface will get enabled at the registration page of your "
2530
  "website"
@@ -2532,21 +2689,21 @@ msgstr ""
2532
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2533
  "registro de tu sitio web"
2534
 
2535
- #: ../admin/social_login.php:924
2536
  msgid "Enable at comment form"
2537
  msgstr "Permitir el formulario de comentarios"
2538
 
2539
- #: ../admin/social_login.php:934
2540
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2541
  msgstr ""
2542
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2543
  "de Comentario de tu WordPress"
2544
 
2545
- #: ../admin/social_login.php:948
2546
  msgid "Enable before WooCommerce Customer Login Form"
2547
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2548
 
2549
- #: ../admin/social_login.php:958
2550
  msgid ""
2551
  "Social Login Interface will get enabled before the customer login form at "
2552
  "WooCommerce My Account page"
@@ -2554,12 +2711,12 @@ msgstr ""
2554
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2555
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2556
 
2557
- #: ../admin/social_login.php:965
2558
  #, fuzzy
2559
  msgid "Enable at WooCommerce Customer Login Form"
2560
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2561
 
2562
- #: ../admin/social_login.php:975
2563
  #, fuzzy
2564
  msgid ""
2565
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2568,12 +2725,12 @@ msgstr ""
2568
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2569
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2570
 
2571
- #: ../admin/social_login.php:982
2572
  #, fuzzy
2573
  msgid "Enable at WooCommerce Customer Register Form"
2574
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2575
 
2576
- #: ../admin/social_login.php:992
2577
  #, fuzzy
2578
  msgid ""
2579
  "Integrate Social Login Interface with the customer register form at "
@@ -2582,23 +2739,23 @@ msgstr ""
2582
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2583
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2584
 
2585
- #: ../admin/social_login.php:999
2586
  msgid "Enable at WooCommerce checkout page"
2587
  msgstr "Permitir en la página de checkout de WooCommerce"
2588
 
2589
- #: ../admin/social_login.php:1009
2590
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2591
  msgstr ""
2592
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2593
  "checkout de WooCommerce"
2594
 
2595
- #: ../admin/social_login.php:1019
2596
  msgid "Auto-approve comments made by Social Login users"
2597
  msgstr ""
2598
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2599
  "través de redes sociales"
2600
 
2601
- #: ../admin/social_login.php:1029
2602
  msgid ""
2603
  "If this option is enabled, and WordPress comment is made by Social Login "
2604
  "user, comment will get approved immediately without keeping in moderation."
@@ -2607,15 +2764,15 @@ msgstr ""
2607
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2608
  "inmediato sin necesidad de moderación."
2609
 
2610
- #: ../admin/social_login.php:1030
2611
  msgid "Note: This is not related to Facebook comments"
2612
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2613
 
2614
- #: ../admin/social_login.php:1039
2615
  msgid "Enable social avatar"
2616
  msgstr "Permitir avatar social"
2617
 
2618
- #: ../admin/social_login.php:1049
2619
  msgid ""
2620
  "Social profile pictures of the logged in user will be displayed as profile "
2621
  "avatar"
@@ -2623,30 +2780,30 @@ msgstr ""
2623
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2624
  "avatar de perfil"
2625
 
2626
- #: ../admin/social_login.php:1058
2627
  msgid "Avatar quality"
2628
  msgstr "Calidad del avatar"
2629
 
2630
- #: ../admin/social_login.php:1061
2631
  msgid "Average"
2632
  msgstr "Media"
2633
 
2634
- #: ../admin/social_login.php:1062
2635
  msgid "Best"
2636
  msgstr "Alta"
2637
 
2638
- #: ../admin/social_login.php:1069
2639
  msgid "Choose avatar quality"
2640
  msgstr "Elegir la calidad del avatar"
2641
 
2642
- #: ../admin/social_login.php:1077
2643
  msgid ""
2644
  "Show option for users to update social avatar at BuddyPress profile page"
2645
  msgstr ""
2646
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2647
  "página de perfil de BuddyPress"
2648
 
2649
- #: ../admin/social_login.php:1087
2650
  msgid ""
2651
  "If enabled, users would be able to update their social avatar from \"Profile "
2652
  "photo\" section in BuddyPress profile at front-end"
@@ -2654,7 +2811,7 @@ msgstr ""
2654
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2655
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2656
 
2657
- #: ../admin/social_login.php:1107
2658
  msgid ""
2659
  "If enabled and Social ID provider does not provide user's email address on "
2660
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2664,11 +2821,11 @@ msgstr ""
2664
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2665
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2666
 
2667
- #: ../admin/social_login.php:1115
2668
  msgid "Send post-registration email to user to set account password"
2669
  msgstr ""
2670
 
2671
- #: ../admin/social_login.php:1125
2672
  msgid ""
2673
  "If enabled, an email will be sent to user after registration through Social "
2674
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2678,12 +2835,12 @@ msgstr ""
2678
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2679
  "poder iniciar sesión a través del formulario de acceso tradicional"
2680
 
2681
- #: ../admin/social_login.php:1132
2682
  #, fuzzy
2683
  msgid "Send new user registration notification email to admin"
2684
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2685
 
2686
- #: ../admin/social_login.php:1142
2687
  #, fuzzy
2688
  msgid ""
2689
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2693,40 +2850,40 @@ msgstr ""
2693
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2694
  "poder iniciar sesión a través del formulario de acceso tradicional"
2695
 
2696
- #: ../admin/social_login.php:1149
2697
  msgid "Login redirection"
2698
  msgstr "Redirección de Ingreso"
2699
 
2700
- #: ../admin/social_login.php:1153
2701
  msgid "Same page where user logged in"
2702
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2703
 
2704
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2705
  msgid "Account dashboard"
2706
  msgstr "Panel de cuenta de usuario"
2707
 
2708
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2709
  msgid "BuddyPress profile page"
2710
  msgstr "Página de perfil de BuddyPress"
2711
 
2712
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2713
  msgid "Custom Url"
2714
  msgstr "Url personalizada"
2715
 
2716
- #: ../admin/social_login.php:1171
2717
  msgid "User will be redirected to the selected page after Social Login"
2718
  msgstr ""
2719
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2720
 
2721
- #: ../admin/social_login.php:1178
2722
  msgid "Registration redirection"
2723
  msgstr "Redirección de Registro"
2724
 
2725
- #: ../admin/social_login.php:1182
2726
  msgid "Same page from where user registered"
2727
  msgstr "La misma página en la que el usuario se ha registrado"
2728
 
2729
- #: ../admin/social_login.php:1200
2730
  msgid ""
2731
  "User will be redirected to the selected page after registration (first "
2732
  "Social Login) through Social Login"
@@ -2734,18 +2891,18 @@ msgstr ""
2734
  "El usuario será redirigido a la página seleccionada después de su registro "
2735
  "(en su primer inicio de sesión) a través de la red social"
2736
 
2737
- #: ../admin/social_login.php:1209
2738
  #, fuzzy
2739
  msgid "Social Account Linking Options"
2740
  msgstr "Comentarios en redes sociales"
2741
 
2742
- #: ../admin/social_login.php:1224
2743
  #, fuzzy
2744
  msgid "Text to display above the Social Account Linking interface"
2745
  msgstr ""
2746
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2747
 
2748
- #: ../admin/social_login.php:1231
2749
  #, fuzzy
2750
  msgid ""
2751
  "Link social account to already existing account, if email address matches"
@@ -2753,7 +2910,7 @@ msgstr ""
2753
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2754
  "web "
2755
 
2756
- #: ../admin/social_login.php:1241
2757
  msgid ""
2758
  "If email address of the user's Social Account matches with an already "
2759
  "existing account at your website, that social account will be linked to "
@@ -2761,12 +2918,12 @@ msgid ""
2761
  "Linking interface at their profile page."
2762
  msgstr ""
2763
 
2764
- #: ../admin/social_login.php:1249
2765
  msgid "Enable social account linking at BuddyPress profile page"
2766
  msgstr ""
2767
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2768
 
2769
- #: ../admin/social_login.php:1259
2770
  msgid ""
2771
  "Enable this option to show social account linking interface at BuddyPress "
2772
  "profile page"
@@ -2774,15 +2931,15 @@ msgstr ""
2774
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2775
  "la página de perfil de BuddyPress"
2776
 
2777
- #: ../admin/social_login.php:1270
2778
  msgid "Email popup options"
2779
  msgstr "Opciones de popup del Email"
2780
 
2781
- #: ../admin/social_login.php:1275
2782
  msgid "Text on 'Email required' popup"
2783
  msgstr "Texto del popup 'Email requerido'"
2784
 
2785
- #: ../admin/social_login.php:1285
2786
  msgid ""
2787
  "This text will be displayed on email required popup. Leave empty if not "
2788
  "required."
@@ -2790,11 +2947,11 @@ msgstr ""
2790
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2791
  "no es necesario."
2792
 
2793
- #: ../admin/social_login.php:1293
2794
  msgid "Error message for 'Email required' popup"
2795
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2796
 
2797
- #: ../admin/social_login.php:1303
2798
  msgid ""
2799
  "This message will be displayed to user if it provides invalid or already "
2800
  "registered email"
@@ -2802,11 +2959,11 @@ msgstr ""
2802
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2803
  "registrado"
2804
 
2805
- #: ../admin/social_login.php:1311
2806
  msgid "Email popup height"
2807
  msgstr "Altura del popup del Email"
2808
 
2809
- #: ../admin/social_login.php:1321
2810
  msgid ""
2811
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2812
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2816,11 +2973,11 @@ msgstr ""
2816
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2817
  "opción. Déjala en blanco para la altura por defecto."
2818
 
2819
- #: ../admin/social_login.php:1328
2820
  msgid "Enable email verification"
2821
  msgstr "Activar verificación por email"
2822
 
2823
- #: ../admin/social_login.php:1338
2824
  msgid ""
2825
  "If enabled, email provided by the user will be verified by sending a "
2826
  "confirmation link to that email. User would not be able to login without "
@@ -2830,108 +2987,108 @@ msgstr ""
2830
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2831
  "pulsar este enlace"
2832
 
2833
- #: ../admin/social_login.php:1358
2834
  #, fuzzy
2835
  msgid "Enable GDPR opt-in"
2836
  msgstr "Permitir Comentarios de Disqus"
2837
 
2838
- #: ../admin/social_login.php:1368
2839
  msgid ""
2840
  "Enable it to show GDPR opt-in for social login and social account linking"
2841
  msgstr ""
2842
 
2843
- #: ../admin/social_login.php:1376
2844
  #, fuzzy
2845
  msgid "Placement of GDPR opt-in"
2846
  msgstr "Permitir Comentarios de Disqus"
2847
 
2848
- #: ../admin/social_login.php:1380
2849
  #, fuzzy
2850
  msgid "Above Social Login icons"
2851
  msgstr "Ingreso a través de redes sociales"
2852
 
2853
- #: ../admin/social_login.php:1382
2854
  #, fuzzy
2855
  msgid "Below Social Login icons"
2856
  msgstr "Ingreso a través de redes sociales"
2857
 
2858
- #: ../admin/social_login.php:1388
2859
  #, fuzzy
2860
  msgid "Placement of GDPR opt-in above or below the social login icons"
2861
  msgstr ""
2862
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2863
 
2864
- #: ../admin/social_login.php:1395
2865
  msgid "Opt-in text"
2866
  msgstr ""
2867
 
2868
- #: ../admin/social_login.php:1405
2869
  #, fuzzy
2870
  msgid "Text for the GDPR opt-in"
2871
  msgstr "Permitir Comentarios de Disqus"
2872
 
2873
- #: ../admin/social_login.php:1412
2874
  msgid "Text to link to Terms-Conditions page"
2875
  msgstr ""
2876
 
2877
- #: ../admin/social_login.php:1422
2878
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2879
  msgstr ""
2880
 
2881
- #: ../admin/social_login.php:1429
2882
  msgid "Terms-Conditions Url"
2883
  msgstr ""
2884
 
2885
- #: ../admin/social_login.php:1439
2886
  #, fuzzy
2887
  msgid "Url of the terms-conditions page of your website"
2888
  msgstr "Url de la página de inicio de tu sitio web"
2889
 
2890
- #: ../admin/social_login.php:1446
2891
  msgid "Text to link to Privacy Policy page"
2892
  msgstr ""
2893
 
2894
- #: ../admin/social_login.php:1456
2895
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2896
  msgstr ""
2897
 
2898
- #: ../admin/social_login.php:1463
2899
  msgid "Privacy Policy Url"
2900
  msgstr ""
2901
 
2902
- #: ../admin/social_login.php:1473
2903
  #, fuzzy
2904
  msgid "Url of the privacy policy page of your website"
2905
  msgstr "Url de la página de inicio de tu sitio web"
2906
 
2907
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
2908
  #: ../inc/widget.php:602 ../inc/widget.php:750
2909
  msgid "Select"
2910
  msgstr "Seleccionar"
2911
 
2912
- #: ../admin/social_login.php:1555
2913
  msgid "Social Login Shortcode & Widget"
2914
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2915
 
2916
- #: ../admin/social_login.php:1556
2917
  msgid "Social Linking Shortcode"
2918
  msgstr "Shortcode para enlace a través de redes sociales"
2919
 
2920
- #: ../admin/social_login.php:1571
2921
  msgid "Why is social login not working?"
2922
  msgstr ""
2923
 
2924
- #: ../admin/social_login.php:1572
2925
  msgid ""
2926
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2927
  "belong to the same app"
2928
  msgstr ""
2929
 
2930
- #: ../admin/social_login.php:1574
2931
  msgid "Social Login not working with Varnish enabled"
2932
  msgstr ""
2933
 
2934
- #: ../admin/social_login.php:1575
2935
  msgid ""
2936
  "Why the user is not appearing logged in even after Social Login until the "
2937
  "webpage is refreshed manually?"
@@ -3151,28 +3308,28 @@ msgstr "Petición no válida"
3151
  msgid "Providers not selected"
3152
  msgstr "Redes sociales no seleccionadas"
3153
 
3154
- #: ../inc/social_login.php:854
3155
  msgid "Email"
3156
  msgstr ""
3157
 
3158
- #: ../inc/social_login.php:855
3159
  msgid "Confirm email"
3160
  msgstr ""
3161
 
3162
- #: ../inc/social_login.php:857
3163
  msgid "Save"
3164
  msgstr ""
3165
 
3166
- #: ../inc/social_login.php:858
3167
  msgid "Cancel"
3168
  msgstr ""
3169
 
3170
- #: ../inc/social_login.php:932
3171
  #, fuzzy
3172
  msgid "Email Verification"
3173
  msgstr "Activar verificación por email"
3174
 
3175
- #: ../inc/social_login.php:934
3176
  msgid ""
3177
  "Please click on the following link or paste it in browser to verify your "
3178
  "email"
@@ -3455,6 +3612,16 @@ msgstr ""
3455
  msgid "RSS Feed URL:"
3456
  msgstr ""
3457
 
 
 
 
 
 
 
 
 
 
 
3458
  #~ msgid "Click to show help"
3459
  #~ msgstr "Pulsa para mostrar la ayuda"
3460
 
@@ -3504,14 +3671,6 @@ msgstr ""
3504
  #~ msgid "Xing Consumer Key"
3505
  #~ msgstr "Xing Consumer Key"
3506
 
3507
- #~ msgid ""
3508
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3509
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3510
- #~ msgstr ""
3511
- #~ "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue "
3512
- #~ "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
3513
- #~ "conseguir tu Xing Consumer Key"
3514
-
3515
  #, fuzzy
3516
  #~ msgid ""
3517
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:37+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:37+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:1570
20
  #, fuzzy
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
26
  "posible que necesites contactar con el administrador de tu servidor para "
27
  "verificar esto"
28
 
29
+ #: ../super_socializer.php:1598
30
  #, fuzzy, php-format
31
  msgid ""
32
  "Enter exactly the following url in <strong>Website</strong> option in your "
35
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
36
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
37
 
38
+ #: ../super_socializer.php:1601
39
  #, fuzzy, php-format
40
  msgid ""
41
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
44
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
45
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
46
 
47
+ #: ../super_socializer.php:1604
48
  msgid ""
49
  "Make sure cURL is enabled at your website server. You may need to contact "
50
  "the server administrator of your website to verify this"
53
  "posible que necesites contactar con el administrador de tu servidor para "
54
  "verificar esto"
55
 
56
+ #: ../super_socializer.php:1786 ../helper.php:986
57
  msgid "Please verify your email address to login."
58
  msgstr "Por favor verifica tu dirección de email para ingresar."
59
 
60
+ #: ../super_socializer.php:1786
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
63
 
64
+ #: ../super_socializer.php:1790
65
  msgid "Notification"
66
  msgstr "Notificación"
67
 
68
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
69
  msgid "Email required"
70
  msgstr "Email requerido"
71
 
72
+ #: ../super_socializer.php:1811
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
76
  "registro."
77
 
78
+ #: ../super_socializer.php:1880
79
  msgid "Leave a reply"
80
  msgstr "Deja una respuesta"
81
 
82
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
83
  msgid "Shares"
84
  msgstr ""
85
 
86
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
87
  msgid "Share"
88
  msgstr ""
89
 
90
+ #: ../super_socializer.php:1896
91
  #, fuzzy
92
  msgid "Link copied."
93
  msgstr "LinkedIn"
94
 
95
+ #: ../super_socializer.php:2141
96
  msgid "Super Socializer - General Options"
97
  msgstr "Super Socializer - Opciones Generales"
98
 
99
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
100
  #: ../admin/social_commenting.php:47
101
  msgid "General Options"
102
  msgstr "Opciones Generales"
103
 
104
+ #: ../super_socializer.php:2209 ../helper.php:915
105
  msgid "Social Avatar"
106
  msgstr "Avatar Social"
107
 
108
+ #: ../super_socializer.php:2212
109
  msgid "Small Avatar Url"
110
  msgstr "Url de Avatar Pequeño"
111
 
112
+ #: ../super_socializer.php:2216
113
  msgid "Large Avatar Url"
114
  msgstr "Url de Avatar Grande"
115
 
116
+ #: ../super_socializer.php:2220 ../helper.php:918
117
  msgid ""
118
  "Do not fetch and update social avatar from my profile, next time I Social "
119
  "Login"
121
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
122
  "próxima vez | Social Login"
123
 
124
+ #: ../super_socializer.php:2224 ../helper.php:919
125
  msgid "Update social avatar, next time I Social Login"
126
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
127
 
128
+ #: ../super_socializer.php:2301
129
  msgid "Login with your Social ID"
130
  msgstr ""
131
 
132
+ #: ../super_socializer.php:2302
133
  msgid "Email you entered is already registered or invalid"
134
  msgstr "El email que has escrito ya está registrado o no es válido"
135
 
136
+ #: ../super_socializer.php:2309
137
  msgid "Please enter a valid email address. You might be required to verify it"
138
  msgstr ""
139
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
140
  "verificarla"
141
 
142
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
143
  msgid "Link your social account to login to your account at this website"
144
  msgstr ""
145
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
146
  "web "
147
 
148
+ #: ../super_socializer.php:2561
149
  msgid "Thanks for installing Super Socializer plugin"
150
  msgstr ""
151
 
152
+ #: ../super_socializer.php:2563
153
  msgid "Configure the Plugin"
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:2574
157
  msgid ""
158
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
159
  "current version of Super Socializer"
160
  msgstr ""
161
 
162
+ #: ../super_socializer.php:2583
163
  msgid ""
164
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
165
  "version of Super Socializer"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:2592
169
  msgid ""
170
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
171
+ "compatibility with current version of Super Socializer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:2601
175
  msgid ""
176
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
177
  "with current version of Super Socializer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:2610
181
  msgid ""
182
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
183
  "with current version of Super Socializer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:2621
187
  #, php-format
188
  msgid ""
189
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:2630
193
  #, php-format
194
  msgid ""
195
  "To continue using Instagram login create a new Instagram App as described <a "
197
  "Instagram App Secret <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
201
  #, php-format
202
  msgid ""
203
  "To continue using bitly url shortener, login to your bit.ly account and "
206
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:2664
210
  #, php-format
211
  msgid ""
212
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:2688
216
  #, php-format
217
  msgid ""
218
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
220
  "target=\"_blank\">here</a>"
221
  msgstr ""
222
 
223
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
224
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
225
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
226
+ #: ../super_socializer.php:2851
227
  msgid "Okay"
228
  msgstr ""
229
 
230
+ #: ../super_socializer.php:2713
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
235
  "\">here</a>"
236
  msgstr ""
237
 
238
+ #: ../super_socializer.php:2738
239
  #, php-format
240
  msgid ""
241
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
243
  "target=\"_blank\">here</a>"
244
  msgstr ""
245
 
246
+ #: ../super_socializer.php:2763
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
251
  "target=\"_blank\">here</a>"
252
  msgstr ""
253
 
254
+ #: ../super_socializer.php:2774
255
  #, php-format
256
  msgid ""
257
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
258
  msgstr ""
259
 
260
+ #: ../super_socializer.php:2796
261
  #, php-format
262
  msgid ""
263
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
265
  "\"%s\" target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:2824
269
  #, php-format
270
  msgid ""
271
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
274
  "your website %s with them. No need to copy-paste any code from their website."
275
  msgstr ""
276
 
277
+ #: ../super_socializer.php:2851
278
  #, php-format
279
  msgid ""
280
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:2876
286
  #, php-format
287
  msgid ""
288
  "If you cannot get Linkedin login to work after updating the plugin, replace "
290
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
294
  msgid "Dismiss"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:2902
298
  #, php-format
299
  msgid ""
300
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
303
  "that, clear share counts cache from \"Miscellaneous\" section"
304
  msgstr ""
305
 
306
+ #: ../super_socializer.php:3115
307
  msgid ""
308
  "Your browser is blocking some features of this website. Please follow the "
309
  "instructions at {support_url} to unblock these."
310
  msgstr ""
311
 
312
+ #: ../helper.php:7
313
  msgid "Settings saved"
314
  msgstr "Ajustes guardados"
315
 
316
+ #: ../helper.php:185
 
 
 
 
317
  #, fuzzy
318
  msgid "Click to toggle help"
319
  msgstr "Pulsa para ocultar la ayuda"
320
 
321
+ #: ../helper.php:282
322
  #, fuzzy
323
  msgid "Add-Ons"
324
  msgstr "Otros Complementos"
325
 
326
+ #: ../helper.php:283
327
  msgid "Support Documentation"
328
  msgstr ""
329
 
330
+ #: ../helper.php:284
331
  msgid "Settings"
332
  msgstr "Ajustes"
333
 
334
+ #: ../helper.php:567
335
  msgid "Account linked successfully"
336
  msgstr "Cuenta enlazada con éxito"
337
 
338
+ #: ../helper.php:571
339
  msgid "Account already exists or linked"
340
  msgstr "Esta cuenta ya existe o ha sido enlazada"
341
 
342
+ #: ../helper.php:607 ../helper.php:609
343
  #, fuzzy
344
  msgid "Login with"
345
  msgstr "Opciones de Ingreso"
346
 
347
+ #: ../helper.php:644 ../helper.php:650
348
  msgid "Currently"
349
  msgstr "Actualmente"
350
 
351
+ #: ../helper.php:644 ../helper.php:650
352
  msgid "Connected with"
353
  msgstr ""
354
 
355
+ #: ../helper.php:644 ../helper.php:650
356
  msgid "Remove"
357
  msgstr "Remover"
358
 
359
+ #: ../helper.php:721
360
  #, fuzzy
361
  msgid "Social Account Linking"
362
  msgstr "Comentarios en redes sociales"
363
 
364
+ #: ../helper.php:771
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
367
 
368
+ #: ../helper.php:776
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
371
 
372
+ #: ../helper.php:781
373
  msgid "Disable Standard like buttons on this "
374
  msgstr "Desactivar los botones Me gusta Estándares aquí"
375
 
376
+ #: ../helper.php:786
377
  msgid "Disable Floating like buttons on this "
378
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
379
 
380
+ #: ../helper.php:791
381
  msgid "Disable Social Commenting on this "
382
  msgstr "Desactivar Comentarios de redes sociales aquí"
383
 
384
+ #: ../helper.php:800
385
  msgid "Standard Sharing Interface"
386
  msgstr "Interfaz Estándar para Compartir"
387
 
388
+ #: ../helper.php:806 ../helper.php:825
389
  msgid "Starting share count for "
390
  msgstr "Comienzo del Contador de veces compartidas"
391
 
392
+ #: ../helper.php:819
393
  msgid "Floating Sharing Interface"
394
  msgstr "Interfaz Flotante de botones Compartir"
395
 
396
+ #: ../helper.php:922
397
  msgid "Small Avatar"
398
  msgstr "Avatar Pequeño"
399
 
400
+ #: ../helper.php:926
401
  msgid "Large Avatar"
402
  msgstr "Avatar Grande"
403
 
404
+ #: ../helper.php:930 ../admin/general_options.php:89
405
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
406
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
407
  msgid "Save Changes"
408
  msgstr "Guardar Cambios"
409
 
410
+ #: ../helper.php:1023
411
  msgid "Click to delete social profile data"
412
  msgstr ""
413
 
414
+ #: ../helper.php:1052
415
  #, fuzzy
416
  msgid "Deleting"
417
  msgstr "Ajustes"
418
 
419
+ #: ../helper.php:1062
420
  msgid "Deleted"
421
  msgstr ""
422
 
423
+ #: ../helper.php:1064
424
  msgid "Something bad happened"
425
  msgstr ""
426
 
427
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
428
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
429
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
430
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
431
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
432
  #, fuzzy, php-format
433
  msgid ""
483
  "style&gt;)"
484
 
485
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
486
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
487
  #: ../admin/like_buttons.php:790
488
  #, fuzzy
489
  msgid "Instagram Shoutout"
490
  msgstr "Instagram"
491
 
492
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
493
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
494
  #: ../admin/like_buttons.php:792
495
  msgid ""
496
  "If you can send (to hello@heateor.com) how this plugin is helping your "
607
  "Facebook share count to work"
608
  msgstr ""
609
 
610
+ #: ../admin/social_sharing.php:49
611
+ msgid "Dismiss this notice"
612
+ msgstr "No volver a mostrar este aviso"
613
+
614
  #: ../admin/social_sharing.php:56
615
  msgid "Theme Selection"
616
  msgstr "Selección de Temas"
633
 
634
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
635
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
636
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
637
  #: ../admin/like_buttons.php:751
638
  msgid "Shortcode & Widget"
639
  msgstr "Widgets y Shortcodes"
644
 
645
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
646
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
647
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
648
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
649
  msgid "FAQ"
650
  msgstr "FAQ"
878
  msgid "Url to share"
879
  msgstr "Url para compartir"
880
 
881
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
882
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
883
  #: ../inc/widget.php:949
884
  msgid "Title"
885
  msgstr "Título"
968
  msgstr "Ubicación"
969
 
970
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
971
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
972
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
973
  msgid "Homepage"
974
  msgstr "Página de Inicio"
1245
  msgid "Required only to track Facebook share count"
1246
  msgstr ""
1247
 
1248
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1249
  msgid "Facebook App ID"
1250
  msgstr "Facebook App ID"
1251
 
1259
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1260
  "para conseguir tu Facebook App ID"
1261
 
1262
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1263
  #, fuzzy
1264
  msgid "Facebook App Secret"
1265
  msgstr "Facebook App ID"
1447
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1448
 
1449
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1450
+ #: ../admin/social_login.php:1752
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."
1504
  msgstr ""
1505
 
1506
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1507
+ #: ../admin/social_login.php:1759
1508
  msgid "Why is my browser blocking some features of the plugin?"
1509
  msgstr ""
1510
 
1829
  msgid "Advanced Configuration"
1830
  msgstr "Configuración básica"
1831
 
1832
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1833
  msgid "GDPR"
1834
  msgstr ""
1835
 
1836
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1837
  msgid "XProfile Integration"
1838
  msgstr ""
1839
 
1928
  msgstr "Twitter"
1929
 
1930
  #: ../admin/social_login.php:158
1931
+ #, fuzzy
1932
+ msgid "Foursquare"
1933
+ msgstr "Cuadrado"
1934
+
1935
+ #: ../admin/social_login.php:162
1936
+ msgid "Dropbox"
1937
+ msgstr ""
1938
+
1939
+ #: ../admin/social_login.php:166
1940
+ msgid "Disqus"
1941
+ msgstr ""
1942
+
1943
+ #: ../admin/social_login.php:170
1944
+ msgid "Reddit"
1945
+ msgstr ""
1946
+
1947
+ #: ../admin/social_login.php:174
1948
  msgid "Github"
1949
  msgstr ""
1950
 
1951
+ #: ../admin/social_login.php:178
1952
  msgid "Kakao"
1953
  msgstr ""
1954
 
1955
+ #: ../admin/social_login.php:186
1956
  msgid "Select Social ID provider to enable in Social Login"
1957
  msgstr ""
1958
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1959
  "redes sociales"
1960
 
1961
+ #: ../admin/social_login.php:203
1962
  #, php-format
1963
  msgid ""
1964
  "Required for Facebook Social Login to work. Please follow the documentation "
1968
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1969
  "para conseguir tu Facebook App ID"
1970
 
1971
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
1972
  #, fuzzy
1973
  msgid ""
1974
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1976
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1977
  "mencionado"
1978
 
1979
+ #: ../admin/social_login.php:224
1980
  #, fuzzy, php-format
1981
  msgid ""
1982
  "Required for Facebook Social Login to work. Please follow the documentation "
1986
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1987
  "para conseguir tu Facebook App ID"
1988
 
1989
+ #: ../admin/social_login.php:235
1990
  msgid "Twitter API Key"
1991
  msgstr "Twitter API Key"
1992
 
1993
+ #: ../admin/social_login.php:245
1994
  #, php-format
1995
  msgid ""
1996
  "Required for Twitter Social Login to work. Please follow the documentation "
2000
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2001
  "conseguir tu Twitter Key"
2002
 
2003
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
2004
  #, fuzzy
2005
  msgid ""
2006
  "Paste following url in <strong>Website</strong> option mentioned at the link"
2008
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2009
  "enlace mencionado"
2010
 
2011
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
2012
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
2013
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
2014
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
2015
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
2016
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
2017
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
2018
  #, fuzzy
2019
  msgid ""
2020
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2023
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2024
  "enlace mencionado"
2025
 
2026
+ #: ../admin/social_login.php:260
2027
  msgid "Twitter API Secret"
2028
  msgstr "Twitter API Secret"
2029
 
2030
+ #: ../admin/social_login.php:270
2031
  #, php-format
2032
  msgid ""
2033
  "Required for Twitter Social Login to work. Please follow the documentation "
2037
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2038
  "conseguir tu Twitter API Secret"
2039
 
2040
+ #: ../admin/social_login.php:285
2041
  #, fuzzy
2042
  msgid "LinkedIn Client ID"
2043
  msgstr "LinkedIn"
2044
 
2045
+ #: ../admin/social_login.php:295
2046
  #, fuzzy, php-format
2047
  msgid ""
2048
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2052
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2053
  "para conseguir tu LinkedIn API Key"
2054
 
2055
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
2056
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
2057
  #, fuzzy
2058
  msgid ""
2059
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2062
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2063
  "mencionado"
2064
 
2065
+ #: ../admin/social_login.php:306
2066
  #, fuzzy
2067
  msgid "LinkedIn Client Secret"
2068
  msgstr "LinkedIn"
2069
 
2070
+ #: ../admin/social_login.php:316
2071
  #, fuzzy, php-format
2072
  msgid ""
2073
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2078
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2079
  "para conseguir tu LinkedIn API Key"
2080
 
2081
+ #: ../admin/social_login.php:327
2082
  #, fuzzy
2083
  msgid "Google Client ID"
2084
  msgstr "Google+ Client ID"
2085
 
2086
+ #: ../admin/social_login.php:337
2087
  #, fuzzy, php-format
2088
  msgid ""
2089
  "Required for Google Social Login to work. Please follow the documentation at "
2093
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2094
  "para conseguir tu GooglePlus Client ID"
2095
 
2096
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
2097
  #, fuzzy
2098
  msgid ""
2099
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2102
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2103
  "mencionado"
2104
 
2105
+ #: ../admin/social_login.php:348
2106
  #, fuzzy
2107
  msgid "Google Client Secret"
2108
  msgstr "Google+ Client ID"
2109
 
2110
+ #: ../admin/social_login.php:358
2111
  #, fuzzy, php-format
2112
  msgid ""
2113
  "Required for Google Social Login to work. Please follow the documentation at "
2117
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2118
  "para conseguir tu GooglePlus Client ID"
2119
 
2120
+ #: ../admin/social_login.php:369
2121
  msgid "Vkontakte Application ID"
2122
  msgstr "Vkontakte Application ID"
2123
 
2124
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
2125
  #, php-format
2126
  msgid ""
2127
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2132
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2133
  "para conseguir tu Vkontakte Application ID"
2134
 
2135
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
2136
  #, fuzzy
2137
  msgid ""
2138
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2141
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2142
  "enlace mencionado"
2143
 
2144
+ #: ../admin/social_login.php:390
2145
  #, fuzzy
2146
  msgid "Vkontakte Secure key"
2147
  msgstr "Vkontakte"
2148
 
2149
+ #: ../admin/social_login.php:411
2150
  #, fuzzy
2151
  msgid "Instagram App ID"
2152
  msgstr "Instagram Client ID"
2153
 
2154
+ #: ../admin/social_login.php:421
2155
  #, fuzzy, php-format
2156
  msgid ""
2157
  "Required for Instagram Social Login to work. Please follow the documentation "
2161
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2162
  "para conseguir tu Instagram Client ID"
2163
 
2164
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
2165
  #, fuzzy
2166
  msgid ""
2167
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2170
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2171
  "mencionado"
2172
 
2173
+ #: ../admin/social_login.php:432
2174
  #, fuzzy
2175
  msgid "Instagram App Secret"
2176
  msgstr "Instagram"
2177
 
2178
+ #: ../admin/social_login.php:442
2179
  #, fuzzy, php-format
2180
  msgid ""
2181
  "Required for Instagram Social Login to work. Please follow the documentation "
2185
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2186
  "para conseguir tu Instagram Client ID"
2187
 
2188
+ #: ../admin/social_login.php:453
2189
  msgid "Line Channel ID"
2190
  msgstr ""
2191
 
2192
+ #: ../admin/social_login.php:462
2193
  #, fuzzy, php-format
2194
  msgid ""
2195
  "Required for Line Social Login to work. Please follow the documentation at "
2199
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2200
  "para conseguir tu LinkedIn API Key"
2201
 
2202
+ #: ../admin/social_login.php:473
2203
  #, fuzzy
2204
  msgid "Line Channel Secret"
2205
  msgstr "LinkedIn"
2206
 
2207
+ #: ../admin/social_login.php:482
2208
  #, fuzzy, php-format
2209
  msgid ""
2210
  "Required for Line Social Login to work. Please follow the documentation at "
2214
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2215
  "para conseguir tu LinkedIn API Key"
2216
 
2217
+ #: ../admin/social_login.php:493
2218
  #, fuzzy
2219
  msgid "Wordpress Client ID"
2220
  msgstr "Google+ Client ID"
2221
 
2222
+ #: ../admin/social_login.php:502
2223
  #, fuzzy, php-format
2224
  msgid ""
2225
  "Required for Wordpress Social Login to work. Please follow the documentation "
2229
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2230
  "para conseguir tu GooglePlus Client ID"
2231
 
2232
+ #: ../admin/social_login.php:513
2233
  #, fuzzy
2234
  msgid "Wordpress Client Secret"
2235
  msgstr "Google+ Client ID"
2236
 
2237
+ #: ../admin/social_login.php:522
2238
  #, fuzzy, php-format
2239
  msgid ""
2240
  "Required for Wordpress Social Login to work. Please follow the documentation "
2245
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2246
  "para conseguir tu GooglePlus Client ID"
2247
 
2248
+ #: ../admin/social_login.php:533
2249
  #, fuzzy
2250
  msgid "Microsoft Client ID"
2251
  msgstr "Google+ Client ID"
2252
 
2253
+ #: ../admin/social_login.php:542
2254
  #, fuzzy, php-format
2255
  msgid ""
2256
  "Required for Live Social Login to work. Please follow the documentation at "
2260
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2261
  "para conseguir tu GooglePlus Client ID"
2262
 
2263
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
2264
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2265
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2266
  #, fuzzy
2267
  msgid ""
2268
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2271
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2272
  "mencionado"
2273
 
2274
+ #: ../admin/social_login.php:553
2275
  #, fuzzy
2276
  msgid "Microsoft Client Secret"
2277
  msgstr "Google+ Client ID"
2278
 
2279
+ #: ../admin/social_login.php:562
2280
  #, fuzzy, php-format
2281
  msgid ""
2282
  "Required for Live Social Login to work. Please follow the documentation at "
2287
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2288
  "para conseguir tu GooglePlus Client ID"
2289
 
2290
+ #: ../admin/social_login.php:572
2291
  #, fuzzy
2292
  msgid "Steam API Key"
2293
  msgstr "Twitter API Key"
2294
 
2295
+ #: ../admin/social_login.php:581
2296
  #, fuzzy, php-format
2297
  msgid ""
2298
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2302
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2303
  "conseguir tu Twitter Key"
2304
 
2305
+ #: ../admin/social_login.php:582
2306
  #, fuzzy
2307
  msgid "Save following <strong>domain</strong> to get the key"
2308
  msgstr ""
2309
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2310
  "enlace mencionado"
2311
 
2312
+ #: ../admin/social_login.php:591
2313
  #, fuzzy
2314
  msgid "Yahoo Client ID"
2315
  msgstr "Google+ Client ID"
2316
 
2317
+ #: ../admin/social_login.php:600
2318
  #, fuzzy, php-format
2319
  msgid ""
2320
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2324
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2325
  "para conseguir tu GooglePlus Client ID"
2326
 
2327
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2328
  #, fuzzy
2329
  msgid ""
2330
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2333
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2334
  "mencionado"
2335
 
2336
+ #: ../admin/social_login.php:611
2337
  #, fuzzy
2338
  msgid "Yahoo Client Secret"
2339
  msgstr "Google+ Client ID"
2340
 
2341
+ #: ../admin/social_login.php:620
2342
  #, fuzzy, php-format
2343
  msgid ""
2344
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2348
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2349
  "para conseguir tu GooglePlus Client ID"
2350
 
2351
+ #: ../admin/social_login.php:632
2352
  #, fuzzy
2353
  msgid "Spotify Client ID"
2354
  msgstr "Google+ Client ID"
2355
 
2356
+ #: ../admin/social_login.php:641
2357
  #, fuzzy, php-format
2358
  msgid ""
2359
  "Required for Spotify Social Login to work. Please follow the documentation "
2363
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2364
  "para conseguir tu GooglePlus Client ID"
2365
 
2366
+ #: ../admin/social_login.php:652
2367
  #, fuzzy
2368
  msgid "Spotify Client Secret"
2369
  msgstr "Google+ Client ID"
2370
 
2371
+ #: ../admin/social_login.php:661
2372
  #, fuzzy, php-format
2373
  msgid ""
2374
  "Required for Spotify Social Login to work. Please follow the documentation "
2379
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2380
  "para conseguir tu GooglePlus Client ID"
2381
 
2382
+ #: ../admin/social_login.php:674
2383
  #, fuzzy
2384
  msgid "Dribbble Client ID"
2385
  msgstr "Google+ Client ID"
2386
 
2387
+ #: ../admin/social_login.php:683
2388
  #, fuzzy, php-format
2389
  msgid ""
2390
  "Required for Dribbble Social Login to work. Please follow the documentation "
2394
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2395
  "para conseguir tu GooglePlus Client ID"
2396
 
2397
+ #: ../admin/social_login.php:694
2398
  #, fuzzy
2399
  msgid "Dribbble Client Secret"
2400
  msgstr "Google+ Client ID"
2401
 
2402
+ #: ../admin/social_login.php:703
2403
  #, fuzzy, php-format
2404
  msgid ""
2405
  "Required for Dribbble Social Login to work. Please follow the documentation "
2410
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2411
  "para conseguir tu GooglePlus Client ID"
2412
 
2413
+ #: ../admin/social_login.php:715
2414
  #, fuzzy
2415
  msgid "Twitch Client ID"
2416
  msgstr "Instagram Client ID"
2417
 
2418
+ #: ../admin/social_login.php:724
2419
  #, fuzzy, php-format
2420
  msgid ""
2421
  "Required for Twitch Social Login to work. Please follow the documentation at "
2425
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2426
  "para conseguir tu GooglePlus Client ID"
2427
 
2428
+ #: ../admin/social_login.php:735
2429
  #, fuzzy
2430
  msgid "Twitch Client Secret"
2431
  msgstr "Instagram Client ID"
2432
 
2433
+ #: ../admin/social_login.php:744
2434
  #, fuzzy, php-format
2435
  msgid ""
2436
  "Required for Twitch Social Login to work. Please follow the documentation at "
2440
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2441
  "para conseguir tu GooglePlus Client ID"
2442
 
2443
+ #: ../admin/social_login.php:757
2444
+ #, fuzzy
2445
+ msgid "Foursquare Client ID"
2446
+ msgstr "Google+ Client ID"
2447
+
2448
+ #: ../admin/social_login.php:766
2449
+ #, fuzzy, php-format
2450
+ msgid ""
2451
+ "Required for Foursquare Social Login to work. Please follow the "
2452
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2453
+ "Foursquare Client ID"
2454
+ msgstr ""
2455
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2456
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2457
+ "para conseguir tu GooglePlus Client ID"
2458
+
2459
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2460
+ #, fuzzy
2461
+ msgid ""
2462
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2463
+ "link"
2464
+ msgstr ""
2465
+ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2466
+ "mencionado"
2467
+
2468
+ #: ../admin/social_login.php:777
2469
+ #, fuzzy
2470
+ msgid "Foursquare Client Secret"
2471
+ msgstr "Google+ Client ID"
2472
+
2473
+ #: ../admin/social_login.php:786
2474
+ #, fuzzy, php-format
2475
+ msgid ""
2476
+ "Required for Foursquare Social Login to work. Please follow the "
2477
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2478
+ "Foursquare Client Secret"
2479
+ msgstr ""
2480
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2481
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2482
+ "para conseguir tu GooglePlus Client ID"
2483
+
2484
+ #: ../admin/social_login.php:797
2485
+ msgid "Dropbox App Key"
2486
+ msgstr ""
2487
+
2488
+ #: ../admin/social_login.php:806
2489
+ #, fuzzy, php-format
2490
+ msgid ""
2491
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2492
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2493
+ msgstr ""
2494
+ "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
2495
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2496
+ "para conseguir tu Facebook App ID"
2497
+
2498
+ #: ../admin/social_login.php:817
2499
+ #, fuzzy
2500
+ msgid "Dropbox App Secret"
2501
+ msgstr "Facebook App ID"
2502
+
2503
+ #: ../admin/social_login.php:826
2504
+ #, fuzzy, php-format
2505
+ msgid ""
2506
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2507
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2508
+ msgstr ""
2509
+ "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
2510
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2511
+ "para conseguir tu Facebook App ID"
2512
+
2513
+ #: ../admin/social_login.php:840
2514
+ msgid "Disqus Public Key"
2515
+ msgstr ""
2516
+
2517
+ #: ../admin/social_login.php:849
2518
+ #, fuzzy, php-format
2519
+ msgid ""
2520
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2521
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2522
+ msgstr ""
2523
+ "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la "
2524
+ "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2525
+ "conseguir tu Xing Consumer Key"
2526
+
2527
+ #: ../admin/social_login.php:860
2528
+ #, fuzzy
2529
+ msgid "Disqus Secret Key"
2530
+ msgstr "Shortname Disqus"
2531
+
2532
+ #: ../admin/social_login.php:869
2533
+ #, fuzzy, php-format
2534
+ msgid ""
2535
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2536
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2537
+ msgstr ""
2538
+ "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la "
2539
+ "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2540
+ "conseguir tu Xing Consumer Key"
2541
+
2542
+ #: ../admin/social_login.php:882
2543
+ #, fuzzy
2544
+ msgid "Reddit Client ID"
2545
+ msgstr "Instagram Client ID"
2546
+
2547
+ #: ../admin/social_login.php:891
2548
+ #, fuzzy, php-format
2549
+ msgid ""
2550
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2551
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2552
+ msgstr ""
2553
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2554
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2555
+ "para conseguir tu GooglePlus Client ID"
2556
+
2557
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2558
+ #, fuzzy
2559
+ msgid ""
2560
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2561
+ "link"
2562
+ msgstr ""
2563
+ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2564
+ "mencionado"
2565
+
2566
+ #: ../admin/social_login.php:902
2567
+ #, fuzzy
2568
+ msgid "Reddit Client Secret"
2569
+ msgstr "Instagram Client ID"
2570
+
2571
+ #: ../admin/social_login.php:911
2572
+ #, fuzzy, php-format
2573
+ msgid ""
2574
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2575
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2576
+ msgstr ""
2577
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2578
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2579
+ "para conseguir tu GooglePlus Client ID"
2580
+
2581
+ #: ../admin/social_login.php:925
2582
  #, fuzzy
2583
  msgid "Github Client ID"
2584
  msgstr "Instagram Client ID"
2585
 
2586
+ #: ../admin/social_login.php:934
2587
  #, fuzzy, php-format
2588
  msgid ""
2589
  "Required for Github Social Login to work. Please follow the documentation at "
2593
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2594
  "para conseguir tu GooglePlus Client ID"
2595
 
2596
+ #: ../admin/social_login.php:945
2597
  #, fuzzy
2598
  msgid "Github Client Secret"
2599
  msgstr "Instagram Client ID"
2600
 
2601
+ #: ../admin/social_login.php:954
2602
  #, fuzzy, php-format
2603
  msgid ""
2604
  "Required for Github Social Login to work. Please follow the documentation at "
2608
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2609
  "para conseguir tu GooglePlus Client ID"
2610
 
2611
+ #: ../admin/social_login.php:967
2612
  #, fuzzy
2613
  msgid "Kakao Client ID"
2614
  msgstr "Google+ Client ID"
2615
 
2616
+ #: ../admin/social_login.php:976
2617
  #, fuzzy, php-format
2618
  msgid ""
2619
  "Required for Kakao Social Login to work. Please follow the documentation at "
2623
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2624
  "para conseguir tu GooglePlus Client ID"
2625
 
2626
+ #: ../admin/social_login.php:987
2627
  #, fuzzy
2628
  msgid "Kakao Client Secret"
2629
  msgstr "Google+ Client ID"
2630
 
2631
+ #: ../admin/social_login.php:996
2632
  #, fuzzy, php-format
2633
  msgid ""
2634
  "Required for Kakao Social Login to work. Please follow the documentation at "
2638
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2639
  "para conseguir tu GooglePlus Client ID"
2640
 
2641
+ #: ../admin/social_login.php:1016
2642
  #, fuzzy
2643
  msgid "Social Login Options"
2644
  msgstr "Ingreso a través de redes sociales"
2645
 
2646
+ #: ../admin/social_login.php:1031
2647
  msgid "Text to display above the Social Login interface"
2648
  msgstr ""
2649
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2650
 
2651
+ #: ../admin/social_login.php:1039
2652
  msgid "Trigger social login in the same browser tab"
2653
  msgstr ""
2654
 
2655
+ #: ../admin/social_login.php:1049
2656
  msgid "Trigger social login in the same browser tab instead of a popup window"
2657
  msgstr ""
2658
 
2659
+ #: ../admin/social_login.php:1056
2660
  #, fuzzy
2661
  msgid "Center align icons"
2662
  msgstr "Reorganizar iconos"
2663
 
2664
+ #: ../admin/social_login.php:1066
2665
  #, fuzzy
2666
  msgid "Center align social login icons"
2667
  msgstr "Ingreso a través de redes sociales"
2668
 
2669
+ #: ../admin/social_login.php:1073
2670
  msgid "Enable at login page"
2671
  msgstr "Permitir Página de Ingreso"
2672
 
2673
+ #: ../admin/social_login.php:1083
2674
  msgid ""
2675
  "Social Login interface will get enabled at the login page of your website"
2676
  msgstr ""
2677
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2678
  "acceso de tu sitio web"
2679
 
2680
+ #: ../admin/social_login.php:1090
2681
  msgid "Enable at register page"
2682
  msgstr "Permitir Página de Registro"
2683
 
2684
+ #: ../admin/social_login.php:1100
2685
  msgid ""
2686
  "Social Login interface will get enabled at the registration page of your "
2687
  "website"
2689
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2690
  "registro de tu sitio web"
2691
 
2692
+ #: ../admin/social_login.php:1107
2693
  msgid "Enable at comment form"
2694
  msgstr "Permitir el formulario de comentarios"
2695
 
2696
+ #: ../admin/social_login.php:1117
2697
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2698
  msgstr ""
2699
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2700
  "de Comentario de tu WordPress"
2701
 
2702
+ #: ../admin/social_login.php:1131
2703
  msgid "Enable before WooCommerce Customer Login Form"
2704
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2705
 
2706
+ #: ../admin/social_login.php:1141
2707
  msgid ""
2708
  "Social Login Interface will get enabled before the customer login form at "
2709
  "WooCommerce My Account page"
2711
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2712
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2713
 
2714
+ #: ../admin/social_login.php:1148
2715
  #, fuzzy
2716
  msgid "Enable at WooCommerce Customer Login Form"
2717
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2718
 
2719
+ #: ../admin/social_login.php:1158
2720
  #, fuzzy
2721
  msgid ""
2722
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2725
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2726
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2727
 
2728
+ #: ../admin/social_login.php:1165
2729
  #, fuzzy
2730
  msgid "Enable at WooCommerce Customer Register Form"
2731
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2732
 
2733
+ #: ../admin/social_login.php:1175
2734
  #, fuzzy
2735
  msgid ""
2736
  "Integrate Social Login Interface with the customer register form at "
2739
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2740
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2741
 
2742
+ #: ../admin/social_login.php:1182
2743
  msgid "Enable at WooCommerce checkout page"
2744
  msgstr "Permitir en la página de checkout de WooCommerce"
2745
 
2746
+ #: ../admin/social_login.php:1192
2747
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2748
  msgstr ""
2749
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2750
  "checkout de WooCommerce"
2751
 
2752
+ #: ../admin/social_login.php:1202
2753
  msgid "Auto-approve comments made by Social Login users"
2754
  msgstr ""
2755
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2756
  "través de redes sociales"
2757
 
2758
+ #: ../admin/social_login.php:1212
2759
  msgid ""
2760
  "If this option is enabled, and WordPress comment is made by Social Login "
2761
  "user, comment will get approved immediately without keeping in moderation."
2764
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2765
  "inmediato sin necesidad de moderación."
2766
 
2767
+ #: ../admin/social_login.php:1213
2768
  msgid "Note: This is not related to Facebook comments"
2769
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2770
 
2771
+ #: ../admin/social_login.php:1222
2772
  msgid "Enable social avatar"
2773
  msgstr "Permitir avatar social"
2774
 
2775
+ #: ../admin/social_login.php:1232
2776
  msgid ""
2777
  "Social profile pictures of the logged in user will be displayed as profile "
2778
  "avatar"
2780
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2781
  "avatar de perfil"
2782
 
2783
+ #: ../admin/social_login.php:1241
2784
  msgid "Avatar quality"
2785
  msgstr "Calidad del avatar"
2786
 
2787
+ #: ../admin/social_login.php:1244
2788
  msgid "Average"
2789
  msgstr "Media"
2790
 
2791
+ #: ../admin/social_login.php:1245
2792
  msgid "Best"
2793
  msgstr "Alta"
2794
 
2795
+ #: ../admin/social_login.php:1252
2796
  msgid "Choose avatar quality"
2797
  msgstr "Elegir la calidad del avatar"
2798
 
2799
+ #: ../admin/social_login.php:1260
2800
  msgid ""
2801
  "Show option for users to update social avatar at BuddyPress profile page"
2802
  msgstr ""
2803
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2804
  "página de perfil de BuddyPress"
2805
 
2806
+ #: ../admin/social_login.php:1270
2807
  msgid ""
2808
  "If enabled, users would be able to update their social avatar from \"Profile "
2809
  "photo\" section in BuddyPress profile at front-end"
2811
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2812
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2813
 
2814
+ #: ../admin/social_login.php:1290
2815
  msgid ""
2816
  "If enabled and Social ID provider does not provide user's email address on "
2817
  "login, user will be asked to provide his/her email address. Otherwise, a "
2821
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2822
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2823
 
2824
+ #: ../admin/social_login.php:1298
2825
  msgid "Send post-registration email to user to set account password"
2826
  msgstr ""
2827
 
2828
+ #: ../admin/social_login.php:1308
2829
  msgid ""
2830
  "If enabled, an email will be sent to user after registration through Social "
2831
  "Login, regarding his/her login credentials (username-password to be able to "
2835
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2836
  "poder iniciar sesión a través del formulario de acceso tradicional"
2837
 
2838
+ #: ../admin/social_login.php:1315
2839
  #, fuzzy
2840
  msgid "Send new user registration notification email to admin"
2841
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2842
 
2843
+ #: ../admin/social_login.php:1325
2844
  #, fuzzy
2845
  msgid ""
2846
  "If enabled, an email will be sent to admin after new user registers through "
2850
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2851
  "poder iniciar sesión a través del formulario de acceso tradicional"
2852
 
2853
+ #: ../admin/social_login.php:1332
2854
  msgid "Login redirection"
2855
  msgstr "Redirección de Ingreso"
2856
 
2857
+ #: ../admin/social_login.php:1336
2858
  msgid "Same page where user logged in"
2859
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2860
 
2861
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2862
  msgid "Account dashboard"
2863
  msgstr "Panel de cuenta de usuario"
2864
 
2865
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2866
  msgid "BuddyPress profile page"
2867
  msgstr "Página de perfil de BuddyPress"
2868
 
2869
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2870
  msgid "Custom Url"
2871
  msgstr "Url personalizada"
2872
 
2873
+ #: ../admin/social_login.php:1354
2874
  msgid "User will be redirected to the selected page after Social Login"
2875
  msgstr ""
2876
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2877
 
2878
+ #: ../admin/social_login.php:1361
2879
  msgid "Registration redirection"
2880
  msgstr "Redirección de Registro"
2881
 
2882
+ #: ../admin/social_login.php:1365
2883
  msgid "Same page from where user registered"
2884
  msgstr "La misma página en la que el usuario se ha registrado"
2885
 
2886
+ #: ../admin/social_login.php:1383
2887
  msgid ""
2888
  "User will be redirected to the selected page after registration (first "
2889
  "Social Login) through Social Login"
2891
  "El usuario será redirigido a la página seleccionada después de su registro "
2892
  "(en su primer inicio de sesión) a través de la red social"
2893
 
2894
+ #: ../admin/social_login.php:1392
2895
  #, fuzzy
2896
  msgid "Social Account Linking Options"
2897
  msgstr "Comentarios en redes sociales"
2898
 
2899
+ #: ../admin/social_login.php:1407
2900
  #, fuzzy
2901
  msgid "Text to display above the Social Account Linking interface"
2902
  msgstr ""
2903
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2904
 
2905
+ #: ../admin/social_login.php:1414
2906
  #, fuzzy
2907
  msgid ""
2908
  "Link social account to already existing account, if email address matches"
2910
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2911
  "web "
2912
 
2913
+ #: ../admin/social_login.php:1424
2914
  msgid ""
2915
  "If email address of the user's Social Account matches with an already "
2916
  "existing account at your website, that social account will be linked to "
2918
  "Linking interface at their profile page."
2919
  msgstr ""
2920
 
2921
+ #: ../admin/social_login.php:1432
2922
  msgid "Enable social account linking at BuddyPress profile page"
2923
  msgstr ""
2924
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2925
 
2926
+ #: ../admin/social_login.php:1442
2927
  msgid ""
2928
  "Enable this option to show social account linking interface at BuddyPress "
2929
  "profile page"
2931
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2932
  "la página de perfil de BuddyPress"
2933
 
2934
+ #: ../admin/social_login.php:1453
2935
  msgid "Email popup options"
2936
  msgstr "Opciones de popup del Email"
2937
 
2938
+ #: ../admin/social_login.php:1458
2939
  msgid "Text on 'Email required' popup"
2940
  msgstr "Texto del popup 'Email requerido'"
2941
 
2942
+ #: ../admin/social_login.php:1468
2943
  msgid ""
2944
  "This text will be displayed on email required popup. Leave empty if not "
2945
  "required."
2947
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2948
  "no es necesario."
2949
 
2950
+ #: ../admin/social_login.php:1476
2951
  msgid "Error message for 'Email required' popup"
2952
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2953
 
2954
+ #: ../admin/social_login.php:1486
2955
  msgid ""
2956
  "This message will be displayed to user if it provides invalid or already "
2957
  "registered email"
2959
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2960
  "registrado"
2961
 
2962
+ #: ../admin/social_login.php:1494
2963
  msgid "Email popup height"
2964
  msgstr "Altura del popup del Email"
2965
 
2966
+ #: ../admin/social_login.php:1504
2967
  msgid ""
2968
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2969
  "can increase the height of popup by specifying in this option. Leave empty "
2973
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2974
  "opción. Déjala en blanco para la altura por defecto."
2975
 
2976
+ #: ../admin/social_login.php:1511
2977
  msgid "Enable email verification"
2978
  msgstr "Activar verificación por email"
2979
 
2980
+ #: ../admin/social_login.php:1521
2981
  msgid ""
2982
  "If enabled, email provided by the user will be verified by sending a "
2983
  "confirmation link to that email. User would not be able to login without "
2987
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2988
  "pulsar este enlace"
2989
 
2990
+ #: ../admin/social_login.php:1541
2991
  #, fuzzy
2992
  msgid "Enable GDPR opt-in"
2993
  msgstr "Permitir Comentarios de Disqus"
2994
 
2995
+ #: ../admin/social_login.php:1551
2996
  msgid ""
2997
  "Enable it to show GDPR opt-in for social login and social account linking"
2998
  msgstr ""
2999
 
3000
+ #: ../admin/social_login.php:1559
3001
  #, fuzzy
3002
  msgid "Placement of GDPR opt-in"
3003
  msgstr "Permitir Comentarios de Disqus"
3004
 
3005
+ #: ../admin/social_login.php:1563
3006
  #, fuzzy
3007
  msgid "Above Social Login icons"
3008
  msgstr "Ingreso a través de redes sociales"
3009
 
3010
+ #: ../admin/social_login.php:1565
3011
  #, fuzzy
3012
  msgid "Below Social Login icons"
3013
  msgstr "Ingreso a través de redes sociales"
3014
 
3015
+ #: ../admin/social_login.php:1571
3016
  #, fuzzy
3017
  msgid "Placement of GDPR opt-in above or below the social login icons"
3018
  msgstr ""
3019
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
3020
 
3021
+ #: ../admin/social_login.php:1578
3022
  msgid "Opt-in text"
3023
  msgstr ""
3024
 
3025
+ #: ../admin/social_login.php:1588
3026
  #, fuzzy
3027
  msgid "Text for the GDPR opt-in"
3028
  msgstr "Permitir Comentarios de Disqus"
3029
 
3030
+ #: ../admin/social_login.php:1595
3031
  msgid "Text to link to Terms-Conditions page"
3032
  msgstr ""
3033
 
3034
+ #: ../admin/social_login.php:1605
3035
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
3036
  msgstr ""
3037
 
3038
+ #: ../admin/social_login.php:1612
3039
  msgid "Terms-Conditions Url"
3040
  msgstr ""
3041
 
3042
+ #: ../admin/social_login.php:1622
3043
  #, fuzzy
3044
  msgid "Url of the terms-conditions page of your website"
3045
  msgstr "Url de la página de inicio de tu sitio web"
3046
 
3047
+ #: ../admin/social_login.php:1629
3048
  msgid "Text to link to Privacy Policy page"
3049
  msgstr ""
3050
 
3051
+ #: ../admin/social_login.php:1639
3052
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
3053
  msgstr ""
3054
 
3055
+ #: ../admin/social_login.php:1646
3056
  msgid "Privacy Policy Url"
3057
  msgstr ""
3058
 
3059
+ #: ../admin/social_login.php:1656
3060
  #, fuzzy
3061
  msgid "Url of the privacy policy page of your website"
3062
  msgstr "Url de la página de inicio de tu sitio web"
3063
 
3064
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
3065
  #: ../inc/widget.php:602 ../inc/widget.php:750
3066
  msgid "Select"
3067
  msgstr "Seleccionar"
3068
 
3069
+ #: ../admin/social_login.php:1738
3070
  msgid "Social Login Shortcode & Widget"
3071
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
3072
 
3073
+ #: ../admin/social_login.php:1739
3074
  msgid "Social Linking Shortcode"
3075
  msgstr "Shortcode para enlace a través de redes sociales"
3076
 
3077
+ #: ../admin/social_login.php:1754
3078
  msgid "Why is social login not working?"
3079
  msgstr ""
3080
 
3081
+ #: ../admin/social_login.php:1755
3082
  msgid ""
3083
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3084
  "belong to the same app"
3085
  msgstr ""
3086
 
3087
+ #: ../admin/social_login.php:1757
3088
  msgid "Social Login not working with Varnish enabled"
3089
  msgstr ""
3090
 
3091
+ #: ../admin/social_login.php:1758
3092
  msgid ""
3093
  "Why the user is not appearing logged in even after Social Login until the "
3094
  "webpage is refreshed manually?"
3308
  msgid "Providers not selected"
3309
  msgstr "Redes sociales no seleccionadas"
3310
 
3311
+ #: ../inc/social_login.php:968
3312
  msgid "Email"
3313
  msgstr ""
3314
 
3315
+ #: ../inc/social_login.php:969
3316
  msgid "Confirm email"
3317
  msgstr ""
3318
 
3319
+ #: ../inc/social_login.php:971
3320
  msgid "Save"
3321
  msgstr ""
3322
 
3323
+ #: ../inc/social_login.php:972
3324
  msgid "Cancel"
3325
  msgstr ""
3326
 
3327
+ #: ../inc/social_login.php:1046
3328
  #, fuzzy
3329
  msgid "Email Verification"
3330
  msgstr "Activar verificación por email"
3331
 
3332
+ #: ../inc/social_login.php:1048
3333
  msgid ""
3334
  "Please click on the following link or paste it in browser to verify your "
3335
  "email"
3612
  msgid "RSS Feed URL:"
3613
  msgstr ""
3614
 
3615
+ #, fuzzy
3616
+ #~ msgid ""
3617
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3618
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3619
+ #~ "Dropbox Client ID"
3620
+ #~ msgstr ""
3621
+ #~ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
3622
+ #~ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</"
3623
+ #~ "a> para conseguir tu GooglePlus Client ID"
3624
+
3625
  #~ msgid "Click to show help"
3626
  #~ msgstr "Pulsa para mostrar la ayuda"
3627
 
3671
  #~ msgid "Xing Consumer Key"
3672
  #~ msgstr "Xing Consumer Key"
3673
 
 
 
 
 
 
 
 
 
3674
  #, fuzzy
3675
  #~ msgid ""
3676
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-12-15 11:57+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:57+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:1273
20
  #, fuzzy
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
@@ -25,7 +25,7 @@ msgstr ""
25
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
26
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
- #: ../super_socializer.php:1301
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -35,7 +35,7 @@ msgstr ""
35
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
36
  "lépés %s)"
37
 
38
- #: ../super_socializer.php:1304
39
  #, fuzzy, php-format
40
  msgid ""
41
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -45,7 +45,7 @@ msgstr ""
45
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
46
  "lépés %s)"
47
 
48
- #: ../super_socializer.php:1307
49
  msgid ""
50
  "Make sure cURL is enabled at your website server. You may need to contact "
51
  "the server administrator of your website to verify this"
@@ -53,139 +53,139 @@ msgstr ""
53
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
54
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
55
 
56
- #: ../super_socializer.php:1489 ../helper.php:975
57
  msgid "Please verify your email address to login."
58
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
59
 
60
- #: ../super_socializer.php:1489
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
63
 
64
- #: ../super_socializer.php:1493
65
  msgid "Notification"
66
  msgstr "Értesítés"
67
 
68
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
69
  msgid "Email required"
70
  msgstr "E-mail cím szükséges"
71
 
72
- #: ../super_socializer.php:1514
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
75
 
76
- #: ../super_socializer.php:1583
77
  msgid "Leave a reply"
78
  msgstr "Válaszolj"
79
 
80
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
- #: ../super_socializer.php:1599
89
  #, fuzzy
90
  msgid "Link copied."
91
  msgstr "LinkedIn"
92
 
93
- #: ../super_socializer.php:1844
94
  #, fuzzy
95
  msgid "Super Socializer - General Options"
96
  msgstr "Super Socializer - Belépés"
97
 
98
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
99
  #: ../admin/social_commenting.php:47
100
  #, fuzzy
101
  msgid "General Options"
102
  msgstr "Megosztási beállítások"
103
 
104
- #: ../super_socializer.php:1912 ../helper.php:904
105
  #, fuzzy
106
  msgid "Social Avatar"
107
  msgstr "Kis Avatar URL"
108
 
109
- #: ../super_socializer.php:1915
110
  msgid "Small Avatar Url"
111
  msgstr "Kis Avatar URL"
112
 
113
- #: ../super_socializer.php:1919
114
  #, fuzzy
115
  msgid "Large Avatar Url"
116
  msgstr "Cél Url"
117
 
118
- #: ../super_socializer.php:1923 ../helper.php:907
119
  msgid ""
120
  "Do not fetch and update social avatar from my profile, next time I Social "
121
  "Login"
122
  msgstr ""
123
 
124
- #: ../super_socializer.php:1927 ../helper.php:908
125
  msgid "Update social avatar, next time I Social Login"
126
  msgstr ""
127
 
128
- #: ../super_socializer.php:2004
129
  msgid "Login with your Social ID"
130
  msgstr ""
131
 
132
- #: ../super_socializer.php:2005
133
  msgid "Email you entered is already registered or invalid"
134
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
135
 
136
- #: ../super_socializer.php:2012
137
  msgid "Please enter a valid email address. You might be required to verify it"
138
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
139
 
140
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
141
  msgid "Link your social account to login to your account at this website"
142
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
143
 
144
- #: ../super_socializer.php:2256
145
  msgid "Thanks for installing Super Socializer plugin"
146
  msgstr ""
147
 
148
- #: ../super_socializer.php:2258
149
  msgid "Configure the Plugin"
150
  msgstr ""
151
 
152
- #: ../super_socializer.php:2269
153
  msgid ""
154
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
155
  "current version of Super Socializer"
156
  msgstr ""
157
 
158
- #: ../super_socializer.php:2278
159
  msgid ""
160
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
161
  "version of Super Socializer"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:2287
165
  msgid ""
166
- "Update \"Social Login Buttons\" add-on for compatibility with current "
167
- "version of Super Socializer"
168
  msgstr ""
169
 
170
- #: ../super_socializer.php:2296
171
  msgid ""
172
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
173
  "with current version of Super Socializer"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:2305
177
  msgid ""
178
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
179
  "with current version of Super Socializer"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:2316
183
  #, php-format
184
  msgid ""
185
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:2325
189
  #, php-format
190
  msgid ""
191
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -193,7 +193,7 @@ msgid ""
193
  "Instagram App Secret <a href=\"%s\">here</a>"
194
  msgstr ""
195
 
196
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
197
  #, php-format
198
  msgid ""
199
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -202,13 +202,13 @@ msgid ""
202
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:2359
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:2383
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +216,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
220
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
221
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
222
- #: ../super_socializer.php:2546
223
  msgid "Okay"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:2408
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +231,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:2433
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +239,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:2458
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +247,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:2469
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:2491
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +261,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:2519
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +270,7 @@ msgid ""
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:2546
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:2571
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +286,11 @@ msgid ""
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:2597
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -299,144 +299,140 @@ msgid ""
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:2797
303
  msgid ""
304
  "Your browser is blocking some features of this website. Please follow the "
305
  "instructions at {support_url} to unblock these."
306
  msgstr ""
307
 
308
- #: ../helper.php:8
309
  #, fuzzy
310
  msgid "Settings saved"
311
  msgstr "Beállítások"
312
 
313
- #: ../helper.php:8 ../admin/social_sharing.php:49
314
- msgid "Dismiss this notice"
315
- msgstr "Utasítsa el ezt az értesítést"
316
-
317
- #: ../helper.php:174
318
  #, fuzzy
319
  msgid "Click to toggle help"
320
  msgstr "Elrejtéséhez kattintson segítség"
321
 
322
- #: ../helper.php:271
323
  #, fuzzy
324
  msgid "Add-Ons"
325
  msgstr "A kiegészítőket"
326
 
327
- #: ../helper.php:272
328
  msgid "Support Documentation"
329
  msgstr ""
330
 
331
- #: ../helper.php:273
332
  msgid "Settings"
333
  msgstr "Beállítások"
334
 
335
- #: ../helper.php:556
336
  msgid "Account linked successfully"
337
  msgstr "Fiók kapcsolása sikeres"
338
 
339
- #: ../helper.php:560
340
  msgid "Account already exists or linked"
341
  msgstr "Fiók már létezik, vagy össze van kötve"
342
 
343
- #: ../helper.php:596 ../helper.php:598
344
  #, fuzzy
345
  msgid "Login with"
346
  msgstr "Belépési beállítások"
347
 
348
- #: ../helper.php:633 ../helper.php:639
349
  msgid "Currently"
350
  msgstr "Jelenleg"
351
 
352
- #: ../helper.php:633 ../helper.php:639
353
  msgid "Connected with"
354
  msgstr ""
355
 
356
- #: ../helper.php:633 ../helper.php:639
357
  msgid "Remove"
358
  msgstr "Eltávolítás"
359
 
360
- #: ../helper.php:710
361
  #, fuzzy
362
  msgid "Social Account Linking"
363
  msgstr "Közösségi Hozzászólás"
364
 
365
- #: ../helper.php:760
366
  #, fuzzy
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
369
 
370
- #: ../helper.php:765
371
  #, fuzzy
372
  msgid "Disable Floating Social Sharing on this "
373
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
374
 
375
- #: ../helper.php:770
376
  #, fuzzy
377
  msgid "Disable Standard like buttons on this "
378
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
379
 
380
- #: ../helper.php:775
381
  #, fuzzy
382
  msgid "Disable Floating like buttons on this "
383
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
384
 
385
- #: ../helper.php:780
386
  msgid "Disable Social Commenting on this "
387
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
388
 
389
- #: ../helper.php:789
390
  #, fuzzy
391
  msgid "Standard Sharing Interface"
392
  msgstr "Megosztási Felület"
393
 
394
- #: ../helper.php:795 ../helper.php:814
395
  msgid "Starting share count for "
396
  msgstr "Megosztás számok kezdése ehhez"
397
 
398
- #: ../helper.php:808
399
  #, fuzzy
400
  msgid "Floating Sharing Interface"
401
  msgstr "Megosztási Felület"
402
 
403
- #: ../helper.php:911
404
  #, fuzzy
405
  msgid "Small Avatar"
406
  msgstr "Kis Avatar URL"
407
 
408
- #: ../helper.php:915
409
  #, fuzzy
410
  msgid "Large Avatar"
411
  msgstr "Cél Url"
412
 
413
- #: ../helper.php:919 ../admin/general_options.php:89
414
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
415
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
416
  msgid "Save Changes"
417
  msgstr "Változások Mentése"
418
 
419
- #: ../helper.php:1012
420
  msgid "Click to delete social profile data"
421
  msgstr ""
422
 
423
- #: ../helper.php:1041
424
  #, fuzzy
425
  msgid "Deleting"
426
  msgstr "Beállítások"
427
 
428
- #: ../helper.php:1051
429
  msgid "Deleted"
430
  msgstr ""
431
 
432
- #: ../helper.php:1053
433
  msgid "Something bad happened"
434
  msgstr ""
435
 
436
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
437
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
438
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
439
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
440
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
441
  #, fuzzy, php-format
442
  msgid ""
@@ -491,14 +487,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
491
  msgstr ""
492
 
493
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
494
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
495
  #: ../admin/like_buttons.php:790
496
  #, fuzzy
497
  msgid "Instagram Shoutout"
498
  msgstr "Instagram"
499
 
500
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
501
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
502
  #: ../admin/like_buttons.php:792
503
  msgid ""
504
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -618,6 +614,10 @@ msgid ""
618
  "Facebook share count to work"
619
  msgstr ""
620
 
 
 
 
 
621
  #: ../admin/social_sharing.php:56
622
  msgid "Theme Selection"
623
  msgstr ""
@@ -642,7 +642,7 @@ msgstr ""
642
 
643
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
644
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
645
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
646
  #: ../admin/like_buttons.php:751
647
  msgid "Shortcode & Widget"
648
  msgstr "Shortcode és Widget"
@@ -653,7 +653,7 @@ msgstr "Hibamegoldó"
653
 
654
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
655
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
656
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
657
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
658
  msgid "FAQ"
659
  msgstr "GYIK"
@@ -898,8 +898,8 @@ msgstr "Egyedi URL"
898
  msgid "Url to share"
899
  msgstr "Megosztás Url-je"
900
 
901
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
902
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
903
  #: ../inc/widget.php:949
904
  msgid "Title"
905
  msgstr "Cím"
@@ -987,7 +987,7 @@ msgid "Placement"
987
  msgstr ""
988
 
989
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
990
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
991
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
992
  msgid "Homepage"
993
  msgstr "Kezdő oldal"
@@ -1247,7 +1247,7 @@ msgstr ""
1247
  msgid "Required only to track Facebook share count"
1248
  msgstr ""
1249
 
1250
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1251
  msgid "Facebook App ID"
1252
  msgstr "Facebook App ID"
1253
 
@@ -1261,7 +1261,7 @@ msgstr ""
1261
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1262
  "App ID beszerzéshez"
1263
 
1264
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1265
  #, fuzzy
1266
  msgid "Facebook App Secret"
1267
  msgstr "Facebook App ID"
@@ -1448,7 +1448,7 @@ msgstr ""
1448
  "tökéletesen) a szöveges mezőben:"
1449
 
1450
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1451
- #: ../admin/social_login.php:1569
1452
  msgid ""
1453
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1454
  "an online website for the plugin to function properly."
@@ -1503,7 +1503,7 @@ msgid ""
1503
  msgstr ""
1504
 
1505
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1506
- #: ../admin/social_login.php:1576
1507
  msgid "Why is my browser blocking some features of the plugin?"
1508
  msgstr ""
1509
 
@@ -1824,11 +1824,11 @@ msgstr "Alap Beállítások"
1824
  msgid "Advanced Configuration"
1825
  msgstr "Alap Beállítások"
1826
 
1827
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1828
  msgid "GDPR"
1829
  msgstr ""
1830
 
1831
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1832
  msgid "XProfile Integration"
1833
  msgstr ""
1834
 
@@ -1925,18 +1925,35 @@ msgid "Twitch"
1925
  msgstr "Twitter"
1926
 
1927
  #: ../admin/social_login.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1928
  msgid "Github"
1929
  msgstr ""
1930
 
1931
- #: ../admin/social_login.php:162
1932
  msgid "Kakao"
1933
  msgstr ""
1934
 
1935
- #: ../admin/social_login.php:170
1936
  msgid "Select Social ID provider to enable in Social Login"
1937
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1938
 
1939
- #: ../admin/social_login.php:187
1940
  #, php-format
1941
  msgid ""
1942
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1946,7 +1963,7 @@ msgstr ""
1946
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1947
  "App ID beszerzéshez"
1948
 
1949
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
1950
  #, fuzzy
1951
  msgid ""
1952
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1954,7 +1971,7 @@ msgstr ""
1954
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1955
  "linken"
1956
 
1957
- #: ../admin/social_login.php:208
1958
  #, fuzzy, php-format
1959
  msgid ""
1960
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1964,11 +1981,11 @@ msgstr ""
1964
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1965
  "App ID beszerzéshez"
1966
 
1967
- #: ../admin/social_login.php:219
1968
  msgid "Twitter API Key"
1969
  msgstr "Twitter API Key"
1970
 
1971
- #: ../admin/social_login.php:229
1972
  #, php-format
1973
  msgid ""
1974
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1978,7 +1995,7 @@ msgstr ""
1978
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1979
  "API Key beszerzéshez"
1980
 
1981
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
1982
  #, fuzzy
1983
  msgid ""
1984
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1986,12 +2003,13 @@ msgstr ""
1986
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1987
  "linken"
1988
 
1989
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
1990
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
1991
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
1992
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
1993
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
1994
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
1995
  #, fuzzy
1996
  msgid ""
1997
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2000,11 +2018,11 @@ msgstr ""
2000
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2001
  "fenti linken"
2002
 
2003
- #: ../admin/social_login.php:244
2004
  msgid "Twitter API Secret"
2005
  msgstr "Twitter API Secret"
2006
 
2007
- #: ../admin/social_login.php:254
2008
  #, php-format
2009
  msgid ""
2010
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2014,12 +2032,12 @@ msgstr ""
2014
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2015
  "API Secret beszerzéséhez"
2016
 
2017
- #: ../admin/social_login.php:269
2018
  #, fuzzy
2019
  msgid "LinkedIn Client ID"
2020
  msgstr "LinkedIn"
2021
 
2022
- #: ../admin/social_login.php:279
2023
  #, fuzzy, php-format
2024
  msgid ""
2025
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2029,8 +2047,8 @@ msgstr ""
2029
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2030
  "API Key beszerzéshez"
2031
 
2032
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
2033
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
2034
  #, fuzzy
2035
  msgid ""
2036
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2039,12 +2057,12 @@ msgstr ""
2039
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2040
  "linken"
2041
 
2042
- #: ../admin/social_login.php:290
2043
  #, fuzzy
2044
  msgid "LinkedIn Client Secret"
2045
  msgstr "LinkedIn"
2046
 
2047
- #: ../admin/social_login.php:300
2048
  #, fuzzy, php-format
2049
  msgid ""
2050
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2055,12 +2073,12 @@ msgstr ""
2055
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2056
  "API Key beszerzéshez"
2057
 
2058
- #: ../admin/social_login.php:311
2059
  #, fuzzy
2060
  msgid "Google Client ID"
2061
  msgstr "Google+ Client ID"
2062
 
2063
- #: ../admin/social_login.php:321
2064
  #, fuzzy, php-format
2065
  msgid ""
2066
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2070,7 +2088,7 @@ msgstr ""
2070
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2071
  "GooglePlus Client ID beszerzéshez"
2072
 
2073
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
2074
  #, fuzzy
2075
  msgid ""
2076
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2079,12 +2097,12 @@ msgstr ""
2079
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2080
  "linken"
2081
 
2082
- #: ../admin/social_login.php:332
2083
  #, fuzzy
2084
  msgid "Google Client Secret"
2085
  msgstr "Google+ Client ID"
2086
 
2087
- #: ../admin/social_login.php:342
2088
  #, fuzzy, php-format
2089
  msgid ""
2090
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2094,11 +2112,11 @@ msgstr ""
2094
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2095
  "GooglePlus Client ID beszerzéshez"
2096
 
2097
- #: ../admin/social_login.php:353
2098
  msgid "Vkontakte Application ID"
2099
  msgstr "Vkontakte Application ID"
2100
 
2101
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
2102
  #, php-format
2103
  msgid ""
2104
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2109,7 +2127,7 @@ msgstr ""
2109
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
2110
  "Application ID beszerzéshez"
2111
 
2112
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
2113
  #, fuzzy
2114
  msgid ""
2115
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2118,17 +2136,17 @@ msgstr ""
2118
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2119
  "linken"
2120
 
2121
- #: ../admin/social_login.php:374
2122
  #, fuzzy
2123
  msgid "Vkontakte Secure key"
2124
  msgstr "Vkontakte"
2125
 
2126
- #: ../admin/social_login.php:395
2127
  #, fuzzy
2128
  msgid "Instagram App ID"
2129
  msgstr "Instagram Client ID"
2130
 
2131
- #: ../admin/social_login.php:405
2132
  #, fuzzy, php-format
2133
  msgid ""
2134
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2138,7 +2156,7 @@ msgstr ""
2138
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2139
  "Instagram Client ID beszerzéshez"
2140
 
2141
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
2142
  #, fuzzy
2143
  msgid ""
2144
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -2147,12 +2165,12 @@ msgstr ""
2147
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2148
  "linken"
2149
 
2150
- #: ../admin/social_login.php:416
2151
  #, fuzzy
2152
  msgid "Instagram App Secret"
2153
  msgstr "Instagram"
2154
 
2155
- #: ../admin/social_login.php:426
2156
  #, fuzzy, php-format
2157
  msgid ""
2158
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2162,11 +2180,11 @@ msgstr ""
2162
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2163
  "Instagram Client ID beszerzéshez"
2164
 
2165
- #: ../admin/social_login.php:437
2166
  msgid "Line Channel ID"
2167
  msgstr ""
2168
 
2169
- #: ../admin/social_login.php:446
2170
  #, fuzzy, php-format
2171
  msgid ""
2172
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2176,12 +2194,12 @@ msgstr ""
2176
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2177
  "API Key beszerzéshez"
2178
 
2179
- #: ../admin/social_login.php:457
2180
  #, fuzzy
2181
  msgid "Line Channel Secret"
2182
  msgstr "LinkedIn"
2183
 
2184
- #: ../admin/social_login.php:466
2185
  #, fuzzy, php-format
2186
  msgid ""
2187
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2191,12 +2209,12 @@ msgstr ""
2191
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2192
  "API Key beszerzéshez"
2193
 
2194
- #: ../admin/social_login.php:477
2195
  #, fuzzy
2196
  msgid "Wordpress Client ID"
2197
  msgstr "Google+ Client ID"
2198
 
2199
- #: ../admin/social_login.php:486
2200
  #, fuzzy, php-format
2201
  msgid ""
2202
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2206,12 +2224,12 @@ msgstr ""
2206
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2207
  "GooglePlus Client ID beszerzéshez"
2208
 
2209
- #: ../admin/social_login.php:497
2210
  #, fuzzy
2211
  msgid "Wordpress Client Secret"
2212
  msgstr "Google+ Client ID"
2213
 
2214
- #: ../admin/social_login.php:506
2215
  #, fuzzy, php-format
2216
  msgid ""
2217
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2222,12 +2240,12 @@ msgstr ""
2222
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2223
  "GooglePlus Client ID beszerzéshez"
2224
 
2225
- #: ../admin/social_login.php:517
2226
  #, fuzzy
2227
  msgid "Microsoft Client ID"
2228
  msgstr "Google+ Client ID"
2229
 
2230
- #: ../admin/social_login.php:526
2231
  #, fuzzy, php-format
2232
  msgid ""
2233
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2237,8 +2255,9 @@ msgstr ""
2237
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2238
  "GooglePlus Client ID beszerzéshez"
2239
 
2240
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
2241
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
2242
  #, fuzzy
2243
  msgid ""
2244
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2247,12 +2266,12 @@ msgstr ""
2247
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2248
  "linken"
2249
 
2250
- #: ../admin/social_login.php:537
2251
  #, fuzzy
2252
  msgid "Microsoft Client Secret"
2253
  msgstr "Google+ Client ID"
2254
 
2255
- #: ../admin/social_login.php:546
2256
  #, fuzzy, php-format
2257
  msgid ""
2258
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2263,12 +2282,12 @@ msgstr ""
2263
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2264
  "GooglePlus Client ID beszerzéshez"
2265
 
2266
- #: ../admin/social_login.php:556
2267
  #, fuzzy
2268
  msgid "Steam API Key"
2269
  msgstr "Twitter API Key"
2270
 
2271
- #: ../admin/social_login.php:565
2272
  #, fuzzy, php-format
2273
  msgid ""
2274
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2278,19 +2297,19 @@ msgstr ""
2278
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2279
  "API Key beszerzéshez"
2280
 
2281
- #: ../admin/social_login.php:566
2282
  #, fuzzy
2283
  msgid "Save following <strong>domain</strong> to get the key"
2284
  msgstr ""
2285
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2286
  "fenti linken"
2287
 
2288
- #: ../admin/social_login.php:575
2289
  #, fuzzy
2290
  msgid "Yahoo Client ID"
2291
  msgstr "Google+ Client ID"
2292
 
2293
- #: ../admin/social_login.php:584
2294
  #, fuzzy, php-format
2295
  msgid ""
2296
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2300,7 +2319,7 @@ msgstr ""
2300
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2301
  "GooglePlus Client ID beszerzéshez"
2302
 
2303
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2304
  #, fuzzy
2305
  msgid ""
2306
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
@@ -2309,12 +2328,12 @@ msgstr ""
2309
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2310
  "linken"
2311
 
2312
- #: ../admin/social_login.php:595
2313
  #, fuzzy
2314
  msgid "Yahoo Client Secret"
2315
  msgstr "Google+ Client ID"
2316
 
2317
- #: ../admin/social_login.php:604
2318
  #, fuzzy, php-format
2319
  msgid ""
2320
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2324,12 +2343,12 @@ msgstr ""
2324
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2325
  "GooglePlus Client ID beszerzéshez"
2326
 
2327
- #: ../admin/social_login.php:616
2328
  #, fuzzy
2329
  msgid "Spotify Client ID"
2330
  msgstr "Google+ Client ID"
2331
 
2332
- #: ../admin/social_login.php:625
2333
  #, fuzzy, php-format
2334
  msgid ""
2335
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2339,12 +2358,12 @@ msgstr ""
2339
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2340
  "GooglePlus Client ID beszerzéshez"
2341
 
2342
- #: ../admin/social_login.php:636
2343
  #, fuzzy
2344
  msgid "Spotify Client Secret"
2345
  msgstr "Google+ Client ID"
2346
 
2347
- #: ../admin/social_login.php:645
2348
  #, fuzzy, php-format
2349
  msgid ""
2350
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2355,12 +2374,12 @@ msgstr ""
2355
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2356
  "GooglePlus Client ID beszerzéshez"
2357
 
2358
- #: ../admin/social_login.php:658
2359
  #, fuzzy
2360
  msgid "Dribbble Client ID"
2361
  msgstr "Google+ Client ID"
2362
 
2363
- #: ../admin/social_login.php:667
2364
  #, fuzzy, php-format
2365
  msgid ""
2366
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2370,12 +2389,12 @@ msgstr ""
2370
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2371
  "GooglePlus Client ID beszerzéshez"
2372
 
2373
- #: ../admin/social_login.php:678
2374
  #, fuzzy
2375
  msgid "Dribbble Client Secret"
2376
  msgstr "Google+ Client ID"
2377
 
2378
- #: ../admin/social_login.php:687
2379
  #, fuzzy, php-format
2380
  msgid ""
2381
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2386,12 +2405,12 @@ msgstr ""
2386
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2387
  "GooglePlus Client ID beszerzéshez"
2388
 
2389
- #: ../admin/social_login.php:699
2390
  #, fuzzy
2391
  msgid "Twitch Client ID"
2392
  msgstr "Instagram Client ID"
2393
 
2394
- #: ../admin/social_login.php:708
2395
  #, fuzzy, php-format
2396
  msgid ""
2397
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2401,12 +2420,12 @@ msgstr ""
2401
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2402
  "GooglePlus Client ID beszerzéshez"
2403
 
2404
- #: ../admin/social_login.php:719
2405
  #, fuzzy
2406
  msgid "Twitch Client Secret"
2407
  msgstr "Instagram Client ID"
2408
 
2409
- #: ../admin/social_login.php:728
2410
  #, fuzzy, php-format
2411
  msgid ""
2412
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2416,12 +2435,150 @@ msgstr ""
2416
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2417
  "GooglePlus Client ID beszerzéshez"
2418
 
2419
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2420
  #, fuzzy
2421
  msgid "Github Client ID"
2422
  msgstr "Instagram Client ID"
2423
 
2424
- #: ../admin/social_login.php:751
2425
  #, fuzzy, php-format
2426
  msgid ""
2427
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2431,12 +2588,12 @@ msgstr ""
2431
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2432
  "GooglePlus Client ID beszerzéshez"
2433
 
2434
- #: ../admin/social_login.php:762
2435
  #, fuzzy
2436
  msgid "Github Client Secret"
2437
  msgstr "Instagram Client ID"
2438
 
2439
- #: ../admin/social_login.php:771
2440
  #, fuzzy, php-format
2441
  msgid ""
2442
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2446,12 +2603,12 @@ msgstr ""
2446
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2447
  "GooglePlus Client ID beszerzéshez"
2448
 
2449
- #: ../admin/social_login.php:784
2450
  #, fuzzy
2451
  msgid "Kakao Client ID"
2452
  msgstr "Google+ Client ID"
2453
 
2454
- #: ../admin/social_login.php:793
2455
  #, fuzzy, php-format
2456
  msgid ""
2457
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2461,12 +2618,12 @@ msgstr ""
2461
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2462
  "GooglePlus Client ID beszerzéshez"
2463
 
2464
- #: ../admin/social_login.php:804
2465
  #, fuzzy
2466
  msgid "Kakao Client Secret"
2467
  msgstr "Google+ Client ID"
2468
 
2469
- #: ../admin/social_login.php:813
2470
  #, fuzzy, php-format
2471
  msgid ""
2472
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2476,110 +2633,110 @@ msgstr ""
2476
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2477
  "GooglePlus Client ID beszerzéshez"
2478
 
2479
- #: ../admin/social_login.php:833
2480
  #, fuzzy
2481
  msgid "Social Login Options"
2482
  msgstr "Social Login"
2483
 
2484
- #: ../admin/social_login.php:848
2485
  msgid "Text to display above the Social Login interface"
2486
  msgstr "Szöveg a Közösségi Belépés felett"
2487
 
2488
- #: ../admin/social_login.php:856
2489
  msgid "Trigger social login in the same browser tab"
2490
  msgstr ""
2491
 
2492
- #: ../admin/social_login.php:866
2493
  msgid "Trigger social login in the same browser tab instead of a popup window"
2494
  msgstr ""
2495
 
2496
- #: ../admin/social_login.php:873
2497
  #, fuzzy
2498
  msgid "Center align icons"
2499
  msgstr "Ikonsorrend beállítás"
2500
 
2501
- #: ../admin/social_login.php:883
2502
  #, fuzzy
2503
  msgid "Center align social login icons"
2504
  msgstr "Social Login"
2505
 
2506
- #: ../admin/social_login.php:890
2507
  msgid "Enable at login page"
2508
  msgstr "Bekapcsolás a belépés oldalon"
2509
 
2510
- #: ../admin/social_login.php:900
2511
  msgid ""
2512
  "Social Login interface will get enabled at the login page of your website"
2513
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2514
 
2515
- #: ../admin/social_login.php:907
2516
  msgid "Enable at register page"
2517
  msgstr "Bekapcsolás a regisztráció oldalon"
2518
 
2519
- #: ../admin/social_login.php:917
2520
  msgid ""
2521
  "Social Login interface will get enabled at the registration page of your "
2522
  "website"
2523
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2524
 
2525
- #: ../admin/social_login.php:924
2526
  msgid "Enable at comment form"
2527
  msgstr "Bekapcsolás a hozászólásoknál"
2528
 
2529
- #: ../admin/social_login.php:934
2530
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2531
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2532
 
2533
- #: ../admin/social_login.php:948
2534
  msgid "Enable before WooCommerce Customer Login Form"
2535
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2536
 
2537
- #: ../admin/social_login.php:958
2538
  #, fuzzy
2539
  msgid ""
2540
  "Social Login Interface will get enabled before the customer login form at "
2541
  "WooCommerce My Account page"
2542
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2543
 
2544
- #: ../admin/social_login.php:965
2545
  #, fuzzy
2546
  msgid "Enable at WooCommerce Customer Login Form"
2547
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2548
 
2549
- #: ../admin/social_login.php:975
2550
  #, fuzzy
2551
  msgid ""
2552
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2553
  "My Account page"
2554
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2555
 
2556
- #: ../admin/social_login.php:982
2557
  #, fuzzy
2558
  msgid "Enable at WooCommerce Customer Register Form"
2559
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2560
 
2561
- #: ../admin/social_login.php:992
2562
  #, fuzzy
2563
  msgid ""
2564
  "Integrate Social Login Interface with the customer register form at "
2565
  "WooCommerce My Account page"
2566
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2567
 
2568
- #: ../admin/social_login.php:999
2569
  #, fuzzy
2570
  msgid "Enable at WooCommerce checkout page"
2571
  msgstr "Bekapcsolás a regisztráció oldalon"
2572
 
2573
- #: ../admin/social_login.php:1009
2574
  #, fuzzy
2575
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2576
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2577
 
2578
- #: ../admin/social_login.php:1019
2579
  msgid "Auto-approve comments made by Social Login users"
2580
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2581
 
2582
- #: ../admin/social_login.php:1029
2583
  msgid ""
2584
  "If this option is enabled, and WordPress comment is made by Social Login "
2585
  "user, comment will get approved immediately without keeping in moderation."
@@ -2588,37 +2745,37 @@ msgstr ""
2588
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2589
  "megjelenik az oldalon."
2590
 
2591
- #: ../admin/social_login.php:1030
2592
  msgid "Note: This is not related to Facebook comments"
2593
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2594
 
2595
- #: ../admin/social_login.php:1039
2596
  msgid "Enable social avatar"
2597
  msgstr "Közösségi avatar bekapcsolás"
2598
 
2599
- #: ../admin/social_login.php:1049
2600
  msgid ""
2601
  "Social profile pictures of the logged in user will be displayed as profile "
2602
  "avatar"
2603
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2604
 
2605
- #: ../admin/social_login.php:1058
2606
  msgid "Avatar quality"
2607
  msgstr " Avatar képminőség"
2608
 
2609
- #: ../admin/social_login.php:1061
2610
  msgid "Average"
2611
  msgstr "Átlagos"
2612
 
2613
- #: ../admin/social_login.php:1062
2614
  msgid "Best"
2615
  msgstr "legjobb"
2616
 
2617
- #: ../admin/social_login.php:1069
2618
  msgid "Choose avatar quality"
2619
  msgstr "Válassz Avatar képminőséget"
2620
 
2621
- #: ../admin/social_login.php:1077
2622
  #, fuzzy
2623
  msgid ""
2624
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2626,13 +2783,13 @@ msgstr ""
2626
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2627
  "BuddyPress profil oldal"
2628
 
2629
- #: ../admin/social_login.php:1087
2630
  msgid ""
2631
  "If enabled, users would be able to update their social avatar from \"Profile "
2632
  "photo\" section in BuddyPress profile at front-end"
2633
  msgstr ""
2634
 
2635
- #: ../admin/social_login.php:1107
2636
  msgid ""
2637
  "If enabled and Social ID provider does not provide user's email address on "
2638
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2642,11 +2799,11 @@ msgstr ""
2642
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2643
  "véletlenszerű e-mail címet generálunk"
2644
 
2645
- #: ../admin/social_login.php:1115
2646
  msgid "Send post-registration email to user to set account password"
2647
  msgstr ""
2648
 
2649
- #: ../admin/social_login.php:1125
2650
  msgid ""
2651
  "If enabled, an email will be sent to user after registration through Social "
2652
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2657,12 +2814,12 @@ msgstr ""
2657
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2658
  "az oldalra."
2659
 
2660
- #: ../admin/social_login.php:1132
2661
  #, fuzzy
2662
  msgid "Send new user registration notification email to admin"
2663
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2664
 
2665
- #: ../admin/social_login.php:1142
2666
  #, fuzzy
2667
  msgid ""
2668
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2673,40 +2830,40 @@ msgstr ""
2673
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2674
  "az oldalra."
2675
 
2676
- #: ../admin/social_login.php:1149
2677
  msgid "Login redirection"
2678
  msgstr "Átirányítás Belépés után"
2679
 
2680
- #: ../admin/social_login.php:1153
2681
  msgid "Same page where user logged in"
2682
  msgstr "Az az oldal, ahol a felhasználó belépett"
2683
 
2684
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2685
  msgid "Account dashboard"
2686
  msgstr "Felhasználói Irányítópult"
2687
 
2688
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2689
  msgid "BuddyPress profile page"
2690
  msgstr "BuddyPress profil oldal"
2691
 
2692
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2693
  msgid "Custom Url"
2694
  msgstr "Egyedi URL"
2695
 
2696
- #: ../admin/social_login.php:1171
2697
  msgid "User will be redirected to the selected page after Social Login"
2698
  msgstr ""
2699
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2700
 
2701
- #: ../admin/social_login.php:1178
2702
  msgid "Registration redirection"
2703
  msgstr "Átirányítás Regisztráció után"
2704
 
2705
- #: ../admin/social_login.php:1182
2706
  msgid "Same page from where user registered"
2707
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2708
 
2709
- #: ../admin/social_login.php:1200
2710
  msgid ""
2711
  "User will be redirected to the selected page after registration (first "
2712
  "Social Login) through Social Login"
@@ -2714,23 +2871,23 @@ msgstr ""
2714
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2715
  "Közösségi belépés) után"
2716
 
2717
- #: ../admin/social_login.php:1209
2718
  #, fuzzy
2719
  msgid "Social Account Linking Options"
2720
  msgstr "Közösségi Hozzászólás"
2721
 
2722
- #: ../admin/social_login.php:1224
2723
  #, fuzzy
2724
  msgid "Text to display above the Social Account Linking interface"
2725
  msgstr "Szöveg a Közösségi Belépés felett"
2726
 
2727
- #: ../admin/social_login.php:1231
2728
  #, fuzzy
2729
  msgid ""
2730
  "Link social account to already existing account, if email address matches"
2731
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2732
 
2733
- #: ../admin/social_login.php:1241
2734
  msgid ""
2735
  "If email address of the user's Social Account matches with an already "
2736
  "existing account at your website, that social account will be linked to "
@@ -2738,12 +2895,12 @@ msgid ""
2738
  "Linking interface at their profile page."
2739
  msgstr ""
2740
 
2741
- #: ../admin/social_login.php:1249
2742
  msgid "Enable social account linking at BuddyPress profile page"
2743
  msgstr ""
2744
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2745
 
2746
- #: ../admin/social_login.php:1259
2747
  msgid ""
2748
  "Enable this option to show social account linking interface at BuddyPress "
2749
  "profile page"
@@ -2751,15 +2908,15 @@ msgstr ""
2751
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2752
  "BuddyPress profil oldal"
2753
 
2754
- #: ../admin/social_login.php:1270
2755
  msgid "Email popup options"
2756
  msgstr "Email felugró ablak beállítások"
2757
 
2758
- #: ../admin/social_login.php:1275
2759
  msgid "Text on 'Email required' popup"
2760
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2761
 
2762
- #: ../admin/social_login.php:1285
2763
  msgid ""
2764
  "This text will be displayed on email required popup. Leave empty if not "
2765
  "required."
@@ -2767,11 +2924,11 @@ msgstr ""
2767
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2768
  "hagyhatod, ha nem kéred be az e-mail címet."
2769
 
2770
- #: ../admin/social_login.php:1293
2771
  msgid "Error message for 'Email required' popup"
2772
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2773
 
2774
- #: ../admin/social_login.php:1303
2775
  msgid ""
2776
  "This message will be displayed to user if it provides invalid or already "
2777
  "registered email"
@@ -2779,11 +2936,11 @@ msgstr ""
2779
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2780
  "mail címet ad meg "
2781
 
2782
- #: ../admin/social_login.php:1311
2783
  msgid "Email popup height"
2784
  msgstr "Email felugró ablak magassága"
2785
 
2786
- #: ../admin/social_login.php:1321
2787
  msgid ""
2788
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2789
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2792,11 +2949,11 @@ msgstr ""
2792
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2793
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2794
 
2795
- #: ../admin/social_login.php:1328
2796
  msgid "Enable email verification"
2797
  msgstr "E-mail ellenőrzés bekapcsolása"
2798
 
2799
- #: ../admin/social_login.php:1338
2800
  msgid ""
2801
  "If enabled, email provided by the user will be verified by sending a "
2802
  "confirmation link to that email. User would not be able to login without "
@@ -2806,108 +2963,108 @@ msgstr ""
2806
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2807
  "nem erősítette meg e-mailcímét "
2808
 
2809
- #: ../admin/social_login.php:1358
2810
  #, fuzzy
2811
  msgid "Enable GDPR opt-in"
2812
  msgstr "Disqus Hozzászólás Bekapcsolása"
2813
 
2814
- #: ../admin/social_login.php:1368
2815
  msgid ""
2816
  "Enable it to show GDPR opt-in for social login and social account linking"
2817
  msgstr ""
2818
 
2819
- #: ../admin/social_login.php:1376
2820
  #, fuzzy
2821
  msgid "Placement of GDPR opt-in"
2822
  msgstr "Disqus Hozzászólás Bekapcsolása"
2823
 
2824
- #: ../admin/social_login.php:1380
2825
  #, fuzzy
2826
  msgid "Above Social Login icons"
2827
  msgstr "Social Login"
2828
 
2829
- #: ../admin/social_login.php:1382
2830
  #, fuzzy
2831
  msgid "Below Social Login icons"
2832
  msgstr "Social Login"
2833
 
2834
- #: ../admin/social_login.php:1388
2835
  #, fuzzy
2836
  msgid "Placement of GDPR opt-in above or below the social login icons"
2837
  msgstr "Szöveg a Közösségi Belépés felett"
2838
 
2839
- #: ../admin/social_login.php:1395
2840
  msgid "Opt-in text"
2841
  msgstr ""
2842
 
2843
- #: ../admin/social_login.php:1405
2844
  #, fuzzy
2845
  msgid "Text for the GDPR opt-in"
2846
  msgstr "Disqus Hozzászólás Bekapcsolása"
2847
 
2848
- #: ../admin/social_login.php:1412
2849
  msgid "Text to link to Terms-Conditions page"
2850
  msgstr ""
2851
 
2852
- #: ../admin/social_login.php:1422
2853
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2854
  msgstr ""
2855
 
2856
- #: ../admin/social_login.php:1429
2857
  msgid "Terms-Conditions Url"
2858
  msgstr ""
2859
 
2860
- #: ../admin/social_login.php:1439
2861
  #, fuzzy
2862
  msgid "Url of the terms-conditions page of your website"
2863
  msgstr "A főoldalad Url-je"
2864
 
2865
- #: ../admin/social_login.php:1446
2866
  msgid "Text to link to Privacy Policy page"
2867
  msgstr ""
2868
 
2869
- #: ../admin/social_login.php:1456
2870
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2871
  msgstr ""
2872
 
2873
- #: ../admin/social_login.php:1463
2874
  msgid "Privacy Policy Url"
2875
  msgstr ""
2876
 
2877
- #: ../admin/social_login.php:1473
2878
  #, fuzzy
2879
  msgid "Url of the privacy policy page of your website"
2880
  msgstr "A főoldalad Url-je"
2881
 
2882
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
2883
  #: ../inc/widget.php:602 ../inc/widget.php:750
2884
  msgid "Select"
2885
  msgstr "Válassz"
2886
 
2887
- #: ../admin/social_login.php:1555
2888
  #, fuzzy
2889
  msgid "Social Login Shortcode & Widget"
2890
  msgstr "Shortcode és Widget"
2891
 
2892
- #: ../admin/social_login.php:1556
2893
  msgid "Social Linking Shortcode"
2894
  msgstr ""
2895
 
2896
- #: ../admin/social_login.php:1571
2897
  msgid "Why is social login not working?"
2898
  msgstr ""
2899
 
2900
- #: ../admin/social_login.php:1572
2901
  msgid ""
2902
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2903
  "belong to the same app"
2904
  msgstr ""
2905
 
2906
- #: ../admin/social_login.php:1574
2907
  msgid "Social Login not working with Varnish enabled"
2908
  msgstr ""
2909
 
2910
- #: ../admin/social_login.php:1575
2911
  msgid ""
2912
  "Why the user is not appearing logged in even after Social Login until the "
2913
  "webpage is refreshed manually?"
@@ -3132,28 +3289,28 @@ msgstr "Hibás kérés"
3132
  msgid "Providers not selected"
3133
  msgstr "Nincs kiválasztott szolgáltató"
3134
 
3135
- #: ../inc/social_login.php:854
3136
  msgid "Email"
3137
  msgstr "Email"
3138
 
3139
- #: ../inc/social_login.php:855
3140
  msgid "Confirm email"
3141
  msgstr ""
3142
 
3143
- #: ../inc/social_login.php:857
3144
  msgid "Save"
3145
  msgstr ""
3146
 
3147
- #: ../inc/social_login.php:858
3148
  msgid "Cancel"
3149
  msgstr ""
3150
 
3151
- #: ../inc/social_login.php:932
3152
  #, fuzzy
3153
  msgid "Email Verification"
3154
  msgstr "E-mail ellenőrzés bekapcsolása"
3155
 
3156
- #: ../inc/social_login.php:934
3157
  msgid ""
3158
  "Please click on the following link or paste it in browser to verify your "
3159
  "email"
@@ -3440,6 +3597,16 @@ msgstr ""
3440
  msgid "RSS Feed URL:"
3441
  msgstr ""
3442
 
 
 
 
 
 
 
 
 
 
 
3443
  #~ msgid "Click to show help"
3444
  #~ msgstr "Kattintson megmutatni segítség"
3445
 
@@ -3485,14 +3652,6 @@ msgstr ""
3485
  #~ msgid "Xing Consumer Key"
3486
  #~ msgstr "Xing Consumer Key"
3487
 
3488
- #~ msgid ""
3489
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3490
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3491
- #~ msgstr ""
3492
- #~ "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a "
3493
- #~ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
3494
- #~ "Consumer Key beszerzéshez"
3495
-
3496
  #, fuzzy
3497
  #~ msgid ""
3498
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
@@ -3713,9 +3872,6 @@ msgstr ""
3713
  #~ msgid "Print"
3714
  #~ msgstr "Nyomtatás"
3715
 
3716
- #~ msgid "Reddit"
3717
- #~ msgstr "Reddit"
3718
-
3719
  #~ msgid "Digg"
3720
  #~ msgstr "Digg"
3721
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:37+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:37+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:1570
20
  #, fuzzy
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
25
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
26
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
+ #: ../super_socializer.php:1598
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
35
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
36
  "lépés %s)"
37
 
38
+ #: ../super_socializer.php:1601
39
  #, fuzzy, php-format
40
  msgid ""
41
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
45
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
46
  "lépés %s)"
47
 
48
+ #: ../super_socializer.php:1604
49
  msgid ""
50
  "Make sure cURL is enabled at your website server. You may need to contact "
51
  "the server administrator of your website to verify this"
53
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
54
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
55
 
56
+ #: ../super_socializer.php:1786 ../helper.php:986
57
  msgid "Please verify your email address to login."
58
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
59
 
60
+ #: ../super_socializer.php:1786
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
63
 
64
+ #: ../super_socializer.php:1790
65
  msgid "Notification"
66
  msgstr "Értesítés"
67
 
68
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
69
  msgid "Email required"
70
  msgstr "E-mail cím szükséges"
71
 
72
+ #: ../super_socializer.php:1811
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
75
 
76
+ #: ../super_socializer.php:1880
77
  msgid "Leave a reply"
78
  msgstr "Válaszolj"
79
 
80
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
+ #: ../super_socializer.php:1896
89
  #, fuzzy
90
  msgid "Link copied."
91
  msgstr "LinkedIn"
92
 
93
+ #: ../super_socializer.php:2141
94
  #, fuzzy
95
  msgid "Super Socializer - General Options"
96
  msgstr "Super Socializer - Belépés"
97
 
98
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
99
  #: ../admin/social_commenting.php:47
100
  #, fuzzy
101
  msgid "General Options"
102
  msgstr "Megosztási beállítások"
103
 
104
+ #: ../super_socializer.php:2209 ../helper.php:915
105
  #, fuzzy
106
  msgid "Social Avatar"
107
  msgstr "Kis Avatar URL"
108
 
109
+ #: ../super_socializer.php:2212
110
  msgid "Small Avatar Url"
111
  msgstr "Kis Avatar URL"
112
 
113
+ #: ../super_socializer.php:2216
114
  #, fuzzy
115
  msgid "Large Avatar Url"
116
  msgstr "Cél Url"
117
 
118
+ #: ../super_socializer.php:2220 ../helper.php:918
119
  msgid ""
120
  "Do not fetch and update social avatar from my profile, next time I Social "
121
  "Login"
122
  msgstr ""
123
 
124
+ #: ../super_socializer.php:2224 ../helper.php:919
125
  msgid "Update social avatar, next time I Social Login"
126
  msgstr ""
127
 
128
+ #: ../super_socializer.php:2301
129
  msgid "Login with your Social ID"
130
  msgstr ""
131
 
132
+ #: ../super_socializer.php:2302
133
  msgid "Email you entered is already registered or invalid"
134
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
135
 
136
+ #: ../super_socializer.php:2309
137
  msgid "Please enter a valid email address. You might be required to verify it"
138
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
139
 
140
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
141
  msgid "Link your social account to login to your account at this website"
142
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
143
 
144
+ #: ../super_socializer.php:2561
145
  msgid "Thanks for installing Super Socializer plugin"
146
  msgstr ""
147
 
148
+ #: ../super_socializer.php:2563
149
  msgid "Configure the Plugin"
150
  msgstr ""
151
 
152
+ #: ../super_socializer.php:2574
153
  msgid ""
154
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
155
  "current version of Super Socializer"
156
  msgstr ""
157
 
158
+ #: ../super_socializer.php:2583
159
  msgid ""
160
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
161
  "version of Super Socializer"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:2592
165
  msgid ""
166
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
167
+ "compatibility with current version of Super Socializer"
168
  msgstr ""
169
 
170
+ #: ../super_socializer.php:2601
171
  msgid ""
172
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
173
  "with current version of Super Socializer"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:2610
177
  msgid ""
178
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
179
  "with current version of Super Socializer"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:2621
183
  #, php-format
184
  msgid ""
185
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:2630
189
  #, php-format
190
  msgid ""
191
  "To continue using Instagram login create a new Instagram App as described <a "
193
  "Instagram App Secret <a href=\"%s\">here</a>"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
197
  #, php-format
198
  msgid ""
199
  "To continue using bitly url shortener, login to your bit.ly account and "
202
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:2664
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:2688
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
220
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
221
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
222
+ #: ../super_socializer.php:2851
223
  msgid "Okay"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:2713
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
231
  "\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:2738
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:2763
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:2774
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:2796
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:2824
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:2851
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:2876
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:2902
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:3115
303
  msgid ""
304
  "Your browser is blocking some features of this website. Please follow the "
305
  "instructions at {support_url} to unblock these."
306
  msgstr ""
307
 
308
+ #: ../helper.php:7
309
  #, fuzzy
310
  msgid "Settings saved"
311
  msgstr "Beállítások"
312
 
313
+ #: ../helper.php:185
 
 
 
 
314
  #, fuzzy
315
  msgid "Click to toggle help"
316
  msgstr "Elrejtéséhez kattintson segítség"
317
 
318
+ #: ../helper.php:282
319
  #, fuzzy
320
  msgid "Add-Ons"
321
  msgstr "A kiegészítőket"
322
 
323
+ #: ../helper.php:283
324
  msgid "Support Documentation"
325
  msgstr ""
326
 
327
+ #: ../helper.php:284
328
  msgid "Settings"
329
  msgstr "Beállítások"
330
 
331
+ #: ../helper.php:567
332
  msgid "Account linked successfully"
333
  msgstr "Fiók kapcsolása sikeres"
334
 
335
+ #: ../helper.php:571
336
  msgid "Account already exists or linked"
337
  msgstr "Fiók már létezik, vagy össze van kötve"
338
 
339
+ #: ../helper.php:607 ../helper.php:609
340
  #, fuzzy
341
  msgid "Login with"
342
  msgstr "Belépési beállítások"
343
 
344
+ #: ../helper.php:644 ../helper.php:650
345
  msgid "Currently"
346
  msgstr "Jelenleg"
347
 
348
+ #: ../helper.php:644 ../helper.php:650
349
  msgid "Connected with"
350
  msgstr ""
351
 
352
+ #: ../helper.php:644 ../helper.php:650
353
  msgid "Remove"
354
  msgstr "Eltávolítás"
355
 
356
+ #: ../helper.php:721
357
  #, fuzzy
358
  msgid "Social Account Linking"
359
  msgstr "Közösségi Hozzászólás"
360
 
361
+ #: ../helper.php:771
362
  #, fuzzy
363
  msgid "Disable Standard Social Sharing on this "
364
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
365
 
366
+ #: ../helper.php:776
367
  #, fuzzy
368
  msgid "Disable Floating Social Sharing on this "
369
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
370
 
371
+ #: ../helper.php:781
372
  #, fuzzy
373
  msgid "Disable Standard like buttons on this "
374
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
375
 
376
+ #: ../helper.php:786
377
  #, fuzzy
378
  msgid "Disable Floating like buttons on this "
379
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
380
 
381
+ #: ../helper.php:791
382
  msgid "Disable Social Commenting on this "
383
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
384
 
385
+ #: ../helper.php:800
386
  #, fuzzy
387
  msgid "Standard Sharing Interface"
388
  msgstr "Megosztási Felület"
389
 
390
+ #: ../helper.php:806 ../helper.php:825
391
  msgid "Starting share count for "
392
  msgstr "Megosztás számok kezdése ehhez"
393
 
394
+ #: ../helper.php:819
395
  #, fuzzy
396
  msgid "Floating Sharing Interface"
397
  msgstr "Megosztási Felület"
398
 
399
+ #: ../helper.php:922
400
  #, fuzzy
401
  msgid "Small Avatar"
402
  msgstr "Kis Avatar URL"
403
 
404
+ #: ../helper.php:926
405
  #, fuzzy
406
  msgid "Large Avatar"
407
  msgstr "Cél Url"
408
 
409
+ #: ../helper.php:930 ../admin/general_options.php:89
410
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
411
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
412
  msgid "Save Changes"
413
  msgstr "Változások Mentése"
414
 
415
+ #: ../helper.php:1023
416
  msgid "Click to delete social profile data"
417
  msgstr ""
418
 
419
+ #: ../helper.php:1052
420
  #, fuzzy
421
  msgid "Deleting"
422
  msgstr "Beállítások"
423
 
424
+ #: ../helper.php:1062
425
  msgid "Deleted"
426
  msgstr ""
427
 
428
+ #: ../helper.php:1064
429
  msgid "Something bad happened"
430
  msgstr ""
431
 
432
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
433
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
434
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
435
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
436
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
437
  #, fuzzy, php-format
438
  msgid ""
487
  msgstr ""
488
 
489
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
490
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
491
  #: ../admin/like_buttons.php:790
492
  #, fuzzy
493
  msgid "Instagram Shoutout"
494
  msgstr "Instagram"
495
 
496
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
497
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
498
  #: ../admin/like_buttons.php:792
499
  msgid ""
500
  "If you can send (to hello@heateor.com) how this plugin is helping your "
614
  "Facebook share count to work"
615
  msgstr ""
616
 
617
+ #: ../admin/social_sharing.php:49
618
+ msgid "Dismiss this notice"
619
+ msgstr "Utasítsa el ezt az értesítést"
620
+
621
  #: ../admin/social_sharing.php:56
622
  msgid "Theme Selection"
623
  msgstr ""
642
 
643
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
644
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
645
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
646
  #: ../admin/like_buttons.php:751
647
  msgid "Shortcode & Widget"
648
  msgstr "Shortcode és Widget"
653
 
654
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
655
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
656
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
657
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
658
  msgid "FAQ"
659
  msgstr "GYIK"
898
  msgid "Url to share"
899
  msgstr "Megosztás Url-je"
900
 
901
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
902
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
903
  #: ../inc/widget.php:949
904
  msgid "Title"
905
  msgstr "Cím"
987
  msgstr ""
988
 
989
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
990
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
991
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
992
  msgid "Homepage"
993
  msgstr "Kezdő oldal"
1247
  msgid "Required only to track Facebook share count"
1248
  msgstr ""
1249
 
1250
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1251
  msgid "Facebook App ID"
1252
  msgstr "Facebook App ID"
1253
 
1261
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1262
  "App ID beszerzéshez"
1263
 
1264
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1265
  #, fuzzy
1266
  msgid "Facebook App Secret"
1267
  msgstr "Facebook App ID"
1448
  "tökéletesen) a szöveges mezőben:"
1449
 
1450
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1451
+ #: ../admin/social_login.php:1752
1452
  msgid ""
1453
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1454
  "an online website for the plugin to function properly."
1503
  msgstr ""
1504
 
1505
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1506
+ #: ../admin/social_login.php:1759
1507
  msgid "Why is my browser blocking some features of the plugin?"
1508
  msgstr ""
1509
 
1824
  msgid "Advanced Configuration"
1825
  msgstr "Alap Beállítások"
1826
 
1827
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1828
  msgid "GDPR"
1829
  msgstr ""
1830
 
1831
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1832
  msgid "XProfile Integration"
1833
  msgstr ""
1834
 
1925
  msgstr "Twitter"
1926
 
1927
  #: ../admin/social_login.php:158
1928
+ #, fuzzy
1929
+ msgid "Foursquare"
1930
+ msgstr "szögletes"
1931
+
1932
+ #: ../admin/social_login.php:162
1933
+ msgid "Dropbox"
1934
+ msgstr ""
1935
+
1936
+ #: ../admin/social_login.php:166
1937
+ msgid "Disqus"
1938
+ msgstr ""
1939
+
1940
+ #: ../admin/social_login.php:170
1941
+ msgid "Reddit"
1942
+ msgstr "Reddit"
1943
+
1944
+ #: ../admin/social_login.php:174
1945
  msgid "Github"
1946
  msgstr ""
1947
 
1948
+ #: ../admin/social_login.php:178
1949
  msgid "Kakao"
1950
  msgstr ""
1951
 
1952
+ #: ../admin/social_login.php:186
1953
  msgid "Select Social ID provider to enable in Social Login"
1954
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1955
 
1956
+ #: ../admin/social_login.php:203
1957
  #, php-format
1958
  msgid ""
1959
  "Required for Facebook Social Login to work. Please follow the documentation "
1963
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1964
  "App ID beszerzéshez"
1965
 
1966
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
1967
  #, fuzzy
1968
  msgid ""
1969
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1971
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1972
  "linken"
1973
 
1974
+ #: ../admin/social_login.php:224
1975
  #, fuzzy, php-format
1976
  msgid ""
1977
  "Required for Facebook Social Login to work. Please follow the documentation "
1981
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1982
  "App ID beszerzéshez"
1983
 
1984
+ #: ../admin/social_login.php:235
1985
  msgid "Twitter API Key"
1986
  msgstr "Twitter API Key"
1987
 
1988
+ #: ../admin/social_login.php:245
1989
  #, php-format
1990
  msgid ""
1991
  "Required for Twitter Social Login to work. Please follow the documentation "
1995
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1996
  "API Key beszerzéshez"
1997
 
1998
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
1999
  #, fuzzy
2000
  msgid ""
2001
  "Paste following url in <strong>Website</strong> option mentioned at the link"
2003
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2004
  "linken"
2005
 
2006
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
2007
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
2008
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
2009
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
2010
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
2011
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
2012
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
2013
  #, fuzzy
2014
  msgid ""
2015
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2018
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2019
  "fenti linken"
2020
 
2021
+ #: ../admin/social_login.php:260
2022
  msgid "Twitter API Secret"
2023
  msgstr "Twitter API Secret"
2024
 
2025
+ #: ../admin/social_login.php:270
2026
  #, php-format
2027
  msgid ""
2028
  "Required for Twitter Social Login to work. Please follow the documentation "
2032
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2033
  "API Secret beszerzéséhez"
2034
 
2035
+ #: ../admin/social_login.php:285
2036
  #, fuzzy
2037
  msgid "LinkedIn Client ID"
2038
  msgstr "LinkedIn"
2039
 
2040
+ #: ../admin/social_login.php:295
2041
  #, fuzzy, php-format
2042
  msgid ""
2043
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2047
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2048
  "API Key beszerzéshez"
2049
 
2050
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
2051
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
2052
  #, fuzzy
2053
  msgid ""
2054
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2057
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2058
  "linken"
2059
 
2060
+ #: ../admin/social_login.php:306
2061
  #, fuzzy
2062
  msgid "LinkedIn Client Secret"
2063
  msgstr "LinkedIn"
2064
 
2065
+ #: ../admin/social_login.php:316
2066
  #, fuzzy, php-format
2067
  msgid ""
2068
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2073
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2074
  "API Key beszerzéshez"
2075
 
2076
+ #: ../admin/social_login.php:327
2077
  #, fuzzy
2078
  msgid "Google Client ID"
2079
  msgstr "Google+ Client ID"
2080
 
2081
+ #: ../admin/social_login.php:337
2082
  #, fuzzy, php-format
2083
  msgid ""
2084
  "Required for Google Social Login to work. Please follow the documentation at "
2088
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2089
  "GooglePlus Client ID beszerzéshez"
2090
 
2091
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
2092
  #, fuzzy
2093
  msgid ""
2094
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2097
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2098
  "linken"
2099
 
2100
+ #: ../admin/social_login.php:348
2101
  #, fuzzy
2102
  msgid "Google Client Secret"
2103
  msgstr "Google+ Client ID"
2104
 
2105
+ #: ../admin/social_login.php:358
2106
  #, fuzzy, php-format
2107
  msgid ""
2108
  "Required for Google Social Login to work. Please follow the documentation at "
2112
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2113
  "GooglePlus Client ID beszerzéshez"
2114
 
2115
+ #: ../admin/social_login.php:369
2116
  msgid "Vkontakte Application ID"
2117
  msgstr "Vkontakte Application ID"
2118
 
2119
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
2120
  #, php-format
2121
  msgid ""
2122
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2127
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
2128
  "Application ID beszerzéshez"
2129
 
2130
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
2131
  #, fuzzy
2132
  msgid ""
2133
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2136
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2137
  "linken"
2138
 
2139
+ #: ../admin/social_login.php:390
2140
  #, fuzzy
2141
  msgid "Vkontakte Secure key"
2142
  msgstr "Vkontakte"
2143
 
2144
+ #: ../admin/social_login.php:411
2145
  #, fuzzy
2146
  msgid "Instagram App ID"
2147
  msgstr "Instagram Client ID"
2148
 
2149
+ #: ../admin/social_login.php:421
2150
  #, fuzzy, php-format
2151
  msgid ""
2152
  "Required for Instagram Social Login to work. Please follow the documentation "
2156
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2157
  "Instagram Client ID beszerzéshez"
2158
 
2159
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
2160
  #, fuzzy
2161
  msgid ""
2162
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2165
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2166
  "linken"
2167
 
2168
+ #: ../admin/social_login.php:432
2169
  #, fuzzy
2170
  msgid "Instagram App Secret"
2171
  msgstr "Instagram"
2172
 
2173
+ #: ../admin/social_login.php:442
2174
  #, fuzzy, php-format
2175
  msgid ""
2176
  "Required for Instagram Social Login to work. Please follow the documentation "
2180
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2181
  "Instagram Client ID beszerzéshez"
2182
 
2183
+ #: ../admin/social_login.php:453
2184
  msgid "Line Channel ID"
2185
  msgstr ""
2186
 
2187
+ #: ../admin/social_login.php:462
2188
  #, fuzzy, php-format
2189
  msgid ""
2190
  "Required for Line Social Login to work. Please follow the documentation at "
2194
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2195
  "API Key beszerzéshez"
2196
 
2197
+ #: ../admin/social_login.php:473
2198
  #, fuzzy
2199
  msgid "Line Channel Secret"
2200
  msgstr "LinkedIn"
2201
 
2202
+ #: ../admin/social_login.php:482
2203
  #, fuzzy, php-format
2204
  msgid ""
2205
  "Required for Line Social Login to work. Please follow the documentation at "
2209
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2210
  "API Key beszerzéshez"
2211
 
2212
+ #: ../admin/social_login.php:493
2213
  #, fuzzy
2214
  msgid "Wordpress Client ID"
2215
  msgstr "Google+ Client ID"
2216
 
2217
+ #: ../admin/social_login.php:502
2218
  #, fuzzy, php-format
2219
  msgid ""
2220
  "Required for Wordpress Social Login to work. Please follow the documentation "
2224
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2225
  "GooglePlus Client ID beszerzéshez"
2226
 
2227
+ #: ../admin/social_login.php:513
2228
  #, fuzzy
2229
  msgid "Wordpress Client Secret"
2230
  msgstr "Google+ Client ID"
2231
 
2232
+ #: ../admin/social_login.php:522
2233
  #, fuzzy, php-format
2234
  msgid ""
2235
  "Required for Wordpress Social Login to work. Please follow the documentation "
2240
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2241
  "GooglePlus Client ID beszerzéshez"
2242
 
2243
+ #: ../admin/social_login.php:533
2244
  #, fuzzy
2245
  msgid "Microsoft Client ID"
2246
  msgstr "Google+ Client ID"
2247
 
2248
+ #: ../admin/social_login.php:542
2249
  #, fuzzy, php-format
2250
  msgid ""
2251
  "Required for Live Social Login to work. Please follow the documentation at "
2255
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2256
  "GooglePlus Client ID beszerzéshez"
2257
 
2258
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
2259
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2260
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2261
  #, fuzzy
2262
  msgid ""
2263
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2266
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2267
  "linken"
2268
 
2269
+ #: ../admin/social_login.php:553
2270
  #, fuzzy
2271
  msgid "Microsoft Client Secret"
2272
  msgstr "Google+ Client ID"
2273
 
2274
+ #: ../admin/social_login.php:562
2275
  #, fuzzy, php-format
2276
  msgid ""
2277
  "Required for Live Social Login to work. Please follow the documentation at "
2282
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2283
  "GooglePlus Client ID beszerzéshez"
2284
 
2285
+ #: ../admin/social_login.php:572
2286
  #, fuzzy
2287
  msgid "Steam API Key"
2288
  msgstr "Twitter API Key"
2289
 
2290
+ #: ../admin/social_login.php:581
2291
  #, fuzzy, php-format
2292
  msgid ""
2293
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2297
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2298
  "API Key beszerzéshez"
2299
 
2300
+ #: ../admin/social_login.php:582
2301
  #, fuzzy
2302
  msgid "Save following <strong>domain</strong> to get the key"
2303
  msgstr ""
2304
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2305
  "fenti linken"
2306
 
2307
+ #: ../admin/social_login.php:591
2308
  #, fuzzy
2309
  msgid "Yahoo Client ID"
2310
  msgstr "Google+ Client ID"
2311
 
2312
+ #: ../admin/social_login.php:600
2313
  #, fuzzy, php-format
2314
  msgid ""
2315
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2319
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2320
  "GooglePlus Client ID beszerzéshez"
2321
 
2322
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2323
  #, fuzzy
2324
  msgid ""
2325
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2328
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2329
  "linken"
2330
 
2331
+ #: ../admin/social_login.php:611
2332
  #, fuzzy
2333
  msgid "Yahoo Client Secret"
2334
  msgstr "Google+ Client ID"
2335
 
2336
+ #: ../admin/social_login.php:620
2337
  #, fuzzy, php-format
2338
  msgid ""
2339
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2343
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2344
  "GooglePlus Client ID beszerzéshez"
2345
 
2346
+ #: ../admin/social_login.php:632
2347
  #, fuzzy
2348
  msgid "Spotify Client ID"
2349
  msgstr "Google+ Client ID"
2350
 
2351
+ #: ../admin/social_login.php:641
2352
  #, fuzzy, php-format
2353
  msgid ""
2354
  "Required for Spotify Social Login to work. Please follow the documentation "
2358
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2359
  "GooglePlus Client ID beszerzéshez"
2360
 
2361
+ #: ../admin/social_login.php:652
2362
  #, fuzzy
2363
  msgid "Spotify Client Secret"
2364
  msgstr "Google+ Client ID"
2365
 
2366
+ #: ../admin/social_login.php:661
2367
  #, fuzzy, php-format
2368
  msgid ""
2369
  "Required for Spotify Social Login to work. Please follow the documentation "
2374
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2375
  "GooglePlus Client ID beszerzéshez"
2376
 
2377
+ #: ../admin/social_login.php:674
2378
  #, fuzzy
2379
  msgid "Dribbble Client ID"
2380
  msgstr "Google+ Client ID"
2381
 
2382
+ #: ../admin/social_login.php:683
2383
  #, fuzzy, php-format
2384
  msgid ""
2385
  "Required for Dribbble Social Login to work. Please follow the documentation "
2389
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2390
  "GooglePlus Client ID beszerzéshez"
2391
 
2392
+ #: ../admin/social_login.php:694
2393
  #, fuzzy
2394
  msgid "Dribbble Client Secret"
2395
  msgstr "Google+ Client ID"
2396
 
2397
+ #: ../admin/social_login.php:703
2398
  #, fuzzy, php-format
2399
  msgid ""
2400
  "Required for Dribbble Social Login to work. Please follow the documentation "
2405
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2406
  "GooglePlus Client ID beszerzéshez"
2407
 
2408
+ #: ../admin/social_login.php:715
2409
  #, fuzzy
2410
  msgid "Twitch Client ID"
2411
  msgstr "Instagram Client ID"
2412
 
2413
+ #: ../admin/social_login.php:724
2414
  #, fuzzy, php-format
2415
  msgid ""
2416
  "Required for Twitch Social Login to work. Please follow the documentation at "
2420
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2421
  "GooglePlus Client ID beszerzéshez"
2422
 
2423
+ #: ../admin/social_login.php:735
2424
  #, fuzzy
2425
  msgid "Twitch Client Secret"
2426
  msgstr "Instagram Client ID"
2427
 
2428
+ #: ../admin/social_login.php:744
2429
  #, fuzzy, php-format
2430
  msgid ""
2431
  "Required for Twitch Social Login to work. Please follow the documentation at "
2435
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2436
  "GooglePlus Client ID beszerzéshez"
2437
 
2438
+ #: ../admin/social_login.php:757
2439
+ #, fuzzy
2440
+ msgid "Foursquare Client ID"
2441
+ msgstr "Google+ Client ID"
2442
+
2443
+ #: ../admin/social_login.php:766
2444
+ #, fuzzy, php-format
2445
+ msgid ""
2446
+ "Required for Foursquare Social Login to work. Please follow the "
2447
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2448
+ "Foursquare Client ID"
2449
+ msgstr ""
2450
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2451
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2452
+ "GooglePlus Client ID beszerzéshez"
2453
+
2454
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2455
+ #, fuzzy
2456
+ msgid ""
2457
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2458
+ "link"
2459
+ msgstr ""
2460
+ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2461
+ "linken"
2462
+
2463
+ #: ../admin/social_login.php:777
2464
+ #, fuzzy
2465
+ msgid "Foursquare Client Secret"
2466
+ msgstr "Google+ Client ID"
2467
+
2468
+ #: ../admin/social_login.php:786
2469
+ #, fuzzy, php-format
2470
+ msgid ""
2471
+ "Required for Foursquare Social Login to work. Please follow the "
2472
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2473
+ "Foursquare Client Secret"
2474
+ msgstr ""
2475
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2476
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2477
+ "GooglePlus Client ID beszerzéshez"
2478
+
2479
+ #: ../admin/social_login.php:797
2480
+ msgid "Dropbox App Key"
2481
+ msgstr ""
2482
+
2483
+ #: ../admin/social_login.php:806
2484
+ #, fuzzy, php-format
2485
+ msgid ""
2486
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2487
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2488
+ msgstr ""
2489
+ "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
2490
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
2491
+ "App ID beszerzéshez"
2492
+
2493
+ #: ../admin/social_login.php:817
2494
+ #, fuzzy
2495
+ msgid "Dropbox App Secret"
2496
+ msgstr "Facebook App ID"
2497
+
2498
+ #: ../admin/social_login.php:826
2499
+ #, fuzzy, php-format
2500
+ msgid ""
2501
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2502
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2503
+ msgstr ""
2504
+ "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
2505
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
2506
+ "App ID beszerzéshez"
2507
+
2508
+ #: ../admin/social_login.php:840
2509
+ msgid "Disqus Public Key"
2510
+ msgstr ""
2511
+
2512
+ #: ../admin/social_login.php:849
2513
+ #, fuzzy, php-format
2514
+ msgid ""
2515
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2516
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2517
+ msgstr ""
2518
+ "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a "
2519
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2520
+ "Consumer Key beszerzéshez"
2521
+
2522
+ #: ../admin/social_login.php:860
2523
+ #, fuzzy
2524
+ msgid "Disqus Secret Key"
2525
+ msgstr "Disqus Shortname"
2526
+
2527
+ #: ../admin/social_login.php:869
2528
+ #, fuzzy, php-format
2529
+ msgid ""
2530
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2531
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2532
+ msgstr ""
2533
+ "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a "
2534
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2535
+ "Consumer Key beszerzéshez"
2536
+
2537
+ #: ../admin/social_login.php:882
2538
+ #, fuzzy
2539
+ msgid "Reddit Client ID"
2540
+ msgstr "Instagram Client ID"
2541
+
2542
+ #: ../admin/social_login.php:891
2543
+ #, fuzzy, php-format
2544
+ msgid ""
2545
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2546
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2547
+ msgstr ""
2548
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2549
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2550
+ "GooglePlus Client ID beszerzéshez"
2551
+
2552
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2553
+ #, fuzzy
2554
+ msgid ""
2555
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2556
+ "link"
2557
+ msgstr ""
2558
+ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2559
+ "linken"
2560
+
2561
+ #: ../admin/social_login.php:902
2562
+ #, fuzzy
2563
+ msgid "Reddit Client Secret"
2564
+ msgstr "Instagram Client ID"
2565
+
2566
+ #: ../admin/social_login.php:911
2567
+ #, fuzzy, php-format
2568
+ msgid ""
2569
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2570
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2571
+ msgstr ""
2572
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2573
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2574
+ "GooglePlus Client ID beszerzéshez"
2575
+
2576
+ #: ../admin/social_login.php:925
2577
  #, fuzzy
2578
  msgid "Github Client ID"
2579
  msgstr "Instagram Client ID"
2580
 
2581
+ #: ../admin/social_login.php:934
2582
  #, fuzzy, php-format
2583
  msgid ""
2584
  "Required for Github Social Login to work. Please follow the documentation at "
2588
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2589
  "GooglePlus Client ID beszerzéshez"
2590
 
2591
+ #: ../admin/social_login.php:945
2592
  #, fuzzy
2593
  msgid "Github Client Secret"
2594
  msgstr "Instagram Client ID"
2595
 
2596
+ #: ../admin/social_login.php:954
2597
  #, fuzzy, php-format
2598
  msgid ""
2599
  "Required for Github Social Login to work. Please follow the documentation at "
2603
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2604
  "GooglePlus Client ID beszerzéshez"
2605
 
2606
+ #: ../admin/social_login.php:967
2607
  #, fuzzy
2608
  msgid "Kakao Client ID"
2609
  msgstr "Google+ Client ID"
2610
 
2611
+ #: ../admin/social_login.php:976
2612
  #, fuzzy, php-format
2613
  msgid ""
2614
  "Required for Kakao Social Login to work. Please follow the documentation at "
2618
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2619
  "GooglePlus Client ID beszerzéshez"
2620
 
2621
+ #: ../admin/social_login.php:987
2622
  #, fuzzy
2623
  msgid "Kakao Client Secret"
2624
  msgstr "Google+ Client ID"
2625
 
2626
+ #: ../admin/social_login.php:996
2627
  #, fuzzy, php-format
2628
  msgid ""
2629
  "Required for Kakao Social Login to work. Please follow the documentation at "
2633
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2634
  "GooglePlus Client ID beszerzéshez"
2635
 
2636
+ #: ../admin/social_login.php:1016
2637
  #, fuzzy
2638
  msgid "Social Login Options"
2639
  msgstr "Social Login"
2640
 
2641
+ #: ../admin/social_login.php:1031
2642
  msgid "Text to display above the Social Login interface"
2643
  msgstr "Szöveg a Közösségi Belépés felett"
2644
 
2645
+ #: ../admin/social_login.php:1039
2646
  msgid "Trigger social login in the same browser tab"
2647
  msgstr ""
2648
 
2649
+ #: ../admin/social_login.php:1049
2650
  msgid "Trigger social login in the same browser tab instead of a popup window"
2651
  msgstr ""
2652
 
2653
+ #: ../admin/social_login.php:1056
2654
  #, fuzzy
2655
  msgid "Center align icons"
2656
  msgstr "Ikonsorrend beállítás"
2657
 
2658
+ #: ../admin/social_login.php:1066
2659
  #, fuzzy
2660
  msgid "Center align social login icons"
2661
  msgstr "Social Login"
2662
 
2663
+ #: ../admin/social_login.php:1073
2664
  msgid "Enable at login page"
2665
  msgstr "Bekapcsolás a belépés oldalon"
2666
 
2667
+ #: ../admin/social_login.php:1083
2668
  msgid ""
2669
  "Social Login interface will get enabled at the login page of your website"
2670
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2671
 
2672
+ #: ../admin/social_login.php:1090
2673
  msgid "Enable at register page"
2674
  msgstr "Bekapcsolás a regisztráció oldalon"
2675
 
2676
+ #: ../admin/social_login.php:1100
2677
  msgid ""
2678
  "Social Login interface will get enabled at the registration page of your "
2679
  "website"
2680
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2681
 
2682
+ #: ../admin/social_login.php:1107
2683
  msgid "Enable at comment form"
2684
  msgstr "Bekapcsolás a hozászólásoknál"
2685
 
2686
+ #: ../admin/social_login.php:1117
2687
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2688
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2689
 
2690
+ #: ../admin/social_login.php:1131
2691
  msgid "Enable before WooCommerce Customer Login Form"
2692
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2693
 
2694
+ #: ../admin/social_login.php:1141
2695
  #, fuzzy
2696
  msgid ""
2697
  "Social Login Interface will get enabled before the customer login form at "
2698
  "WooCommerce My Account page"
2699
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2700
 
2701
+ #: ../admin/social_login.php:1148
2702
  #, fuzzy
2703
  msgid "Enable at WooCommerce Customer Login Form"
2704
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2705
 
2706
+ #: ../admin/social_login.php:1158
2707
  #, fuzzy
2708
  msgid ""
2709
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2710
  "My Account page"
2711
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2712
 
2713
+ #: ../admin/social_login.php:1165
2714
  #, fuzzy
2715
  msgid "Enable at WooCommerce Customer Register Form"
2716
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2717
 
2718
+ #: ../admin/social_login.php:1175
2719
  #, fuzzy
2720
  msgid ""
2721
  "Integrate Social Login Interface with the customer register form at "
2722
  "WooCommerce My Account page"
2723
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2724
 
2725
+ #: ../admin/social_login.php:1182
2726
  #, fuzzy
2727
  msgid "Enable at WooCommerce checkout page"
2728
  msgstr "Bekapcsolás a regisztráció oldalon"
2729
 
2730
+ #: ../admin/social_login.php:1192
2731
  #, fuzzy
2732
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2733
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2734
 
2735
+ #: ../admin/social_login.php:1202
2736
  msgid "Auto-approve comments made by Social Login users"
2737
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2738
 
2739
+ #: ../admin/social_login.php:1212
2740
  msgid ""
2741
  "If this option is enabled, and WordPress comment is made by Social Login "
2742
  "user, comment will get approved immediately without keeping in moderation."
2745
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2746
  "megjelenik az oldalon."
2747
 
2748
+ #: ../admin/social_login.php:1213
2749
  msgid "Note: This is not related to Facebook comments"
2750
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2751
 
2752
+ #: ../admin/social_login.php:1222
2753
  msgid "Enable social avatar"
2754
  msgstr "Közösségi avatar bekapcsolás"
2755
 
2756
+ #: ../admin/social_login.php:1232
2757
  msgid ""
2758
  "Social profile pictures of the logged in user will be displayed as profile "
2759
  "avatar"
2760
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2761
 
2762
+ #: ../admin/social_login.php:1241
2763
  msgid "Avatar quality"
2764
  msgstr " Avatar képminőség"
2765
 
2766
+ #: ../admin/social_login.php:1244
2767
  msgid "Average"
2768
  msgstr "Átlagos"
2769
 
2770
+ #: ../admin/social_login.php:1245
2771
  msgid "Best"
2772
  msgstr "legjobb"
2773
 
2774
+ #: ../admin/social_login.php:1252
2775
  msgid "Choose avatar quality"
2776
  msgstr "Válassz Avatar képminőséget"
2777
 
2778
+ #: ../admin/social_login.php:1260
2779
  #, fuzzy
2780
  msgid ""
2781
  "Show option for users to update social avatar at BuddyPress profile page"
2783
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2784
  "BuddyPress profil oldal"
2785
 
2786
+ #: ../admin/social_login.php:1270
2787
  msgid ""
2788
  "If enabled, users would be able to update their social avatar from \"Profile "
2789
  "photo\" section in BuddyPress profile at front-end"
2790
  msgstr ""
2791
 
2792
+ #: ../admin/social_login.php:1290
2793
  msgid ""
2794
  "If enabled and Social ID provider does not provide user's email address on "
2795
  "login, user will be asked to provide his/her email address. Otherwise, a "
2799
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2800
  "véletlenszerű e-mail címet generálunk"
2801
 
2802
+ #: ../admin/social_login.php:1298
2803
  msgid "Send post-registration email to user to set account password"
2804
  msgstr ""
2805
 
2806
+ #: ../admin/social_login.php:1308
2807
  msgid ""
2808
  "If enabled, an email will be sent to user after registration through Social "
2809
  "Login, regarding his/her login credentials (username-password to be able to "
2814
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2815
  "az oldalra."
2816
 
2817
+ #: ../admin/social_login.php:1315
2818
  #, fuzzy
2819
  msgid "Send new user registration notification email to admin"
2820
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2821
 
2822
+ #: ../admin/social_login.php:1325
2823
  #, fuzzy
2824
  msgid ""
2825
  "If enabled, an email will be sent to admin after new user registers through "
2830
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2831
  "az oldalra."
2832
 
2833
+ #: ../admin/social_login.php:1332
2834
  msgid "Login redirection"
2835
  msgstr "Átirányítás Belépés után"
2836
 
2837
+ #: ../admin/social_login.php:1336
2838
  msgid "Same page where user logged in"
2839
  msgstr "Az az oldal, ahol a felhasználó belépett"
2840
 
2841
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2842
  msgid "Account dashboard"
2843
  msgstr "Felhasználói Irányítópult"
2844
 
2845
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2846
  msgid "BuddyPress profile page"
2847
  msgstr "BuddyPress profil oldal"
2848
 
2849
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2850
  msgid "Custom Url"
2851
  msgstr "Egyedi URL"
2852
 
2853
+ #: ../admin/social_login.php:1354
2854
  msgid "User will be redirected to the selected page after Social Login"
2855
  msgstr ""
2856
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2857
 
2858
+ #: ../admin/social_login.php:1361
2859
  msgid "Registration redirection"
2860
  msgstr "Átirányítás Regisztráció után"
2861
 
2862
+ #: ../admin/social_login.php:1365
2863
  msgid "Same page from where user registered"
2864
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2865
 
2866
+ #: ../admin/social_login.php:1383
2867
  msgid ""
2868
  "User will be redirected to the selected page after registration (first "
2869
  "Social Login) through Social Login"
2871
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2872
  "Közösségi belépés) után"
2873
 
2874
+ #: ../admin/social_login.php:1392
2875
  #, fuzzy
2876
  msgid "Social Account Linking Options"
2877
  msgstr "Közösségi Hozzászólás"
2878
 
2879
+ #: ../admin/social_login.php:1407
2880
  #, fuzzy
2881
  msgid "Text to display above the Social Account Linking interface"
2882
  msgstr "Szöveg a Közösségi Belépés felett"
2883
 
2884
+ #: ../admin/social_login.php:1414
2885
  #, fuzzy
2886
  msgid ""
2887
  "Link social account to already existing account, if email address matches"
2888
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2889
 
2890
+ #: ../admin/social_login.php:1424
2891
  msgid ""
2892
  "If email address of the user's Social Account matches with an already "
2893
  "existing account at your website, that social account will be linked to "
2895
  "Linking interface at their profile page."
2896
  msgstr ""
2897
 
2898
+ #: ../admin/social_login.php:1432
2899
  msgid "Enable social account linking at BuddyPress profile page"
2900
  msgstr ""
2901
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2902
 
2903
+ #: ../admin/social_login.php:1442
2904
  msgid ""
2905
  "Enable this option to show social account linking interface at BuddyPress "
2906
  "profile page"
2908
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2909
  "BuddyPress profil oldal"
2910
 
2911
+ #: ../admin/social_login.php:1453
2912
  msgid "Email popup options"
2913
  msgstr "Email felugró ablak beállítások"
2914
 
2915
+ #: ../admin/social_login.php:1458
2916
  msgid "Text on 'Email required' popup"
2917
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2918
 
2919
+ #: ../admin/social_login.php:1468
2920
  msgid ""
2921
  "This text will be displayed on email required popup. Leave empty if not "
2922
  "required."
2924
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2925
  "hagyhatod, ha nem kéred be az e-mail címet."
2926
 
2927
+ #: ../admin/social_login.php:1476
2928
  msgid "Error message for 'Email required' popup"
2929
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2930
 
2931
+ #: ../admin/social_login.php:1486
2932
  msgid ""
2933
  "This message will be displayed to user if it provides invalid or already "
2934
  "registered email"
2936
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2937
  "mail címet ad meg "
2938
 
2939
+ #: ../admin/social_login.php:1494
2940
  msgid "Email popup height"
2941
  msgstr "Email felugró ablak magassága"
2942
 
2943
+ #: ../admin/social_login.php:1504
2944
  msgid ""
2945
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2946
  "can increase the height of popup by specifying in this option. Leave empty "
2949
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2950
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2951
 
2952
+ #: ../admin/social_login.php:1511
2953
  msgid "Enable email verification"
2954
  msgstr "E-mail ellenőrzés bekapcsolása"
2955
 
2956
+ #: ../admin/social_login.php:1521
2957
  msgid ""
2958
  "If enabled, email provided by the user will be verified by sending a "
2959
  "confirmation link to that email. User would not be able to login without "
2963
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2964
  "nem erősítette meg e-mailcímét "
2965
 
2966
+ #: ../admin/social_login.php:1541
2967
  #, fuzzy
2968
  msgid "Enable GDPR opt-in"
2969
  msgstr "Disqus Hozzászólás Bekapcsolása"
2970
 
2971
+ #: ../admin/social_login.php:1551
2972
  msgid ""
2973
  "Enable it to show GDPR opt-in for social login and social account linking"
2974
  msgstr ""
2975
 
2976
+ #: ../admin/social_login.php:1559
2977
  #, fuzzy
2978
  msgid "Placement of GDPR opt-in"
2979
  msgstr "Disqus Hozzászólás Bekapcsolása"
2980
 
2981
+ #: ../admin/social_login.php:1563
2982
  #, fuzzy
2983
  msgid "Above Social Login icons"
2984
  msgstr "Social Login"
2985
 
2986
+ #: ../admin/social_login.php:1565
2987
  #, fuzzy
2988
  msgid "Below Social Login icons"
2989
  msgstr "Social Login"
2990
 
2991
+ #: ../admin/social_login.php:1571
2992
  #, fuzzy
2993
  msgid "Placement of GDPR opt-in above or below the social login icons"
2994
  msgstr "Szöveg a Közösségi Belépés felett"
2995
 
2996
+ #: ../admin/social_login.php:1578
2997
  msgid "Opt-in text"
2998
  msgstr ""
2999
 
3000
+ #: ../admin/social_login.php:1588
3001
  #, fuzzy
3002
  msgid "Text for the GDPR opt-in"
3003
  msgstr "Disqus Hozzászólás Bekapcsolása"
3004
 
3005
+ #: ../admin/social_login.php:1595
3006
  msgid "Text to link to Terms-Conditions page"
3007
  msgstr ""
3008
 
3009
+ #: ../admin/social_login.php:1605
3010
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
3011
  msgstr ""
3012
 
3013
+ #: ../admin/social_login.php:1612
3014
  msgid "Terms-Conditions Url"
3015
  msgstr ""
3016
 
3017
+ #: ../admin/social_login.php:1622
3018
  #, fuzzy
3019
  msgid "Url of the terms-conditions page of your website"
3020
  msgstr "A főoldalad Url-je"
3021
 
3022
+ #: ../admin/social_login.php:1629
3023
  msgid "Text to link to Privacy Policy page"
3024
  msgstr ""
3025
 
3026
+ #: ../admin/social_login.php:1639
3027
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
3028
  msgstr ""
3029
 
3030
+ #: ../admin/social_login.php:1646
3031
  msgid "Privacy Policy Url"
3032
  msgstr ""
3033
 
3034
+ #: ../admin/social_login.php:1656
3035
  #, fuzzy
3036
  msgid "Url of the privacy policy page of your website"
3037
  msgstr "A főoldalad Url-je"
3038
 
3039
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
3040
  #: ../inc/widget.php:602 ../inc/widget.php:750
3041
  msgid "Select"
3042
  msgstr "Válassz"
3043
 
3044
+ #: ../admin/social_login.php:1738
3045
  #, fuzzy
3046
  msgid "Social Login Shortcode & Widget"
3047
  msgstr "Shortcode és Widget"
3048
 
3049
+ #: ../admin/social_login.php:1739
3050
  msgid "Social Linking Shortcode"
3051
  msgstr ""
3052
 
3053
+ #: ../admin/social_login.php:1754
3054
  msgid "Why is social login not working?"
3055
  msgstr ""
3056
 
3057
+ #: ../admin/social_login.php:1755
3058
  msgid ""
3059
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3060
  "belong to the same app"
3061
  msgstr ""
3062
 
3063
+ #: ../admin/social_login.php:1757
3064
  msgid "Social Login not working with Varnish enabled"
3065
  msgstr ""
3066
 
3067
+ #: ../admin/social_login.php:1758
3068
  msgid ""
3069
  "Why the user is not appearing logged in even after Social Login until the "
3070
  "webpage is refreshed manually?"
3289
  msgid "Providers not selected"
3290
  msgstr "Nincs kiválasztott szolgáltató"
3291
 
3292
+ #: ../inc/social_login.php:968
3293
  msgid "Email"
3294
  msgstr "Email"
3295
 
3296
+ #: ../inc/social_login.php:969
3297
  msgid "Confirm email"
3298
  msgstr ""
3299
 
3300
+ #: ../inc/social_login.php:971
3301
  msgid "Save"
3302
  msgstr ""
3303
 
3304
+ #: ../inc/social_login.php:972
3305
  msgid "Cancel"
3306
  msgstr ""
3307
 
3308
+ #: ../inc/social_login.php:1046
3309
  #, fuzzy
3310
  msgid "Email Verification"
3311
  msgstr "E-mail ellenőrzés bekapcsolása"
3312
 
3313
+ #: ../inc/social_login.php:1048
3314
  msgid ""
3315
  "Please click on the following link or paste it in browser to verify your "
3316
  "email"
3597
  msgid "RSS Feed URL:"
3598
  msgstr ""
3599
 
3600
+ #, fuzzy
3601
+ #~ msgid ""
3602
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3603
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3604
+ #~ "Dropbox Client ID"
3605
+ #~ msgstr ""
3606
+ #~ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
3607
+ #~ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
3608
+ #~ "GooglePlus Client ID beszerzéshez"
3609
+
3610
  #~ msgid "Click to show help"
3611
  #~ msgstr "Kattintson megmutatni segítség"
3612
 
3652
  #~ msgid "Xing Consumer Key"
3653
  #~ msgstr "Xing Consumer Key"
3654
 
 
 
 
 
 
 
 
 
3655
  #, fuzzy
3656
  #~ msgid ""
3657
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
3872
  #~ msgid "Print"
3873
  #~ msgstr "Nyomtatás"
3874
 
 
 
 
3875
  #~ msgid "Digg"
3876
  #~ msgstr "Digg"
3877
 
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-12-15 11:58+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:58+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,7 +16,7 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:1273
20
  #, fuzzy
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
@@ -25,7 +25,7 @@ msgstr ""
25
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
26
  "questo, potrebbe essere necessario contattare l'amministratore del server."
27
 
28
- #: ../super_socializer.php:1301
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -35,7 +35,7 @@ msgstr ""
35
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
36
  "3 %s)"
37
 
38
- #: ../super_socializer.php:1304
39
  #, fuzzy, php-format
40
  msgid ""
41
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -45,7 +45,7 @@ msgstr ""
45
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
46
  "3 %s)"
47
 
48
- #: ../super_socializer.php:1307
49
  msgid ""
50
  "Make sure cURL is enabled at your website server. You may need to contact "
51
  "the server administrator of your website to verify this"
@@ -53,69 +53,69 @@ msgstr ""
53
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
54
  "questo, potrebbe essere necessario contattare l'amministratore del server."
55
 
56
- #: ../super_socializer.php:1489 ../helper.php:975
57
  msgid "Please verify your email address to login."
58
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
59
 
60
- #: ../super_socializer.php:1489
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
64
  "account"
65
 
66
- #: ../super_socializer.php:1493
67
  msgid "Notification"
68
  msgstr "Notifiche"
69
 
70
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
71
  msgid "Email required"
72
  msgstr "Email Obbligatoria"
73
 
74
- #: ../super_socializer.php:1514
75
  msgid "Please check your email inbox to complete the registration."
76
  msgstr ""
77
  "Per favore, per completare la registrazione, controlla la tua casella di "
78
  "posta elettronica."
79
 
80
- #: ../super_socializer.php:1583
81
  msgid "Leave a reply"
82
  msgstr "Lascia un commento"
83
 
84
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
85
  msgid "Shares"
86
  msgstr "Shares"
87
 
88
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
89
  msgid "Share"
90
  msgstr "Share"
91
 
92
- #: ../super_socializer.php:1599
93
  #, fuzzy
94
  msgid "Link copied."
95
  msgstr "LinkedIn"
96
 
97
- #: ../super_socializer.php:1844
98
  msgid "Super Socializer - General Options"
99
  msgstr "Super Socializer - Opzioni"
100
 
101
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
102
  #: ../admin/social_commenting.php:47
103
  msgid "General Options"
104
  msgstr "Opzioni Generali"
105
 
106
- #: ../super_socializer.php:1912 ../helper.php:904
107
  msgid "Social Avatar"
108
  msgstr "Social Avatar"
109
 
110
- #: ../super_socializer.php:1915
111
  msgid "Small Avatar Url"
112
  msgstr "Url Avatar Piccolo"
113
 
114
- #: ../super_socializer.php:1919
115
  msgid "Large Avatar Url"
116
  msgstr "URL Avatar Grande"
117
 
118
- #: ../super_socializer.php:1923 ../helper.php:907
119
  msgid ""
120
  "Do not fetch and update social avatar from my profile, next time I Social "
121
  "Login"
@@ -123,74 +123,74 @@ msgstr ""
123
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
124
  "social avatar dal mio profilo."
125
 
126
- #: ../super_socializer.php:1927 ../helper.php:908
127
  msgid "Update social avatar, next time I Social Login"
128
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
129
 
130
- #: ../super_socializer.php:2004
131
  msgid "Login with your Social ID"
132
  msgstr "Login con il tuo ID Social"
133
 
134
- #: ../super_socializer.php:2005
135
  msgid "Email you entered is already registered or invalid"
136
  msgstr "La email inserita è già registrata o non è valida"
137
 
138
- #: ../super_socializer.php:2012
139
  msgid "Please enter a valid email address. You might be required to verify it"
140
  msgstr ""
141
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
142
  "una verifica"
143
 
144
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
145
  msgid "Link your social account to login to your account at this website"
146
  msgstr ""
147
  "Collega il tuo social account per accedere al tuo account su questo sito"
148
 
149
- #: ../super_socializer.php:2256
150
  msgid "Thanks for installing Super Socializer plugin"
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:2258
154
  msgid "Configure the Plugin"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:2269
158
  msgid ""
159
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
160
  "current version of Super Socializer"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:2278
164
  msgid ""
165
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
166
  "version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:2287
170
  msgid ""
171
- "Update \"Social Login Buttons\" add-on for compatibility with current "
172
- "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:2296
176
  msgid ""
177
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:2305
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:2316
188
  #, php-format
189
  msgid ""
190
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:2325
194
  #, php-format
195
  msgid ""
196
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -198,7 +198,7 @@ msgid ""
198
  "Instagram App Secret <a href=\"%s\">here</a>"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
202
  #, php-format
203
  msgid ""
204
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -207,13 +207,13 @@ msgid ""
207
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:2359
211
  #, php-format
212
  msgid ""
213
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
214
  msgstr ""
215
 
216
- #: ../super_socializer.php:2383
217
  #, php-format
218
  msgid ""
219
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -221,14 +221,14 @@ msgid ""
221
  "target=\"_blank\">here</a>"
222
  msgstr ""
223
 
224
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
225
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
226
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
227
- #: ../super_socializer.php:2546
228
  msgid "Okay"
229
  msgstr ""
230
 
231
- #: ../super_socializer.php:2408
232
  #, php-format
233
  msgid ""
234
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -236,7 +236,7 @@ msgid ""
236
  "\">here</a>"
237
  msgstr ""
238
 
239
- #: ../super_socializer.php:2433
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -244,7 +244,7 @@ msgid ""
244
  "target=\"_blank\">here</a>"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:2458
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -252,13 +252,13 @@ msgid ""
252
  "target=\"_blank\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:2469
256
  #, php-format
257
  msgid ""
258
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
259
  msgstr ""
260
 
261
- #: ../super_socializer.php:2491
262
  #, php-format
263
  msgid ""
264
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -266,7 +266,7 @@ msgid ""
266
  "\"%s\" target=\"_blank\">here</a>"
267
  msgstr ""
268
 
269
- #: ../super_socializer.php:2519
270
  #, php-format
271
  msgid ""
272
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -275,7 +275,7 @@ msgid ""
275
  "your website %s with them. No need to copy-paste any code from their website."
276
  msgstr ""
277
 
278
- #: ../super_socializer.php:2546
279
  #, php-format
280
  msgid ""
281
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -283,7 +283,7 @@ msgid ""
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
- #: ../super_socializer.php:2571
287
  #, php-format
288
  msgid ""
289
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -291,11 +291,11 @@ msgid ""
291
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
292
  msgstr ""
293
 
294
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
295
  msgid "Dismiss"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:2597
299
  #, php-format
300
  msgid ""
301
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -304,134 +304,130 @@ msgid ""
304
  "that, clear share counts cache from \"Miscellaneous\" section"
305
  msgstr ""
306
 
307
- #: ../super_socializer.php:2797
308
  msgid ""
309
  "Your browser is blocking some features of this website. Please follow the "
310
  "instructions at {support_url} to unblock these."
311
  msgstr ""
312
 
313
- #: ../helper.php:8
314
  msgid "Settings saved"
315
  msgstr "Impostazioni salvate"
316
 
317
- #: ../helper.php:8 ../admin/social_sharing.php:49
318
- msgid "Dismiss this notice"
319
- msgstr "Rimuovi questo annuncio"
320
-
321
- #: ../helper.php:174
322
  #, fuzzy
323
  msgid "Click to toggle help"
324
  msgstr "Clicca per nascondere l'aiuto"
325
 
326
- #: ../helper.php:271
327
  #, fuzzy
328
  msgid "Add-Ons"
329
  msgstr "Altri Add-ons"
330
 
331
- #: ../helper.php:272
332
  msgid "Support Documentation"
333
  msgstr ""
334
 
335
- #: ../helper.php:273
336
  msgid "Settings"
337
  msgstr "Configurazioni"
338
 
339
- #: ../helper.php:556
340
  msgid "Account linked successfully"
341
  msgstr "Account collegato correttamente"
342
 
343
- #: ../helper.php:560
344
  msgid "Account already exists or linked"
345
  msgstr "Account esistente o già collegato"
346
 
347
- #: ../helper.php:596 ../helper.php:598
348
  #, fuzzy
349
  msgid "Login with"
350
  msgstr "Opzioni di Login"
351
 
352
- #: ../helper.php:633 ../helper.php:639
353
  msgid "Currently"
354
  msgstr "Attualmente"
355
 
356
- #: ../helper.php:633 ../helper.php:639
357
  msgid "Connected with"
358
  msgstr "Connesso con"
359
 
360
- #: ../helper.php:633 ../helper.php:639
361
  msgid "Remove"
362
  msgstr "rimuovere"
363
 
364
- #: ../helper.php:710
365
  msgid "Social Account Linking"
366
  msgstr "Collegamento Social Account"
367
 
368
- #: ../helper.php:760
369
  msgid "Disable Standard Social Sharing on this "
370
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
371
 
372
- #: ../helper.php:765
373
  msgid "Disable Floating Social Sharing on this "
374
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
375
 
376
- #: ../helper.php:770
377
  msgid "Disable Standard like buttons on this "
378
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
379
 
380
- #: ../helper.php:775
381
  msgid "Disable Floating like buttons on this "
382
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
383
 
384
- #: ../helper.php:780
385
  msgid "Disable Social Commenting on this "
386
  msgstr "Disabilita Social Commenting"
387
 
388
- #: ../helper.php:789
389
  msgid "Standard Sharing Interface"
390
  msgstr "Interfaccia Sharing Standard"
391
 
392
- #: ../helper.php:795 ../helper.php:814
393
  msgid "Starting share count for "
394
  msgstr "Avvio share count per"
395
 
396
- #: ../helper.php:808
397
  msgid "Floating Sharing Interface"
398
  msgstr "Interfaccia Sharing Floating"
399
 
400
- #: ../helper.php:911
401
  msgid "Small Avatar"
402
  msgstr "Avatar Piccolo"
403
 
404
- #: ../helper.php:915
405
  msgid "Large Avatar"
406
  msgstr "Avatar Grande"
407
 
408
- #: ../helper.php:919 ../admin/general_options.php:89
409
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
410
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
411
  msgid "Save Changes"
412
  msgstr "Salva le modifiche"
413
 
414
- #: ../helper.php:1012
415
  msgid "Click to delete social profile data"
416
  msgstr ""
417
 
418
- #: ../helper.php:1041
419
  #, fuzzy
420
  msgid "Deleting"
421
  msgstr "Configurazioni"
422
 
423
- #: ../helper.php:1051
424
  msgid "Deleted"
425
  msgstr ""
426
 
427
- #: ../helper.php:1053
428
  msgid "Something bad happened"
429
  msgstr ""
430
 
431
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
432
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
433
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
434
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
435
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
436
  #, fuzzy, php-format
437
  msgid ""
@@ -486,14 +482,14 @@ msgstr ""
486
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
487
 
488
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
489
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
490
  #: ../admin/like_buttons.php:790
491
  #, fuzzy
492
  msgid "Instagram Shoutout"
493
  msgstr "Instagram"
494
 
495
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
496
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
497
  #: ../admin/like_buttons.php:792
498
  msgid ""
499
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -608,6 +604,10 @@ msgid ""
608
  "Facebook share count to work"
609
  msgstr ""
610
 
 
 
 
 
611
  #: ../admin/social_sharing.php:56
612
  msgid "Theme Selection"
613
  msgstr "Tema"
@@ -631,7 +631,7 @@ msgstr "XProfile Integration"
631
 
632
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
633
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
634
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
635
  #: ../admin/like_buttons.php:751
636
  msgid "Shortcode & Widget"
637
  msgstr "Shortcode & Widget"
@@ -642,7 +642,7 @@ msgstr "Risoluzione dei problemi"
642
 
643
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
644
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
645
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
646
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
647
  msgid "FAQ"
648
  msgstr "FAQ"
@@ -877,8 +877,8 @@ msgstr "Url personalizzata"
877
  msgid "Url to share"
878
  msgstr "Url da condividere"
879
 
880
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
881
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
882
  #: ../inc/widget.php:949
883
  msgid "Title"
884
  msgstr "Titolo"
@@ -965,7 +965,7 @@ msgid "Placement"
965
  msgstr "Collocazione"
966
 
967
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
968
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
969
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
970
  msgid "Homepage"
971
  msgstr "Homepage"
@@ -1235,7 +1235,7 @@ msgstr ""
1235
  msgid "Required only to track Facebook share count"
1236
  msgstr ""
1237
 
1238
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1239
  msgid "Facebook App ID"
1240
  msgstr "Facebook App ID"
1241
 
@@ -1249,7 +1249,7 @@ msgstr ""
1249
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1250
  "target=\"_blank\">questo collegamento</a>"
1251
 
1252
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1253
  #, fuzzy
1254
  msgid "Facebook App Secret"
1255
  msgstr "Facebook App ID"
@@ -1441,7 +1441,7 @@ msgstr ""
1441
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1442
 
1443
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1444
- #: ../admin/social_login.php:1569
1445
  msgid ""
1446
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1447
  "an online website for the plugin to function properly."
@@ -1499,7 +1499,7 @@ msgid ""
1499
  msgstr ""
1500
 
1501
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1502
- #: ../admin/social_login.php:1576
1503
  msgid "Why is my browser blocking some features of the plugin?"
1504
  msgstr ""
1505
 
@@ -1822,11 +1822,11 @@ msgstr "Configurazione di Base"
1822
  msgid "Advanced Configuration"
1823
  msgstr "Configurazione Avanzata"
1824
 
1825
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1826
  msgid "GDPR"
1827
  msgstr ""
1828
 
1829
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1830
  msgid "XProfile Integration"
1831
  msgstr "XProfile Integration"
1832
 
@@ -1921,18 +1921,35 @@ msgid "Twitch"
1921
  msgstr "Twitch"
1922
 
1923
  #: ../admin/social_login.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1924
  msgid "Github"
1925
  msgstr ""
1926
 
1927
- #: ../admin/social_login.php:162
1928
  msgid "Kakao"
1929
  msgstr ""
1930
 
1931
- #: ../admin/social_login.php:170
1932
  msgid "Select Social ID provider to enable in Social Login"
1933
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1934
 
1935
- #: ../admin/social_login.php:187
1936
  #, php-format
1937
  msgid ""
1938
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1942,7 +1959,7 @@ msgstr ""
1942
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1943
  "target=\"_blank\">questo collegamento</a>"
1944
 
1945
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
1946
  #, fuzzy
1947
  msgid ""
1948
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1950,7 +1967,7 @@ msgstr ""
1950
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1951
  "indicato"
1952
 
1953
- #: ../admin/social_login.php:208
1954
  #, fuzzy, php-format
1955
  msgid ""
1956
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1960,11 +1977,11 @@ msgstr ""
1960
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1961
  "target=\"_blank\">questo collegamento</a>"
1962
 
1963
- #: ../admin/social_login.php:219
1964
  msgid "Twitter API Key"
1965
  msgstr "Twitter API Key"
1966
 
1967
- #: ../admin/social_login.php:229
1968
  #, php-format
1969
  msgid ""
1970
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1974,7 +1991,7 @@ msgstr ""
1974
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1975
  "\"_blank\">questa pagina</a>"
1976
 
1977
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
1978
  #, fuzzy
1979
  msgid ""
1980
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1982,12 +1999,13 @@ msgstr ""
1982
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1983
  "indicato"
1984
 
1985
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
1986
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
1987
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
1988
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
1989
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
1990
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
1991
  #, fuzzy
1992
  msgid ""
1993
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1996,11 +2014,11 @@ msgstr ""
1996
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1997
  "link indicato"
1998
 
1999
- #: ../admin/social_login.php:244
2000
  msgid "Twitter API Secret"
2001
  msgstr "Twitter API Secret"
2002
 
2003
- #: ../admin/social_login.php:254
2004
  #, php-format
2005
  msgid ""
2006
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2010,12 +2028,12 @@ msgstr ""
2010
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
2011
  "\"_blank\">questo collegamento</a>"
2012
 
2013
- #: ../admin/social_login.php:269
2014
  #, fuzzy
2015
  msgid "LinkedIn Client ID"
2016
  msgstr "LinkedIn"
2017
 
2018
- #: ../admin/social_login.php:279
2019
  #, fuzzy, php-format
2020
  msgid ""
2021
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2025,8 +2043,8 @@ msgstr ""
2025
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2026
  "target=\"_blank\">questo collegamento</a>"
2027
 
2028
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
2029
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
2030
  #, fuzzy
2031
  msgid ""
2032
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2035,12 +2053,12 @@ msgstr ""
2035
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2036
  "indicato"
2037
 
2038
- #: ../admin/social_login.php:290
2039
  #, fuzzy
2040
  msgid "LinkedIn Client Secret"
2041
  msgstr "LinkedIn"
2042
 
2043
- #: ../admin/social_login.php:300
2044
  #, fuzzy, php-format
2045
  msgid ""
2046
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2051,12 +2069,12 @@ msgstr ""
2051
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2052
  "target=\"_blank\">questo collegamento</a>"
2053
 
2054
- #: ../admin/social_login.php:311
2055
  #, fuzzy
2056
  msgid "Google Client ID"
2057
  msgstr "Google+ Client ID"
2058
 
2059
- #: ../admin/social_login.php:321
2060
  #, fuzzy, php-format
2061
  msgid ""
2062
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2066,7 +2084,7 @@ msgstr ""
2066
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2067
  "target=\"_blank\">questo collegamento</a>"
2068
 
2069
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
2070
  #, fuzzy
2071
  msgid ""
2072
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2075,12 +2093,12 @@ msgstr ""
2075
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2076
  "indicato"
2077
 
2078
- #: ../admin/social_login.php:332
2079
  #, fuzzy
2080
  msgid "Google Client Secret"
2081
  msgstr "Google+ Client ID"
2082
 
2083
- #: ../admin/social_login.php:342
2084
  #, fuzzy, php-format
2085
  msgid ""
2086
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2090,11 +2108,11 @@ msgstr ""
2090
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2091
  "target=\"_blank\">questo collegamento</a>"
2092
 
2093
- #: ../admin/social_login.php:353
2094
  msgid "Vkontakte Application ID"
2095
  msgstr "Vkontakte App ID"
2096
 
2097
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
2098
  #, php-format
2099
  msgid ""
2100
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2105,7 +2123,7 @@ msgstr ""
2105
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
2106
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2107
 
2108
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
2109
  #, fuzzy
2110
  msgid ""
2111
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2114,17 +2132,17 @@ msgstr ""
2114
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2115
  "indicato"
2116
 
2117
- #: ../admin/social_login.php:374
2118
  #, fuzzy
2119
  msgid "Vkontakte Secure key"
2120
  msgstr "Vkontakte"
2121
 
2122
- #: ../admin/social_login.php:395
2123
  #, fuzzy
2124
  msgid "Instagram App ID"
2125
  msgstr "Instagram Client ID"
2126
 
2127
- #: ../admin/social_login.php:405
2128
  #, fuzzy, php-format
2129
  msgid ""
2130
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2134,7 +2152,7 @@ msgstr ""
2134
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2135
  "\" target=\"_blank\">questo collegamento</a>"
2136
 
2137
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
2138
  #, fuzzy
2139
  msgid ""
2140
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -2143,12 +2161,12 @@ msgstr ""
2143
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2144
  "indicato"
2145
 
2146
- #: ../admin/social_login.php:416
2147
  #, fuzzy
2148
  msgid "Instagram App Secret"
2149
  msgstr "Username Instagram"
2150
 
2151
- #: ../admin/social_login.php:426
2152
  #, fuzzy, php-format
2153
  msgid ""
2154
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2158,11 +2176,11 @@ msgstr ""
2158
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2159
  "\" target=\"_blank\">questo collegamento</a>"
2160
 
2161
- #: ../admin/social_login.php:437
2162
  msgid "Line Channel ID"
2163
  msgstr ""
2164
 
2165
- #: ../admin/social_login.php:446
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2172,12 +2190,12 @@ msgstr ""
2172
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2173
  "target=\"_blank\">questo collegamento</a>"
2174
 
2175
- #: ../admin/social_login.php:457
2176
  #, fuzzy
2177
  msgid "Line Channel Secret"
2178
  msgstr "LinkedIn"
2179
 
2180
- #: ../admin/social_login.php:466
2181
  #, fuzzy, php-format
2182
  msgid ""
2183
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2187,12 +2205,12 @@ msgstr ""
2187
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2188
  "target=\"_blank\">questo collegamento</a>"
2189
 
2190
- #: ../admin/social_login.php:477
2191
  #, fuzzy
2192
  msgid "Wordpress Client ID"
2193
  msgstr "Google+ Client ID"
2194
 
2195
- #: ../admin/social_login.php:486
2196
  #, fuzzy, php-format
2197
  msgid ""
2198
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2202,12 +2220,12 @@ msgstr ""
2202
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2203
  "target=\"_blank\">questo collegamento</a>"
2204
 
2205
- #: ../admin/social_login.php:497
2206
  #, fuzzy
2207
  msgid "Wordpress Client Secret"
2208
  msgstr "Google+ Client ID"
2209
 
2210
- #: ../admin/social_login.php:506
2211
  #, fuzzy, php-format
2212
  msgid ""
2213
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2218,12 +2236,12 @@ msgstr ""
2218
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2219
  "target=\"_blank\">questo collegamento</a>"
2220
 
2221
- #: ../admin/social_login.php:517
2222
  #, fuzzy
2223
  msgid "Microsoft Client ID"
2224
  msgstr "Google+ Client ID"
2225
 
2226
- #: ../admin/social_login.php:526
2227
  #, fuzzy, php-format
2228
  msgid ""
2229
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2233,8 +2251,9 @@ msgstr ""
2233
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2234
  "target=\"_blank\">questo collegamento</a>"
2235
 
2236
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
2237
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
2238
  #, fuzzy
2239
  msgid ""
2240
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2243,12 +2262,12 @@ msgstr ""
2243
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2244
  "indicato"
2245
 
2246
- #: ../admin/social_login.php:537
2247
  #, fuzzy
2248
  msgid "Microsoft Client Secret"
2249
  msgstr "Google+ Client ID"
2250
 
2251
- #: ../admin/social_login.php:546
2252
  #, fuzzy, php-format
2253
  msgid ""
2254
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2259,12 +2278,12 @@ msgstr ""
2259
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2260
  "target=\"_blank\">questo collegamento</a>"
2261
 
2262
- #: ../admin/social_login.php:556
2263
  #, fuzzy
2264
  msgid "Steam API Key"
2265
  msgstr "Twitter API Key"
2266
 
2267
- #: ../admin/social_login.php:565
2268
  #, fuzzy, php-format
2269
  msgid ""
2270
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2274,19 +2293,19 @@ msgstr ""
2274
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2275
  "\"_blank\">questa pagina</a>"
2276
 
2277
- #: ../admin/social_login.php:566
2278
  #, fuzzy
2279
  msgid "Save following <strong>domain</strong> to get the key"
2280
  msgstr ""
2281
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2282
  "link indicato"
2283
 
2284
- #: ../admin/social_login.php:575
2285
  #, fuzzy
2286
  msgid "Yahoo Client ID"
2287
  msgstr "Google+ Client ID"
2288
 
2289
- #: ../admin/social_login.php:584
2290
  #, fuzzy, php-format
2291
  msgid ""
2292
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2296,7 +2315,7 @@ msgstr ""
2296
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2297
  "target=\"_blank\">questo collegamento</a>"
2298
 
2299
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2300
  #, fuzzy
2301
  msgid ""
2302
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
@@ -2305,12 +2324,12 @@ msgstr ""
2305
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2306
  "indicato"
2307
 
2308
- #: ../admin/social_login.php:595
2309
  #, fuzzy
2310
  msgid "Yahoo Client Secret"
2311
  msgstr "Google+ Client ID"
2312
 
2313
- #: ../admin/social_login.php:604
2314
  #, fuzzy, php-format
2315
  msgid ""
2316
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2320,12 +2339,12 @@ msgstr ""
2320
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2321
  "target=\"_blank\">questo collegamento</a>"
2322
 
2323
- #: ../admin/social_login.php:616
2324
  #, fuzzy
2325
  msgid "Spotify Client ID"
2326
  msgstr "Google+ Client ID"
2327
 
2328
- #: ../admin/social_login.php:625
2329
  #, fuzzy, php-format
2330
  msgid ""
2331
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2335,12 +2354,12 @@ msgstr ""
2335
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2336
  "target=\"_blank\">questo collegamento</a>"
2337
 
2338
- #: ../admin/social_login.php:636
2339
  #, fuzzy
2340
  msgid "Spotify Client Secret"
2341
  msgstr "Google+ Client ID"
2342
 
2343
- #: ../admin/social_login.php:645
2344
  #, fuzzy, php-format
2345
  msgid ""
2346
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2351,12 +2370,12 @@ msgstr ""
2351
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2352
  "target=\"_blank\">questo collegamento</a>"
2353
 
2354
- #: ../admin/social_login.php:658
2355
  #, fuzzy
2356
  msgid "Dribbble Client ID"
2357
  msgstr "Google+ Client ID"
2358
 
2359
- #: ../admin/social_login.php:667
2360
  #, fuzzy, php-format
2361
  msgid ""
2362
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2366,12 +2385,12 @@ msgstr ""
2366
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2367
  "target=\"_blank\">questo collegamento</a>"
2368
 
2369
- #: ../admin/social_login.php:678
2370
  #, fuzzy
2371
  msgid "Dribbble Client Secret"
2372
  msgstr "Google+ Client ID"
2373
 
2374
- #: ../admin/social_login.php:687
2375
  #, fuzzy, php-format
2376
  msgid ""
2377
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2382,12 +2401,12 @@ msgstr ""
2382
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2383
  "target=\"_blank\">questo collegamento</a>"
2384
 
2385
- #: ../admin/social_login.php:699
2386
  #, fuzzy
2387
  msgid "Twitch Client ID"
2388
  msgstr "Twitch Client ID"
2389
 
2390
- #: ../admin/social_login.php:708
2391
  #, fuzzy, php-format
2392
  msgid ""
2393
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2397,12 +2416,12 @@ msgstr ""
2397
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2398
  "target=\"_blank\">questo collegamento</a>"
2399
 
2400
- #: ../admin/social_login.php:719
2401
  #, fuzzy
2402
  msgid "Twitch Client Secret"
2403
  msgstr "Twitch Client ID"
2404
 
2405
- #: ../admin/social_login.php:728
2406
  #, fuzzy, php-format
2407
  msgid ""
2408
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2412,12 +2431,150 @@ msgstr ""
2412
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2413
  "target=\"_blank\">questo collegamento</a>"
2414
 
2415
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2416
  #, fuzzy
2417
  msgid "Github Client ID"
2418
  msgstr "Twitch Client ID"
2419
 
2420
- #: ../admin/social_login.php:751
2421
  #, fuzzy, php-format
2422
  msgid ""
2423
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2427,12 +2584,12 @@ msgstr ""
2427
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2428
  "target=\"_blank\">questo collegamento</a>"
2429
 
2430
- #: ../admin/social_login.php:762
2431
  #, fuzzy
2432
  msgid "Github Client Secret"
2433
  msgstr "Twitch Client ID"
2434
 
2435
- #: ../admin/social_login.php:771
2436
  #, fuzzy, php-format
2437
  msgid ""
2438
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2442,12 +2599,12 @@ msgstr ""
2442
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2443
  "target=\"_blank\">questo collegamento</a>"
2444
 
2445
- #: ../admin/social_login.php:784
2446
  #, fuzzy
2447
  msgid "Kakao Client ID"
2448
  msgstr "Google+ Client ID"
2449
 
2450
- #: ../admin/social_login.php:793
2451
  #, fuzzy, php-format
2452
  msgid ""
2453
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2457,12 +2614,12 @@ msgstr ""
2457
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2458
  "target=\"_blank\">questo collegamento</a>"
2459
 
2460
- #: ../admin/social_login.php:804
2461
  #, fuzzy
2462
  msgid "Kakao Client Secret"
2463
  msgstr "Google+ Client ID"
2464
 
2465
- #: ../admin/social_login.php:813
2466
  #, fuzzy, php-format
2467
  msgid ""
2468
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2472,47 +2629,47 @@ msgstr ""
2472
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2473
  "target=\"_blank\">questo collegamento</a>"
2474
 
2475
- #: ../admin/social_login.php:833
2476
  msgid "Social Login Options"
2477
  msgstr "Opzioni"
2478
 
2479
- #: ../admin/social_login.php:848
2480
  msgid "Text to display above the Social Login interface"
2481
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2482
 
2483
- #: ../admin/social_login.php:856
2484
  msgid "Trigger social login in the same browser tab"
2485
  msgstr ""
2486
 
2487
- #: ../admin/social_login.php:866
2488
  msgid "Trigger social login in the same browser tab instead of a popup window"
2489
  msgstr ""
2490
 
2491
- #: ../admin/social_login.php:873
2492
  #, fuzzy
2493
  msgid "Center align icons"
2494
  msgstr "Riorganizza le icone"
2495
 
2496
- #: ../admin/social_login.php:883
2497
  #, fuzzy
2498
  msgid "Center align social login icons"
2499
  msgstr "Opzioni"
2500
 
2501
- #: ../admin/social_login.php:890
2502
  msgid "Enable at login page"
2503
  msgstr "Attiva nella pagina di Login"
2504
 
2505
- #: ../admin/social_login.php:900
2506
  msgid ""
2507
  "Social Login interface will get enabled at the login page of your website"
2508
  msgstr ""
2509
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2510
 
2511
- #: ../admin/social_login.php:907
2512
  msgid "Enable at register page"
2513
  msgstr "Abilita nella pagina di registrazione"
2514
 
2515
- #: ../admin/social_login.php:917
2516
  msgid ""
2517
  "Social Login interface will get enabled at the registration page of your "
2518
  "website"
@@ -2520,19 +2677,19 @@ msgstr ""
2520
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2521
  "sito web"
2522
 
2523
- #: ../admin/social_login.php:924
2524
  msgid "Enable at comment form"
2525
  msgstr "Attiva nel form dei commenti"
2526
 
2527
- #: ../admin/social_login.php:934
2528
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2529
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2530
 
2531
- #: ../admin/social_login.php:948
2532
  msgid "Enable before WooCommerce Customer Login Form"
2533
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2534
 
2535
- #: ../admin/social_login.php:958
2536
  msgid ""
2537
  "Social Login Interface will get enabled before the customer login form at "
2538
  "WooCommerce My Account page"
@@ -2540,12 +2697,12 @@ msgstr ""
2540
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2541
  "Woocommerce, prima del Form di Login."
2542
 
2543
- #: ../admin/social_login.php:965
2544
  #, fuzzy
2545
  msgid "Enable at WooCommerce Customer Login Form"
2546
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2547
 
2548
- #: ../admin/social_login.php:975
2549
  #, fuzzy
2550
  msgid ""
2551
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2554,12 +2711,12 @@ msgstr ""
2554
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2555
  "Woocommerce, dopo il Form di Login."
2556
 
2557
- #: ../admin/social_login.php:982
2558
  #, fuzzy
2559
  msgid "Enable at WooCommerce Customer Register Form"
2560
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2561
 
2562
- #: ../admin/social_login.php:992
2563
  #, fuzzy
2564
  msgid ""
2565
  "Integrate Social Login Interface with the customer register form at "
@@ -2568,21 +2725,21 @@ msgstr ""
2568
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2569
  "Woocommerce, dopo il Form di Login."
2570
 
2571
- #: ../admin/social_login.php:999
2572
  msgid "Enable at WooCommerce checkout page"
2573
  msgstr "Abilita nella pagina checkout di WooCommerce"
2574
 
2575
- #: ../admin/social_login.php:1009
2576
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2577
  msgstr ""
2578
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2579
  "Woocommerce"
2580
 
2581
- #: ../admin/social_login.php:1019
2582
  msgid "Auto-approve comments made by Social Login users"
2583
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2584
 
2585
- #: ../admin/social_login.php:1029
2586
  msgid ""
2587
  "If this option is enabled, and WordPress comment is made by Social Login "
2588
  "user, comment will get approved immediately without keeping in moderation."
@@ -2591,15 +2748,15 @@ msgstr ""
2591
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2592
  "immediatamente senza nessuna possibilitá di moderazione."
2593
 
2594
- #: ../admin/social_login.php:1030
2595
  msgid "Note: This is not related to Facebook comments"
2596
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2597
 
2598
- #: ../admin/social_login.php:1039
2599
  msgid "Enable social avatar"
2600
  msgstr "Abilita Avatar"
2601
 
2602
- #: ../admin/social_login.php:1049
2603
  msgid ""
2604
  "Social profile pictures of the logged in user will be displayed as profile "
2605
  "avatar"
@@ -2607,30 +2764,30 @@ msgstr ""
2607
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2608
  "avatar del profilo sul tuo sito"
2609
 
2610
- #: ../admin/social_login.php:1058
2611
  msgid "Avatar quality"
2612
  msgstr "Qualità Avatar"
2613
 
2614
- #: ../admin/social_login.php:1061
2615
  msgid "Average"
2616
  msgstr "Media"
2617
 
2618
- #: ../admin/social_login.php:1062
2619
  msgid "Best"
2620
  msgstr "Migliore"
2621
 
2622
- #: ../admin/social_login.php:1069
2623
  msgid "Choose avatar quality"
2624
  msgstr "Scelta qualità Avatar"
2625
 
2626
- #: ../admin/social_login.php:1077
2627
  msgid ""
2628
  "Show option for users to update social avatar at BuddyPress profile page"
2629
  msgstr ""
2630
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2631
  "profilo BuddyPress"
2632
 
2633
- #: ../admin/social_login.php:1087
2634
  msgid ""
2635
  "If enabled, users would be able to update their social avatar from \"Profile "
2636
  "photo\" section in BuddyPress profile at front-end"
@@ -2638,7 +2795,7 @@ msgstr ""
2638
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2639
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2640
 
2641
- #: ../admin/social_login.php:1107
2642
  msgid ""
2643
  "If enabled and Social ID provider does not provide user's email address on "
2644
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2649,13 +2806,13 @@ msgstr ""
2649
  "completare questa informazione. In caso contrario, sará generata una email "
2650
  "fittizia"
2651
 
2652
- #: ../admin/social_login.php:1115
2653
  msgid "Send post-registration email to user to set account password"
2654
  msgstr ""
2655
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2656
  "password"
2657
 
2658
- #: ../admin/social_login.php:1125
2659
  msgid ""
2660
  "If enabled, an email will be sent to user after registration through Social "
2661
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2665,11 +2822,11 @@ msgstr ""
2665
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2666
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2667
 
2668
- #: ../admin/social_login.php:1132
2669
  msgid "Send new user registration notification email to admin"
2670
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2671
 
2672
- #: ../admin/social_login.php:1142
2673
  msgid ""
2674
  "If enabled, an email will be sent to admin after new user registers through "
2675
  "Social Login, notifying admin about the new user registration"
@@ -2678,40 +2835,40 @@ msgstr ""
2678
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2679
  "registrazione"
2680
 
2681
- #: ../admin/social_login.php:1149
2682
  msgid "Login redirection"
2683
  msgstr "Reindirizzamento Login"
2684
 
2685
- #: ../admin/social_login.php:1153
2686
  msgid "Same page where user logged in"
2687
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2688
 
2689
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2690
  msgid "Account dashboard"
2691
  msgstr "Pannello Account"
2692
 
2693
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2694
  msgid "BuddyPress profile page"
2695
  msgstr "Pagina di profilo BuddyPress"
2696
 
2697
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2698
  msgid "Custom Url"
2699
  msgstr "Url personalizzata"
2700
 
2701
- #: ../admin/social_login.php:1171
2702
  msgid "User will be redirected to the selected page after Social Login"
2703
  msgstr ""
2704
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2705
 
2706
- #: ../admin/social_login.php:1178
2707
  msgid "Registration redirection"
2708
  msgstr "Reindirizzamento Registratione"
2709
 
2710
- #: ../admin/social_login.php:1182
2711
  msgid "Same page from where user registered"
2712
  msgstr "La stessa pagina dove l'utente si è registrato"
2713
 
2714
- #: ../admin/social_login.php:1200
2715
  msgid ""
2716
  "User will be redirected to the selected page after registration (first "
2717
  "Social Login) through Social Login"
@@ -2719,24 +2876,24 @@ msgstr ""
2719
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2720
  "(il primo Social Login) tramite il Social Login"
2721
 
2722
- #: ../admin/social_login.php:1209
2723
  #, fuzzy
2724
  msgid "Social Account Linking Options"
2725
  msgstr "Collegamento Social Account"
2726
 
2727
- #: ../admin/social_login.php:1224
2728
  #, fuzzy
2729
  msgid "Text to display above the Social Account Linking interface"
2730
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2731
 
2732
- #: ../admin/social_login.php:1231
2733
  #, fuzzy
2734
  msgid ""
2735
  "Link social account to already existing account, if email address matches"
2736
  msgstr ""
2737
  "Collega il tuo social account per accedere al tuo account su questo sito"
2738
 
2739
- #: ../admin/social_login.php:1241
2740
  msgid ""
2741
  "If email address of the user's Social Account matches with an already "
2742
  "existing account at your website, that social account will be linked to "
@@ -2744,11 +2901,11 @@ msgid ""
2744
  "Linking interface at their profile page."
2745
  msgstr ""
2746
 
2747
- #: ../admin/social_login.php:1249
2748
  msgid "Enable social account linking at BuddyPress profile page"
2749
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2750
 
2751
- #: ../admin/social_login.php:1259
2752
  msgid ""
2753
  "Enable this option to show social account linking interface at BuddyPress "
2754
  "profile page"
@@ -2756,15 +2913,15 @@ msgstr ""
2756
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2757
  "nella pagina di profilo BuddyPress"
2758
 
2759
- #: ../admin/social_login.php:1270
2760
  msgid "Email popup options"
2761
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2762
 
2763
- #: ../admin/social_login.php:1275
2764
  msgid "Text on 'Email required' popup"
2765
  msgstr "Testo del pop-up"
2766
 
2767
- #: ../admin/social_login.php:1285
2768
  msgid ""
2769
  "This text will be displayed on email required popup. Leave empty if not "
2770
  "required."
@@ -2772,11 +2929,11 @@ msgstr ""
2772
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2773
  "bianco se non si vuole utilizzare."
2774
 
2775
- #: ../admin/social_login.php:1293
2776
  msgid "Error message for 'Email required' popup"
2777
  msgstr "Messaggio d'errore"
2778
 
2779
- #: ../admin/social_login.php:1303
2780
  msgid ""
2781
  "This message will be displayed to user if it provides invalid or already "
2782
  "registered email"
@@ -2784,11 +2941,11 @@ msgstr ""
2784
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2785
  "indirizzo email non valido o già registrato."
2786
 
2787
- #: ../admin/social_login.php:1311
2788
  msgid "Email popup height"
2789
  msgstr "Altezza pop-up Email"
2790
 
2791
- #: ../admin/social_login.php:1321
2792
  msgid ""
2793
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2794
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2798,11 +2955,11 @@ msgstr ""
2798
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2799
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2800
 
2801
- #: ../admin/social_login.php:1328
2802
  msgid "Enable email verification"
2803
  msgstr "Abilita verifica email"
2804
 
2805
- #: ../admin/social_login.php:1338
2806
  msgid ""
2807
  "If enabled, email provided by the user will be verified by sending a "
2808
  "confirmation link to that email. User would not be able to login without "
@@ -2812,107 +2969,107 @@ msgstr ""
2812
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2813
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2814
 
2815
- #: ../admin/social_login.php:1358
2816
  #, fuzzy
2817
  msgid "Enable GDPR opt-in"
2818
  msgstr "Abilita Disqus Commenting"
2819
 
2820
- #: ../admin/social_login.php:1368
2821
  msgid ""
2822
  "Enable it to show GDPR opt-in for social login and social account linking"
2823
  msgstr ""
2824
 
2825
- #: ../admin/social_login.php:1376
2826
  #, fuzzy
2827
  msgid "Placement of GDPR opt-in"
2828
  msgstr "Abilita Disqus Commenting"
2829
 
2830
- #: ../admin/social_login.php:1380
2831
  #, fuzzy
2832
  msgid "Above Social Login icons"
2833
  msgstr "Opzioni"
2834
 
2835
- #: ../admin/social_login.php:1382
2836
  #, fuzzy
2837
  msgid "Below Social Login icons"
2838
  msgstr "Opzioni"
2839
 
2840
- #: ../admin/social_login.php:1388
2841
  #, fuzzy
2842
  msgid "Placement of GDPR opt-in above or below the social login icons"
2843
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2844
 
2845
- #: ../admin/social_login.php:1395
2846
  msgid "Opt-in text"
2847
  msgstr ""
2848
 
2849
- #: ../admin/social_login.php:1405
2850
  #, fuzzy
2851
  msgid "Text for the GDPR opt-in"
2852
  msgstr "Abilita Disqus Commenting"
2853
 
2854
- #: ../admin/social_login.php:1412
2855
  msgid "Text to link to Terms-Conditions page"
2856
  msgstr ""
2857
 
2858
- #: ../admin/social_login.php:1422
2859
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2860
  msgstr ""
2861
 
2862
- #: ../admin/social_login.php:1429
2863
  msgid "Terms-Conditions Url"
2864
  msgstr ""
2865
 
2866
- #: ../admin/social_login.php:1439
2867
  #, fuzzy
2868
  msgid "Url of the terms-conditions page of your website"
2869
  msgstr "Url della homepage del tuo sito web"
2870
 
2871
- #: ../admin/social_login.php:1446
2872
  msgid "Text to link to Privacy Policy page"
2873
  msgstr ""
2874
 
2875
- #: ../admin/social_login.php:1456
2876
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2877
  msgstr ""
2878
 
2879
- #: ../admin/social_login.php:1463
2880
  msgid "Privacy Policy Url"
2881
  msgstr ""
2882
 
2883
- #: ../admin/social_login.php:1473
2884
  #, fuzzy
2885
  msgid "Url of the privacy policy page of your website"
2886
  msgstr "Url della homepage del tuo sito web"
2887
 
2888
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
2889
  #: ../inc/widget.php:602 ../inc/widget.php:750
2890
  msgid "Select"
2891
  msgstr "Selezionare"
2892
 
2893
- #: ../admin/social_login.php:1555
2894
  msgid "Social Login Shortcode & Widget"
2895
  msgstr "Shortcode & Widget"
2896
 
2897
- #: ../admin/social_login.php:1556
2898
  msgid "Social Linking Shortcode"
2899
  msgstr "Social Linking Shortcode"
2900
 
2901
- #: ../admin/social_login.php:1571
2902
  msgid "Why is social login not working?"
2903
  msgstr ""
2904
 
2905
- #: ../admin/social_login.php:1572
2906
  msgid ""
2907
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2908
  "belong to the same app"
2909
  msgstr ""
2910
 
2911
- #: ../admin/social_login.php:1574
2912
  msgid "Social Login not working with Varnish enabled"
2913
  msgstr ""
2914
 
2915
- #: ../admin/social_login.php:1575
2916
  msgid ""
2917
  "Why the user is not appearing logged in even after Social Login until the "
2918
  "webpage is refreshed manually?"
@@ -3132,27 +3289,27 @@ msgstr "Domanda non valida"
3132
  msgid "Providers not selected"
3133
  msgstr "Providers non selezionati"
3134
 
3135
- #: ../inc/social_login.php:854
3136
  msgid "Email"
3137
  msgstr "Email"
3138
 
3139
- #: ../inc/social_login.php:855
3140
  msgid "Confirm email"
3141
  msgstr "Conferma email"
3142
 
3143
- #: ../inc/social_login.php:857
3144
  msgid "Save"
3145
  msgstr "Salva"
3146
 
3147
- #: ../inc/social_login.php:858
3148
  msgid "Cancel"
3149
  msgstr "Cancella"
3150
 
3151
- #: ../inc/social_login.php:932
3152
  msgid "Email Verification"
3153
  msgstr "Abilita verifica email"
3154
 
3155
- #: ../inc/social_login.php:934
3156
  msgid ""
3157
  "Please click on the following link or paste it in browser to verify your "
3158
  "email"
@@ -3438,6 +3595,16 @@ msgstr ""
3438
  msgid "RSS Feed URL:"
3439
  msgstr ""
3440
 
 
 
 
 
 
 
 
 
 
 
3441
  #~ msgid "Click to show help"
3442
  #~ msgstr "Clicca per vedere l'aiuto"
3443
 
@@ -3486,14 +3653,6 @@ msgstr ""
3486
  #~ msgid "Xing Consumer Key"
3487
  #~ msgstr "Xing Consumer Key"
3488
 
3489
- #~ msgid ""
3490
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3491
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3492
- #~ msgstr ""
3493
- #~ "Necessario per far funzionare Xing Social Login. Per ottenere la Xing "
3494
- #~ "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" "
3495
- #~ "target=\"_blank\">questo collegamento</a>"
3496
-
3497
  #, fuzzy
3498
  #~ msgid ""
3499
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
@@ -3744,9 +3903,6 @@ msgstr ""
3744
  #~ msgid "Print"
3745
  #~ msgstr "Stampa"
3746
 
3747
- #~ msgid "Reddit"
3748
- #~ msgstr "Reddit"
3749
-
3750
  #~ msgid "Digg"
3751
  #~ msgstr "Digg"
3752
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:37+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:37+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:1570
20
  #, fuzzy
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
25
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
26
  "questo, potrebbe essere necessario contattare l'amministratore del server."
27
 
28
+ #: ../super_socializer.php:1598
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
35
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
36
  "3 %s)"
37
 
38
+ #: ../super_socializer.php:1601
39
  #, fuzzy, php-format
40
  msgid ""
41
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
45
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
46
  "3 %s)"
47
 
48
+ #: ../super_socializer.php:1604
49
  msgid ""
50
  "Make sure cURL is enabled at your website server. You may need to contact "
51
  "the server administrator of your website to verify this"
53
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
54
  "questo, potrebbe essere necessario contattare l'amministratore del server."
55
 
56
+ #: ../super_socializer.php:1786 ../helper.php:986
57
  msgid "Please verify your email address to login."
58
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
59
 
60
+ #: ../super_socializer.php:1786
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
64
  "account"
65
 
66
+ #: ../super_socializer.php:1790
67
  msgid "Notification"
68
  msgstr "Notifiche"
69
 
70
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
71
  msgid "Email required"
72
  msgstr "Email Obbligatoria"
73
 
74
+ #: ../super_socializer.php:1811
75
  msgid "Please check your email inbox to complete the registration."
76
  msgstr ""
77
  "Per favore, per completare la registrazione, controlla la tua casella di "
78
  "posta elettronica."
79
 
80
+ #: ../super_socializer.php:1880
81
  msgid "Leave a reply"
82
  msgstr "Lascia un commento"
83
 
84
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
85
  msgid "Shares"
86
  msgstr "Shares"
87
 
88
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
89
  msgid "Share"
90
  msgstr "Share"
91
 
92
+ #: ../super_socializer.php:1896
93
  #, fuzzy
94
  msgid "Link copied."
95
  msgstr "LinkedIn"
96
 
97
+ #: ../super_socializer.php:2141
98
  msgid "Super Socializer - General Options"
99
  msgstr "Super Socializer - Opzioni"
100
 
101
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
102
  #: ../admin/social_commenting.php:47
103
  msgid "General Options"
104
  msgstr "Opzioni Generali"
105
 
106
+ #: ../super_socializer.php:2209 ../helper.php:915
107
  msgid "Social Avatar"
108
  msgstr "Social Avatar"
109
 
110
+ #: ../super_socializer.php:2212
111
  msgid "Small Avatar Url"
112
  msgstr "Url Avatar Piccolo"
113
 
114
+ #: ../super_socializer.php:2216
115
  msgid "Large Avatar Url"
116
  msgstr "URL Avatar Grande"
117
 
118
+ #: ../super_socializer.php:2220 ../helper.php:918
119
  msgid ""
120
  "Do not fetch and update social avatar from my profile, next time I Social "
121
  "Login"
123
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
124
  "social avatar dal mio profilo."
125
 
126
+ #: ../super_socializer.php:2224 ../helper.php:919
127
  msgid "Update social avatar, next time I Social Login"
128
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
129
 
130
+ #: ../super_socializer.php:2301
131
  msgid "Login with your Social ID"
132
  msgstr "Login con il tuo ID Social"
133
 
134
+ #: ../super_socializer.php:2302
135
  msgid "Email you entered is already registered or invalid"
136
  msgstr "La email inserita è già registrata o non è valida"
137
 
138
+ #: ../super_socializer.php:2309
139
  msgid "Please enter a valid email address. You might be required to verify it"
140
  msgstr ""
141
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
142
  "una verifica"
143
 
144
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
145
  msgid "Link your social account to login to your account at this website"
146
  msgstr ""
147
  "Collega il tuo social account per accedere al tuo account su questo sito"
148
 
149
+ #: ../super_socializer.php:2561
150
  msgid "Thanks for installing Super Socializer plugin"
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:2563
154
  msgid "Configure the Plugin"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:2574
158
  msgid ""
159
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
160
  "current version of Super Socializer"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:2583
164
  msgid ""
165
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
166
  "version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:2592
170
  msgid ""
171
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
172
+ "compatibility with current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:2601
176
  msgid ""
177
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:2610
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:2621
188
  #, php-format
189
  msgid ""
190
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:2630
194
  #, php-format
195
  msgid ""
196
  "To continue using Instagram login create a new Instagram App as described <a "
198
  "Instagram App Secret <a href=\"%s\">here</a>"
199
  msgstr ""
200
 
201
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
202
  #, php-format
203
  msgid ""
204
  "To continue using bitly url shortener, login to your bit.ly account and "
207
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:2664
211
  #, php-format
212
  msgid ""
213
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:2688
217
  #, php-format
218
  msgid ""
219
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
221
  "target=\"_blank\">here</a>"
222
  msgstr ""
223
 
224
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
225
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
226
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
227
+ #: ../super_socializer.php:2851
228
  msgid "Okay"
229
  msgstr ""
230
 
231
+ #: ../super_socializer.php:2713
232
  #, php-format
233
  msgid ""
234
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
236
  "\">here</a>"
237
  msgstr ""
238
 
239
+ #: ../super_socializer.php:2738
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
244
  "target=\"_blank\">here</a>"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:2763
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
252
  "target=\"_blank\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:2774
256
  #, php-format
257
  msgid ""
258
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
259
  msgstr ""
260
 
261
+ #: ../super_socializer.php:2796
262
  #, php-format
263
  msgid ""
264
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
266
  "\"%s\" target=\"_blank\">here</a>"
267
  msgstr ""
268
 
269
+ #: ../super_socializer.php:2824
270
  #, php-format
271
  msgid ""
272
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
275
  "your website %s with them. No need to copy-paste any code from their website."
276
  msgstr ""
277
 
278
+ #: ../super_socializer.php:2851
279
  #, php-format
280
  msgid ""
281
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
+ #: ../super_socializer.php:2876
287
  #, php-format
288
  msgid ""
289
  "If you cannot get Linkedin login to work after updating the plugin, replace "
291
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
292
  msgstr ""
293
 
294
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
295
  msgid "Dismiss"
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:2902
299
  #, php-format
300
  msgid ""
301
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
304
  "that, clear share counts cache from \"Miscellaneous\" section"
305
  msgstr ""
306
 
307
+ #: ../super_socializer.php:3115
308
  msgid ""
309
  "Your browser is blocking some features of this website. Please follow the "
310
  "instructions at {support_url} to unblock these."
311
  msgstr ""
312
 
313
+ #: ../helper.php:7
314
  msgid "Settings saved"
315
  msgstr "Impostazioni salvate"
316
 
317
+ #: ../helper.php:185
 
 
 
 
318
  #, fuzzy
319
  msgid "Click to toggle help"
320
  msgstr "Clicca per nascondere l'aiuto"
321
 
322
+ #: ../helper.php:282
323
  #, fuzzy
324
  msgid "Add-Ons"
325
  msgstr "Altri Add-ons"
326
 
327
+ #: ../helper.php:283
328
  msgid "Support Documentation"
329
  msgstr ""
330
 
331
+ #: ../helper.php:284
332
  msgid "Settings"
333
  msgstr "Configurazioni"
334
 
335
+ #: ../helper.php:567
336
  msgid "Account linked successfully"
337
  msgstr "Account collegato correttamente"
338
 
339
+ #: ../helper.php:571
340
  msgid "Account already exists or linked"
341
  msgstr "Account esistente o già collegato"
342
 
343
+ #: ../helper.php:607 ../helper.php:609
344
  #, fuzzy
345
  msgid "Login with"
346
  msgstr "Opzioni di Login"
347
 
348
+ #: ../helper.php:644 ../helper.php:650
349
  msgid "Currently"
350
  msgstr "Attualmente"
351
 
352
+ #: ../helper.php:644 ../helper.php:650
353
  msgid "Connected with"
354
  msgstr "Connesso con"
355
 
356
+ #: ../helper.php:644 ../helper.php:650
357
  msgid "Remove"
358
  msgstr "rimuovere"
359
 
360
+ #: ../helper.php:721
361
  msgid "Social Account Linking"
362
  msgstr "Collegamento Social Account"
363
 
364
+ #: ../helper.php:771
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
367
 
368
+ #: ../helper.php:776
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
371
 
372
+ #: ../helper.php:781
373
  msgid "Disable Standard like buttons on this "
374
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
375
 
376
+ #: ../helper.php:786
377
  msgid "Disable Floating like buttons on this "
378
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
379
 
380
+ #: ../helper.php:791
381
  msgid "Disable Social Commenting on this "
382
  msgstr "Disabilita Social Commenting"
383
 
384
+ #: ../helper.php:800
385
  msgid "Standard Sharing Interface"
386
  msgstr "Interfaccia Sharing Standard"
387
 
388
+ #: ../helper.php:806 ../helper.php:825
389
  msgid "Starting share count for "
390
  msgstr "Avvio share count per"
391
 
392
+ #: ../helper.php:819
393
  msgid "Floating Sharing Interface"
394
  msgstr "Interfaccia Sharing Floating"
395
 
396
+ #: ../helper.php:922
397
  msgid "Small Avatar"
398
  msgstr "Avatar Piccolo"
399
 
400
+ #: ../helper.php:926
401
  msgid "Large Avatar"
402
  msgstr "Avatar Grande"
403
 
404
+ #: ../helper.php:930 ../admin/general_options.php:89
405
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
406
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
407
  msgid "Save Changes"
408
  msgstr "Salva le modifiche"
409
 
410
+ #: ../helper.php:1023
411
  msgid "Click to delete social profile data"
412
  msgstr ""
413
 
414
+ #: ../helper.php:1052
415
  #, fuzzy
416
  msgid "Deleting"
417
  msgstr "Configurazioni"
418
 
419
+ #: ../helper.php:1062
420
  msgid "Deleted"
421
  msgstr ""
422
 
423
+ #: ../helper.php:1064
424
  msgid "Something bad happened"
425
  msgstr ""
426
 
427
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
428
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
429
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
430
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
431
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
432
  #, fuzzy, php-format
433
  msgid ""
482
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
483
 
484
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
485
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
486
  #: ../admin/like_buttons.php:790
487
  #, fuzzy
488
  msgid "Instagram Shoutout"
489
  msgstr "Instagram"
490
 
491
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
492
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
493
  #: ../admin/like_buttons.php:792
494
  msgid ""
495
  "If you can send (to hello@heateor.com) how this plugin is helping your "
604
  "Facebook share count to work"
605
  msgstr ""
606
 
607
+ #: ../admin/social_sharing.php:49
608
+ msgid "Dismiss this notice"
609
+ msgstr "Rimuovi questo annuncio"
610
+
611
  #: ../admin/social_sharing.php:56
612
  msgid "Theme Selection"
613
  msgstr "Tema"
631
 
632
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
633
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
634
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
635
  #: ../admin/like_buttons.php:751
636
  msgid "Shortcode & Widget"
637
  msgstr "Shortcode & Widget"
642
 
643
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
644
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
645
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
646
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
647
  msgid "FAQ"
648
  msgstr "FAQ"
877
  msgid "Url to share"
878
  msgstr "Url da condividere"
879
 
880
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
881
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
882
  #: ../inc/widget.php:949
883
  msgid "Title"
884
  msgstr "Titolo"
965
  msgstr "Collocazione"
966
 
967
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
968
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
969
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
970
  msgid "Homepage"
971
  msgstr "Homepage"
1235
  msgid "Required only to track Facebook share count"
1236
  msgstr ""
1237
 
1238
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1239
  msgid "Facebook App ID"
1240
  msgstr "Facebook App ID"
1241
 
1249
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1250
  "target=\"_blank\">questo collegamento</a>"
1251
 
1252
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1253
  #, fuzzy
1254
  msgid "Facebook App Secret"
1255
  msgstr "Facebook App ID"
1441
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1442
 
1443
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1444
+ #: ../admin/social_login.php:1752
1445
  msgid ""
1446
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1447
  "an online website for the plugin to function properly."
1499
  msgstr ""
1500
 
1501
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1502
+ #: ../admin/social_login.php:1759
1503
  msgid "Why is my browser blocking some features of the plugin?"
1504
  msgstr ""
1505
 
1822
  msgid "Advanced Configuration"
1823
  msgstr "Configurazione Avanzata"
1824
 
1825
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1826
  msgid "GDPR"
1827
  msgstr ""
1828
 
1829
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1830
  msgid "XProfile Integration"
1831
  msgstr "XProfile Integration"
1832
 
1921
  msgstr "Twitch"
1922
 
1923
  #: ../admin/social_login.php:158
1924
+ #, fuzzy
1925
+ msgid "Foursquare"
1926
+ msgstr "Quadrata"
1927
+
1928
+ #: ../admin/social_login.php:162
1929
+ msgid "Dropbox"
1930
+ msgstr ""
1931
+
1932
+ #: ../admin/social_login.php:166
1933
+ msgid "Disqus"
1934
+ msgstr ""
1935
+
1936
+ #: ../admin/social_login.php:170
1937
+ msgid "Reddit"
1938
+ msgstr "Reddit"
1939
+
1940
+ #: ../admin/social_login.php:174
1941
  msgid "Github"
1942
  msgstr ""
1943
 
1944
+ #: ../admin/social_login.php:178
1945
  msgid "Kakao"
1946
  msgstr ""
1947
 
1948
+ #: ../admin/social_login.php:186
1949
  msgid "Select Social ID provider to enable in Social Login"
1950
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1951
 
1952
+ #: ../admin/social_login.php:203
1953
  #, php-format
1954
  msgid ""
1955
  "Required for Facebook Social Login to work. Please follow the documentation "
1959
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1960
  "target=\"_blank\">questo collegamento</a>"
1961
 
1962
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
1963
  #, fuzzy
1964
  msgid ""
1965
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1967
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1968
  "indicato"
1969
 
1970
+ #: ../admin/social_login.php:224
1971
  #, fuzzy, php-format
1972
  msgid ""
1973
  "Required for Facebook Social Login to work. Please follow the documentation "
1977
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1978
  "target=\"_blank\">questo collegamento</a>"
1979
 
1980
+ #: ../admin/social_login.php:235
1981
  msgid "Twitter API Key"
1982
  msgstr "Twitter API Key"
1983
 
1984
+ #: ../admin/social_login.php:245
1985
  #, php-format
1986
  msgid ""
1987
  "Required for Twitter Social Login to work. Please follow the documentation "
1991
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1992
  "\"_blank\">questa pagina</a>"
1993
 
1994
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
1995
  #, fuzzy
1996
  msgid ""
1997
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1999
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2000
  "indicato"
2001
 
2002
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
2003
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
2004
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
2005
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
2006
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
2007
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
2008
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
2009
  #, fuzzy
2010
  msgid ""
2011
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2014
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2015
  "link indicato"
2016
 
2017
+ #: ../admin/social_login.php:260
2018
  msgid "Twitter API Secret"
2019
  msgstr "Twitter API Secret"
2020
 
2021
+ #: ../admin/social_login.php:270
2022
  #, php-format
2023
  msgid ""
2024
  "Required for Twitter Social Login to work. Please follow the documentation "
2028
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
2029
  "\"_blank\">questo collegamento</a>"
2030
 
2031
+ #: ../admin/social_login.php:285
2032
  #, fuzzy
2033
  msgid "LinkedIn Client ID"
2034
  msgstr "LinkedIn"
2035
 
2036
+ #: ../admin/social_login.php:295
2037
  #, fuzzy, php-format
2038
  msgid ""
2039
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2043
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2044
  "target=\"_blank\">questo collegamento</a>"
2045
 
2046
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
2047
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
2048
  #, fuzzy
2049
  msgid ""
2050
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2053
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2054
  "indicato"
2055
 
2056
+ #: ../admin/social_login.php:306
2057
  #, fuzzy
2058
  msgid "LinkedIn Client Secret"
2059
  msgstr "LinkedIn"
2060
 
2061
+ #: ../admin/social_login.php:316
2062
  #, fuzzy, php-format
2063
  msgid ""
2064
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2069
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2070
  "target=\"_blank\">questo collegamento</a>"
2071
 
2072
+ #: ../admin/social_login.php:327
2073
  #, fuzzy
2074
  msgid "Google Client ID"
2075
  msgstr "Google+ Client ID"
2076
 
2077
+ #: ../admin/social_login.php:337
2078
  #, fuzzy, php-format
2079
  msgid ""
2080
  "Required for Google Social Login to work. Please follow the documentation at "
2084
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2085
  "target=\"_blank\">questo collegamento</a>"
2086
 
2087
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
2088
  #, fuzzy
2089
  msgid ""
2090
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2093
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2094
  "indicato"
2095
 
2096
+ #: ../admin/social_login.php:348
2097
  #, fuzzy
2098
  msgid "Google Client Secret"
2099
  msgstr "Google+ Client ID"
2100
 
2101
+ #: ../admin/social_login.php:358
2102
  #, fuzzy, php-format
2103
  msgid ""
2104
  "Required for Google Social Login to work. Please follow the documentation at "
2108
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2109
  "target=\"_blank\">questo collegamento</a>"
2110
 
2111
+ #: ../admin/social_login.php:369
2112
  msgid "Vkontakte Application ID"
2113
  msgstr "Vkontakte App ID"
2114
 
2115
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
2116
  #, php-format
2117
  msgid ""
2118
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2123
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
2124
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2125
 
2126
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
2127
  #, fuzzy
2128
  msgid ""
2129
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2132
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2133
  "indicato"
2134
 
2135
+ #: ../admin/social_login.php:390
2136
  #, fuzzy
2137
  msgid "Vkontakte Secure key"
2138
  msgstr "Vkontakte"
2139
 
2140
+ #: ../admin/social_login.php:411
2141
  #, fuzzy
2142
  msgid "Instagram App ID"
2143
  msgstr "Instagram Client ID"
2144
 
2145
+ #: ../admin/social_login.php:421
2146
  #, fuzzy, php-format
2147
  msgid ""
2148
  "Required for Instagram Social Login to work. Please follow the documentation "
2152
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2153
  "\" target=\"_blank\">questo collegamento</a>"
2154
 
2155
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
2156
  #, fuzzy
2157
  msgid ""
2158
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2161
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2162
  "indicato"
2163
 
2164
+ #: ../admin/social_login.php:432
2165
  #, fuzzy
2166
  msgid "Instagram App Secret"
2167
  msgstr "Username Instagram"
2168
 
2169
+ #: ../admin/social_login.php:442
2170
  #, fuzzy, php-format
2171
  msgid ""
2172
  "Required for Instagram Social Login to work. Please follow the documentation "
2176
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2177
  "\" target=\"_blank\">questo collegamento</a>"
2178
 
2179
+ #: ../admin/social_login.php:453
2180
  msgid "Line Channel ID"
2181
  msgstr ""
2182
 
2183
+ #: ../admin/social_login.php:462
2184
  #, fuzzy, php-format
2185
  msgid ""
2186
  "Required for Line Social Login to work. Please follow the documentation at "
2190
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2191
  "target=\"_blank\">questo collegamento</a>"
2192
 
2193
+ #: ../admin/social_login.php:473
2194
  #, fuzzy
2195
  msgid "Line Channel Secret"
2196
  msgstr "LinkedIn"
2197
 
2198
+ #: ../admin/social_login.php:482
2199
  #, fuzzy, php-format
2200
  msgid ""
2201
  "Required for Line Social Login to work. Please follow the documentation at "
2205
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2206
  "target=\"_blank\">questo collegamento</a>"
2207
 
2208
+ #: ../admin/social_login.php:493
2209
  #, fuzzy
2210
  msgid "Wordpress Client ID"
2211
  msgstr "Google+ Client ID"
2212
 
2213
+ #: ../admin/social_login.php:502
2214
  #, fuzzy, php-format
2215
  msgid ""
2216
  "Required for Wordpress Social Login to work. Please follow the documentation "
2220
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2221
  "target=\"_blank\">questo collegamento</a>"
2222
 
2223
+ #: ../admin/social_login.php:513
2224
  #, fuzzy
2225
  msgid "Wordpress Client Secret"
2226
  msgstr "Google+ Client ID"
2227
 
2228
+ #: ../admin/social_login.php:522
2229
  #, fuzzy, php-format
2230
  msgid ""
2231
  "Required for Wordpress Social Login to work. Please follow the documentation "
2236
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2237
  "target=\"_blank\">questo collegamento</a>"
2238
 
2239
+ #: ../admin/social_login.php:533
2240
  #, fuzzy
2241
  msgid "Microsoft Client ID"
2242
  msgstr "Google+ Client ID"
2243
 
2244
+ #: ../admin/social_login.php:542
2245
  #, fuzzy, php-format
2246
  msgid ""
2247
  "Required for Live Social Login to work. Please follow the documentation at "
2251
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2252
  "target=\"_blank\">questo collegamento</a>"
2253
 
2254
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
2255
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2256
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2257
  #, fuzzy
2258
  msgid ""
2259
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2262
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2263
  "indicato"
2264
 
2265
+ #: ../admin/social_login.php:553
2266
  #, fuzzy
2267
  msgid "Microsoft Client Secret"
2268
  msgstr "Google+ Client ID"
2269
 
2270
+ #: ../admin/social_login.php:562
2271
  #, fuzzy, php-format
2272
  msgid ""
2273
  "Required for Live Social Login to work. Please follow the documentation at "
2278
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2279
  "target=\"_blank\">questo collegamento</a>"
2280
 
2281
+ #: ../admin/social_login.php:572
2282
  #, fuzzy
2283
  msgid "Steam API Key"
2284
  msgstr "Twitter API Key"
2285
 
2286
+ #: ../admin/social_login.php:581
2287
  #, fuzzy, php-format
2288
  msgid ""
2289
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2293
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2294
  "\"_blank\">questa pagina</a>"
2295
 
2296
+ #: ../admin/social_login.php:582
2297
  #, fuzzy
2298
  msgid "Save following <strong>domain</strong> to get the key"
2299
  msgstr ""
2300
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2301
  "link indicato"
2302
 
2303
+ #: ../admin/social_login.php:591
2304
  #, fuzzy
2305
  msgid "Yahoo Client ID"
2306
  msgstr "Google+ Client ID"
2307
 
2308
+ #: ../admin/social_login.php:600
2309
  #, fuzzy, php-format
2310
  msgid ""
2311
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2315
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2316
  "target=\"_blank\">questo collegamento</a>"
2317
 
2318
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2319
  #, fuzzy
2320
  msgid ""
2321
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2324
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2325
  "indicato"
2326
 
2327
+ #: ../admin/social_login.php:611
2328
  #, fuzzy
2329
  msgid "Yahoo Client Secret"
2330
  msgstr "Google+ Client ID"
2331
 
2332
+ #: ../admin/social_login.php:620
2333
  #, fuzzy, php-format
2334
  msgid ""
2335
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2339
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2340
  "target=\"_blank\">questo collegamento</a>"
2341
 
2342
+ #: ../admin/social_login.php:632
2343
  #, fuzzy
2344
  msgid "Spotify Client ID"
2345
  msgstr "Google+ Client ID"
2346
 
2347
+ #: ../admin/social_login.php:641
2348
  #, fuzzy, php-format
2349
  msgid ""
2350
  "Required for Spotify Social Login to work. Please follow the documentation "
2354
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2355
  "target=\"_blank\">questo collegamento</a>"
2356
 
2357
+ #: ../admin/social_login.php:652
2358
  #, fuzzy
2359
  msgid "Spotify Client Secret"
2360
  msgstr "Google+ Client ID"
2361
 
2362
+ #: ../admin/social_login.php:661
2363
  #, fuzzy, php-format
2364
  msgid ""
2365
  "Required for Spotify Social Login to work. Please follow the documentation "
2370
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2371
  "target=\"_blank\">questo collegamento</a>"
2372
 
2373
+ #: ../admin/social_login.php:674
2374
  #, fuzzy
2375
  msgid "Dribbble Client ID"
2376
  msgstr "Google+ Client ID"
2377
 
2378
+ #: ../admin/social_login.php:683
2379
  #, fuzzy, php-format
2380
  msgid ""
2381
  "Required for Dribbble Social Login to work. Please follow the documentation "
2385
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2386
  "target=\"_blank\">questo collegamento</a>"
2387
 
2388
+ #: ../admin/social_login.php:694
2389
  #, fuzzy
2390
  msgid "Dribbble Client Secret"
2391
  msgstr "Google+ Client ID"
2392
 
2393
+ #: ../admin/social_login.php:703
2394
  #, fuzzy, php-format
2395
  msgid ""
2396
  "Required for Dribbble Social Login to work. Please follow the documentation "
2401
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2402
  "target=\"_blank\">questo collegamento</a>"
2403
 
2404
+ #: ../admin/social_login.php:715
2405
  #, fuzzy
2406
  msgid "Twitch Client ID"
2407
  msgstr "Twitch Client ID"
2408
 
2409
+ #: ../admin/social_login.php:724
2410
  #, fuzzy, php-format
2411
  msgid ""
2412
  "Required for Twitch Social Login to work. Please follow the documentation at "
2416
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2417
  "target=\"_blank\">questo collegamento</a>"
2418
 
2419
+ #: ../admin/social_login.php:735
2420
  #, fuzzy
2421
  msgid "Twitch Client Secret"
2422
  msgstr "Twitch Client ID"
2423
 
2424
+ #: ../admin/social_login.php:744
2425
  #, fuzzy, php-format
2426
  msgid ""
2427
  "Required for Twitch Social Login to work. Please follow the documentation at "
2431
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2432
  "target=\"_blank\">questo collegamento</a>"
2433
 
2434
+ #: ../admin/social_login.php:757
2435
+ #, fuzzy
2436
+ msgid "Foursquare Client ID"
2437
+ msgstr "Google+ Client ID"
2438
+
2439
+ #: ../admin/social_login.php:766
2440
+ #, fuzzy, php-format
2441
+ msgid ""
2442
+ "Required for Foursquare Social Login to work. Please follow the "
2443
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2444
+ "Foursquare Client ID"
2445
+ msgstr ""
2446
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2447
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2448
+ "target=\"_blank\">questo collegamento</a>"
2449
+
2450
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2451
+ #, fuzzy
2452
+ msgid ""
2453
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2454
+ "link"
2455
+ msgstr ""
2456
+ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2457
+ "indicato"
2458
+
2459
+ #: ../admin/social_login.php:777
2460
+ #, fuzzy
2461
+ msgid "Foursquare Client Secret"
2462
+ msgstr "Google+ Client ID"
2463
+
2464
+ #: ../admin/social_login.php:786
2465
+ #, fuzzy, php-format
2466
+ msgid ""
2467
+ "Required for Foursquare Social Login to work. Please follow the "
2468
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2469
+ "Foursquare Client Secret"
2470
+ msgstr ""
2471
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2472
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2473
+ "target=\"_blank\">questo collegamento</a>"
2474
+
2475
+ #: ../admin/social_login.php:797
2476
+ msgid "Dropbox App Key"
2477
+ msgstr ""
2478
+
2479
+ #: ../admin/social_login.php:806
2480
+ #, fuzzy, php-format
2481
+ msgid ""
2482
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2483
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2484
+ msgstr ""
2485
+ "Necessario per far funzionare Facebook Social Login. Per ottenere la "
2486
+ "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
2487
+ "target=\"_blank\">questo collegamento</a>"
2488
+
2489
+ #: ../admin/social_login.php:817
2490
+ #, fuzzy
2491
+ msgid "Dropbox App Secret"
2492
+ msgstr "Facebook App ID"
2493
+
2494
+ #: ../admin/social_login.php:826
2495
+ #, fuzzy, php-format
2496
+ msgid ""
2497
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2498
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2499
+ msgstr ""
2500
+ "Necessario per far funzionare Facebook Social Login. Per ottenere la "
2501
+ "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
2502
+ "target=\"_blank\">questo collegamento</a>"
2503
+
2504
+ #: ../admin/social_login.php:840
2505
+ msgid "Disqus Public Key"
2506
+ msgstr ""
2507
+
2508
+ #: ../admin/social_login.php:849
2509
+ #, fuzzy, php-format
2510
+ msgid ""
2511
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2512
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2513
+ msgstr ""
2514
+ "Necessario per far funzionare Xing Social Login. Per ottenere la Xing "
2515
+ "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2516
+ "\"_blank\">questo collegamento</a>"
2517
+
2518
+ #: ../admin/social_login.php:860
2519
+ #, fuzzy
2520
+ msgid "Disqus Secret Key"
2521
+ msgstr "Disqus Shortname"
2522
+
2523
+ #: ../admin/social_login.php:869
2524
+ #, fuzzy, php-format
2525
+ msgid ""
2526
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2527
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2528
+ msgstr ""
2529
+ "Necessario per far funzionare Xing Social Login. Per ottenere la Xing "
2530
+ "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2531
+ "\"_blank\">questo collegamento</a>"
2532
+
2533
+ #: ../admin/social_login.php:882
2534
+ #, fuzzy
2535
+ msgid "Reddit Client ID"
2536
+ msgstr "Twitch Client ID"
2537
+
2538
+ #: ../admin/social_login.php:891
2539
+ #, fuzzy, php-format
2540
+ msgid ""
2541
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2542
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2543
+ msgstr ""
2544
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2545
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2546
+ "target=\"_blank\">questo collegamento</a>"
2547
+
2548
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2549
+ #, fuzzy
2550
+ msgid ""
2551
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2552
+ "link"
2553
+ msgstr ""
2554
+ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2555
+ "indicato"
2556
+
2557
+ #: ../admin/social_login.php:902
2558
+ #, fuzzy
2559
+ msgid "Reddit Client Secret"
2560
+ msgstr "Twitch Client ID"
2561
+
2562
+ #: ../admin/social_login.php:911
2563
+ #, fuzzy, php-format
2564
+ msgid ""
2565
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2566
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2567
+ msgstr ""
2568
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2569
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2570
+ "target=\"_blank\">questo collegamento</a>"
2571
+
2572
+ #: ../admin/social_login.php:925
2573
  #, fuzzy
2574
  msgid "Github Client ID"
2575
  msgstr "Twitch Client ID"
2576
 
2577
+ #: ../admin/social_login.php:934
2578
  #, fuzzy, php-format
2579
  msgid ""
2580
  "Required for Github Social Login to work. Please follow the documentation at "
2584
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2585
  "target=\"_blank\">questo collegamento</a>"
2586
 
2587
+ #: ../admin/social_login.php:945
2588
  #, fuzzy
2589
  msgid "Github Client Secret"
2590
  msgstr "Twitch Client ID"
2591
 
2592
+ #: ../admin/social_login.php:954
2593
  #, fuzzy, php-format
2594
  msgid ""
2595
  "Required for Github Social Login to work. Please follow the documentation at "
2599
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2600
  "target=\"_blank\">questo collegamento</a>"
2601
 
2602
+ #: ../admin/social_login.php:967
2603
  #, fuzzy
2604
  msgid "Kakao Client ID"
2605
  msgstr "Google+ Client ID"
2606
 
2607
+ #: ../admin/social_login.php:976
2608
  #, fuzzy, php-format
2609
  msgid ""
2610
  "Required for Kakao Social Login to work. Please follow the documentation at "
2614
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2615
  "target=\"_blank\">questo collegamento</a>"
2616
 
2617
+ #: ../admin/social_login.php:987
2618
  #, fuzzy
2619
  msgid "Kakao Client Secret"
2620
  msgstr "Google+ Client ID"
2621
 
2622
+ #: ../admin/social_login.php:996
2623
  #, fuzzy, php-format
2624
  msgid ""
2625
  "Required for Kakao Social Login to work. Please follow the documentation at "
2629
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2630
  "target=\"_blank\">questo collegamento</a>"
2631
 
2632
+ #: ../admin/social_login.php:1016
2633
  msgid "Social Login Options"
2634
  msgstr "Opzioni"
2635
 
2636
+ #: ../admin/social_login.php:1031
2637
  msgid "Text to display above the Social Login interface"
2638
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2639
 
2640
+ #: ../admin/social_login.php:1039
2641
  msgid "Trigger social login in the same browser tab"
2642
  msgstr ""
2643
 
2644
+ #: ../admin/social_login.php:1049
2645
  msgid "Trigger social login in the same browser tab instead of a popup window"
2646
  msgstr ""
2647
 
2648
+ #: ../admin/social_login.php:1056
2649
  #, fuzzy
2650
  msgid "Center align icons"
2651
  msgstr "Riorganizza le icone"
2652
 
2653
+ #: ../admin/social_login.php:1066
2654
  #, fuzzy
2655
  msgid "Center align social login icons"
2656
  msgstr "Opzioni"
2657
 
2658
+ #: ../admin/social_login.php:1073
2659
  msgid "Enable at login page"
2660
  msgstr "Attiva nella pagina di Login"
2661
 
2662
+ #: ../admin/social_login.php:1083
2663
  msgid ""
2664
  "Social Login interface will get enabled at the login page of your website"
2665
  msgstr ""
2666
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2667
 
2668
+ #: ../admin/social_login.php:1090
2669
  msgid "Enable at register page"
2670
  msgstr "Abilita nella pagina di registrazione"
2671
 
2672
+ #: ../admin/social_login.php:1100
2673
  msgid ""
2674
  "Social Login interface will get enabled at the registration page of your "
2675
  "website"
2677
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2678
  "sito web"
2679
 
2680
+ #: ../admin/social_login.php:1107
2681
  msgid "Enable at comment form"
2682
  msgstr "Attiva nel form dei commenti"
2683
 
2684
+ #: ../admin/social_login.php:1117
2685
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2686
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2687
 
2688
+ #: ../admin/social_login.php:1131
2689
  msgid "Enable before WooCommerce Customer Login Form"
2690
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2691
 
2692
+ #: ../admin/social_login.php:1141
2693
  msgid ""
2694
  "Social Login Interface will get enabled before the customer login form at "
2695
  "WooCommerce My Account page"
2697
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2698
  "Woocommerce, prima del Form di Login."
2699
 
2700
+ #: ../admin/social_login.php:1148
2701
  #, fuzzy
2702
  msgid "Enable at WooCommerce Customer Login Form"
2703
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2704
 
2705
+ #: ../admin/social_login.php:1158
2706
  #, fuzzy
2707
  msgid ""
2708
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2711
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2712
  "Woocommerce, dopo il Form di Login."
2713
 
2714
+ #: ../admin/social_login.php:1165
2715
  #, fuzzy
2716
  msgid "Enable at WooCommerce Customer Register Form"
2717
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2718
 
2719
+ #: ../admin/social_login.php:1175
2720
  #, fuzzy
2721
  msgid ""
2722
  "Integrate Social Login Interface with the customer register form at "
2725
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2726
  "Woocommerce, dopo il Form di Login."
2727
 
2728
+ #: ../admin/social_login.php:1182
2729
  msgid "Enable at WooCommerce checkout page"
2730
  msgstr "Abilita nella pagina checkout di WooCommerce"
2731
 
2732
+ #: ../admin/social_login.php:1192
2733
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2734
  msgstr ""
2735
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2736
  "Woocommerce"
2737
 
2738
+ #: ../admin/social_login.php:1202
2739
  msgid "Auto-approve comments made by Social Login users"
2740
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2741
 
2742
+ #: ../admin/social_login.php:1212
2743
  msgid ""
2744
  "If this option is enabled, and WordPress comment is made by Social Login "
2745
  "user, comment will get approved immediately without keeping in moderation."
2748
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2749
  "immediatamente senza nessuna possibilitá di moderazione."
2750
 
2751
+ #: ../admin/social_login.php:1213
2752
  msgid "Note: This is not related to Facebook comments"
2753
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2754
 
2755
+ #: ../admin/social_login.php:1222
2756
  msgid "Enable social avatar"
2757
  msgstr "Abilita Avatar"
2758
 
2759
+ #: ../admin/social_login.php:1232
2760
  msgid ""
2761
  "Social profile pictures of the logged in user will be displayed as profile "
2762
  "avatar"
2764
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2765
  "avatar del profilo sul tuo sito"
2766
 
2767
+ #: ../admin/social_login.php:1241
2768
  msgid "Avatar quality"
2769
  msgstr "Qualità Avatar"
2770
 
2771
+ #: ../admin/social_login.php:1244
2772
  msgid "Average"
2773
  msgstr "Media"
2774
 
2775
+ #: ../admin/social_login.php:1245
2776
  msgid "Best"
2777
  msgstr "Migliore"
2778
 
2779
+ #: ../admin/social_login.php:1252
2780
  msgid "Choose avatar quality"
2781
  msgstr "Scelta qualità Avatar"
2782
 
2783
+ #: ../admin/social_login.php:1260
2784
  msgid ""
2785
  "Show option for users to update social avatar at BuddyPress profile page"
2786
  msgstr ""
2787
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2788
  "profilo BuddyPress"
2789
 
2790
+ #: ../admin/social_login.php:1270
2791
  msgid ""
2792
  "If enabled, users would be able to update their social avatar from \"Profile "
2793
  "photo\" section in BuddyPress profile at front-end"
2795
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2796
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2797
 
2798
+ #: ../admin/social_login.php:1290
2799
  msgid ""
2800
  "If enabled and Social ID provider does not provide user's email address on "
2801
  "login, user will be asked to provide his/her email address. Otherwise, a "
2806
  "completare questa informazione. In caso contrario, sará generata una email "
2807
  "fittizia"
2808
 
2809
+ #: ../admin/social_login.php:1298
2810
  msgid "Send post-registration email to user to set account password"
2811
  msgstr ""
2812
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2813
  "password"
2814
 
2815
+ #: ../admin/social_login.php:1308
2816
  msgid ""
2817
  "If enabled, an email will be sent to user after registration through Social "
2818
  "Login, regarding his/her login credentials (username-password to be able to "
2822
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2823
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2824
 
2825
+ #: ../admin/social_login.php:1315
2826
  msgid "Send new user registration notification email to admin"
2827
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2828
 
2829
+ #: ../admin/social_login.php:1325
2830
  msgid ""
2831
  "If enabled, an email will be sent to admin after new user registers through "
2832
  "Social Login, notifying admin about the new user registration"
2835
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2836
  "registrazione"
2837
 
2838
+ #: ../admin/social_login.php:1332
2839
  msgid "Login redirection"
2840
  msgstr "Reindirizzamento Login"
2841
 
2842
+ #: ../admin/social_login.php:1336
2843
  msgid "Same page where user logged in"
2844
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2845
 
2846
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2847
  msgid "Account dashboard"
2848
  msgstr "Pannello Account"
2849
 
2850
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2851
  msgid "BuddyPress profile page"
2852
  msgstr "Pagina di profilo BuddyPress"
2853
 
2854
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2855
  msgid "Custom Url"
2856
  msgstr "Url personalizzata"
2857
 
2858
+ #: ../admin/social_login.php:1354
2859
  msgid "User will be redirected to the selected page after Social Login"
2860
  msgstr ""
2861
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2862
 
2863
+ #: ../admin/social_login.php:1361
2864
  msgid "Registration redirection"
2865
  msgstr "Reindirizzamento Registratione"
2866
 
2867
+ #: ../admin/social_login.php:1365
2868
  msgid "Same page from where user registered"
2869
  msgstr "La stessa pagina dove l'utente si è registrato"
2870
 
2871
+ #: ../admin/social_login.php:1383
2872
  msgid ""
2873
  "User will be redirected to the selected page after registration (first "
2874
  "Social Login) through Social Login"
2876
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2877
  "(il primo Social Login) tramite il Social Login"
2878
 
2879
+ #: ../admin/social_login.php:1392
2880
  #, fuzzy
2881
  msgid "Social Account Linking Options"
2882
  msgstr "Collegamento Social Account"
2883
 
2884
+ #: ../admin/social_login.php:1407
2885
  #, fuzzy
2886
  msgid "Text to display above the Social Account Linking interface"
2887
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2888
 
2889
+ #: ../admin/social_login.php:1414
2890
  #, fuzzy
2891
  msgid ""
2892
  "Link social account to already existing account, if email address matches"
2893
  msgstr ""
2894
  "Collega il tuo social account per accedere al tuo account su questo sito"
2895
 
2896
+ #: ../admin/social_login.php:1424
2897
  msgid ""
2898
  "If email address of the user's Social Account matches with an already "
2899
  "existing account at your website, that social account will be linked to "
2901
  "Linking interface at their profile page."
2902
  msgstr ""
2903
 
2904
+ #: ../admin/social_login.php:1432
2905
  msgid "Enable social account linking at BuddyPress profile page"
2906
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2907
 
2908
+ #: ../admin/social_login.php:1442
2909
  msgid ""
2910
  "Enable this option to show social account linking interface at BuddyPress "
2911
  "profile page"
2913
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2914
  "nella pagina di profilo BuddyPress"
2915
 
2916
+ #: ../admin/social_login.php:1453
2917
  msgid "Email popup options"
2918
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2919
 
2920
+ #: ../admin/social_login.php:1458
2921
  msgid "Text on 'Email required' popup"
2922
  msgstr "Testo del pop-up"
2923
 
2924
+ #: ../admin/social_login.php:1468
2925
  msgid ""
2926
  "This text will be displayed on email required popup. Leave empty if not "
2927
  "required."
2929
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2930
  "bianco se non si vuole utilizzare."
2931
 
2932
+ #: ../admin/social_login.php:1476
2933
  msgid "Error message for 'Email required' popup"
2934
  msgstr "Messaggio d'errore"
2935
 
2936
+ #: ../admin/social_login.php:1486
2937
  msgid ""
2938
  "This message will be displayed to user if it provides invalid or already "
2939
  "registered email"
2941
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2942
  "indirizzo email non valido o già registrato."
2943
 
2944
+ #: ../admin/social_login.php:1494
2945
  msgid "Email popup height"
2946
  msgstr "Altezza pop-up Email"
2947
 
2948
+ #: ../admin/social_login.php:1504
2949
  msgid ""
2950
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2951
  "can increase the height of popup by specifying in this option. Leave empty "
2955
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2956
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2957
 
2958
+ #: ../admin/social_login.php:1511
2959
  msgid "Enable email verification"
2960
  msgstr "Abilita verifica email"
2961
 
2962
+ #: ../admin/social_login.php:1521
2963
  msgid ""
2964
  "If enabled, email provided by the user will be verified by sending a "
2965
  "confirmation link to that email. User would not be able to login without "
2969
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2970
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2971
 
2972
+ #: ../admin/social_login.php:1541
2973
  #, fuzzy
2974
  msgid "Enable GDPR opt-in"
2975
  msgstr "Abilita Disqus Commenting"
2976
 
2977
+ #: ../admin/social_login.php:1551
2978
  msgid ""
2979
  "Enable it to show GDPR opt-in for social login and social account linking"
2980
  msgstr ""
2981
 
2982
+ #: ../admin/social_login.php:1559
2983
  #, fuzzy
2984
  msgid "Placement of GDPR opt-in"
2985
  msgstr "Abilita Disqus Commenting"
2986
 
2987
+ #: ../admin/social_login.php:1563
2988
  #, fuzzy
2989
  msgid "Above Social Login icons"
2990
  msgstr "Opzioni"
2991
 
2992
+ #: ../admin/social_login.php:1565
2993
  #, fuzzy
2994
  msgid "Below Social Login icons"
2995
  msgstr "Opzioni"
2996
 
2997
+ #: ../admin/social_login.php:1571
2998
  #, fuzzy
2999
  msgid "Placement of GDPR opt-in above or below the social login icons"
3000
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
3001
 
3002
+ #: ../admin/social_login.php:1578
3003
  msgid "Opt-in text"
3004
  msgstr ""
3005
 
3006
+ #: ../admin/social_login.php:1588
3007
  #, fuzzy
3008
  msgid "Text for the GDPR opt-in"
3009
  msgstr "Abilita Disqus Commenting"
3010
 
3011
+ #: ../admin/social_login.php:1595
3012
  msgid "Text to link to Terms-Conditions page"
3013
  msgstr ""
3014
 
3015
+ #: ../admin/social_login.php:1605
3016
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
3017
  msgstr ""
3018
 
3019
+ #: ../admin/social_login.php:1612
3020
  msgid "Terms-Conditions Url"
3021
  msgstr ""
3022
 
3023
+ #: ../admin/social_login.php:1622
3024
  #, fuzzy
3025
  msgid "Url of the terms-conditions page of your website"
3026
  msgstr "Url della homepage del tuo sito web"
3027
 
3028
+ #: ../admin/social_login.php:1629
3029
  msgid "Text to link to Privacy Policy page"
3030
  msgstr ""
3031
 
3032
+ #: ../admin/social_login.php:1639
3033
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
3034
  msgstr ""
3035
 
3036
+ #: ../admin/social_login.php:1646
3037
  msgid "Privacy Policy Url"
3038
  msgstr ""
3039
 
3040
+ #: ../admin/social_login.php:1656
3041
  #, fuzzy
3042
  msgid "Url of the privacy policy page of your website"
3043
  msgstr "Url della homepage del tuo sito web"
3044
 
3045
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
3046
  #: ../inc/widget.php:602 ../inc/widget.php:750
3047
  msgid "Select"
3048
  msgstr "Selezionare"
3049
 
3050
+ #: ../admin/social_login.php:1738
3051
  msgid "Social Login Shortcode & Widget"
3052
  msgstr "Shortcode & Widget"
3053
 
3054
+ #: ../admin/social_login.php:1739
3055
  msgid "Social Linking Shortcode"
3056
  msgstr "Social Linking Shortcode"
3057
 
3058
+ #: ../admin/social_login.php:1754
3059
  msgid "Why is social login not working?"
3060
  msgstr ""
3061
 
3062
+ #: ../admin/social_login.php:1755
3063
  msgid ""
3064
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3065
  "belong to the same app"
3066
  msgstr ""
3067
 
3068
+ #: ../admin/social_login.php:1757
3069
  msgid "Social Login not working with Varnish enabled"
3070
  msgstr ""
3071
 
3072
+ #: ../admin/social_login.php:1758
3073
  msgid ""
3074
  "Why the user is not appearing logged in even after Social Login until the "
3075
  "webpage is refreshed manually?"
3289
  msgid "Providers not selected"
3290
  msgstr "Providers non selezionati"
3291
 
3292
+ #: ../inc/social_login.php:968
3293
  msgid "Email"
3294
  msgstr "Email"
3295
 
3296
+ #: ../inc/social_login.php:969
3297
  msgid "Confirm email"
3298
  msgstr "Conferma email"
3299
 
3300
+ #: ../inc/social_login.php:971
3301
  msgid "Save"
3302
  msgstr "Salva"
3303
 
3304
+ #: ../inc/social_login.php:972
3305
  msgid "Cancel"
3306
  msgstr "Cancella"
3307
 
3308
+ #: ../inc/social_login.php:1046
3309
  msgid "Email Verification"
3310
  msgstr "Abilita verifica email"
3311
 
3312
+ #: ../inc/social_login.php:1048
3313
  msgid ""
3314
  "Please click on the following link or paste it in browser to verify your "
3315
  "email"
3595
  msgid "RSS Feed URL:"
3596
  msgstr ""
3597
 
3598
+ #, fuzzy
3599
+ #~ msgid ""
3600
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3601
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3602
+ #~ "Dropbox Client ID"
3603
+ #~ msgstr ""
3604
+ #~ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
3605
+ #~ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s"
3606
+ #~ "\" target=\"_blank\">questo collegamento</a>"
3607
+
3608
  #~ msgid "Click to show help"
3609
  #~ msgstr "Clicca per vedere l'aiuto"
3610
 
3653
  #~ msgid "Xing Consumer Key"
3654
  #~ msgstr "Xing Consumer Key"
3655
 
 
 
 
 
 
 
 
 
3656
  #, fuzzy
3657
  #~ msgid ""
3658
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
3903
  #~ msgid "Print"
3904
  #~ msgstr "Stampa"
3905
 
 
 
 
3906
  #~ msgid "Digg"
3907
  #~ msgstr "Digg"
3908
 
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-12-15 11:57+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:57+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:1273
19
  #, fuzzy
20
  msgid ""
21
  "cURL is not enabled at your website server. Please contact your website "
@@ -24,7 +24,7 @@ msgstr ""
24
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
25
  "que contatar o administrador do servidor do seu website para verificar isso."
26
 
27
- #: ../super_socializer.php:1301
28
  #, fuzzy, php-format
29
  msgid ""
30
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -34,7 +34,7 @@ msgstr ""
34
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
35
  "%s)"
36
 
37
- #: ../super_socializer.php:1304
38
  #, fuzzy, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -44,7 +44,7 @@ msgstr ""
44
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
45
  "%s)"
46
 
47
- #: ../super_socializer.php:1307
48
  msgid ""
49
  "Make sure cURL is enabled at your website server. You may need to contact "
50
  "the server administrator of your website to verify this"
@@ -52,65 +52,65 @@ msgstr ""
52
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
53
  "que contatar o administrador do servidor do seu website para verificar isso."
54
 
55
- #: ../super_socializer.php:1489 ../helper.php:975
56
  msgid "Please verify your email address to login."
57
  msgstr "Por favor verifique seu endereço de email no login."
58
 
59
- #: ../super_socializer.php:1489
60
  msgid "Your email has been verified. Now you can login to your account"
61
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
62
 
63
- #: ../super_socializer.php:1493
64
  msgid "Notification"
65
  msgstr "Notificaçao"
66
 
67
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
68
  msgid "Email required"
69
  msgstr "Necessário email"
70
 
71
- #: ../super_socializer.php:1514
72
  msgid "Please check your email inbox to complete the registration."
73
  msgstr "Por favor verifique sua caixa de email para completar o registro."
74
 
75
- #: ../super_socializer.php:1583
76
  msgid "Leave a reply"
77
  msgstr "Deixe uma resposta"
78
 
79
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
80
  msgid "Shares"
81
  msgstr ""
82
 
83
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
84
  msgid "Share"
85
  msgstr ""
86
 
87
- #: ../super_socializer.php:1599
88
  #, fuzzy
89
  msgid "Link copied."
90
  msgstr "LinkedIn"
91
 
92
- #: ../super_socializer.php:1844
93
  msgid "Super Socializer - General Options"
94
  msgstr "Super Socializer - Opções Gerais"
95
 
96
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr "Opções Gerais"
100
 
101
- #: ../super_socializer.php:1912 ../helper.php:904
102
  msgid "Social Avatar"
103
  msgstr "Avatar Social"
104
 
105
- #: ../super_socializer.php:1915
106
  msgid "Small Avatar Url"
107
  msgstr "Url para Avatar pequeno"
108
 
109
- #: ../super_socializer.php:1919
110
  msgid "Large Avatar Url"
111
  msgstr "Url para Avatar Grande"
112
 
113
- #: ../super_socializer.php:1923 ../helper.php:907
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
@@ -118,73 +118,73 @@ msgstr ""
118
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
119
  "Autenticação Social"
120
 
121
- #: ../super_socializer.php:1927 ../helper.php:908
122
  msgid "Update social avatar, next time I Social Login"
123
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
124
 
125
- #: ../super_socializer.php:2004
126
  msgid "Login with your Social ID"
127
  msgstr ""
128
 
129
- #: ../super_socializer.php:2005
130
  msgid "Email you entered is already registered or invalid"
131
  msgstr "Email fornecido já está registrado ou é inválido"
132
 
133
- #: ../super_socializer.php:2012
134
  msgid "Please enter a valid email address. You might be required to verify it"
135
  msgstr ""
136
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
137
  "confirmá-lo"
138
 
139
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
140
  msgid "Link your social account to login to your account at this website"
141
  msgstr "Associe sua conta social ao login de sua conta neste website"
142
 
143
- #: ../super_socializer.php:2256
144
  msgid "Thanks for installing Super Socializer plugin"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:2258
148
  msgid "Configure the Plugin"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:2269
152
  msgid ""
153
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
154
  "current version of Super Socializer"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:2278
158
  msgid ""
159
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
160
  "version of Super Socializer"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:2287
164
  msgid ""
165
- "Update \"Social Login Buttons\" add-on for compatibility with current "
166
- "version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:2296
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
172
  "with current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:2305
176
  msgid ""
177
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:2316
182
  #, php-format
183
  msgid ""
184
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:2325
188
  #, php-format
189
  msgid ""
190
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -192,7 +192,7 @@ msgid ""
192
  "Instagram App Secret <a href=\"%s\">here</a>"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
196
  #, php-format
197
  msgid ""
198
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -201,13 +201,13 @@ msgid ""
201
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:2359
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:2383
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -215,14 +215,14 @@ msgid ""
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
219
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
220
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
221
- #: ../super_socializer.php:2546
222
  msgid "Okay"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:2408
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -230,7 +230,7 @@ msgid ""
230
  "\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:2433
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -238,7 +238,7 @@ msgid ""
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:2458
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -246,13 +246,13 @@ msgid ""
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
- #: ../super_socializer.php:2469
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:2491
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -260,7 +260,7 @@ msgid ""
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:2519
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -269,7 +269,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:2546
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:2571
281
  #, php-format
282
  msgid ""
283
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -285,11 +285,11 @@ msgid ""
285
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
289
  msgid "Dismiss"
290
  msgstr ""
291
 
292
- #: ../super_socializer.php:2597
293
  #, php-format
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -298,135 +298,131 @@ msgid ""
298
  "that, clear share counts cache from \"Miscellaneous\" section"
299
  msgstr ""
300
 
301
- #: ../super_socializer.php:2797
302
  msgid ""
303
  "Your browser is blocking some features of this website. Please follow the "
304
  "instructions at {support_url} to unblock these."
305
  msgstr ""
306
 
307
- #: ../helper.php:8
308
  msgid "Settings saved"
309
  msgstr "Configurações salvas"
310
 
311
- #: ../helper.php:8 ../admin/social_sharing.php:49
312
- msgid "Dismiss this notice"
313
- msgstr "Dispense este aviso"
314
-
315
- #: ../helper.php:174
316
  #, fuzzy
317
  msgid "Click to toggle help"
318
  msgstr "Click para esconder ajuda"
319
 
320
- #: ../helper.php:271
321
  #, fuzzy
322
  msgid "Add-Ons"
323
  msgstr "Outros Add-ons"
324
 
325
- #: ../helper.php:272
326
  msgid "Support Documentation"
327
  msgstr ""
328
 
329
- #: ../helper.php:273
330
  msgid "Settings"
331
  msgstr "Configurações"
332
 
333
- #: ../helper.php:556
334
  msgid "Account linked successfully"
335
  msgstr "Conta associada com sucesso"
336
 
337
- #: ../helper.php:560
338
  msgid "Account already exists or linked"
339
  msgstr "Conta já existente ou já está associada"
340
 
341
- #: ../helper.php:596 ../helper.php:598
342
  #, fuzzy
343
  msgid "Login with"
344
  msgstr "Opções de autenticação"
345
 
346
- #: ../helper.php:633 ../helper.php:639
347
  msgid "Currently"
348
  msgstr "Atualmente"
349
 
350
- #: ../helper.php:633 ../helper.php:639
351
  msgid "Connected with"
352
  msgstr ""
353
 
354
- #: ../helper.php:633 ../helper.php:639
355
  msgid "Remove"
356
  msgstr "Remover"
357
 
358
- #: ../helper.php:710
359
  #, fuzzy
360
  msgid "Social Account Linking"
361
  msgstr "Comentário Social"
362
 
363
- #: ../helper.php:760
364
  msgid "Disable Standard Social Sharing on this "
365
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
366
 
367
- #: ../helper.php:765
368
  msgid "Disable Floating Social Sharing on this "
369
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
370
 
371
- #: ../helper.php:770
372
  msgid "Disable Standard like buttons on this "
373
  msgstr "Desabilitar o botão de like padrão neste(a) "
374
 
375
- #: ../helper.php:775
376
  msgid "Disable Floating like buttons on this "
377
  msgstr "Desabilitar o botão flutuante de like neste(a) "
378
 
379
- #: ../helper.php:780
380
  msgid "Disable Social Commenting on this "
381
  msgstr "Desabilitar o Comentário Social neste(a) "
382
 
383
- #: ../helper.php:789
384
  msgid "Standard Sharing Interface"
385
  msgstr "Interface Padrão de Compartilhamento"
386
 
387
- #: ../helper.php:795 ../helper.php:814
388
  msgid "Starting share count for "
389
  msgstr "Iniciando contagem compartilhada para "
390
 
391
- #: ../helper.php:808
392
  msgid "Floating Sharing Interface"
393
  msgstr "Interface de Compartilhamento Flutuante"
394
 
395
- #: ../helper.php:911
396
  msgid "Small Avatar"
397
  msgstr "Avatar Pequeno"
398
 
399
- #: ../helper.php:915
400
  msgid "Large Avatar"
401
  msgstr "Avatar Grande"
402
 
403
- #: ../helper.php:919 ../admin/general_options.php:89
404
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
405
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
406
  msgid "Save Changes"
407
  msgstr "Salvar Alterações"
408
 
409
- #: ../helper.php:1012
410
  msgid "Click to delete social profile data"
411
  msgstr ""
412
 
413
- #: ../helper.php:1041
414
  #, fuzzy
415
  msgid "Deleting"
416
  msgstr "Configurações"
417
 
418
- #: ../helper.php:1051
419
  msgid "Deleted"
420
  msgstr ""
421
 
422
- #: ../helper.php:1053
423
  msgid "Something bad happened"
424
  msgstr ""
425
 
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
427
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
429
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
431
  #, fuzzy, php-format
432
  msgid ""
@@ -482,14 +478,14 @@ msgstr ""
482
  "style&gt; )"
483
 
484
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
485
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
486
  #: ../admin/like_buttons.php:790
487
  #, fuzzy
488
  msgid "Instagram Shoutout"
489
  msgstr "Instagram"
490
 
491
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
492
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
493
  #: ../admin/like_buttons.php:792
494
  msgid ""
495
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -606,6 +602,10 @@ msgid ""
606
  "Facebook share count to work"
607
  msgstr ""
608
 
 
 
 
 
609
  #: ../admin/social_sharing.php:56
610
  msgid "Theme Selection"
611
  msgstr "Escolha de Temas"
@@ -628,7 +628,7 @@ msgstr ""
628
 
629
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
630
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
631
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
632
  #: ../admin/like_buttons.php:751
633
  msgid "Shortcode & Widget"
634
  msgstr "Shortcode & Widget"
@@ -639,7 +639,7 @@ msgstr "Resolução de Problemas"
639
 
640
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
641
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
642
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
643
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
644
  msgid "FAQ"
645
  msgstr "P&R"
@@ -872,8 +872,8 @@ msgstr "Url personalizada"
872
  msgid "Url to share"
873
  msgstr "Url para compartilhar"
874
 
875
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
876
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
877
  #: ../inc/widget.php:949
878
  msgid "Title"
879
  msgstr "Título"
@@ -962,7 +962,7 @@ msgid "Placement"
962
  msgstr "Localização"
963
 
964
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
965
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
966
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
967
  msgid "Homepage"
968
  msgstr "Homepage"
@@ -1241,7 +1241,7 @@ msgstr ""
1241
  msgid "Required only to track Facebook share count"
1242
  msgstr ""
1243
 
1244
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1245
  msgid "Facebook App ID"
1246
  msgstr "Facebook App ID"
1247
 
@@ -1255,7 +1255,7 @@ msgstr ""
1255
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1256
  "para obter o Facebook App ID"
1257
 
1258
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1259
  #, fuzzy
1260
  msgid "Facebook App Secret"
1261
  msgstr "Facebook App ID"
@@ -1446,7 +1446,7 @@ msgstr ""
1446
  "website:"
1447
 
1448
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1449
- #: ../admin/social_login.php:1569
1450
  msgid ""
1451
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1452
  "an online website for the plugin to function properly."
@@ -1503,7 +1503,7 @@ msgid ""
1503
  msgstr ""
1504
 
1505
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1506
- #: ../admin/social_login.php:1576
1507
  msgid "Why is my browser blocking some features of the plugin?"
1508
  msgstr ""
1509
 
@@ -1827,11 +1827,11 @@ msgstr "Configuração Básica"
1827
  msgid "Advanced Configuration"
1828
  msgstr "Configuração Básica"
1829
 
1830
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1831
  msgid "GDPR"
1832
  msgstr ""
1833
 
1834
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1835
  msgid "XProfile Integration"
1836
  msgstr ""
1837
 
@@ -1926,19 +1926,36 @@ msgid "Twitch"
1926
  msgstr "Twitter"
1927
 
1928
  #: ../admin/social_login.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1929
  msgid "Github"
1930
  msgstr ""
1931
 
1932
- #: ../admin/social_login.php:162
1933
  msgid "Kakao"
1934
  msgstr ""
1935
 
1936
- #: ../admin/social_login.php:170
1937
  msgid "Select Social ID provider to enable in Social Login"
1938
  msgstr ""
1939
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1940
 
1941
- #: ../admin/social_login.php:187
1942
  #, php-format
1943
  msgid ""
1944
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1948,14 +1965,14 @@ msgstr ""
1948
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1949
  "para obter o Facebook App ID"
1950
 
1951
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
1952
  #, fuzzy
1953
  msgid ""
1954
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1955
  msgstr ""
1956
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1957
 
1958
- #: ../admin/social_login.php:208
1959
  #, fuzzy, php-format
1960
  msgid ""
1961
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1965,11 +1982,11 @@ msgstr ""
1965
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1966
  "para obter o Facebook App ID"
1967
 
1968
- #: ../admin/social_login.php:219
1969
  msgid "Twitter API Key"
1970
  msgstr "Twitter API Key"
1971
 
1972
- #: ../admin/social_login.php:229
1973
  #, php-format
1974
  msgid ""
1975
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1979,19 +1996,20 @@ msgstr ""
1979
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1980
  "para obter Twitter API Key"
1981
 
1982
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
1983
  #, fuzzy
1984
  msgid ""
1985
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1986
  msgstr ""
1987
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1988
 
1989
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
1990
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
1991
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
1992
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
1993
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
1994
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
1995
  #, fuzzy
1996
  msgid ""
1997
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2000,11 +2018,11 @@ msgstr ""
2000
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2001
  "mencionado"
2002
 
2003
- #: ../admin/social_login.php:244
2004
  msgid "Twitter API Secret"
2005
  msgstr "Segredo API Twitter"
2006
 
2007
- #: ../admin/social_login.php:254
2008
  #, php-format
2009
  msgid ""
2010
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2014,12 +2032,12 @@ msgstr ""
2014
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2015
  "obter o segredo da API Twitter"
2016
 
2017
- #: ../admin/social_login.php:269
2018
  #, fuzzy
2019
  msgid "LinkedIn Client ID"
2020
  msgstr "LinkedIn"
2021
 
2022
- #: ../admin/social_login.php:279
2023
  #, fuzzy, php-format
2024
  msgid ""
2025
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2029,8 +2047,8 @@ msgstr ""
2029
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2030
  "obeter API Key do LinkedIn"
2031
 
2032
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
2033
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
2034
  #, fuzzy
2035
  msgid ""
2036
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2038,12 +2056,12 @@ msgid ""
2038
  msgstr ""
2039
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2040
 
2041
- #: ../admin/social_login.php:290
2042
  #, fuzzy
2043
  msgid "LinkedIn Client Secret"
2044
  msgstr "LinkedIn"
2045
 
2046
- #: ../admin/social_login.php:300
2047
  #, fuzzy, php-format
2048
  msgid ""
2049
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2054,12 +2072,12 @@ msgstr ""
2054
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2055
  "obeter API Key do LinkedIn"
2056
 
2057
- #: ../admin/social_login.php:311
2058
  #, fuzzy
2059
  msgid "Google Client ID"
2060
  msgstr "Google+ Client ID"
2061
 
2062
- #: ../admin/social_login.php:321
2063
  #, fuzzy, php-format
2064
  msgid ""
2065
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2069,7 +2087,7 @@ msgstr ""
2069
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2070
  "obter o GooglePlus Client ID"
2071
 
2072
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
2073
  #, fuzzy
2074
  msgid ""
2075
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2077,12 +2095,12 @@ msgid ""
2077
  msgstr ""
2078
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2079
 
2080
- #: ../admin/social_login.php:332
2081
  #, fuzzy
2082
  msgid "Google Client Secret"
2083
  msgstr "Google+ Client ID"
2084
 
2085
- #: ../admin/social_login.php:342
2086
  #, fuzzy, php-format
2087
  msgid ""
2088
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2092,11 +2110,11 @@ msgstr ""
2092
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2093
  "obter o GooglePlus Client ID"
2094
 
2095
- #: ../admin/social_login.php:353
2096
  msgid "Vkontakte Application ID"
2097
  msgstr "Vkontakte Application ID"
2098
 
2099
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
2100
  #, php-format
2101
  msgid ""
2102
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2107,7 +2125,7 @@ msgstr ""
2107
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2108
  "obter Vkontakte Application ID"
2109
 
2110
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
2111
  #, fuzzy
2112
  msgid ""
2113
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2115,17 +2133,17 @@ msgid ""
2115
  msgstr ""
2116
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2117
 
2118
- #: ../admin/social_login.php:374
2119
  #, fuzzy
2120
  msgid "Vkontakte Secure key"
2121
  msgstr "Vkontakte"
2122
 
2123
- #: ../admin/social_login.php:395
2124
  #, fuzzy
2125
  msgid "Instagram App ID"
2126
  msgstr "Instagram Client ID"
2127
 
2128
- #: ../admin/social_login.php:405
2129
  #, fuzzy, php-format
2130
  msgid ""
2131
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2135,7 +2153,7 @@ msgstr ""
2135
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2136
  "obter Instagram Client ID"
2137
 
2138
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
2139
  #, fuzzy
2140
  msgid ""
2141
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -2143,12 +2161,12 @@ msgid ""
2143
  msgstr ""
2144
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2145
 
2146
- #: ../admin/social_login.php:416
2147
  #, fuzzy
2148
  msgid "Instagram App Secret"
2149
  msgstr "Instagram"
2150
 
2151
- #: ../admin/social_login.php:426
2152
  #, fuzzy, php-format
2153
  msgid ""
2154
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2158,11 +2176,11 @@ msgstr ""
2158
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2159
  "obter Instagram Client ID"
2160
 
2161
- #: ../admin/social_login.php:437
2162
  msgid "Line Channel ID"
2163
  msgstr ""
2164
 
2165
- #: ../admin/social_login.php:446
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2172,12 +2190,12 @@ msgstr ""
2172
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2173
  "obeter API Key do LinkedIn"
2174
 
2175
- #: ../admin/social_login.php:457
2176
  #, fuzzy
2177
  msgid "Line Channel Secret"
2178
  msgstr "LinkedIn"
2179
 
2180
- #: ../admin/social_login.php:466
2181
  #, fuzzy, php-format
2182
  msgid ""
2183
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2187,12 +2205,12 @@ msgstr ""
2187
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2188
  "obeter API Key do LinkedIn"
2189
 
2190
- #: ../admin/social_login.php:477
2191
  #, fuzzy
2192
  msgid "Wordpress Client ID"
2193
  msgstr "Google+ Client ID"
2194
 
2195
- #: ../admin/social_login.php:486
2196
  #, fuzzy, php-format
2197
  msgid ""
2198
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2202,12 +2220,12 @@ msgstr ""
2202
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2203
  "obter o GooglePlus Client ID"
2204
 
2205
- #: ../admin/social_login.php:497
2206
  #, fuzzy
2207
  msgid "Wordpress Client Secret"
2208
  msgstr "Google+ Client ID"
2209
 
2210
- #: ../admin/social_login.php:506
2211
  #, fuzzy, php-format
2212
  msgid ""
2213
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2218,12 +2236,12 @@ msgstr ""
2218
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2219
  "obter o GooglePlus Client ID"
2220
 
2221
- #: ../admin/social_login.php:517
2222
  #, fuzzy
2223
  msgid "Microsoft Client ID"
2224
  msgstr "Google+ Client ID"
2225
 
2226
- #: ../admin/social_login.php:526
2227
  #, fuzzy, php-format
2228
  msgid ""
2229
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2233,8 +2251,9 @@ msgstr ""
2233
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2234
  "obter o GooglePlus Client ID"
2235
 
2236
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
2237
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
2238
  #, fuzzy
2239
  msgid ""
2240
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2242,12 +2261,12 @@ msgid ""
2242
  msgstr ""
2243
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2244
 
2245
- #: ../admin/social_login.php:537
2246
  #, fuzzy
2247
  msgid "Microsoft Client Secret"
2248
  msgstr "Google+ Client ID"
2249
 
2250
- #: ../admin/social_login.php:546
2251
  #, fuzzy, php-format
2252
  msgid ""
2253
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2258,12 +2277,12 @@ msgstr ""
2258
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2259
  "obter o GooglePlus Client ID"
2260
 
2261
- #: ../admin/social_login.php:556
2262
  #, fuzzy
2263
  msgid "Steam API Key"
2264
  msgstr "Twitter API Key"
2265
 
2266
- #: ../admin/social_login.php:565
2267
  #, fuzzy, php-format
2268
  msgid ""
2269
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2273,19 +2292,19 @@ msgstr ""
2273
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2274
  "para obter Twitter API Key"
2275
 
2276
- #: ../admin/social_login.php:566
2277
  #, fuzzy
2278
  msgid "Save following <strong>domain</strong> to get the key"
2279
  msgstr ""
2280
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2281
  "mencionado"
2282
 
2283
- #: ../admin/social_login.php:575
2284
  #, fuzzy
2285
  msgid "Yahoo Client ID"
2286
  msgstr "Google+ Client ID"
2287
 
2288
- #: ../admin/social_login.php:584
2289
  #, fuzzy, php-format
2290
  msgid ""
2291
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2295,7 +2314,7 @@ msgstr ""
2295
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2296
  "obter o GooglePlus Client ID"
2297
 
2298
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2299
  #, fuzzy
2300
  msgid ""
2301
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
@@ -2303,12 +2322,12 @@ msgid ""
2303
  msgstr ""
2304
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2305
 
2306
- #: ../admin/social_login.php:595
2307
  #, fuzzy
2308
  msgid "Yahoo Client Secret"
2309
  msgstr "Google+ Client ID"
2310
 
2311
- #: ../admin/social_login.php:604
2312
  #, fuzzy, php-format
2313
  msgid ""
2314
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2318,12 +2337,12 @@ msgstr ""
2318
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2319
  "obter o GooglePlus Client ID"
2320
 
2321
- #: ../admin/social_login.php:616
2322
  #, fuzzy
2323
  msgid "Spotify Client ID"
2324
  msgstr "Google+ Client ID"
2325
 
2326
- #: ../admin/social_login.php:625
2327
  #, fuzzy, php-format
2328
  msgid ""
2329
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2333,12 +2352,12 @@ msgstr ""
2333
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2334
  "obter o GooglePlus Client ID"
2335
 
2336
- #: ../admin/social_login.php:636
2337
  #, fuzzy
2338
  msgid "Spotify Client Secret"
2339
  msgstr "Google+ Client ID"
2340
 
2341
- #: ../admin/social_login.php:645
2342
  #, fuzzy, php-format
2343
  msgid ""
2344
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2349,12 +2368,12 @@ msgstr ""
2349
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2350
  "obter o GooglePlus Client ID"
2351
 
2352
- #: ../admin/social_login.php:658
2353
  #, fuzzy
2354
  msgid "Dribbble Client ID"
2355
  msgstr "Google+ Client ID"
2356
 
2357
- #: ../admin/social_login.php:667
2358
  #, fuzzy, php-format
2359
  msgid ""
2360
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2364,12 +2383,12 @@ msgstr ""
2364
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2365
  "obter o GooglePlus Client ID"
2366
 
2367
- #: ../admin/social_login.php:678
2368
  #, fuzzy
2369
  msgid "Dribbble Client Secret"
2370
  msgstr "Google+ Client ID"
2371
 
2372
- #: ../admin/social_login.php:687
2373
  #, fuzzy, php-format
2374
  msgid ""
2375
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2380,12 +2399,12 @@ msgstr ""
2380
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2381
  "obter o GooglePlus Client ID"
2382
 
2383
- #: ../admin/social_login.php:699
2384
  #, fuzzy
2385
  msgid "Twitch Client ID"
2386
  msgstr "Instagram Client ID"
2387
 
2388
- #: ../admin/social_login.php:708
2389
  #, fuzzy, php-format
2390
  msgid ""
2391
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2395,12 +2414,12 @@ msgstr ""
2395
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2396
  "obter o GooglePlus Client ID"
2397
 
2398
- #: ../admin/social_login.php:719
2399
  #, fuzzy
2400
  msgid "Twitch Client Secret"
2401
  msgstr "Instagram Client ID"
2402
 
2403
- #: ../admin/social_login.php:728
2404
  #, fuzzy, php-format
2405
  msgid ""
2406
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2410,12 +2429,148 @@ msgstr ""
2410
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2411
  "obter o GooglePlus Client ID"
2412
 
2413
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2414
  #, fuzzy
2415
  msgid "Github Client ID"
2416
  msgstr "Instagram Client ID"
2417
 
2418
- #: ../admin/social_login.php:751
2419
  #, fuzzy, php-format
2420
  msgid ""
2421
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2425,12 +2580,12 @@ msgstr ""
2425
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2426
  "obter o GooglePlus Client ID"
2427
 
2428
- #: ../admin/social_login.php:762
2429
  #, fuzzy
2430
  msgid "Github Client Secret"
2431
  msgstr "Instagram Client ID"
2432
 
2433
- #: ../admin/social_login.php:771
2434
  #, fuzzy, php-format
2435
  msgid ""
2436
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2440,12 +2595,12 @@ msgstr ""
2440
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2441
  "obter o GooglePlus Client ID"
2442
 
2443
- #: ../admin/social_login.php:784
2444
  #, fuzzy
2445
  msgid "Kakao Client ID"
2446
  msgstr "Google+ Client ID"
2447
 
2448
- #: ../admin/social_login.php:793
2449
  #, fuzzy, php-format
2450
  msgid ""
2451
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2455,12 +2610,12 @@ msgstr ""
2455
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2456
  "obter o GooglePlus Client ID"
2457
 
2458
- #: ../admin/social_login.php:804
2459
  #, fuzzy
2460
  msgid "Kakao Client Secret"
2461
  msgstr "Google+ Client ID"
2462
 
2463
- #: ../admin/social_login.php:813
2464
  #, fuzzy, php-format
2465
  msgid ""
2466
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2470,49 +2625,49 @@ msgstr ""
2470
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2471
  "obter o GooglePlus Client ID"
2472
 
2473
- #: ../admin/social_login.php:833
2474
  #, fuzzy
2475
  msgid "Social Login Options"
2476
  msgstr "Autenticação Social"
2477
 
2478
- #: ../admin/social_login.php:848
2479
  msgid "Text to display above the Social Login interface"
2480
  msgstr "Texto exibido acima da interface de Autenticação Social"
2481
 
2482
- #: ../admin/social_login.php:856
2483
  msgid "Trigger social login in the same browser tab"
2484
  msgstr ""
2485
 
2486
- #: ../admin/social_login.php:866
2487
  msgid "Trigger social login in the same browser tab instead of a popup window"
2488
  msgstr ""
2489
 
2490
- #: ../admin/social_login.php:873
2491
  #, fuzzy
2492
  msgid "Center align icons"
2493
  msgstr "Rearranjar ícones"
2494
 
2495
- #: ../admin/social_login.php:883
2496
  #, fuzzy
2497
  msgid "Center align social login icons"
2498
  msgstr "Autenticação Social"
2499
 
2500
- #: ../admin/social_login.php:890
2501
  msgid "Enable at login page"
2502
  msgstr "Habilia a página de autenticação"
2503
 
2504
- #: ../admin/social_login.php:900
2505
  msgid ""
2506
  "Social Login interface will get enabled at the login page of your website"
2507
  msgstr ""
2508
  "Interface de Autenticação Social será habilitada na página de autenticação "
2509
  "do seu website"
2510
 
2511
- #: ../admin/social_login.php:907
2512
  msgid "Enable at register page"
2513
  msgstr "Habilitar página de registro"
2514
 
2515
- #: ../admin/social_login.php:917
2516
  msgid ""
2517
  "Social Login interface will get enabled at the registration page of your "
2518
  "website"
@@ -2520,21 +2675,21 @@ msgstr ""
2520
  "Interface de Autenticação Social será habilitada na página de registro de "
2521
  "seu website"
2522
 
2523
- #: ../admin/social_login.php:924
2524
  msgid "Enable at comment form"
2525
  msgstr "Habilitar no formulário de comentário"
2526
 
2527
- #: ../admin/social_login.php:934
2528
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2529
  msgstr ""
2530
  "Interface de Autenticação Social será habilitada em seu formulário de "
2531
  "comentários Wordpress"
2532
 
2533
- #: ../admin/social_login.php:948
2534
  msgid "Enable before WooCommerce Customer Login Form"
2535
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2536
 
2537
- #: ../admin/social_login.php:958
2538
  msgid ""
2539
  "Social Login Interface will get enabled before the customer login form at "
2540
  "WooCommerce My Account page"
@@ -2542,13 +2697,13 @@ msgstr ""
2542
  "Interface de Autenticação Social será habilitada antes do formulário de "
2543
  "autenticação de cliente na página Minha Conta do WooCommerce"
2544
 
2545
- #: ../admin/social_login.php:965
2546
  #, fuzzy
2547
  msgid "Enable at WooCommerce Customer Login Form"
2548
  msgstr ""
2549
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2550
 
2551
- #: ../admin/social_login.php:975
2552
  #, fuzzy
2553
  msgid ""
2554
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2557,13 +2712,13 @@ msgstr ""
2557
  "Interface de Autenticação Social será habilitada depois do formulário de "
2558
  "autenticação de cliente na página Minha Conta do WooCommerce"
2559
 
2560
- #: ../admin/social_login.php:982
2561
  #, fuzzy
2562
  msgid "Enable at WooCommerce Customer Register Form"
2563
  msgstr ""
2564
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2565
 
2566
- #: ../admin/social_login.php:992
2567
  #, fuzzy
2568
  msgid ""
2569
  "Integrate Social Login Interface with the customer register form at "
@@ -2572,22 +2727,22 @@ msgstr ""
2572
  "Interface de Autenticação Social será habilitada depois do formulário de "
2573
  "autenticação de cliente na página Minha Conta do WooCommerce"
2574
 
2575
- #: ../admin/social_login.php:999
2576
  msgid "Enable at WooCommerce checkout page"
2577
  msgstr "Habilitado na página de checkout do WooCommerce"
2578
 
2579
- #: ../admin/social_login.php:1009
2580
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2581
  msgstr ""
2582
  "Interface de Autenticação Social será habilitada página de checkout do "
2583
  "WooCommerce"
2584
 
2585
- #: ../admin/social_login.php:1019
2586
  msgid "Auto-approve comments made by Social Login users"
2587
  msgstr ""
2588
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2589
 
2590
- #: ../admin/social_login.php:1029
2591
  msgid ""
2592
  "If this option is enabled, and WordPress comment is made by Social Login "
2593
  "user, comment will get approved immediately without keeping in moderation."
@@ -2596,15 +2751,15 @@ msgstr ""
2596
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2597
  "considerações de moderação."
2598
 
2599
- #: ../admin/social_login.php:1030
2600
  msgid "Note: This is not related to Facebook comments"
2601
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2602
 
2603
- #: ../admin/social_login.php:1039
2604
  msgid "Enable social avatar"
2605
  msgstr "Habilitar o avatar social"
2606
 
2607
- #: ../admin/social_login.php:1049
2608
  msgid ""
2609
  "Social profile pictures of the logged in user will be displayed as profile "
2610
  "avatar"
@@ -2612,30 +2767,30 @@ msgstr ""
2612
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2613
  "do perfil"
2614
 
2615
- #: ../admin/social_login.php:1058
2616
  msgid "Avatar quality"
2617
  msgstr "Qualidade do Avatar"
2618
 
2619
- #: ../admin/social_login.php:1061
2620
  msgid "Average"
2621
  msgstr "Média"
2622
 
2623
- #: ../admin/social_login.php:1062
2624
  msgid "Best"
2625
  msgstr "Melhor"
2626
 
2627
- #: ../admin/social_login.php:1069
2628
  msgid "Choose avatar quality"
2629
  msgstr "Escolha a qualidade do avatar"
2630
 
2631
- #: ../admin/social_login.php:1077
2632
  msgid ""
2633
  "Show option for users to update social avatar at BuddyPress profile page"
2634
  msgstr ""
2635
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2636
  "perfil do BuddyPress"
2637
 
2638
- #: ../admin/social_login.php:1087
2639
  msgid ""
2640
  "If enabled, users would be able to update their social avatar from \"Profile "
2641
  "photo\" section in BuddyPress profile at front-end"
@@ -2643,7 +2798,7 @@ msgstr ""
2643
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2644
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2645
 
2646
- #: ../admin/social_login.php:1107
2647
  msgid ""
2648
  "If enabled and Social ID provider does not provide user's email address on "
2649
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2653,11 +2808,11 @@ msgstr ""
2653
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2654
  "email. Do contrário, um email postiço será gerado"
2655
 
2656
- #: ../admin/social_login.php:1115
2657
  msgid "Send post-registration email to user to set account password"
2658
  msgstr ""
2659
 
2660
- #: ../admin/social_login.php:1125
2661
  msgid ""
2662
  "If enabled, an email will be sent to user after registration through Social "
2663
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2667,12 +2822,12 @@ msgstr ""
2667
  "Social, com respeito as credecial do usuário para autenticação (username-"
2668
  "senha para possibilitar a autenticação via formulário tradicional)"
2669
 
2670
- #: ../admin/social_login.php:1132
2671
  #, fuzzy
2672
  msgid "Send new user registration notification email to admin"
2673
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2674
 
2675
- #: ../admin/social_login.php:1142
2676
  #, fuzzy
2677
  msgid ""
2678
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2682,40 +2837,40 @@ msgstr ""
2682
  "Social, com respeito as credecial do usuário para autenticação (username-"
2683
  "senha para possibilitar a autenticação via formulário tradicional)"
2684
 
2685
- #: ../admin/social_login.php:1149
2686
  msgid "Login redirection"
2687
  msgstr "Redireção de autenticação"
2688
 
2689
- #: ../admin/social_login.php:1153
2690
  msgid "Same page where user logged in"
2691
  msgstr "Mesma página onde o usuário autenticou-se"
2692
 
2693
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2694
  msgid "Account dashboard"
2695
  msgstr "Painel da Conta"
2696
 
2697
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2698
  msgid "BuddyPress profile page"
2699
  msgstr "Página de perfil BuddyPress"
2700
 
2701
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2702
  msgid "Custom Url"
2703
  msgstr "Url Personalizada"
2704
 
2705
- #: ../admin/social_login.php:1171
2706
  msgid "User will be redirected to the selected page after Social Login"
2707
  msgstr ""
2708
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2709
 
2710
- #: ../admin/social_login.php:1178
2711
  msgid "Registration redirection"
2712
  msgstr "Redirecionamento de registro"
2713
 
2714
- #: ../admin/social_login.php:1182
2715
  msgid "Same page from where user registered"
2716
  msgstr "Mesma página de onde o usuário se registrou"
2717
 
2718
- #: ../admin/social_login.php:1200
2719
  msgid ""
2720
  "User will be redirected to the selected page after registration (first "
2721
  "Social Login) through Social Login"
@@ -2723,23 +2878,23 @@ msgstr ""
2723
  "O usuário será redirecionado para a página selecionada após o registro "
2724
  "(primeira Autenticação Social) através da Autenticação Social"
2725
 
2726
- #: ../admin/social_login.php:1209
2727
  #, fuzzy
2728
  msgid "Social Account Linking Options"
2729
  msgstr "Comentário Social"
2730
 
2731
- #: ../admin/social_login.php:1224
2732
  #, fuzzy
2733
  msgid "Text to display above the Social Account Linking interface"
2734
  msgstr "Texto exibido acima da interface de Autenticação Social"
2735
 
2736
- #: ../admin/social_login.php:1231
2737
  #, fuzzy
2738
  msgid ""
2739
  "Link social account to already existing account, if email address matches"
2740
  msgstr "Associe sua conta social ao login de sua conta neste website"
2741
 
2742
- #: ../admin/social_login.php:1241
2743
  msgid ""
2744
  "If email address of the user's Social Account matches with an already "
2745
  "existing account at your website, that social account will be linked to "
@@ -2747,11 +2902,11 @@ msgid ""
2747
  "Linking interface at their profile page."
2748
  msgstr ""
2749
 
2750
- #: ../admin/social_login.php:1249
2751
  msgid "Enable social account linking at BuddyPress profile page"
2752
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2753
 
2754
- #: ../admin/social_login.php:1259
2755
  msgid ""
2756
  "Enable this option to show social account linking interface at BuddyPress "
2757
  "profile page"
@@ -2759,15 +2914,15 @@ msgstr ""
2759
  "Habilitar estar opção para exibir a conta social associada a página de "
2760
  "interface de perfil do BuddyPress"
2761
 
2762
- #: ../admin/social_login.php:1270
2763
  msgid "Email popup options"
2764
  msgstr "Opções de popup de email"
2765
 
2766
- #: ../admin/social_login.php:1275
2767
  msgid "Text on 'Email required' popup"
2768
  msgstr "Texto popup de 'Email requerido'"
2769
 
2770
- #: ../admin/social_login.php:1285
2771
  msgid ""
2772
  "This text will be displayed on email required popup. Leave empty if not "
2773
  "required."
@@ -2775,11 +2930,11 @@ msgstr ""
2775
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2776
  "o email não for requerido."
2777
 
2778
- #: ../admin/social_login.php:1293
2779
  msgid "Error message for 'Email required' popup"
2780
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2781
 
2782
- #: ../admin/social_login.php:1303
2783
  msgid ""
2784
  "This message will be displayed to user if it provides invalid or already "
2785
  "registered email"
@@ -2787,11 +2942,11 @@ msgstr ""
2787
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2788
  "ou já registrado"
2789
 
2790
- #: ../admin/social_login.php:1311
2791
  msgid "Email popup height"
2792
  msgstr "Altura do popup de email"
2793
 
2794
- #: ../admin/social_login.php:1321
2795
  msgid ""
2796
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2797
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2801,11 +2956,11 @@ msgstr ""
2801
  "requirido\\\", você pode incrementar a altura do popup através de "
2802
  "especificação nesta opção. Deixe vazio para padrão."
2803
 
2804
- #: ../admin/social_login.php:1328
2805
  msgid "Enable email verification"
2806
  msgstr "Habilitar verificação de email"
2807
 
2808
- #: ../admin/social_login.php:1338
2809
  msgid ""
2810
  "If enabled, email provided by the user will be verified by sending a "
2811
  "confirmation link to that email. User would not be able to login without "
@@ -2815,107 +2970,107 @@ msgstr ""
2815
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2816
  "antes de validar seu email"
2817
 
2818
- #: ../admin/social_login.php:1358
2819
  #, fuzzy
2820
  msgid "Enable GDPR opt-in"
2821
  msgstr "Habilitar comentário Disqus"
2822
 
2823
- #: ../admin/social_login.php:1368
2824
  msgid ""
2825
  "Enable it to show GDPR opt-in for social login and social account linking"
2826
  msgstr ""
2827
 
2828
- #: ../admin/social_login.php:1376
2829
  #, fuzzy
2830
  msgid "Placement of GDPR opt-in"
2831
  msgstr "Habilitar comentário Disqus"
2832
 
2833
- #: ../admin/social_login.php:1380
2834
  #, fuzzy
2835
  msgid "Above Social Login icons"
2836
  msgstr "Autenticação Social"
2837
 
2838
- #: ../admin/social_login.php:1382
2839
  #, fuzzy
2840
  msgid "Below Social Login icons"
2841
  msgstr "Autenticação Social"
2842
 
2843
- #: ../admin/social_login.php:1388
2844
  #, fuzzy
2845
  msgid "Placement of GDPR opt-in above or below the social login icons"
2846
  msgstr "Texto exibido acima da interface de Autenticação Social"
2847
 
2848
- #: ../admin/social_login.php:1395
2849
  msgid "Opt-in text"
2850
  msgstr ""
2851
 
2852
- #: ../admin/social_login.php:1405
2853
  #, fuzzy
2854
  msgid "Text for the GDPR opt-in"
2855
  msgstr "Habilitar comentário Disqus"
2856
 
2857
- #: ../admin/social_login.php:1412
2858
  msgid "Text to link to Terms-Conditions page"
2859
  msgstr ""
2860
 
2861
- #: ../admin/social_login.php:1422
2862
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2863
  msgstr ""
2864
 
2865
- #: ../admin/social_login.php:1429
2866
  msgid "Terms-Conditions Url"
2867
  msgstr ""
2868
 
2869
- #: ../admin/social_login.php:1439
2870
  #, fuzzy
2871
  msgid "Url of the terms-conditions page of your website"
2872
  msgstr "Url da homepage do seu website"
2873
 
2874
- #: ../admin/social_login.php:1446
2875
  msgid "Text to link to Privacy Policy page"
2876
  msgstr ""
2877
 
2878
- #: ../admin/social_login.php:1456
2879
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2880
  msgstr ""
2881
 
2882
- #: ../admin/social_login.php:1463
2883
  msgid "Privacy Policy Url"
2884
  msgstr ""
2885
 
2886
- #: ../admin/social_login.php:1473
2887
  #, fuzzy
2888
  msgid "Url of the privacy policy page of your website"
2889
  msgstr "Url da homepage do seu website"
2890
 
2891
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
2892
  #: ../inc/widget.php:602 ../inc/widget.php:750
2893
  msgid "Select"
2894
  msgstr "Selecione"
2895
 
2896
- #: ../admin/social_login.php:1555
2897
  msgid "Social Login Shortcode & Widget"
2898
  msgstr "Autenticação Social Shortcode & Widget"
2899
 
2900
- #: ../admin/social_login.php:1556
2901
  msgid "Social Linking Shortcode"
2902
  msgstr "Shortcode de associação Social"
2903
 
2904
- #: ../admin/social_login.php:1571
2905
  msgid "Why is social login not working?"
2906
  msgstr ""
2907
 
2908
- #: ../admin/social_login.php:1572
2909
  msgid ""
2910
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2911
  "belong to the same app"
2912
  msgstr ""
2913
 
2914
- #: ../admin/social_login.php:1574
2915
  msgid "Social Login not working with Varnish enabled"
2916
  msgstr ""
2917
 
2918
- #: ../admin/social_login.php:1575
2919
  msgid ""
2920
  "Why the user is not appearing logged in even after Social Login until the "
2921
  "webpage is refreshed manually?"
@@ -3132,28 +3287,28 @@ msgstr "Requisição inválida"
3132
  msgid "Providers not selected"
3133
  msgstr "Provedor não selecionado"
3134
 
3135
- #: ../inc/social_login.php:854
3136
  msgid "Email"
3137
  msgstr ""
3138
 
3139
- #: ../inc/social_login.php:855
3140
  msgid "Confirm email"
3141
  msgstr ""
3142
 
3143
- #: ../inc/social_login.php:857
3144
  msgid "Save"
3145
  msgstr ""
3146
 
3147
- #: ../inc/social_login.php:858
3148
  msgid "Cancel"
3149
  msgstr ""
3150
 
3151
- #: ../inc/social_login.php:932
3152
  #, fuzzy
3153
  msgid "Email Verification"
3154
  msgstr "Habilitar verificação de email"
3155
 
3156
- #: ../inc/social_login.php:934
3157
  msgid ""
3158
  "Please click on the following link or paste it in browser to verify your "
3159
  "email"
@@ -3437,6 +3592,16 @@ msgstr ""
3437
  msgid "RSS Feed URL:"
3438
  msgstr ""
3439
 
 
 
 
 
 
 
 
 
 
 
3440
  #~ msgid "Click to show help"
3441
  #~ msgstr "Click para exibir ajuda"
3442
 
@@ -3481,14 +3646,6 @@ msgstr ""
3481
  #~ msgid "Xing Consumer Key"
3482
  #~ msgstr "Xing Consumer Key"
3483
 
3484
- #~ msgid ""
3485
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3486
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3487
- #~ msgstr ""
3488
- #~ "Requirido para Autenticação Social Xind funcionar. Por favor siga a "
3489
- #~ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
3490
- #~ "obter Xing Consumer Key"
3491
-
3492
  #, fuzzy
3493
  #~ msgid ""
3494
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:37+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:37+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:1570
19
  #, fuzzy
20
  msgid ""
21
  "cURL is not enabled at your website server. Please contact your website "
24
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
25
  "que contatar o administrador do servidor do seu website para verificar isso."
26
 
27
+ #: ../super_socializer.php:1598
28
  #, fuzzy, php-format
29
  msgid ""
30
  "Enter exactly the following url in <strong>Website</strong> option in your "
34
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
35
  "%s)"
36
 
37
+ #: ../super_socializer.php:1601
38
  #, fuzzy, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
44
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
45
  "%s)"
46
 
47
+ #: ../super_socializer.php:1604
48
  msgid ""
49
  "Make sure cURL is enabled at your website server. You may need to contact "
50
  "the server administrator of your website to verify this"
52
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
53
  "que contatar o administrador do servidor do seu website para verificar isso."
54
 
55
+ #: ../super_socializer.php:1786 ../helper.php:986
56
  msgid "Please verify your email address to login."
57
  msgstr "Por favor verifique seu endereço de email no login."
58
 
59
+ #: ../super_socializer.php:1786
60
  msgid "Your email has been verified. Now you can login to your account"
61
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
62
 
63
+ #: ../super_socializer.php:1790
64
  msgid "Notification"
65
  msgstr "Notificaçao"
66
 
67
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
68
  msgid "Email required"
69
  msgstr "Necessário email"
70
 
71
+ #: ../super_socializer.php:1811
72
  msgid "Please check your email inbox to complete the registration."
73
  msgstr "Por favor verifique sua caixa de email para completar o registro."
74
 
75
+ #: ../super_socializer.php:1880
76
  msgid "Leave a reply"
77
  msgstr "Deixe uma resposta"
78
 
79
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
80
  msgid "Shares"
81
  msgstr ""
82
 
83
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
84
  msgid "Share"
85
  msgstr ""
86
 
87
+ #: ../super_socializer.php:1896
88
  #, fuzzy
89
  msgid "Link copied."
90
  msgstr "LinkedIn"
91
 
92
+ #: ../super_socializer.php:2141
93
  msgid "Super Socializer - General Options"
94
  msgstr "Super Socializer - Opções Gerais"
95
 
96
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr "Opções Gerais"
100
 
101
+ #: ../super_socializer.php:2209 ../helper.php:915
102
  msgid "Social Avatar"
103
  msgstr "Avatar Social"
104
 
105
+ #: ../super_socializer.php:2212
106
  msgid "Small Avatar Url"
107
  msgstr "Url para Avatar pequeno"
108
 
109
+ #: ../super_socializer.php:2216
110
  msgid "Large Avatar Url"
111
  msgstr "Url para Avatar Grande"
112
 
113
+ #: ../super_socializer.php:2220 ../helper.php:918
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
118
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
119
  "Autenticação Social"
120
 
121
+ #: ../super_socializer.php:2224 ../helper.php:919
122
  msgid "Update social avatar, next time I Social Login"
123
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
124
 
125
+ #: ../super_socializer.php:2301
126
  msgid "Login with your Social ID"
127
  msgstr ""
128
 
129
+ #: ../super_socializer.php:2302
130
  msgid "Email you entered is already registered or invalid"
131
  msgstr "Email fornecido já está registrado ou é inválido"
132
 
133
+ #: ../super_socializer.php:2309
134
  msgid "Please enter a valid email address. You might be required to verify it"
135
  msgstr ""
136
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
137
  "confirmá-lo"
138
 
139
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
140
  msgid "Link your social account to login to your account at this website"
141
  msgstr "Associe sua conta social ao login de sua conta neste website"
142
 
143
+ #: ../super_socializer.php:2561
144
  msgid "Thanks for installing Super Socializer plugin"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:2563
148
  msgid "Configure the Plugin"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:2574
152
  msgid ""
153
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
154
  "current version of Super Socializer"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:2583
158
  msgid ""
159
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
160
  "version of Super Socializer"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:2592
164
  msgid ""
165
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
166
+ "compatibility with current version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:2601
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
172
  "with current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:2610
176
  msgid ""
177
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:2621
182
  #, php-format
183
  msgid ""
184
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:2630
188
  #, php-format
189
  msgid ""
190
  "To continue using Instagram login create a new Instagram App as described <a "
192
  "Instagram App Secret <a href=\"%s\">here</a>"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
196
  #, php-format
197
  msgid ""
198
  "To continue using bitly url shortener, login to your bit.ly account and "
201
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:2664
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:2688
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
219
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
220
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
221
+ #: ../super_socializer.php:2851
222
  msgid "Okay"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:2713
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
230
  "\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:2738
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:2763
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:2774
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:2796
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:2824
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
269
  "your website %s with them. No need to copy-paste any code from their website."
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:2851
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:2876
281
  #, php-format
282
  msgid ""
283
  "If you cannot get Linkedin login to work after updating the plugin, replace "
285
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
289
  msgid "Dismiss"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:2902
293
  #, php-format
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
298
  "that, clear share counts cache from \"Miscellaneous\" section"
299
  msgstr ""
300
 
301
+ #: ../super_socializer.php:3115
302
  msgid ""
303
  "Your browser is blocking some features of this website. Please follow the "
304
  "instructions at {support_url} to unblock these."
305
  msgstr ""
306
 
307
+ #: ../helper.php:7
308
  msgid "Settings saved"
309
  msgstr "Configurações salvas"
310
 
311
+ #: ../helper.php:185
 
 
 
 
312
  #, fuzzy
313
  msgid "Click to toggle help"
314
  msgstr "Click para esconder ajuda"
315
 
316
+ #: ../helper.php:282
317
  #, fuzzy
318
  msgid "Add-Ons"
319
  msgstr "Outros Add-ons"
320
 
321
+ #: ../helper.php:283
322
  msgid "Support Documentation"
323
  msgstr ""
324
 
325
+ #: ../helper.php:284
326
  msgid "Settings"
327
  msgstr "Configurações"
328
 
329
+ #: ../helper.php:567
330
  msgid "Account linked successfully"
331
  msgstr "Conta associada com sucesso"
332
 
333
+ #: ../helper.php:571
334
  msgid "Account already exists or linked"
335
  msgstr "Conta já existente ou já está associada"
336
 
337
+ #: ../helper.php:607 ../helper.php:609
338
  #, fuzzy
339
  msgid "Login with"
340
  msgstr "Opções de autenticação"
341
 
342
+ #: ../helper.php:644 ../helper.php:650
343
  msgid "Currently"
344
  msgstr "Atualmente"
345
 
346
+ #: ../helper.php:644 ../helper.php:650
347
  msgid "Connected with"
348
  msgstr ""
349
 
350
+ #: ../helper.php:644 ../helper.php:650
351
  msgid "Remove"
352
  msgstr "Remover"
353
 
354
+ #: ../helper.php:721
355
  #, fuzzy
356
  msgid "Social Account Linking"
357
  msgstr "Comentário Social"
358
 
359
+ #: ../helper.php:771
360
  msgid "Disable Standard Social Sharing on this "
361
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
362
 
363
+ #: ../helper.php:776
364
  msgid "Disable Floating Social Sharing on this "
365
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
366
 
367
+ #: ../helper.php:781
368
  msgid "Disable Standard like buttons on this "
369
  msgstr "Desabilitar o botão de like padrão neste(a) "
370
 
371
+ #: ../helper.php:786
372
  msgid "Disable Floating like buttons on this "
373
  msgstr "Desabilitar o botão flutuante de like neste(a) "
374
 
375
+ #: ../helper.php:791
376
  msgid "Disable Social Commenting on this "
377
  msgstr "Desabilitar o Comentário Social neste(a) "
378
 
379
+ #: ../helper.php:800
380
  msgid "Standard Sharing Interface"
381
  msgstr "Interface Padrão de Compartilhamento"
382
 
383
+ #: ../helper.php:806 ../helper.php:825
384
  msgid "Starting share count for "
385
  msgstr "Iniciando contagem compartilhada para "
386
 
387
+ #: ../helper.php:819
388
  msgid "Floating Sharing Interface"
389
  msgstr "Interface de Compartilhamento Flutuante"
390
 
391
+ #: ../helper.php:922
392
  msgid "Small Avatar"
393
  msgstr "Avatar Pequeno"
394
 
395
+ #: ../helper.php:926
396
  msgid "Large Avatar"
397
  msgstr "Avatar Grande"
398
 
399
+ #: ../helper.php:930 ../admin/general_options.php:89
400
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
401
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
402
  msgid "Save Changes"
403
  msgstr "Salvar Alterações"
404
 
405
+ #: ../helper.php:1023
406
  msgid "Click to delete social profile data"
407
  msgstr ""
408
 
409
+ #: ../helper.php:1052
410
  #, fuzzy
411
  msgid "Deleting"
412
  msgstr "Configurações"
413
 
414
+ #: ../helper.php:1062
415
  msgid "Deleted"
416
  msgstr ""
417
 
418
+ #: ../helper.php:1064
419
  msgid "Something bad happened"
420
  msgstr ""
421
 
422
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
423
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
424
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
425
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
426
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
427
  #, fuzzy, php-format
428
  msgid ""
478
  "style&gt; )"
479
 
480
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
481
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
482
  #: ../admin/like_buttons.php:790
483
  #, fuzzy
484
  msgid "Instagram Shoutout"
485
  msgstr "Instagram"
486
 
487
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
488
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
489
  #: ../admin/like_buttons.php:792
490
  msgid ""
491
  "If you can send (to hello@heateor.com) how this plugin is helping your "
602
  "Facebook share count to work"
603
  msgstr ""
604
 
605
+ #: ../admin/social_sharing.php:49
606
+ msgid "Dismiss this notice"
607
+ msgstr "Dispense este aviso"
608
+
609
  #: ../admin/social_sharing.php:56
610
  msgid "Theme Selection"
611
  msgstr "Escolha de Temas"
628
 
629
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
630
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
631
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
632
  #: ../admin/like_buttons.php:751
633
  msgid "Shortcode & Widget"
634
  msgstr "Shortcode & Widget"
639
 
640
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
641
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
642
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
643
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
644
  msgid "FAQ"
645
  msgstr "P&R"
872
  msgid "Url to share"
873
  msgstr "Url para compartilhar"
874
 
875
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
876
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
877
  #: ../inc/widget.php:949
878
  msgid "Title"
879
  msgstr "Título"
962
  msgstr "Localização"
963
 
964
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
965
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
966
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
967
  msgid "Homepage"
968
  msgstr "Homepage"
1241
  msgid "Required only to track Facebook share count"
1242
  msgstr ""
1243
 
1244
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1245
  msgid "Facebook App ID"
1246
  msgstr "Facebook App ID"
1247
 
1255
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1256
  "para obter o Facebook App ID"
1257
 
1258
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1259
  #, fuzzy
1260
  msgid "Facebook App Secret"
1261
  msgstr "Facebook App ID"
1446
  "website:"
1447
 
1448
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1449
+ #: ../admin/social_login.php:1752
1450
  msgid ""
1451
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1452
  "an online website for the plugin to function properly."
1503
  msgstr ""
1504
 
1505
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1506
+ #: ../admin/social_login.php:1759
1507
  msgid "Why is my browser blocking some features of the plugin?"
1508
  msgstr ""
1509
 
1827
  msgid "Advanced Configuration"
1828
  msgstr "Configuração Básica"
1829
 
1830
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1831
  msgid "GDPR"
1832
  msgstr ""
1833
 
1834
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1835
  msgid "XProfile Integration"
1836
  msgstr ""
1837
 
1926
  msgstr "Twitter"
1927
 
1928
  #: ../admin/social_login.php:158
1929
+ #, fuzzy
1930
+ msgid "Foursquare"
1931
+ msgstr "Quadrada"
1932
+
1933
+ #: ../admin/social_login.php:162
1934
+ msgid "Dropbox"
1935
+ msgstr ""
1936
+
1937
+ #: ../admin/social_login.php:166
1938
+ msgid "Disqus"
1939
+ msgstr ""
1940
+
1941
+ #: ../admin/social_login.php:170
1942
+ msgid "Reddit"
1943
+ msgstr ""
1944
+
1945
+ #: ../admin/social_login.php:174
1946
  msgid "Github"
1947
  msgstr ""
1948
 
1949
+ #: ../admin/social_login.php:178
1950
  msgid "Kakao"
1951
  msgstr ""
1952
 
1953
+ #: ../admin/social_login.php:186
1954
  msgid "Select Social ID provider to enable in Social Login"
1955
  msgstr ""
1956
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1957
 
1958
+ #: ../admin/social_login.php:203
1959
  #, php-format
1960
  msgid ""
1961
  "Required for Facebook Social Login to work. Please follow the documentation "
1965
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1966
  "para obter o Facebook App ID"
1967
 
1968
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
1969
  #, fuzzy
1970
  msgid ""
1971
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1972
  msgstr ""
1973
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1974
 
1975
+ #: ../admin/social_login.php:224
1976
  #, fuzzy, php-format
1977
  msgid ""
1978
  "Required for Facebook Social Login to work. Please follow the documentation "
1982
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1983
  "para obter o Facebook App ID"
1984
 
1985
+ #: ../admin/social_login.php:235
1986
  msgid "Twitter API Key"
1987
  msgstr "Twitter API Key"
1988
 
1989
+ #: ../admin/social_login.php:245
1990
  #, php-format
1991
  msgid ""
1992
  "Required for Twitter Social Login to work. Please follow the documentation "
1996
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1997
  "para obter Twitter API Key"
1998
 
1999
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
2000
  #, fuzzy
2001
  msgid ""
2002
  "Paste following url in <strong>Website</strong> option mentioned at the link"
2003
  msgstr ""
2004
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2005
 
2006
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
2007
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
2008
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
2009
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
2010
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
2011
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
2012
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
2013
  #, fuzzy
2014
  msgid ""
2015
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2018
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2019
  "mencionado"
2020
 
2021
+ #: ../admin/social_login.php:260
2022
  msgid "Twitter API Secret"
2023
  msgstr "Segredo API Twitter"
2024
 
2025
+ #: ../admin/social_login.php:270
2026
  #, php-format
2027
  msgid ""
2028
  "Required for Twitter Social Login to work. Please follow the documentation "
2032
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2033
  "obter o segredo da API Twitter"
2034
 
2035
+ #: ../admin/social_login.php:285
2036
  #, fuzzy
2037
  msgid "LinkedIn Client ID"
2038
  msgstr "LinkedIn"
2039
 
2040
+ #: ../admin/social_login.php:295
2041
  #, fuzzy, php-format
2042
  msgid ""
2043
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2047
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2048
  "obeter API Key do LinkedIn"
2049
 
2050
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
2051
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
2052
  #, fuzzy
2053
  msgid ""
2054
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2056
  msgstr ""
2057
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2058
 
2059
+ #: ../admin/social_login.php:306
2060
  #, fuzzy
2061
  msgid "LinkedIn Client Secret"
2062
  msgstr "LinkedIn"
2063
 
2064
+ #: ../admin/social_login.php:316
2065
  #, fuzzy, php-format
2066
  msgid ""
2067
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2072
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2073
  "obeter API Key do LinkedIn"
2074
 
2075
+ #: ../admin/social_login.php:327
2076
  #, fuzzy
2077
  msgid "Google Client ID"
2078
  msgstr "Google+ Client ID"
2079
 
2080
+ #: ../admin/social_login.php:337
2081
  #, fuzzy, php-format
2082
  msgid ""
2083
  "Required for Google Social Login to work. Please follow the documentation at "
2087
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2088
  "obter o GooglePlus Client ID"
2089
 
2090
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
2091
  #, fuzzy
2092
  msgid ""
2093
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2095
  msgstr ""
2096
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2097
 
2098
+ #: ../admin/social_login.php:348
2099
  #, fuzzy
2100
  msgid "Google Client Secret"
2101
  msgstr "Google+ Client ID"
2102
 
2103
+ #: ../admin/social_login.php:358
2104
  #, fuzzy, php-format
2105
  msgid ""
2106
  "Required for Google Social Login to work. Please follow the documentation at "
2110
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2111
  "obter o GooglePlus Client ID"
2112
 
2113
+ #: ../admin/social_login.php:369
2114
  msgid "Vkontakte Application ID"
2115
  msgstr "Vkontakte Application ID"
2116
 
2117
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
2118
  #, php-format
2119
  msgid ""
2120
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2125
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2126
  "obter Vkontakte Application ID"
2127
 
2128
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
2129
  #, fuzzy
2130
  msgid ""
2131
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2133
  msgstr ""
2134
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2135
 
2136
+ #: ../admin/social_login.php:390
2137
  #, fuzzy
2138
  msgid "Vkontakte Secure key"
2139
  msgstr "Vkontakte"
2140
 
2141
+ #: ../admin/social_login.php:411
2142
  #, fuzzy
2143
  msgid "Instagram App ID"
2144
  msgstr "Instagram Client ID"
2145
 
2146
+ #: ../admin/social_login.php:421
2147
  #, fuzzy, php-format
2148
  msgid ""
2149
  "Required for Instagram Social Login to work. Please follow the documentation "
2153
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2154
  "obter Instagram Client ID"
2155
 
2156
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
2157
  #, fuzzy
2158
  msgid ""
2159
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2161
  msgstr ""
2162
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2163
 
2164
+ #: ../admin/social_login.php:432
2165
  #, fuzzy
2166
  msgid "Instagram App Secret"
2167
  msgstr "Instagram"
2168
 
2169
+ #: ../admin/social_login.php:442
2170
  #, fuzzy, php-format
2171
  msgid ""
2172
  "Required for Instagram Social Login to work. Please follow the documentation "
2176
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2177
  "obter Instagram Client ID"
2178
 
2179
+ #: ../admin/social_login.php:453
2180
  msgid "Line Channel ID"
2181
  msgstr ""
2182
 
2183
+ #: ../admin/social_login.php:462
2184
  #, fuzzy, php-format
2185
  msgid ""
2186
  "Required for Line Social Login to work. Please follow the documentation at "
2190
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2191
  "obeter API Key do LinkedIn"
2192
 
2193
+ #: ../admin/social_login.php:473
2194
  #, fuzzy
2195
  msgid "Line Channel Secret"
2196
  msgstr "LinkedIn"
2197
 
2198
+ #: ../admin/social_login.php:482
2199
  #, fuzzy, php-format
2200
  msgid ""
2201
  "Required for Line Social Login to work. Please follow the documentation at "
2205
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2206
  "obeter API Key do LinkedIn"
2207
 
2208
+ #: ../admin/social_login.php:493
2209
  #, fuzzy
2210
  msgid "Wordpress Client ID"
2211
  msgstr "Google+ Client ID"
2212
 
2213
+ #: ../admin/social_login.php:502
2214
  #, fuzzy, php-format
2215
  msgid ""
2216
  "Required for Wordpress Social Login to work. Please follow the documentation "
2220
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2221
  "obter o GooglePlus Client ID"
2222
 
2223
+ #: ../admin/social_login.php:513
2224
  #, fuzzy
2225
  msgid "Wordpress Client Secret"
2226
  msgstr "Google+ Client ID"
2227
 
2228
+ #: ../admin/social_login.php:522
2229
  #, fuzzy, php-format
2230
  msgid ""
2231
  "Required for Wordpress Social Login to work. Please follow the documentation "
2236
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2237
  "obter o GooglePlus Client ID"
2238
 
2239
+ #: ../admin/social_login.php:533
2240
  #, fuzzy
2241
  msgid "Microsoft Client ID"
2242
  msgstr "Google+ Client ID"
2243
 
2244
+ #: ../admin/social_login.php:542
2245
  #, fuzzy, php-format
2246
  msgid ""
2247
  "Required for Live Social Login to work. Please follow the documentation at "
2251
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2252
  "obter o GooglePlus Client ID"
2253
 
2254
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
2255
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2256
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2257
  #, fuzzy
2258
  msgid ""
2259
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2261
  msgstr ""
2262
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2263
 
2264
+ #: ../admin/social_login.php:553
2265
  #, fuzzy
2266
  msgid "Microsoft Client Secret"
2267
  msgstr "Google+ Client ID"
2268
 
2269
+ #: ../admin/social_login.php:562
2270
  #, fuzzy, php-format
2271
  msgid ""
2272
  "Required for Live Social Login to work. Please follow the documentation at "
2277
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2278
  "obter o GooglePlus Client ID"
2279
 
2280
+ #: ../admin/social_login.php:572
2281
  #, fuzzy
2282
  msgid "Steam API Key"
2283
  msgstr "Twitter API Key"
2284
 
2285
+ #: ../admin/social_login.php:581
2286
  #, fuzzy, php-format
2287
  msgid ""
2288
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2292
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2293
  "para obter Twitter API Key"
2294
 
2295
+ #: ../admin/social_login.php:582
2296
  #, fuzzy
2297
  msgid "Save following <strong>domain</strong> to get the key"
2298
  msgstr ""
2299
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2300
  "mencionado"
2301
 
2302
+ #: ../admin/social_login.php:591
2303
  #, fuzzy
2304
  msgid "Yahoo Client ID"
2305
  msgstr "Google+ Client ID"
2306
 
2307
+ #: ../admin/social_login.php:600
2308
  #, fuzzy, php-format
2309
  msgid ""
2310
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2314
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2315
  "obter o GooglePlus Client ID"
2316
 
2317
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2318
  #, fuzzy
2319
  msgid ""
2320
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2322
  msgstr ""
2323
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2324
 
2325
+ #: ../admin/social_login.php:611
2326
  #, fuzzy
2327
  msgid "Yahoo Client Secret"
2328
  msgstr "Google+ Client ID"
2329
 
2330
+ #: ../admin/social_login.php:620
2331
  #, fuzzy, php-format
2332
  msgid ""
2333
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2337
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2338
  "obter o GooglePlus Client ID"
2339
 
2340
+ #: ../admin/social_login.php:632
2341
  #, fuzzy
2342
  msgid "Spotify Client ID"
2343
  msgstr "Google+ Client ID"
2344
 
2345
+ #: ../admin/social_login.php:641
2346
  #, fuzzy, php-format
2347
  msgid ""
2348
  "Required for Spotify Social Login to work. Please follow the documentation "
2352
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2353
  "obter o GooglePlus Client ID"
2354
 
2355
+ #: ../admin/social_login.php:652
2356
  #, fuzzy
2357
  msgid "Spotify Client Secret"
2358
  msgstr "Google+ Client ID"
2359
 
2360
+ #: ../admin/social_login.php:661
2361
  #, fuzzy, php-format
2362
  msgid ""
2363
  "Required for Spotify Social Login to work. Please follow the documentation "
2368
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2369
  "obter o GooglePlus Client ID"
2370
 
2371
+ #: ../admin/social_login.php:674
2372
  #, fuzzy
2373
  msgid "Dribbble Client ID"
2374
  msgstr "Google+ Client ID"
2375
 
2376
+ #: ../admin/social_login.php:683
2377
  #, fuzzy, php-format
2378
  msgid ""
2379
  "Required for Dribbble Social Login to work. Please follow the documentation "
2383
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2384
  "obter o GooglePlus Client ID"
2385
 
2386
+ #: ../admin/social_login.php:694
2387
  #, fuzzy
2388
  msgid "Dribbble Client Secret"
2389
  msgstr "Google+ Client ID"
2390
 
2391
+ #: ../admin/social_login.php:703
2392
  #, fuzzy, php-format
2393
  msgid ""
2394
  "Required for Dribbble Social Login to work. Please follow the documentation "
2399
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2400
  "obter o GooglePlus Client ID"
2401
 
2402
+ #: ../admin/social_login.php:715
2403
  #, fuzzy
2404
  msgid "Twitch Client ID"
2405
  msgstr "Instagram Client ID"
2406
 
2407
+ #: ../admin/social_login.php:724
2408
  #, fuzzy, php-format
2409
  msgid ""
2410
  "Required for Twitch Social Login to work. Please follow the documentation at "
2414
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2415
  "obter o GooglePlus Client ID"
2416
 
2417
+ #: ../admin/social_login.php:735
2418
  #, fuzzy
2419
  msgid "Twitch Client Secret"
2420
  msgstr "Instagram Client ID"
2421
 
2422
+ #: ../admin/social_login.php:744
2423
  #, fuzzy, php-format
2424
  msgid ""
2425
  "Required for Twitch Social Login to work. Please follow the documentation at "
2429
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2430
  "obter o GooglePlus Client ID"
2431
 
2432
+ #: ../admin/social_login.php:757
2433
+ #, fuzzy
2434
+ msgid "Foursquare Client ID"
2435
+ msgstr "Google+ Client ID"
2436
+
2437
+ #: ../admin/social_login.php:766
2438
+ #, fuzzy, php-format
2439
+ msgid ""
2440
+ "Required for Foursquare Social Login to work. Please follow the "
2441
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2442
+ "Foursquare Client ID"
2443
+ msgstr ""
2444
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2445
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2446
+ "obter o GooglePlus Client ID"
2447
+
2448
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2449
+ #, fuzzy
2450
+ msgid ""
2451
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2452
+ "link"
2453
+ msgstr ""
2454
+ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2455
+
2456
+ #: ../admin/social_login.php:777
2457
+ #, fuzzy
2458
+ msgid "Foursquare Client Secret"
2459
+ msgstr "Google+ Client ID"
2460
+
2461
+ #: ../admin/social_login.php:786
2462
+ #, fuzzy, php-format
2463
+ msgid ""
2464
+ "Required for Foursquare Social Login to work. Please follow the "
2465
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2466
+ "Foursquare Client Secret"
2467
+ msgstr ""
2468
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2469
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2470
+ "obter o GooglePlus Client ID"
2471
+
2472
+ #: ../admin/social_login.php:797
2473
+ msgid "Dropbox App Key"
2474
+ msgstr ""
2475
+
2476
+ #: ../admin/social_login.php:806
2477
+ #, fuzzy, php-format
2478
+ msgid ""
2479
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2480
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2481
+ msgstr ""
2482
+ "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
2483
+ "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
2484
+ "para obter o Facebook App ID"
2485
+
2486
+ #: ../admin/social_login.php:817
2487
+ #, fuzzy
2488
+ msgid "Dropbox App Secret"
2489
+ msgstr "Facebook App ID"
2490
+
2491
+ #: ../admin/social_login.php:826
2492
+ #, fuzzy, php-format
2493
+ msgid ""
2494
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2495
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2496
+ msgstr ""
2497
+ "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
2498
+ "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
2499
+ "para obter o Facebook App ID"
2500
+
2501
+ #: ../admin/social_login.php:840
2502
+ msgid "Disqus Public Key"
2503
+ msgstr ""
2504
+
2505
+ #: ../admin/social_login.php:849
2506
+ #, fuzzy, php-format
2507
+ msgid ""
2508
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2509
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2510
+ msgstr ""
2511
+ "Requirido para Autenticação Social Xind funcionar. Por favor siga a "
2512
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2513
+ "obter Xing Consumer Key"
2514
+
2515
+ #: ../admin/social_login.php:860
2516
+ #, fuzzy
2517
+ msgid "Disqus Secret Key"
2518
+ msgstr "Disqus Shortname"
2519
+
2520
+ #: ../admin/social_login.php:869
2521
+ #, fuzzy, php-format
2522
+ msgid ""
2523
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2524
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2525
+ msgstr ""
2526
+ "Requirido para Autenticação Social Xind funcionar. Por favor siga a "
2527
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2528
+ "obter Xing Consumer Key"
2529
+
2530
+ #: ../admin/social_login.php:882
2531
+ #, fuzzy
2532
+ msgid "Reddit Client ID"
2533
+ msgstr "Instagram Client ID"
2534
+
2535
+ #: ../admin/social_login.php:891
2536
+ #, fuzzy, php-format
2537
+ msgid ""
2538
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2539
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2540
+ msgstr ""
2541
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2542
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2543
+ "obter o GooglePlus Client ID"
2544
+
2545
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2546
+ #, fuzzy
2547
+ msgid ""
2548
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2549
+ "link"
2550
+ msgstr ""
2551
+ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2552
+
2553
+ #: ../admin/social_login.php:902
2554
+ #, fuzzy
2555
+ msgid "Reddit Client Secret"
2556
+ msgstr "Instagram Client ID"
2557
+
2558
+ #: ../admin/social_login.php:911
2559
+ #, fuzzy, php-format
2560
+ msgid ""
2561
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2562
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2563
+ msgstr ""
2564
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2565
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2566
+ "obter o GooglePlus Client ID"
2567
+
2568
+ #: ../admin/social_login.php:925
2569
  #, fuzzy
2570
  msgid "Github Client ID"
2571
  msgstr "Instagram Client ID"
2572
 
2573
+ #: ../admin/social_login.php:934
2574
  #, fuzzy, php-format
2575
  msgid ""
2576
  "Required for Github Social Login to work. Please follow the documentation at "
2580
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2581
  "obter o GooglePlus Client ID"
2582
 
2583
+ #: ../admin/social_login.php:945
2584
  #, fuzzy
2585
  msgid "Github Client Secret"
2586
  msgstr "Instagram Client ID"
2587
 
2588
+ #: ../admin/social_login.php:954
2589
  #, fuzzy, php-format
2590
  msgid ""
2591
  "Required for Github Social Login to work. Please follow the documentation at "
2595
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2596
  "obter o GooglePlus Client ID"
2597
 
2598
+ #: ../admin/social_login.php:967
2599
  #, fuzzy
2600
  msgid "Kakao Client ID"
2601
  msgstr "Google+ Client ID"
2602
 
2603
+ #: ../admin/social_login.php:976
2604
  #, fuzzy, php-format
2605
  msgid ""
2606
  "Required for Kakao Social Login to work. Please follow the documentation at "
2610
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2611
  "obter o GooglePlus Client ID"
2612
 
2613
+ #: ../admin/social_login.php:987
2614
  #, fuzzy
2615
  msgid "Kakao Client Secret"
2616
  msgstr "Google+ Client ID"
2617
 
2618
+ #: ../admin/social_login.php:996
2619
  #, fuzzy, php-format
2620
  msgid ""
2621
  "Required for Kakao Social Login to work. Please follow the documentation at "
2625
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2626
  "obter o GooglePlus Client ID"
2627
 
2628
+ #: ../admin/social_login.php:1016
2629
  #, fuzzy
2630
  msgid "Social Login Options"
2631
  msgstr "Autenticação Social"
2632
 
2633
+ #: ../admin/social_login.php:1031
2634
  msgid "Text to display above the Social Login interface"
2635
  msgstr "Texto exibido acima da interface de Autenticação Social"
2636
 
2637
+ #: ../admin/social_login.php:1039
2638
  msgid "Trigger social login in the same browser tab"
2639
  msgstr ""
2640
 
2641
+ #: ../admin/social_login.php:1049
2642
  msgid "Trigger social login in the same browser tab instead of a popup window"
2643
  msgstr ""
2644
 
2645
+ #: ../admin/social_login.php:1056
2646
  #, fuzzy
2647
  msgid "Center align icons"
2648
  msgstr "Rearranjar ícones"
2649
 
2650
+ #: ../admin/social_login.php:1066
2651
  #, fuzzy
2652
  msgid "Center align social login icons"
2653
  msgstr "Autenticação Social"
2654
 
2655
+ #: ../admin/social_login.php:1073
2656
  msgid "Enable at login page"
2657
  msgstr "Habilia a página de autenticação"
2658
 
2659
+ #: ../admin/social_login.php:1083
2660
  msgid ""
2661
  "Social Login interface will get enabled at the login page of your website"
2662
  msgstr ""
2663
  "Interface de Autenticação Social será habilitada na página de autenticação "
2664
  "do seu website"
2665
 
2666
+ #: ../admin/social_login.php:1090
2667
  msgid "Enable at register page"
2668
  msgstr "Habilitar página de registro"
2669
 
2670
+ #: ../admin/social_login.php:1100
2671
  msgid ""
2672
  "Social Login interface will get enabled at the registration page of your "
2673
  "website"
2675
  "Interface de Autenticação Social será habilitada na página de registro de "
2676
  "seu website"
2677
 
2678
+ #: ../admin/social_login.php:1107
2679
  msgid "Enable at comment form"
2680
  msgstr "Habilitar no formulário de comentário"
2681
 
2682
+ #: ../admin/social_login.php:1117
2683
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2684
  msgstr ""
2685
  "Interface de Autenticação Social será habilitada em seu formulário de "
2686
  "comentários Wordpress"
2687
 
2688
+ #: ../admin/social_login.php:1131
2689
  msgid "Enable before WooCommerce Customer Login Form"
2690
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2691
 
2692
+ #: ../admin/social_login.php:1141
2693
  msgid ""
2694
  "Social Login Interface will get enabled before the customer login form at "
2695
  "WooCommerce My Account page"
2697
  "Interface de Autenticação Social será habilitada antes do formulário de "
2698
  "autenticação de cliente na página Minha Conta do WooCommerce"
2699
 
2700
+ #: ../admin/social_login.php:1148
2701
  #, fuzzy
2702
  msgid "Enable at WooCommerce Customer Login Form"
2703
  msgstr ""
2704
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2705
 
2706
+ #: ../admin/social_login.php:1158
2707
  #, fuzzy
2708
  msgid ""
2709
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2712
  "Interface de Autenticação Social será habilitada depois do formulário de "
2713
  "autenticação de cliente na página Minha Conta do WooCommerce"
2714
 
2715
+ #: ../admin/social_login.php:1165
2716
  #, fuzzy
2717
  msgid "Enable at WooCommerce Customer Register Form"
2718
  msgstr ""
2719
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2720
 
2721
+ #: ../admin/social_login.php:1175
2722
  #, fuzzy
2723
  msgid ""
2724
  "Integrate Social Login Interface with the customer register form at "
2727
  "Interface de Autenticação Social será habilitada depois do formulário de "
2728
  "autenticação de cliente na página Minha Conta do WooCommerce"
2729
 
2730
+ #: ../admin/social_login.php:1182
2731
  msgid "Enable at WooCommerce checkout page"
2732
  msgstr "Habilitado na página de checkout do WooCommerce"
2733
 
2734
+ #: ../admin/social_login.php:1192
2735
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2736
  msgstr ""
2737
  "Interface de Autenticação Social será habilitada página de checkout do "
2738
  "WooCommerce"
2739
 
2740
+ #: ../admin/social_login.php:1202
2741
  msgid "Auto-approve comments made by Social Login users"
2742
  msgstr ""
2743
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2744
 
2745
+ #: ../admin/social_login.php:1212
2746
  msgid ""
2747
  "If this option is enabled, and WordPress comment is made by Social Login "
2748
  "user, comment will get approved immediately without keeping in moderation."
2751
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2752
  "considerações de moderação."
2753
 
2754
+ #: ../admin/social_login.php:1213
2755
  msgid "Note: This is not related to Facebook comments"
2756
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2757
 
2758
+ #: ../admin/social_login.php:1222
2759
  msgid "Enable social avatar"
2760
  msgstr "Habilitar o avatar social"
2761
 
2762
+ #: ../admin/social_login.php:1232
2763
  msgid ""
2764
  "Social profile pictures of the logged in user will be displayed as profile "
2765
  "avatar"
2767
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2768
  "do perfil"
2769
 
2770
+ #: ../admin/social_login.php:1241
2771
  msgid "Avatar quality"
2772
  msgstr "Qualidade do Avatar"
2773
 
2774
+ #: ../admin/social_login.php:1244
2775
  msgid "Average"
2776
  msgstr "Média"
2777
 
2778
+ #: ../admin/social_login.php:1245
2779
  msgid "Best"
2780
  msgstr "Melhor"
2781
 
2782
+ #: ../admin/social_login.php:1252
2783
  msgid "Choose avatar quality"
2784
  msgstr "Escolha a qualidade do avatar"
2785
 
2786
+ #: ../admin/social_login.php:1260
2787
  msgid ""
2788
  "Show option for users to update social avatar at BuddyPress profile page"
2789
  msgstr ""
2790
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2791
  "perfil do BuddyPress"
2792
 
2793
+ #: ../admin/social_login.php:1270
2794
  msgid ""
2795
  "If enabled, users would be able to update their social avatar from \"Profile "
2796
  "photo\" section in BuddyPress profile at front-end"
2798
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2799
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2800
 
2801
+ #: ../admin/social_login.php:1290
2802
  msgid ""
2803
  "If enabled and Social ID provider does not provide user's email address on "
2804
  "login, user will be asked to provide his/her email address. Otherwise, a "
2808
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2809
  "email. Do contrário, um email postiço será gerado"
2810
 
2811
+ #: ../admin/social_login.php:1298
2812
  msgid "Send post-registration email to user to set account password"
2813
  msgstr ""
2814
 
2815
+ #: ../admin/social_login.php:1308
2816
  msgid ""
2817
  "If enabled, an email will be sent to user after registration through Social "
2818
  "Login, regarding his/her login credentials (username-password to be able to "
2822
  "Social, com respeito as credecial do usuário para autenticação (username-"
2823
  "senha para possibilitar a autenticação via formulário tradicional)"
2824
 
2825
+ #: ../admin/social_login.php:1315
2826
  #, fuzzy
2827
  msgid "Send new user registration notification email to admin"
2828
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2829
 
2830
+ #: ../admin/social_login.php:1325
2831
  #, fuzzy
2832
  msgid ""
2833
  "If enabled, an email will be sent to admin after new user registers through "
2837
  "Social, com respeito as credecial do usuário para autenticação (username-"
2838
  "senha para possibilitar a autenticação via formulário tradicional)"
2839
 
2840
+ #: ../admin/social_login.php:1332
2841
  msgid "Login redirection"
2842
  msgstr "Redireção de autenticação"
2843
 
2844
+ #: ../admin/social_login.php:1336
2845
  msgid "Same page where user logged in"
2846
  msgstr "Mesma página onde o usuário autenticou-se"
2847
 
2848
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2849
  msgid "Account dashboard"
2850
  msgstr "Painel da Conta"
2851
 
2852
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2853
  msgid "BuddyPress profile page"
2854
  msgstr "Página de perfil BuddyPress"
2855
 
2856
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2857
  msgid "Custom Url"
2858
  msgstr "Url Personalizada"
2859
 
2860
+ #: ../admin/social_login.php:1354
2861
  msgid "User will be redirected to the selected page after Social Login"
2862
  msgstr ""
2863
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2864
 
2865
+ #: ../admin/social_login.php:1361
2866
  msgid "Registration redirection"
2867
  msgstr "Redirecionamento de registro"
2868
 
2869
+ #: ../admin/social_login.php:1365
2870
  msgid "Same page from where user registered"
2871
  msgstr "Mesma página de onde o usuário se registrou"
2872
 
2873
+ #: ../admin/social_login.php:1383
2874
  msgid ""
2875
  "User will be redirected to the selected page after registration (first "
2876
  "Social Login) through Social Login"
2878
  "O usuário será redirecionado para a página selecionada após o registro "
2879
  "(primeira Autenticação Social) através da Autenticação Social"
2880
 
2881
+ #: ../admin/social_login.php:1392
2882
  #, fuzzy
2883
  msgid "Social Account Linking Options"
2884
  msgstr "Comentário Social"
2885
 
2886
+ #: ../admin/social_login.php:1407
2887
  #, fuzzy
2888
  msgid "Text to display above the Social Account Linking interface"
2889
  msgstr "Texto exibido acima da interface de Autenticação Social"
2890
 
2891
+ #: ../admin/social_login.php:1414
2892
  #, fuzzy
2893
  msgid ""
2894
  "Link social account to already existing account, if email address matches"
2895
  msgstr "Associe sua conta social ao login de sua conta neste website"
2896
 
2897
+ #: ../admin/social_login.php:1424
2898
  msgid ""
2899
  "If email address of the user's Social Account matches with an already "
2900
  "existing account at your website, that social account will be linked to "
2902
  "Linking interface at their profile page."
2903
  msgstr ""
2904
 
2905
+ #: ../admin/social_login.php:1432
2906
  msgid "Enable social account linking at BuddyPress profile page"
2907
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2908
 
2909
+ #: ../admin/social_login.php:1442
2910
  msgid ""
2911
  "Enable this option to show social account linking interface at BuddyPress "
2912
  "profile page"
2914
  "Habilitar estar opção para exibir a conta social associada a página de "
2915
  "interface de perfil do BuddyPress"
2916
 
2917
+ #: ../admin/social_login.php:1453
2918
  msgid "Email popup options"
2919
  msgstr "Opções de popup de email"
2920
 
2921
+ #: ../admin/social_login.php:1458
2922
  msgid "Text on 'Email required' popup"
2923
  msgstr "Texto popup de 'Email requerido'"
2924
 
2925
+ #: ../admin/social_login.php:1468
2926
  msgid ""
2927
  "This text will be displayed on email required popup. Leave empty if not "
2928
  "required."
2930
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2931
  "o email não for requerido."
2932
 
2933
+ #: ../admin/social_login.php:1476
2934
  msgid "Error message for 'Email required' popup"
2935
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2936
 
2937
+ #: ../admin/social_login.php:1486
2938
  msgid ""
2939
  "This message will be displayed to user if it provides invalid or already "
2940
  "registered email"
2942
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2943
  "ou já registrado"
2944
 
2945
+ #: ../admin/social_login.php:1494
2946
  msgid "Email popup height"
2947
  msgstr "Altura do popup de email"
2948
 
2949
+ #: ../admin/social_login.php:1504
2950
  msgid ""
2951
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2952
  "can increase the height of popup by specifying in this option. Leave empty "
2956
  "requirido\\\", você pode incrementar a altura do popup através de "
2957
  "especificação nesta opção. Deixe vazio para padrão."
2958
 
2959
+ #: ../admin/social_login.php:1511
2960
  msgid "Enable email verification"
2961
  msgstr "Habilitar verificação de email"
2962
 
2963
+ #: ../admin/social_login.php:1521
2964
  msgid ""
2965
  "If enabled, email provided by the user will be verified by sending a "
2966
  "confirmation link to that email. User would not be able to login without "
2970
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2971
  "antes de validar seu email"
2972
 
2973
+ #: ../admin/social_login.php:1541
2974
  #, fuzzy
2975
  msgid "Enable GDPR opt-in"
2976
  msgstr "Habilitar comentário Disqus"
2977
 
2978
+ #: ../admin/social_login.php:1551
2979
  msgid ""
2980
  "Enable it to show GDPR opt-in for social login and social account linking"
2981
  msgstr ""
2982
 
2983
+ #: ../admin/social_login.php:1559
2984
  #, fuzzy
2985
  msgid "Placement of GDPR opt-in"
2986
  msgstr "Habilitar comentário Disqus"
2987
 
2988
+ #: ../admin/social_login.php:1563
2989
  #, fuzzy
2990
  msgid "Above Social Login icons"
2991
  msgstr "Autenticação Social"
2992
 
2993
+ #: ../admin/social_login.php:1565
2994
  #, fuzzy
2995
  msgid "Below Social Login icons"
2996
  msgstr "Autenticação Social"
2997
 
2998
+ #: ../admin/social_login.php:1571
2999
  #, fuzzy
3000
  msgid "Placement of GDPR opt-in above or below the social login icons"
3001
  msgstr "Texto exibido acima da interface de Autenticação Social"
3002
 
3003
+ #: ../admin/social_login.php:1578
3004
  msgid "Opt-in text"
3005
  msgstr ""
3006
 
3007
+ #: ../admin/social_login.php:1588
3008
  #, fuzzy
3009
  msgid "Text for the GDPR opt-in"
3010
  msgstr "Habilitar comentário Disqus"
3011
 
3012
+ #: ../admin/social_login.php:1595
3013
  msgid "Text to link to Terms-Conditions page"
3014
  msgstr ""
3015
 
3016
+ #: ../admin/social_login.php:1605
3017
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
3018
  msgstr ""
3019
 
3020
+ #: ../admin/social_login.php:1612
3021
  msgid "Terms-Conditions Url"
3022
  msgstr ""
3023
 
3024
+ #: ../admin/social_login.php:1622
3025
  #, fuzzy
3026
  msgid "Url of the terms-conditions page of your website"
3027
  msgstr "Url da homepage do seu website"
3028
 
3029
+ #: ../admin/social_login.php:1629
3030
  msgid "Text to link to Privacy Policy page"
3031
  msgstr ""
3032
 
3033
+ #: ../admin/social_login.php:1639
3034
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
3035
  msgstr ""
3036
 
3037
+ #: ../admin/social_login.php:1646
3038
  msgid "Privacy Policy Url"
3039
  msgstr ""
3040
 
3041
+ #: ../admin/social_login.php:1656
3042
  #, fuzzy
3043
  msgid "Url of the privacy policy page of your website"
3044
  msgstr "Url da homepage do seu website"
3045
 
3046
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
3047
  #: ../inc/widget.php:602 ../inc/widget.php:750
3048
  msgid "Select"
3049
  msgstr "Selecione"
3050
 
3051
+ #: ../admin/social_login.php:1738
3052
  msgid "Social Login Shortcode & Widget"
3053
  msgstr "Autenticação Social Shortcode & Widget"
3054
 
3055
+ #: ../admin/social_login.php:1739
3056
  msgid "Social Linking Shortcode"
3057
  msgstr "Shortcode de associação Social"
3058
 
3059
+ #: ../admin/social_login.php:1754
3060
  msgid "Why is social login not working?"
3061
  msgstr ""
3062
 
3063
+ #: ../admin/social_login.php:1755
3064
  msgid ""
3065
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3066
  "belong to the same app"
3067
  msgstr ""
3068
 
3069
+ #: ../admin/social_login.php:1757
3070
  msgid "Social Login not working with Varnish enabled"
3071
  msgstr ""
3072
 
3073
+ #: ../admin/social_login.php:1758
3074
  msgid ""
3075
  "Why the user is not appearing logged in even after Social Login until the "
3076
  "webpage is refreshed manually?"
3287
  msgid "Providers not selected"
3288
  msgstr "Provedor não selecionado"
3289
 
3290
+ #: ../inc/social_login.php:968
3291
  msgid "Email"
3292
  msgstr ""
3293
 
3294
+ #: ../inc/social_login.php:969
3295
  msgid "Confirm email"
3296
  msgstr ""
3297
 
3298
+ #: ../inc/social_login.php:971
3299
  msgid "Save"
3300
  msgstr ""
3301
 
3302
+ #: ../inc/social_login.php:972
3303
  msgid "Cancel"
3304
  msgstr ""
3305
 
3306
+ #: ../inc/social_login.php:1046
3307
  #, fuzzy
3308
  msgid "Email Verification"
3309
  msgstr "Habilitar verificação de email"
3310
 
3311
+ #: ../inc/social_login.php:1048
3312
  msgid ""
3313
  "Please click on the following link or paste it in browser to verify your "
3314
  "email"
3592
  msgid "RSS Feed URL:"
3593
  msgstr ""
3594
 
3595
+ #, fuzzy
3596
+ #~ msgid ""
3597
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3598
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3599
+ #~ "Dropbox Client ID"
3600
+ #~ msgstr ""
3601
+ #~ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
3602
+ #~ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
3603
+ #~ "obter o GooglePlus Client ID"
3604
+
3605
  #~ msgid "Click to show help"
3606
  #~ msgstr "Click para exibir ajuda"
3607
 
3646
  #~ msgid "Xing Consumer Key"
3647
  #~ msgstr "Xing Consumer Key"
3648
 
 
 
 
 
 
 
 
 
3649
  #, fuzzy
3650
  #~ msgid ""
3651
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-12-15 11:56+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:56+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:1273
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
23
  "server administrator to enable it."
@@ -25,7 +25,7 @@ msgstr ""
25
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
26
  "администратору вашего сайта, чтобы включить это."
27
 
28
- #: ../super_socializer.php:1301
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -34,7 +34,7 @@ msgstr ""
34
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
35
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
36
 
37
- #: ../super_socializer.php:1304
38
  #, fuzzy, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -43,7 +43,7 @@ msgstr ""
43
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
44
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
45
 
46
- #: ../super_socializer.php:1307
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
@@ -51,65 +51,65 @@ msgstr ""
51
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
52
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
53
 
54
- #: ../super_socializer.php:1489 ../helper.php:975
55
  msgid "Please verify your email address to login."
56
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
57
 
58
- #: ../super_socializer.php:1489
59
  msgid "Your email has been verified. Now you can login to your account"
60
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
61
 
62
- #: ../super_socializer.php:1493
63
  msgid "Notification"
64
  msgstr "Уведомления"
65
 
66
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
67
  msgid "Email required"
68
  msgstr "Email (Обязательно)"
69
 
70
- #: ../super_socializer.php:1514
71
  msgid "Please check your email inbox to complete the registration."
72
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
73
 
74
- #: ../super_socializer.php:1583
75
  msgid "Leave a reply"
76
  msgstr "Оставить ответ"
77
 
78
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
79
  msgid "Shares"
80
  msgstr "Поделились"
81
 
82
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
83
  msgid "Share"
84
  msgstr "Поделиться"
85
 
86
- #: ../super_socializer.php:1599
87
  #, fuzzy
88
  msgid "Link copied."
89
  msgstr "LinkedIn"
90
 
91
- #: ../super_socializer.php:1844
92
  msgid "Super Socializer - General Options"
93
  msgstr "Super Socializer - Общие настройки"
94
 
95
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
96
  #: ../admin/social_commenting.php:47
97
  msgid "General Options"
98
  msgstr "Основные настройки"
99
 
100
- #: ../super_socializer.php:1912 ../helper.php:904
101
  msgid "Social Avatar"
102
  msgstr "Социальный аватар"
103
 
104
- #: ../super_socializer.php:1915
105
  msgid "Small Avatar Url"
106
  msgstr "Ссылка для маленького аватара"
107
 
108
- #: ../super_socializer.php:1919
109
  msgid "Large Avatar Url"
110
  msgstr "Ссылка для большого аватара"
111
 
112
- #: ../super_socializer.php:1923 ../helper.php:907
113
  msgid ""
114
  "Do not fetch and update social avatar from my profile, next time I Social "
115
  "Login"
@@ -117,78 +117,78 @@ msgstr ""
117
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
118
  "я когда я использую вход через соцсети"
119
 
120
- #: ../super_socializer.php:1927 ../helper.php:908
121
  msgid "Update social avatar, next time I Social Login"
122
  msgstr ""
123
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
124
  "соцсети"
125
 
126
- #: ../super_socializer.php:2004
127
  msgid "Login with your Social ID"
128
  msgstr "Войти, используя социальный аккаунт"
129
 
130
- #: ../super_socializer.php:2005
131
  msgid "Email you entered is already registered or invalid"
132
  msgstr ""
133
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
134
 
135
- #: ../super_socializer.php:2012
136
  msgid "Please enter a valid email address. You might be required to verify it"
137
  msgstr ""
138
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
139
  "потребуется проверить его"
140
 
141
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
142
  msgid "Link your social account to login to your account at this website"
143
  msgstr ""
144
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
145
  "этом сайте"
146
 
147
- #: ../super_socializer.php:2256
148
  msgid "Thanks for installing Super Socializer plugin"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:2258
152
  msgid "Configure the Plugin"
153
  msgstr ""
154
 
155
- #: ../super_socializer.php:2269
156
  msgid ""
157
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
158
  "current version of Super Socializer"
159
  msgstr ""
160
 
161
- #: ../super_socializer.php:2278
162
  msgid ""
163
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
164
  "version of Super Socializer"
165
  msgstr ""
166
 
167
- #: ../super_socializer.php:2287
168
  msgid ""
169
- "Update \"Social Login Buttons\" add-on for compatibility with current "
170
- "version of Super Socializer"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:2296
174
  msgid ""
175
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
176
  "with current version of Super Socializer"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:2305
180
  msgid ""
181
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
182
  "with current version of Super Socializer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:2316
186
  #, php-format
187
  msgid ""
188
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:2325
192
  #, php-format
193
  msgid ""
194
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -196,7 +196,7 @@ msgid ""
196
  "Instagram App Secret <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
200
  #, php-format
201
  msgid ""
202
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -205,13 +205,13 @@ msgid ""
205
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
206
  msgstr ""
207
 
208
- #: ../super_socializer.php:2359
209
  #, php-format
210
  msgid ""
211
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:2383
215
  #, php-format
216
  msgid ""
217
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -219,14 +219,14 @@ msgid ""
219
  "target=\"_blank\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
223
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
224
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
225
- #: ../super_socializer.php:2546
226
  msgid "Okay"
227
  msgstr "Окей"
228
 
229
- #: ../super_socializer.php:2408
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -234,7 +234,7 @@ msgid ""
234
  "\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:2433
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -242,7 +242,7 @@ msgid ""
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:2458
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -250,13 +250,13 @@ msgid ""
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
- #: ../super_socializer.php:2469
254
  #, php-format
255
  msgid ""
256
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:2491
260
  #, php-format
261
  msgid ""
262
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -264,7 +264,7 @@ msgid ""
264
  "\"%s\" target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:2519
268
  #, php-format
269
  msgid ""
270
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -273,7 +273,7 @@ msgid ""
273
  "your website %s with them. No need to copy-paste any code from their website."
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:2546
277
  #, php-format
278
  msgid ""
279
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -281,7 +281,7 @@ msgid ""
281
  "\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
- #: ../super_socializer.php:2571
285
  #, php-format
286
  msgid ""
287
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -289,11 +289,11 @@ msgid ""
289
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
293
  msgid "Dismiss"
294
  msgstr ""
295
 
296
- #: ../super_socializer.php:2597
297
  #, php-format
298
  msgid ""
299
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -302,7 +302,7 @@ msgid ""
302
  "that, clear share counts cache from \"Miscellaneous\" section"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:2797
306
  msgid ""
307
  "Your browser is blocking some features of this website. Please follow the "
308
  "instructions at {support_url} to unblock these."
@@ -310,126 +310,122 @@ msgstr ""
310
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
311
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
312
 
313
- #: ../helper.php:8
314
  msgid "Settings saved"
315
  msgstr "Параметры сохранены"
316
 
317
- #: ../helper.php:8 ../admin/social_sharing.php:49
318
- msgid "Dismiss this notice"
319
- msgstr "Закрыть это уведомление"
320
-
321
- #: ../helper.php:174
322
  #, fuzzy
323
  msgid "Click to toggle help"
324
  msgstr "Нажмите, чтобы скрыть помощь"
325
 
326
- #: ../helper.php:271
327
  msgid "Add-Ons"
328
  msgstr "Дополнения"
329
 
330
- #: ../helper.php:272
331
  msgid "Support Documentation"
332
  msgstr "Техническая документация"
333
 
334
- #: ../helper.php:273
335
  msgid "Settings"
336
  msgstr "Настройки"
337
 
338
- #: ../helper.php:556
339
  msgid "Account linked successfully"
340
  msgstr "Аккаунт успешно связан"
341
 
342
- #: ../helper.php:560
343
  msgid "Account already exists or linked"
344
  msgstr "Аккаунт уже существует или связан"
345
 
346
- #: ../helper.php:596 ../helper.php:598
347
  msgid "Login with"
348
  msgstr "Войти с"
349
 
350
- #: ../helper.php:633 ../helper.php:639
351
  msgid "Currently"
352
  msgstr "На данный момент"
353
 
354
- #: ../helper.php:633 ../helper.php:639
355
  msgid "Connected with"
356
  msgstr "Авторизоваться с помощью"
357
 
358
- #: ../helper.php:633 ../helper.php:639
359
  msgid "Remove"
360
  msgstr "Удалить"
361
 
362
- #: ../helper.php:710
363
  msgid "Social Account Linking"
364
  msgstr "Ссылки на социальный аккаунт"
365
 
366
- #: ../helper.php:760
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Отключить стандартный блок Поделиться на этом"
369
 
370
- #: ../helper.php:765
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Отключить плавающий блок Поделиться на этом"
373
 
374
- #: ../helper.php:770
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Откдючить стандартные кнопки Нравится на этом"
377
 
378
- #: ../helper.php:775
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Откдючить плавающие кнопки Нравится на этом"
381
 
382
- #: ../helper.php:780
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Деактивировать социальное комментироване"
385
 
386
- #: ../helper.php:789
387
  msgid "Standard Sharing Interface"
388
  msgstr "Стандартный интерфейс Поделиться"
389
 
390
- #: ../helper.php:795 ../helper.php:814
391
  msgid "Starting share count for "
392
  msgstr "Запустить счетчик поделиться для"
393
 
394
- #: ../helper.php:808
395
  msgid "Floating Sharing Interface"
396
  msgstr "Плавающий интерфейс Поделиться"
397
 
398
- #: ../helper.php:911
399
  msgid "Small Avatar"
400
  msgstr "Небольшой аватар"
401
 
402
- #: ../helper.php:915
403
  msgid "Large Avatar"
404
  msgstr "Большой аватар"
405
 
406
- #: ../helper.php:919 ../admin/general_options.php:89
407
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
408
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
409
  msgid "Save Changes"
410
  msgstr "Сохранить изменения"
411
 
412
- #: ../helper.php:1012
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
- #: ../helper.php:1041
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Настройки"
420
 
421
- #: ../helper.php:1051
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
- #: ../helper.php:1053
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
430
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
433
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
434
  #, fuzzy, php-format
435
  msgid ""
@@ -484,14 +480,14 @@ msgstr ""
484
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
485
 
486
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
487
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
488
  #: ../admin/like_buttons.php:790
489
  #, fuzzy
490
  msgid "Instagram Shoutout"
491
  msgstr "Instagram"
492
 
493
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
494
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
495
  #: ../admin/like_buttons.php:792
496
  msgid ""
497
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -607,6 +603,10 @@ msgid ""
607
  "Facebook share count to work"
608
  msgstr ""
609
 
 
 
 
 
610
  #: ../admin/social_sharing.php:56
611
  msgid "Theme Selection"
612
  msgstr "Выбор тем"
@@ -630,7 +630,7 @@ msgstr "XProfile интеграция"
630
 
631
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
632
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
633
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
634
  #: ../admin/like_buttons.php:751
635
  msgid "Shortcode & Widget"
636
  msgstr "Шорткод и виджет"
@@ -641,7 +641,7 @@ msgstr "Устранение неисправностей"
641
 
642
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
643
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
644
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
645
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
646
  msgid "FAQ"
647
  msgstr "Часто задаваемые вопросы (FAQ)"
@@ -873,8 +873,8 @@ msgstr "Пользовательская ссылка"
873
  msgid "Url to share"
874
  msgstr "Ссылка чтобы Поделиться"
875
 
876
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
877
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
878
  #: ../inc/widget.php:949
879
  msgid "Title"
880
  msgstr "Заголовок"
@@ -960,7 +960,7 @@ msgid "Placement"
960
  msgstr "Размещение"
961
 
962
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
963
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
964
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
965
  msgid "Homepage"
966
  msgstr "Главная"
@@ -1229,7 +1229,7 @@ msgstr ""
1229
  msgid "Required only to track Facebook share count"
1230
  msgstr ""
1231
 
1232
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1233
  msgid "Facebook App ID"
1234
  msgstr "Facebook App ID"
1235
 
@@ -1242,7 +1242,7 @@ msgstr ""
1242
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1243
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1244
 
1245
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1246
  #, fuzzy
1247
  msgid "Facebook App Secret"
1248
  msgstr "Facebook App ID"
@@ -1430,7 +1430,7 @@ msgstr ""
1430
  "\"Получение информации о новой поломке\" ."
1431
 
1432
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1433
- #: ../admin/social_login.php:1569
1434
  msgid ""
1435
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1436
  "an online website for the plugin to function properly."
@@ -1488,7 +1488,7 @@ msgid ""
1488
  msgstr ""
1489
 
1490
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1491
- #: ../admin/social_login.php:1576
1492
  msgid "Why is my browser blocking some features of the plugin?"
1493
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1494
 
@@ -1806,11 +1806,11 @@ msgstr "Основные настройки"
1806
  msgid "Advanced Configuration"
1807
  msgstr "Расширенная конфигурация"
1808
 
1809
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1810
  msgid "GDPR"
1811
  msgstr ""
1812
 
1813
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1814
  msgid "XProfile Integration"
1815
  msgstr "XProfile интеграция"
1816
 
@@ -1905,18 +1905,35 @@ msgid "Twitch"
1905
  msgstr "Twitch"
1906
 
1907
  #: ../admin/social_login.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  msgid "Github"
1909
  msgstr ""
1910
 
1911
- #: ../admin/social_login.php:162
1912
  msgid "Kakao"
1913
  msgstr ""
1914
 
1915
- #: ../admin/social_login.php:170
1916
  msgid "Select Social ID provider to enable in Social Login"
1917
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1918
 
1919
- #: ../admin/social_login.php:187
1920
  #, php-format
1921
  msgid ""
1922
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1925,7 +1942,7 @@ msgstr ""
1925
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1926
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1927
 
1928
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
1929
  #, fuzzy
1930
  msgid ""
1931
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1933,7 +1950,7 @@ msgstr ""
1933
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1934
  "упоминания ссылки."
1935
 
1936
- #: ../admin/social_login.php:208
1937
  #, fuzzy, php-format
1938
  msgid ""
1939
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1942,11 +1959,11 @@ msgstr ""
1942
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1943
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1944
 
1945
- #: ../admin/social_login.php:219
1946
  msgid "Twitter API Key"
1947
  msgstr "Twitter API ключ"
1948
 
1949
- #: ../admin/social_login.php:229
1950
  #, php-format
1951
  msgid ""
1952
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1956,7 +1973,7 @@ msgstr ""
1956
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1957
  "Twitter."
1958
 
1959
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
1960
  #, fuzzy
1961
  msgid ""
1962
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1964,12 +1981,13 @@ msgstr ""
1964
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1965
  "ссылки"
1966
 
1967
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
1968
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
1969
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
1970
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
1971
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
1972
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
1973
  #, fuzzy
1974
  msgid ""
1975
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1978,11 +1996,11 @@ msgstr ""
1978
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1979
  "ссылки"
1980
 
1981
- #: ../admin/social_login.php:244
1982
  msgid "Twitter API Secret"
1983
  msgstr "Twitter API секретный ключ"
1984
 
1985
- #: ../admin/social_login.php:254
1986
  #, php-format
1987
  msgid ""
1988
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1992,12 +2010,12 @@ msgstr ""
1992
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1993
  "приложения Facebook."
1994
 
1995
- #: ../admin/social_login.php:269
1996
  #, fuzzy
1997
  msgid "LinkedIn Client ID"
1998
  msgstr "LinkedIn"
1999
 
2000
- #: ../admin/social_login.php:279
2001
  #, fuzzy, php-format
2002
  msgid ""
2003
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2007,8 +2025,8 @@ msgstr ""
2007
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2008
  "LinkedIn."
2009
 
2010
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
2011
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
2012
  #, fuzzy
2013
  msgid ""
2014
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2017,12 +2035,12 @@ msgstr ""
2017
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2018
  "упоминания ссылки."
2019
 
2020
- #: ../admin/social_login.php:290
2021
  #, fuzzy
2022
  msgid "LinkedIn Client Secret"
2023
  msgstr "LinkedIn"
2024
 
2025
- #: ../admin/social_login.php:300
2026
  #, fuzzy, php-format
2027
  msgid ""
2028
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2033,12 +2051,12 @@ msgstr ""
2033
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2034
  "LinkedIn."
2035
 
2036
- #: ../admin/social_login.php:311
2037
  #, fuzzy
2038
  msgid "Google Client ID"
2039
  msgstr "Google+ ID клиента"
2040
 
2041
- #: ../admin/social_login.php:321
2042
  #, fuzzy, php-format
2043
  msgid ""
2044
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2047,7 +2065,7 @@ msgstr ""
2047
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2048
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2049
 
2050
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
2051
  #, fuzzy
2052
  msgid ""
2053
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2056,12 +2074,12 @@ msgstr ""
2056
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2057
  "упоминания ссылки."
2058
 
2059
- #: ../admin/social_login.php:332
2060
  #, fuzzy
2061
  msgid "Google Client Secret"
2062
  msgstr "Google+ ID клиента"
2063
 
2064
- #: ../admin/social_login.php:342
2065
  #, fuzzy, php-format
2066
  msgid ""
2067
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2070,11 +2088,11 @@ msgstr ""
2070
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2071
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2072
 
2073
- #: ../admin/social_login.php:353
2074
  msgid "Vkontakte Application ID"
2075
  msgstr " ID приложения Vkontakte"
2076
 
2077
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
2078
  #, php-format
2079
  msgid ""
2080
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2085,7 +2103,7 @@ msgstr ""
2085
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
2086
  "Vkontakte."
2087
 
2088
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
2089
  #, fuzzy
2090
  msgid ""
2091
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2094,17 +2112,17 @@ msgstr ""
2094
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2095
  "упоминания ссылки."
2096
 
2097
- #: ../admin/social_login.php:374
2098
  #, fuzzy
2099
  msgid "Vkontakte Secure key"
2100
  msgstr "Вконтакте"
2101
 
2102
- #: ../admin/social_login.php:395
2103
  #, fuzzy
2104
  msgid "Instagram App ID"
2105
  msgstr "Instagram ID клиента"
2106
 
2107
- #: ../admin/social_login.php:405
2108
  #, fuzzy, php-format
2109
  msgid ""
2110
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2114,7 +2132,7 @@ msgstr ""
2114
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2115
  "Instagram."
2116
 
2117
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
2118
  #, fuzzy
2119
  msgid ""
2120
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -2123,12 +2141,12 @@ msgstr ""
2123
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2124
  "упоминания ссылки."
2125
 
2126
- #: ../admin/social_login.php:416
2127
  #, fuzzy
2128
  msgid "Instagram App Secret"
2129
  msgstr "Введите имя пользователя Instagram."
2130
 
2131
- #: ../admin/social_login.php:426
2132
  #, fuzzy, php-format
2133
  msgid ""
2134
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2138,11 +2156,11 @@ msgstr ""
2138
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2139
  "Instagram."
2140
 
2141
- #: ../admin/social_login.php:437
2142
  msgid "Line Channel ID"
2143
  msgstr ""
2144
 
2145
- #: ../admin/social_login.php:446
2146
  #, fuzzy, php-format
2147
  msgid ""
2148
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2152,12 +2170,12 @@ msgstr ""
2152
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2153
  "LinkedIn."
2154
 
2155
- #: ../admin/social_login.php:457
2156
  #, fuzzy
2157
  msgid "Line Channel Secret"
2158
  msgstr "LinkedIn"
2159
 
2160
- #: ../admin/social_login.php:466
2161
  #, fuzzy, php-format
2162
  msgid ""
2163
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2167,12 +2185,12 @@ msgstr ""
2167
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2168
  "LinkedIn."
2169
 
2170
- #: ../admin/social_login.php:477
2171
  #, fuzzy
2172
  msgid "Wordpress Client ID"
2173
  msgstr "Google+ ID клиента"
2174
 
2175
- #: ../admin/social_login.php:486
2176
  #, fuzzy, php-format
2177
  msgid ""
2178
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2181,12 +2199,12 @@ msgstr ""
2181
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2182
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2183
 
2184
- #: ../admin/social_login.php:497
2185
  #, fuzzy
2186
  msgid "Wordpress Client Secret"
2187
  msgstr "Google+ ID клиента"
2188
 
2189
- #: ../admin/social_login.php:506
2190
  #, fuzzy, php-format
2191
  msgid ""
2192
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2196,12 +2214,12 @@ msgstr ""
2196
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2197
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2198
 
2199
- #: ../admin/social_login.php:517
2200
  #, fuzzy
2201
  msgid "Microsoft Client ID"
2202
  msgstr "Google+ ID клиента"
2203
 
2204
- #: ../admin/social_login.php:526
2205
  #, fuzzy, php-format
2206
  msgid ""
2207
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2210,8 +2228,9 @@ msgstr ""
2210
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2211
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2212
 
2213
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
2214
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
2215
  #, fuzzy
2216
  msgid ""
2217
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2220,12 +2239,12 @@ msgstr ""
2220
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2221
  "упоминания ссылки."
2222
 
2223
- #: ../admin/social_login.php:537
2224
  #, fuzzy
2225
  msgid "Microsoft Client Secret"
2226
  msgstr "Google+ ID клиента"
2227
 
2228
- #: ../admin/social_login.php:546
2229
  #, fuzzy, php-format
2230
  msgid ""
2231
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2235,12 +2254,12 @@ msgstr ""
2235
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2236
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2237
 
2238
- #: ../admin/social_login.php:556
2239
  #, fuzzy
2240
  msgid "Steam API Key"
2241
  msgstr "Twitter API ключ"
2242
 
2243
- #: ../admin/social_login.php:565
2244
  #, fuzzy, php-format
2245
  msgid ""
2246
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2250,19 +2269,19 @@ msgstr ""
2250
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2251
  "Twitter."
2252
 
2253
- #: ../admin/social_login.php:566
2254
  #, fuzzy
2255
  msgid "Save following <strong>domain</strong> to get the key"
2256
  msgstr ""
2257
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2258
  "ссылки"
2259
 
2260
- #: ../admin/social_login.php:575
2261
  #, fuzzy
2262
  msgid "Yahoo Client ID"
2263
  msgstr "Google+ ID клиента"
2264
 
2265
- #: ../admin/social_login.php:584
2266
  #, fuzzy, php-format
2267
  msgid ""
2268
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2271,7 +2290,7 @@ msgstr ""
2271
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2272
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2273
 
2274
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2275
  #, fuzzy
2276
  msgid ""
2277
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
@@ -2280,12 +2299,12 @@ msgstr ""
2280
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2281
  "упоминания ссылки."
2282
 
2283
- #: ../admin/social_login.php:595
2284
  #, fuzzy
2285
  msgid "Yahoo Client Secret"
2286
  msgstr "Google+ ID клиента"
2287
 
2288
- #: ../admin/social_login.php:604
2289
  #, fuzzy, php-format
2290
  msgid ""
2291
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2294,12 +2313,12 @@ msgstr ""
2294
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2295
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2296
 
2297
- #: ../admin/social_login.php:616
2298
  #, fuzzy
2299
  msgid "Spotify Client ID"
2300
  msgstr "Google+ ID клиента"
2301
 
2302
- #: ../admin/social_login.php:625
2303
  #, fuzzy, php-format
2304
  msgid ""
2305
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2308,12 +2327,12 @@ msgstr ""
2308
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2309
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2310
 
2311
- #: ../admin/social_login.php:636
2312
  #, fuzzy
2313
  msgid "Spotify Client Secret"
2314
  msgstr "Google+ ID клиента"
2315
 
2316
- #: ../admin/social_login.php:645
2317
  #, fuzzy, php-format
2318
  msgid ""
2319
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2323,12 +2342,12 @@ msgstr ""
2323
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2324
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2325
 
2326
- #: ../admin/social_login.php:658
2327
  #, fuzzy
2328
  msgid "Dribbble Client ID"
2329
  msgstr "Google+ ID клиента"
2330
 
2331
- #: ../admin/social_login.php:667
2332
  #, fuzzy, php-format
2333
  msgid ""
2334
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2337,12 +2356,12 @@ msgstr ""
2337
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2338
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2339
 
2340
- #: ../admin/social_login.php:678
2341
  #, fuzzy
2342
  msgid "Dribbble Client Secret"
2343
  msgstr "Google+ ID клиента"
2344
 
2345
- #: ../admin/social_login.php:687
2346
  #, fuzzy, php-format
2347
  msgid ""
2348
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2352,12 +2371,12 @@ msgstr ""
2352
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2353
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2354
 
2355
- #: ../admin/social_login.php:699
2356
  #, fuzzy
2357
  msgid "Twitch Client ID"
2358
  msgstr "Добавьте ваш Twitch Client ID здесь"
2359
 
2360
- #: ../admin/social_login.php:708
2361
  #, fuzzy, php-format
2362
  msgid ""
2363
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2366,12 +2385,12 @@ msgstr ""
2366
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2367
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2368
 
2369
- #: ../admin/social_login.php:719
2370
  #, fuzzy
2371
  msgid "Twitch Client Secret"
2372
  msgstr "Добавьте ваш Twitch Client ID здесь"
2373
 
2374
- #: ../admin/social_login.php:728
2375
  #, fuzzy, php-format
2376
  msgid ""
2377
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2380,12 +2399,142 @@ msgstr ""
2380
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2381
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2382
 
2383
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2384
  #, fuzzy
2385
  msgid "Github Client ID"
2386
  msgstr "Добавьте ваш Twitch Client ID здесь"
2387
 
2388
- #: ../admin/social_login.php:751
2389
  #, fuzzy, php-format
2390
  msgid ""
2391
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2394,12 +2543,12 @@ msgstr ""
2394
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2395
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2396
 
2397
- #: ../admin/social_login.php:762
2398
  #, fuzzy
2399
  msgid "Github Client Secret"
2400
  msgstr "Добавьте ваш Twitch Client ID здесь"
2401
 
2402
- #: ../admin/social_login.php:771
2403
  #, fuzzy, php-format
2404
  msgid ""
2405
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2408,12 +2557,12 @@ msgstr ""
2408
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2409
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2410
 
2411
- #: ../admin/social_login.php:784
2412
  #, fuzzy
2413
  msgid "Kakao Client ID"
2414
  msgstr "Google+ ID клиента"
2415
 
2416
- #: ../admin/social_login.php:793
2417
  #, fuzzy, php-format
2418
  msgid ""
2419
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2422,12 +2571,12 @@ msgstr ""
2422
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2423
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2424
 
2425
- #: ../admin/social_login.php:804
2426
  #, fuzzy
2427
  msgid "Kakao Client Secret"
2428
  msgstr "Google+ ID клиента"
2429
 
2430
- #: ../admin/social_login.php:813
2431
  #, fuzzy, php-format
2432
  msgid ""
2433
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2436,67 +2585,67 @@ msgstr ""
2436
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2437
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2438
 
2439
- #: ../admin/social_login.php:833
2440
  msgid "Social Login Options"
2441
  msgstr "Параметры входа через соцсети"
2442
 
2443
- #: ../admin/social_login.php:848
2444
  msgid "Text to display above the Social Login interface"
2445
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2446
 
2447
- #: ../admin/social_login.php:856
2448
  msgid "Trigger social login in the same browser tab"
2449
  msgstr ""
2450
 
2451
- #: ../admin/social_login.php:866
2452
  msgid "Trigger social login in the same browser tab instead of a popup window"
2453
  msgstr ""
2454
 
2455
- #: ../admin/social_login.php:873
2456
  #, fuzzy
2457
  msgid "Center align icons"
2458
  msgstr "Переставить иконы"
2459
 
2460
- #: ../admin/social_login.php:883
2461
  #, fuzzy
2462
  msgid "Center align social login icons"
2463
  msgstr "Параметры входа через соцсети"
2464
 
2465
- #: ../admin/social_login.php:890
2466
  msgid "Enable at login page"
2467
  msgstr "Включить страницу входа"
2468
 
2469
- #: ../admin/social_login.php:900
2470
  msgid ""
2471
  "Social Login interface will get enabled at the login page of your website"
2472
  msgstr ""
2473
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2474
 
2475
- #: ../admin/social_login.php:907
2476
  msgid "Enable at register page"
2477
  msgstr "Включить на странице регистрации"
2478
 
2479
- #: ../admin/social_login.php:917
2480
  msgid ""
2481
  "Social Login interface will get enabled at the registration page of your "
2482
  "website"
2483
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2484
 
2485
- #: ../admin/social_login.php:924
2486
  msgid "Enable at comment form"
2487
  msgstr "Включить в форму комментирования"
2488
 
2489
- #: ../admin/social_login.php:934
2490
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2491
  msgstr ""
2492
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2493
  "комментирования Wordpress"
2494
 
2495
- #: ../admin/social_login.php:948
2496
  msgid "Enable before WooCommerce Customer Login Form"
2497
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2498
 
2499
- #: ../admin/social_login.php:958
2500
  msgid ""
2501
  "Social Login Interface will get enabled before the customer login form at "
2502
  "WooCommerce My Account page"
@@ -2504,12 +2653,12 @@ msgstr ""
2504
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2505
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2506
 
2507
- #: ../admin/social_login.php:965
2508
  #, fuzzy
2509
  msgid "Enable at WooCommerce Customer Login Form"
2510
  msgstr "Включить после формы входа клиента WooCommerce"
2511
 
2512
- #: ../admin/social_login.php:975
2513
  #, fuzzy
2514
  msgid ""
2515
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2518,12 +2667,12 @@ msgstr ""
2518
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2519
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2520
 
2521
- #: ../admin/social_login.php:982
2522
  #, fuzzy
2523
  msgid "Enable at WooCommerce Customer Register Form"
2524
  msgstr "Включить после формы входа клиента WooCommerce"
2525
 
2526
- #: ../admin/social_login.php:992
2527
  #, fuzzy
2528
  msgid ""
2529
  "Integrate Social Login Interface with the customer register form at "
@@ -2532,22 +2681,22 @@ msgstr ""
2532
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2533
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2534
 
2535
- #: ../admin/social_login.php:999
2536
  msgid "Enable at WooCommerce checkout page"
2537
  msgstr "Включить на странице оформления заказа WooCommerce"
2538
 
2539
- #: ../admin/social_login.php:1009
2540
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2541
  msgstr ""
2542
  "Интерфейс входа через социальные сети будет активирован на странице "
2543
  "оформления заказа в WooCommerce"
2544
 
2545
- #: ../admin/social_login.php:1019
2546
  msgid "Auto-approve comments made by Social Login users"
2547
  msgstr ""
2548
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2549
 
2550
- #: ../admin/social_login.php:1029
2551
  msgid ""
2552
  "If this option is enabled, and WordPress comment is made by Social Login "
2553
  "user, comment will get approved immediately without keeping in moderation."
@@ -2556,15 +2705,15 @@ msgstr ""
2556
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2557
  "без модерации."
2558
 
2559
- #: ../admin/social_login.php:1030
2560
  msgid "Note: This is not related to Facebook comments"
2561
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2562
 
2563
- #: ../admin/social_login.php:1039
2564
  msgid "Enable social avatar"
2565
  msgstr "Включение социальных аватар"
2566
 
2567
- #: ../admin/social_login.php:1049
2568
  msgid ""
2569
  "Social profile pictures of the logged in user will be displayed as profile "
2570
  "avatar"
@@ -2572,30 +2721,30 @@ msgstr ""
2572
  "Изображения пользователя в социальных сетях будет использоваться как "
2573
  "изображение профиля на сайте"
2574
 
2575
- #: ../admin/social_login.php:1058
2576
  msgid "Avatar quality"
2577
  msgstr "Качество аватары"
2578
 
2579
- #: ../admin/social_login.php:1061
2580
  msgid "Average"
2581
  msgstr "Среднее"
2582
 
2583
- #: ../admin/social_login.php:1062
2584
  msgid "Best"
2585
  msgstr "лучший"
2586
 
2587
- #: ../admin/social_login.php:1069
2588
  msgid "Choose avatar quality"
2589
  msgstr "Выберите качество аватара"
2590
 
2591
- #: ../admin/social_login.php:1077
2592
  msgid ""
2593
  "Show option for users to update social avatar at BuddyPress profile page"
2594
  msgstr ""
2595
  "Показать вариант для пользователей для обновления социального аватара на "
2596
  "странице профиля BuddyPress"
2597
 
2598
- #: ../admin/social_login.php:1087
2599
  msgid ""
2600
  "If enabled, users would be able to update their social avatar from \"Profile "
2601
  "photo\" section in BuddyPress profile at front-end"
@@ -2603,7 +2752,7 @@ msgstr ""
2603
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2604
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2605
 
2606
- #: ../admin/social_login.php:1107
2607
  msgid ""
2608
  "If enabled and Social ID provider does not provide user's email address on "
2609
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2613,13 +2762,13 @@ msgstr ""
2613
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2614
  "случае, почта будет создана по образцу."
2615
 
2616
- #: ../admin/social_login.php:1115
2617
  msgid "Send post-registration email to user to set account password"
2618
  msgstr ""
2619
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2620
  "установить пароль учетной записи"
2621
 
2622
- #: ../admin/social_login.php:1125
2623
  msgid ""
2624
  "If enabled, an email will be sent to user after registration through Social "
2625
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2629,13 +2778,13 @@ msgstr ""
2629
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2630
  "возможность зайти черед стандартную форму авторизации"
2631
 
2632
- #: ../admin/social_login.php:1132
2633
  msgid "Send new user registration notification email to admin"
2634
  msgstr ""
2635
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2636
  "администратору"
2637
 
2638
- #: ../admin/social_login.php:1142
2639
  msgid ""
2640
  "If enabled, an email will be sent to admin after new user registers through "
2641
  "Social Login, notifying admin about the new user registration"
@@ -2643,41 +2792,41 @@ msgstr ""
2643
  "Если опция включена, на почту администратора прийдет уведомление о "
2644
  "регистрации нового пользователя через соцсети."
2645
 
2646
- #: ../admin/social_login.php:1149
2647
  msgid "Login redirection"
2648
  msgstr "Перенаправления входа"
2649
 
2650
- #: ../admin/social_login.php:1153
2651
  msgid "Same page where user logged in"
2652
  msgstr "Та же страница, на которой пользователь произвел вход "
2653
 
2654
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2655
  msgid "Account dashboard"
2656
  msgstr "Страница управления моим аккаунтом"
2657
 
2658
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2659
  msgid "BuddyPress profile page"
2660
  msgstr "Страница профиля BuddyPress"
2661
 
2662
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2663
  msgid "Custom Url"
2664
  msgstr "Пользовательская ссылка"
2665
 
2666
- #: ../admin/social_login.php:1171
2667
  msgid "User will be redirected to the selected page after Social Login"
2668
  msgstr ""
2669
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2670
  "социальные сети"
2671
 
2672
- #: ../admin/social_login.php:1178
2673
  msgid "Registration redirection"
2674
  msgstr "Перенаправлении регистрации"
2675
 
2676
- #: ../admin/social_login.php:1182
2677
  msgid "Same page from where user registered"
2678
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2679
 
2680
- #: ../admin/social_login.php:1200
2681
  msgid ""
2682
  "User will be redirected to the selected page after registration (first "
2683
  "Social Login) through Social Login"
@@ -2685,23 +2834,23 @@ msgstr ""
2685
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2686
  "(первый вход чере социальные сети) через социальные логин"
2687
 
2688
- #: ../admin/social_login.php:1209
2689
  #, fuzzy
2690
  msgid "Social Account Linking Options"
2691
  msgstr "Ссылки на социальный аккаунт"
2692
 
2693
- #: ../admin/social_login.php:1224
2694
  #, fuzzy
2695
  msgid "Text to display above the Social Account Linking interface"
2696
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2697
 
2698
- #: ../admin/social_login.php:1231
2699
  msgid ""
2700
  "Link social account to already existing account, if email address matches"
2701
  msgstr ""
2702
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2703
 
2704
- #: ../admin/social_login.php:1241
2705
  #, fuzzy
2706
  msgid ""
2707
  "If email address of the user's Social Account matches with an already "
@@ -2714,11 +2863,11 @@ msgstr ""
2714
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2715
  "странице профиля."
2716
 
2717
- #: ../admin/social_login.php:1249
2718
  msgid "Enable social account linking at BuddyPress profile page"
2719
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2720
 
2721
- #: ../admin/social_login.php:1259
2722
  msgid ""
2723
  "Enable this option to show social account linking interface at BuddyPress "
2724
  "profile page"
@@ -2726,15 +2875,15 @@ msgstr ""
2726
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2727
  "профиля BuddyPress"
2728
 
2729
- #: ../admin/social_login.php:1270
2730
  msgid "Email popup options"
2731
  msgstr "Параметры всплывающей электронной Почты"
2732
 
2733
- #: ../admin/social_login.php:1275
2734
  msgid "Text on 'Email required' popup"
2735
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2736
 
2737
- #: ../admin/social_login.php:1285
2738
  msgid ""
2739
  "This text will be displayed on email required popup. Leave empty if not "
2740
  "required."
@@ -2742,11 +2891,11 @@ msgstr ""
2742
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2743
  "поле пустым если не требуется."
2744
 
2745
- #: ../admin/social_login.php:1293
2746
  msgid "Error message for 'Email required' popup"
2747
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2748
 
2749
- #: ../admin/social_login.php:1303
2750
  msgid ""
2751
  "This message will be displayed to user if it provides invalid or already "
2752
  "registered email"
@@ -2754,11 +2903,11 @@ msgstr ""
2754
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2755
  "уже используемую почту"
2756
 
2757
- #: ../admin/social_login.php:1311
2758
  msgid "Email popup height"
2759
  msgstr "Высота высплывающего окна"
2760
 
2761
- #: ../admin/social_login.php:1321
2762
  msgid ""
2763
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2764
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2768,11 +2917,11 @@ msgstr ""
2768
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2769
  "базового значения."
2770
 
2771
- #: ../admin/social_login.php:1328
2772
  msgid "Enable email verification"
2773
  msgstr "Включить проверку электронной почты"
2774
 
2775
- #: ../admin/social_login.php:1338
2776
  msgid ""
2777
  "If enabled, email provided by the user will be verified by sending a "
2778
  "confirmation link to that email. User would not be able to login without "
@@ -2781,108 +2930,108 @@ msgstr ""
2781
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2782
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2783
 
2784
- #: ../admin/social_login.php:1358
2785
  #, fuzzy
2786
  msgid "Enable GDPR opt-in"
2787
  msgstr "Активировать комментирование через Disqus"
2788
 
2789
- #: ../admin/social_login.php:1368
2790
  msgid ""
2791
  "Enable it to show GDPR opt-in for social login and social account linking"
2792
  msgstr ""
2793
 
2794
- #: ../admin/social_login.php:1376
2795
  #, fuzzy
2796
  msgid "Placement of GDPR opt-in"
2797
  msgstr "Активировать комментирование через Disqus"
2798
 
2799
- #: ../admin/social_login.php:1380
2800
  #, fuzzy
2801
  msgid "Above Social Login icons"
2802
  msgstr "Параметры входа через соцсети"
2803
 
2804
- #: ../admin/social_login.php:1382
2805
  #, fuzzy
2806
  msgid "Below Social Login icons"
2807
  msgstr "Параметры входа через соцсети"
2808
 
2809
- #: ../admin/social_login.php:1388
2810
  #, fuzzy
2811
  msgid "Placement of GDPR opt-in above or below the social login icons"
2812
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2813
 
2814
- #: ../admin/social_login.php:1395
2815
  msgid "Opt-in text"
2816
  msgstr ""
2817
 
2818
- #: ../admin/social_login.php:1405
2819
  #, fuzzy
2820
  msgid "Text for the GDPR opt-in"
2821
  msgstr "Активировать комментирование через Disqus"
2822
 
2823
- #: ../admin/social_login.php:1412
2824
  msgid "Text to link to Terms-Conditions page"
2825
  msgstr ""
2826
 
2827
- #: ../admin/social_login.php:1422
2828
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2829
  msgstr ""
2830
 
2831
- #: ../admin/social_login.php:1429
2832
  msgid "Terms-Conditions Url"
2833
  msgstr ""
2834
 
2835
- #: ../admin/social_login.php:1439
2836
  #, fuzzy
2837
  msgid "Url of the terms-conditions page of your website"
2838
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2839
 
2840
- #: ../admin/social_login.php:1446
2841
  msgid "Text to link to Privacy Policy page"
2842
  msgstr ""
2843
 
2844
- #: ../admin/social_login.php:1456
2845
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2846
  msgstr ""
2847
 
2848
- #: ../admin/social_login.php:1463
2849
  msgid "Privacy Policy Url"
2850
  msgstr ""
2851
 
2852
- #: ../admin/social_login.php:1473
2853
  #, fuzzy
2854
  msgid "Url of the privacy policy page of your website"
2855
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2856
 
2857
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
2858
  #: ../inc/widget.php:602 ../inc/widget.php:750
2859
  msgid "Select"
2860
  msgstr "Выбор"
2861
 
2862
- #: ../admin/social_login.php:1555
2863
  msgid "Social Login Shortcode & Widget"
2864
  msgstr "Шорткод и виджет для входа через социальные сети "
2865
 
2866
- #: ../admin/social_login.php:1556
2867
  msgid "Social Linking Shortcode"
2868
  msgstr "Шорткод социальных ссылок"
2869
 
2870
- #: ../admin/social_login.php:1571
2871
  #, fuzzy
2872
  msgid "Why is social login not working?"
2873
  msgstr "Почему Facebook логин не работает?"
2874
 
2875
- #: ../admin/social_login.php:1572
2876
  msgid ""
2877
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2878
  "belong to the same app"
2879
  msgstr ""
2880
 
2881
- #: ../admin/social_login.php:1574
2882
  msgid "Social Login not working with Varnish enabled"
2883
  msgstr ""
2884
 
2885
- #: ../admin/social_login.php:1575
2886
  msgid ""
2887
  "Why the user is not appearing logged in even after Social Login until the "
2888
  "webpage is refreshed manually?"
@@ -3101,27 +3250,27 @@ msgstr "Неверный Запрос!"
3101
  msgid "Providers not selected"
3102
  msgstr "Сервисы не выбраны"
3103
 
3104
- #: ../inc/social_login.php:854
3105
  msgid "Email"
3106
  msgstr "Email"
3107
 
3108
- #: ../inc/social_login.php:855
3109
  msgid "Confirm email"
3110
  msgstr "Подтвердить e-mail"
3111
 
3112
- #: ../inc/social_login.php:857
3113
  msgid "Save"
3114
  msgstr "Сохранить"
3115
 
3116
- #: ../inc/social_login.php:858
3117
  msgid "Cancel"
3118
  msgstr "Отменить"
3119
 
3120
- #: ../inc/social_login.php:932
3121
  msgid "Email Verification"
3122
  msgstr "Подтверждение адреса электронной почты"
3123
 
3124
- #: ../inc/social_login.php:934
3125
  msgid ""
3126
  "Please click on the following link or paste it in browser to verify your "
3127
  "email"
@@ -3405,6 +3554,16 @@ msgstr ""
3405
  msgid "RSS Feed URL:"
3406
  msgstr ""
3407
 
 
 
 
 
 
 
 
 
 
 
3408
  #~ msgid "Click to show help"
3409
  #~ msgstr "Нажмите, чтобы получить помощь"
3410
 
@@ -3473,14 +3632,6 @@ msgstr ""
3473
  #~ msgid "Xing Consumer Key"
3474
  #~ msgstr "Ключ потребителя Xing"
3475
 
3476
- #~ msgid ""
3477
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3478
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3479
- #~ msgstr ""
3480
- #~ "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a "
3481
- #~ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя "
3482
- #~ "Xing."
3483
-
3484
  #, fuzzy
3485
  #~ msgid ""
3486
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:38+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:38+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:1570
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
23
  "server administrator to enable it."
25
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
26
  "администратору вашего сайта, чтобы включить это."
27
 
28
+ #: ../super_socializer.php:1598
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
34
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
35
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
36
 
37
+ #: ../super_socializer.php:1601
38
  #, fuzzy, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
43
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
44
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
45
 
46
+ #: ../super_socializer.php:1604
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
51
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
52
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
53
 
54
+ #: ../super_socializer.php:1786 ../helper.php:986
55
  msgid "Please verify your email address to login."
56
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
57
 
58
+ #: ../super_socializer.php:1786
59
  msgid "Your email has been verified. Now you can login to your account"
60
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
61
 
62
+ #: ../super_socializer.php:1790
63
  msgid "Notification"
64
  msgstr "Уведомления"
65
 
66
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
67
  msgid "Email required"
68
  msgstr "Email (Обязательно)"
69
 
70
+ #: ../super_socializer.php:1811
71
  msgid "Please check your email inbox to complete the registration."
72
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
73
 
74
+ #: ../super_socializer.php:1880
75
  msgid "Leave a reply"
76
  msgstr "Оставить ответ"
77
 
78
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
79
  msgid "Shares"
80
  msgstr "Поделились"
81
 
82
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
83
  msgid "Share"
84
  msgstr "Поделиться"
85
 
86
+ #: ../super_socializer.php:1896
87
  #, fuzzy
88
  msgid "Link copied."
89
  msgstr "LinkedIn"
90
 
91
+ #: ../super_socializer.php:2141
92
  msgid "Super Socializer - General Options"
93
  msgstr "Super Socializer - Общие настройки"
94
 
95
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
96
  #: ../admin/social_commenting.php:47
97
  msgid "General Options"
98
  msgstr "Основные настройки"
99
 
100
+ #: ../super_socializer.php:2209 ../helper.php:915
101
  msgid "Social Avatar"
102
  msgstr "Социальный аватар"
103
 
104
+ #: ../super_socializer.php:2212
105
  msgid "Small Avatar Url"
106
  msgstr "Ссылка для маленького аватара"
107
 
108
+ #: ../super_socializer.php:2216
109
  msgid "Large Avatar Url"
110
  msgstr "Ссылка для большого аватара"
111
 
112
+ #: ../super_socializer.php:2220 ../helper.php:918
113
  msgid ""
114
  "Do not fetch and update social avatar from my profile, next time I Social "
115
  "Login"
117
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
118
  "я когда я использую вход через соцсети"
119
 
120
+ #: ../super_socializer.php:2224 ../helper.php:919
121
  msgid "Update social avatar, next time I Social Login"
122
  msgstr ""
123
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
124
  "соцсети"
125
 
126
+ #: ../super_socializer.php:2301
127
  msgid "Login with your Social ID"
128
  msgstr "Войти, используя социальный аккаунт"
129
 
130
+ #: ../super_socializer.php:2302
131
  msgid "Email you entered is already registered or invalid"
132
  msgstr ""
133
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
134
 
135
+ #: ../super_socializer.php:2309
136
  msgid "Please enter a valid email address. You might be required to verify it"
137
  msgstr ""
138
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
139
  "потребуется проверить его"
140
 
141
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
142
  msgid "Link your social account to login to your account at this website"
143
  msgstr ""
144
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
145
  "этом сайте"
146
 
147
+ #: ../super_socializer.php:2561
148
  msgid "Thanks for installing Super Socializer plugin"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:2563
152
  msgid "Configure the Plugin"
153
  msgstr ""
154
 
155
+ #: ../super_socializer.php:2574
156
  msgid ""
157
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
158
  "current version of Super Socializer"
159
  msgstr ""
160
 
161
+ #: ../super_socializer.php:2583
162
  msgid ""
163
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
164
  "version of Super Socializer"
165
  msgstr ""
166
 
167
+ #: ../super_socializer.php:2592
168
  msgid ""
169
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
170
+ "compatibility with current version of Super Socializer"
171
  msgstr ""
172
 
173
+ #: ../super_socializer.php:2601
174
  msgid ""
175
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
176
  "with current version of Super Socializer"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:2610
180
  msgid ""
181
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
182
  "with current version of Super Socializer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:2621
186
  #, php-format
187
  msgid ""
188
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:2630
192
  #, php-format
193
  msgid ""
194
  "To continue using Instagram login create a new Instagram App as described <a "
196
  "Instagram App Secret <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
200
  #, php-format
201
  msgid ""
202
  "To continue using bitly url shortener, login to your bit.ly account and "
205
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:2664
209
  #, php-format
210
  msgid ""
211
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:2688
215
  #, php-format
216
  msgid ""
217
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
219
  "target=\"_blank\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
223
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
224
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
225
+ #: ../super_socializer.php:2851
226
  msgid "Okay"
227
  msgstr "Окей"
228
 
229
+ #: ../super_socializer.php:2713
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
234
  "\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:2738
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:2763
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
+ #: ../super_socializer.php:2774
254
  #, php-format
255
  msgid ""
256
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:2796
260
  #, php-format
261
  msgid ""
262
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
264
  "\"%s\" target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:2824
268
  #, php-format
269
  msgid ""
270
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
273
  "your website %s with them. No need to copy-paste any code from their website."
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:2851
277
  #, php-format
278
  msgid ""
279
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
281
  "\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:2876
285
  #, php-format
286
  msgid ""
287
  "If you cannot get Linkedin login to work after updating the plugin, replace "
289
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
293
  msgid "Dismiss"
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:2902
297
  #, php-format
298
  msgid ""
299
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
302
  "that, clear share counts cache from \"Miscellaneous\" section"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:3115
306
  msgid ""
307
  "Your browser is blocking some features of this website. Please follow the "
308
  "instructions at {support_url} to unblock these."
310
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
311
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
312
 
313
+ #: ../helper.php:7
314
  msgid "Settings saved"
315
  msgstr "Параметры сохранены"
316
 
317
+ #: ../helper.php:185
 
 
 
 
318
  #, fuzzy
319
  msgid "Click to toggle help"
320
  msgstr "Нажмите, чтобы скрыть помощь"
321
 
322
+ #: ../helper.php:282
323
  msgid "Add-Ons"
324
  msgstr "Дополнения"
325
 
326
+ #: ../helper.php:283
327
  msgid "Support Documentation"
328
  msgstr "Техническая документация"
329
 
330
+ #: ../helper.php:284
331
  msgid "Settings"
332
  msgstr "Настройки"
333
 
334
+ #: ../helper.php:567
335
  msgid "Account linked successfully"
336
  msgstr "Аккаунт успешно связан"
337
 
338
+ #: ../helper.php:571
339
  msgid "Account already exists or linked"
340
  msgstr "Аккаунт уже существует или связан"
341
 
342
+ #: ../helper.php:607 ../helper.php:609
343
  msgid "Login with"
344
  msgstr "Войти с"
345
 
346
+ #: ../helper.php:644 ../helper.php:650
347
  msgid "Currently"
348
  msgstr "На данный момент"
349
 
350
+ #: ../helper.php:644 ../helper.php:650
351
  msgid "Connected with"
352
  msgstr "Авторизоваться с помощью"
353
 
354
+ #: ../helper.php:644 ../helper.php:650
355
  msgid "Remove"
356
  msgstr "Удалить"
357
 
358
+ #: ../helper.php:721
359
  msgid "Social Account Linking"
360
  msgstr "Ссылки на социальный аккаунт"
361
 
362
+ #: ../helper.php:771
363
  msgid "Disable Standard Social Sharing on this "
364
  msgstr "Отключить стандартный блок Поделиться на этом"
365
 
366
+ #: ../helper.php:776
367
  msgid "Disable Floating Social Sharing on this "
368
  msgstr "Отключить плавающий блок Поделиться на этом"
369
 
370
+ #: ../helper.php:781
371
  msgid "Disable Standard like buttons on this "
372
  msgstr "Откдючить стандартные кнопки Нравится на этом"
373
 
374
+ #: ../helper.php:786
375
  msgid "Disable Floating like buttons on this "
376
  msgstr "Откдючить плавающие кнопки Нравится на этом"
377
 
378
+ #: ../helper.php:791
379
  msgid "Disable Social Commenting on this "
380
  msgstr "Деактивировать социальное комментироване"
381
 
382
+ #: ../helper.php:800
383
  msgid "Standard Sharing Interface"
384
  msgstr "Стандартный интерфейс Поделиться"
385
 
386
+ #: ../helper.php:806 ../helper.php:825
387
  msgid "Starting share count for "
388
  msgstr "Запустить счетчик поделиться для"
389
 
390
+ #: ../helper.php:819
391
  msgid "Floating Sharing Interface"
392
  msgstr "Плавающий интерфейс Поделиться"
393
 
394
+ #: ../helper.php:922
395
  msgid "Small Avatar"
396
  msgstr "Небольшой аватар"
397
 
398
+ #: ../helper.php:926
399
  msgid "Large Avatar"
400
  msgstr "Большой аватар"
401
 
402
+ #: ../helper.php:930 ../admin/general_options.php:89
403
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
404
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
405
  msgid "Save Changes"
406
  msgstr "Сохранить изменения"
407
 
408
+ #: ../helper.php:1023
409
  msgid "Click to delete social profile data"
410
  msgstr ""
411
 
412
+ #: ../helper.php:1052
413
  #, fuzzy
414
  msgid "Deleting"
415
  msgstr "Настройки"
416
 
417
+ #: ../helper.php:1062
418
  msgid "Deleted"
419
  msgstr ""
420
 
421
+ #: ../helper.php:1064
422
  msgid "Something bad happened"
423
  msgstr ""
424
 
425
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
426
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
427
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
428
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
429
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
430
  #, fuzzy, php-format
431
  msgid ""
480
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
481
 
482
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
483
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
484
  #: ../admin/like_buttons.php:790
485
  #, fuzzy
486
  msgid "Instagram Shoutout"
487
  msgstr "Instagram"
488
 
489
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
490
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
491
  #: ../admin/like_buttons.php:792
492
  msgid ""
493
  "If you can send (to hello@heateor.com) how this plugin is helping your "
603
  "Facebook share count to work"
604
  msgstr ""
605
 
606
+ #: ../admin/social_sharing.php:49
607
+ msgid "Dismiss this notice"
608
+ msgstr "Закрыть это уведомление"
609
+
610
  #: ../admin/social_sharing.php:56
611
  msgid "Theme Selection"
612
  msgstr "Выбор тем"
630
 
631
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
632
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
633
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
634
  #: ../admin/like_buttons.php:751
635
  msgid "Shortcode & Widget"
636
  msgstr "Шорткод и виджет"
641
 
642
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
643
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
644
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
645
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
646
  msgid "FAQ"
647
  msgstr "Часто задаваемые вопросы (FAQ)"
873
  msgid "Url to share"
874
  msgstr "Ссылка чтобы Поделиться"
875
 
876
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
877
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
878
  #: ../inc/widget.php:949
879
  msgid "Title"
880
  msgstr "Заголовок"
960
  msgstr "Размещение"
961
 
962
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
963
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
964
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
965
  msgid "Homepage"
966
  msgstr "Главная"
1229
  msgid "Required only to track Facebook share count"
1230
  msgstr ""
1231
 
1232
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1233
  msgid "Facebook App ID"
1234
  msgstr "Facebook App ID"
1235
 
1242
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1243
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1244
 
1245
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1246
  #, fuzzy
1247
  msgid "Facebook App Secret"
1248
  msgstr "Facebook App ID"
1430
  "\"Получение информации о новой поломке\" ."
1431
 
1432
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1433
+ #: ../admin/social_login.php:1752
1434
  msgid ""
1435
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1436
  "an online website for the plugin to function properly."
1488
  msgstr ""
1489
 
1490
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1491
+ #: ../admin/social_login.php:1759
1492
  msgid "Why is my browser blocking some features of the plugin?"
1493
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1494
 
1806
  msgid "Advanced Configuration"
1807
  msgstr "Расширенная конфигурация"
1808
 
1809
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1810
  msgid "GDPR"
1811
  msgstr ""
1812
 
1813
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1814
  msgid "XProfile Integration"
1815
  msgstr "XProfile интеграция"
1816
 
1905
  msgstr "Twitch"
1906
 
1907
  #: ../admin/social_login.php:158
1908
+ #, fuzzy
1909
+ msgid "Foursquare"
1910
+ msgstr "Квадратная"
1911
+
1912
+ #: ../admin/social_login.php:162
1913
+ msgid "Dropbox"
1914
+ msgstr ""
1915
+
1916
+ #: ../admin/social_login.php:166
1917
+ msgid "Disqus"
1918
+ msgstr ""
1919
+
1920
+ #: ../admin/social_login.php:170
1921
+ msgid "Reddit"
1922
+ msgstr ""
1923
+
1924
+ #: ../admin/social_login.php:174
1925
  msgid "Github"
1926
  msgstr ""
1927
 
1928
+ #: ../admin/social_login.php:178
1929
  msgid "Kakao"
1930
  msgstr ""
1931
 
1932
+ #: ../admin/social_login.php:186
1933
  msgid "Select Social ID provider to enable in Social Login"
1934
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1935
 
1936
+ #: ../admin/social_login.php:203
1937
  #, php-format
1938
  msgid ""
1939
  "Required for Facebook Social Login to work. Please follow the documentation "
1942
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1943
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1944
 
1945
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
1946
  #, fuzzy
1947
  msgid ""
1948
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1950
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1951
  "упоминания ссылки."
1952
 
1953
+ #: ../admin/social_login.php:224
1954
  #, fuzzy, php-format
1955
  msgid ""
1956
  "Required for Facebook Social Login to work. Please follow the documentation "
1959
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1960
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1961
 
1962
+ #: ../admin/social_login.php:235
1963
  msgid "Twitter API Key"
1964
  msgstr "Twitter API ключ"
1965
 
1966
+ #: ../admin/social_login.php:245
1967
  #, php-format
1968
  msgid ""
1969
  "Required for Twitter Social Login to work. Please follow the documentation "
1973
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1974
  "Twitter."
1975
 
1976
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
1977
  #, fuzzy
1978
  msgid ""
1979
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1981
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1982
  "ссылки"
1983
 
1984
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
1985
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
1986
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
1987
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
1988
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
1989
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
1990
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
1991
  #, fuzzy
1992
  msgid ""
1993
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1996
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1997
  "ссылки"
1998
 
1999
+ #: ../admin/social_login.php:260
2000
  msgid "Twitter API Secret"
2001
  msgstr "Twitter API секретный ключ"
2002
 
2003
+ #: ../admin/social_login.php:270
2004
  #, php-format
2005
  msgid ""
2006
  "Required for Twitter Social Login to work. Please follow the documentation "
2010
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
2011
  "приложения Facebook."
2012
 
2013
+ #: ../admin/social_login.php:285
2014
  #, fuzzy
2015
  msgid "LinkedIn Client ID"
2016
  msgstr "LinkedIn"
2017
 
2018
+ #: ../admin/social_login.php:295
2019
  #, fuzzy, php-format
2020
  msgid ""
2021
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2025
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2026
  "LinkedIn."
2027
 
2028
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
2029
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
2030
  #, fuzzy
2031
  msgid ""
2032
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2035
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2036
  "упоминания ссылки."
2037
 
2038
+ #: ../admin/social_login.php:306
2039
  #, fuzzy
2040
  msgid "LinkedIn Client Secret"
2041
  msgstr "LinkedIn"
2042
 
2043
+ #: ../admin/social_login.php:316
2044
  #, fuzzy, php-format
2045
  msgid ""
2046
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2051
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2052
  "LinkedIn."
2053
 
2054
+ #: ../admin/social_login.php:327
2055
  #, fuzzy
2056
  msgid "Google Client ID"
2057
  msgstr "Google+ ID клиента"
2058
 
2059
+ #: ../admin/social_login.php:337
2060
  #, fuzzy, php-format
2061
  msgid ""
2062
  "Required for Google Social Login to work. Please follow the documentation at "
2065
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2066
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2067
 
2068
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
2069
  #, fuzzy
2070
  msgid ""
2071
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2074
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2075
  "упоминания ссылки."
2076
 
2077
+ #: ../admin/social_login.php:348
2078
  #, fuzzy
2079
  msgid "Google Client Secret"
2080
  msgstr "Google+ ID клиента"
2081
 
2082
+ #: ../admin/social_login.php:358
2083
  #, fuzzy, php-format
2084
  msgid ""
2085
  "Required for Google Social Login to work. Please follow the documentation at "
2088
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2089
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2090
 
2091
+ #: ../admin/social_login.php:369
2092
  msgid "Vkontakte Application ID"
2093
  msgstr " ID приложения Vkontakte"
2094
 
2095
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
2096
  #, php-format
2097
  msgid ""
2098
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2103
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
2104
  "Vkontakte."
2105
 
2106
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
2107
  #, fuzzy
2108
  msgid ""
2109
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2112
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2113
  "упоминания ссылки."
2114
 
2115
+ #: ../admin/social_login.php:390
2116
  #, fuzzy
2117
  msgid "Vkontakte Secure key"
2118
  msgstr "Вконтакте"
2119
 
2120
+ #: ../admin/social_login.php:411
2121
  #, fuzzy
2122
  msgid "Instagram App ID"
2123
  msgstr "Instagram ID клиента"
2124
 
2125
+ #: ../admin/social_login.php:421
2126
  #, fuzzy, php-format
2127
  msgid ""
2128
  "Required for Instagram Social Login to work. Please follow the documentation "
2132
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2133
  "Instagram."
2134
 
2135
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
2136
  #, fuzzy
2137
  msgid ""
2138
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2141
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2142
  "упоминания ссылки."
2143
 
2144
+ #: ../admin/social_login.php:432
2145
  #, fuzzy
2146
  msgid "Instagram App Secret"
2147
  msgstr "Введите имя пользователя Instagram."
2148
 
2149
+ #: ../admin/social_login.php:442
2150
  #, fuzzy, php-format
2151
  msgid ""
2152
  "Required for Instagram Social Login to work. Please follow the documentation "
2156
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2157
  "Instagram."
2158
 
2159
+ #: ../admin/social_login.php:453
2160
  msgid "Line Channel ID"
2161
  msgstr ""
2162
 
2163
+ #: ../admin/social_login.php:462
2164
  #, fuzzy, php-format
2165
  msgid ""
2166
  "Required for Line Social Login to work. Please follow the documentation at "
2170
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2171
  "LinkedIn."
2172
 
2173
+ #: ../admin/social_login.php:473
2174
  #, fuzzy
2175
  msgid "Line Channel Secret"
2176
  msgstr "LinkedIn"
2177
 
2178
+ #: ../admin/social_login.php:482
2179
  #, fuzzy, php-format
2180
  msgid ""
2181
  "Required for Line Social Login to work. Please follow the documentation at "
2185
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2186
  "LinkedIn."
2187
 
2188
+ #: ../admin/social_login.php:493
2189
  #, fuzzy
2190
  msgid "Wordpress Client ID"
2191
  msgstr "Google+ ID клиента"
2192
 
2193
+ #: ../admin/social_login.php:502
2194
  #, fuzzy, php-format
2195
  msgid ""
2196
  "Required for Wordpress Social Login to work. Please follow the documentation "
2199
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2200
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2201
 
2202
+ #: ../admin/social_login.php:513
2203
  #, fuzzy
2204
  msgid "Wordpress Client Secret"
2205
  msgstr "Google+ ID клиента"
2206
 
2207
+ #: ../admin/social_login.php:522
2208
  #, fuzzy, php-format
2209
  msgid ""
2210
  "Required for Wordpress Social Login to work. Please follow the documentation "
2214
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2215
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2216
 
2217
+ #: ../admin/social_login.php:533
2218
  #, fuzzy
2219
  msgid "Microsoft Client ID"
2220
  msgstr "Google+ ID клиента"
2221
 
2222
+ #: ../admin/social_login.php:542
2223
  #, fuzzy, php-format
2224
  msgid ""
2225
  "Required for Live Social Login to work. Please follow the documentation at "
2228
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2229
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2230
 
2231
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
2232
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2233
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2234
  #, fuzzy
2235
  msgid ""
2236
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2239
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2240
  "упоминания ссылки."
2241
 
2242
+ #: ../admin/social_login.php:553
2243
  #, fuzzy
2244
  msgid "Microsoft Client Secret"
2245
  msgstr "Google+ ID клиента"
2246
 
2247
+ #: ../admin/social_login.php:562
2248
  #, fuzzy, php-format
2249
  msgid ""
2250
  "Required for Live Social Login to work. Please follow the documentation at "
2254
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2255
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2256
 
2257
+ #: ../admin/social_login.php:572
2258
  #, fuzzy
2259
  msgid "Steam API Key"
2260
  msgstr "Twitter API ключ"
2261
 
2262
+ #: ../admin/social_login.php:581
2263
  #, fuzzy, php-format
2264
  msgid ""
2265
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2269
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2270
  "Twitter."
2271
 
2272
+ #: ../admin/social_login.php:582
2273
  #, fuzzy
2274
  msgid "Save following <strong>domain</strong> to get the key"
2275
  msgstr ""
2276
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2277
  "ссылки"
2278
 
2279
+ #: ../admin/social_login.php:591
2280
  #, fuzzy
2281
  msgid "Yahoo Client ID"
2282
  msgstr "Google+ ID клиента"
2283
 
2284
+ #: ../admin/social_login.php:600
2285
  #, fuzzy, php-format
2286
  msgid ""
2287
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2290
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2291
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2292
 
2293
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2294
  #, fuzzy
2295
  msgid ""
2296
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2299
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2300
  "упоминания ссылки."
2301
 
2302
+ #: ../admin/social_login.php:611
2303
  #, fuzzy
2304
  msgid "Yahoo Client Secret"
2305
  msgstr "Google+ ID клиента"
2306
 
2307
+ #: ../admin/social_login.php:620
2308
  #, fuzzy, php-format
2309
  msgid ""
2310
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2313
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2314
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2315
 
2316
+ #: ../admin/social_login.php:632
2317
  #, fuzzy
2318
  msgid "Spotify Client ID"
2319
  msgstr "Google+ ID клиента"
2320
 
2321
+ #: ../admin/social_login.php:641
2322
  #, fuzzy, php-format
2323
  msgid ""
2324
  "Required for Spotify Social Login to work. Please follow the documentation "
2327
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2328
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2329
 
2330
+ #: ../admin/social_login.php:652
2331
  #, fuzzy
2332
  msgid "Spotify Client Secret"
2333
  msgstr "Google+ ID клиента"
2334
 
2335
+ #: ../admin/social_login.php:661
2336
  #, fuzzy, php-format
2337
  msgid ""
2338
  "Required for Spotify Social Login to work. Please follow the documentation "
2342
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2343
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2344
 
2345
+ #: ../admin/social_login.php:674
2346
  #, fuzzy
2347
  msgid "Dribbble Client ID"
2348
  msgstr "Google+ ID клиента"
2349
 
2350
+ #: ../admin/social_login.php:683
2351
  #, fuzzy, php-format
2352
  msgid ""
2353
  "Required for Dribbble Social Login to work. Please follow the documentation "
2356
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2357
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2358
 
2359
+ #: ../admin/social_login.php:694
2360
  #, fuzzy
2361
  msgid "Dribbble Client Secret"
2362
  msgstr "Google+ ID клиента"
2363
 
2364
+ #: ../admin/social_login.php:703
2365
  #, fuzzy, php-format
2366
  msgid ""
2367
  "Required for Dribbble Social Login to work. Please follow the documentation "
2371
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2372
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2373
 
2374
+ #: ../admin/social_login.php:715
2375
  #, fuzzy
2376
  msgid "Twitch Client ID"
2377
  msgstr "Добавьте ваш Twitch Client ID здесь"
2378
 
2379
+ #: ../admin/social_login.php:724
2380
  #, fuzzy, php-format
2381
  msgid ""
2382
  "Required for Twitch Social Login to work. Please follow the documentation at "
2385
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2386
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2387
 
2388
+ #: ../admin/social_login.php:735
2389
  #, fuzzy
2390
  msgid "Twitch Client Secret"
2391
  msgstr "Добавьте ваш Twitch Client ID здесь"
2392
 
2393
+ #: ../admin/social_login.php:744
2394
  #, fuzzy, php-format
2395
  msgid ""
2396
  "Required for Twitch Social Login to work. Please follow the documentation at "
2399
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2400
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2401
 
2402
+ #: ../admin/social_login.php:757
2403
+ #, fuzzy
2404
+ msgid "Foursquare Client ID"
2405
+ msgstr "Google+ ID клиента"
2406
+
2407
+ #: ../admin/social_login.php:766
2408
+ #, fuzzy, php-format
2409
+ msgid ""
2410
+ "Required for Foursquare Social Login to work. Please follow the "
2411
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2412
+ "Foursquare Client ID"
2413
+ msgstr ""
2414
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2415
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2416
+
2417
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2418
+ #, fuzzy
2419
+ msgid ""
2420
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2421
+ "link"
2422
+ msgstr ""
2423
+ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2424
+ "упоминания ссылки."
2425
+
2426
+ #: ../admin/social_login.php:777
2427
+ #, fuzzy
2428
+ msgid "Foursquare Client Secret"
2429
+ msgstr "Google+ ID клиента"
2430
+
2431
+ #: ../admin/social_login.php:786
2432
+ #, fuzzy, php-format
2433
+ msgid ""
2434
+ "Required for Foursquare Social Login to work. Please follow the "
2435
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2436
+ "Foursquare Client Secret"
2437
+ msgstr ""
2438
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2439
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2440
+
2441
+ #: ../admin/social_login.php:797
2442
+ msgid "Dropbox App Key"
2443
+ msgstr ""
2444
+
2445
+ #: ../admin/social_login.php:806
2446
+ #, fuzzy, php-format
2447
+ msgid ""
2448
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2449
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2450
+ msgstr ""
2451
+ "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
2452
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
2453
+
2454
+ #: ../admin/social_login.php:817
2455
+ #, fuzzy
2456
+ msgid "Dropbox App Secret"
2457
+ msgstr "Facebook App ID"
2458
+
2459
+ #: ../admin/social_login.php:826
2460
+ #, fuzzy, php-format
2461
+ msgid ""
2462
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2463
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2464
+ msgstr ""
2465
+ "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
2466
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
2467
+
2468
+ #: ../admin/social_login.php:840
2469
+ msgid "Disqus Public Key"
2470
+ msgstr ""
2471
+
2472
+ #: ../admin/social_login.php:849
2473
+ #, fuzzy, php-format
2474
+ msgid ""
2475
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2476
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2477
+ msgstr ""
2478
+ "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
2479
+ "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2480
+
2481
+ #: ../admin/social_login.php:860
2482
+ #, fuzzy
2483
+ msgid "Disqus Secret Key"
2484
+ msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
2485
+
2486
+ #: ../admin/social_login.php:869
2487
+ #, fuzzy, php-format
2488
+ msgid ""
2489
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2490
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2491
+ msgstr ""
2492
+ "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
2493
+ "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2494
+
2495
+ #: ../admin/social_login.php:882
2496
+ #, fuzzy
2497
+ msgid "Reddit Client ID"
2498
+ msgstr "Добавьте ваш Twitch Client ID здесь"
2499
+
2500
+ #: ../admin/social_login.php:891
2501
+ #, fuzzy, php-format
2502
+ msgid ""
2503
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2504
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2505
+ msgstr ""
2506
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2507
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2508
+
2509
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2510
+ #, fuzzy
2511
+ msgid ""
2512
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2513
+ "link"
2514
+ msgstr ""
2515
+ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2516
+ "упоминания ссылки."
2517
+
2518
+ #: ../admin/social_login.php:902
2519
+ #, fuzzy
2520
+ msgid "Reddit Client Secret"
2521
+ msgstr "Добавьте ваш Twitch Client ID здесь"
2522
+
2523
+ #: ../admin/social_login.php:911
2524
+ #, fuzzy, php-format
2525
+ msgid ""
2526
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2527
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2528
+ msgstr ""
2529
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2530
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2531
+
2532
+ #: ../admin/social_login.php:925
2533
  #, fuzzy
2534
  msgid "Github Client ID"
2535
  msgstr "Добавьте ваш Twitch Client ID здесь"
2536
 
2537
+ #: ../admin/social_login.php:934
2538
  #, fuzzy, php-format
2539
  msgid ""
2540
  "Required for Github Social Login to work. Please follow the documentation at "
2543
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2544
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2545
 
2546
+ #: ../admin/social_login.php:945
2547
  #, fuzzy
2548
  msgid "Github Client Secret"
2549
  msgstr "Добавьте ваш Twitch Client ID здесь"
2550
 
2551
+ #: ../admin/social_login.php:954
2552
  #, fuzzy, php-format
2553
  msgid ""
2554
  "Required for Github Social Login to work. Please follow the documentation at "
2557
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2558
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2559
 
2560
+ #: ../admin/social_login.php:967
2561
  #, fuzzy
2562
  msgid "Kakao Client ID"
2563
  msgstr "Google+ ID клиента"
2564
 
2565
+ #: ../admin/social_login.php:976
2566
  #, fuzzy, php-format
2567
  msgid ""
2568
  "Required for Kakao Social Login to work. Please follow the documentation at "
2571
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2572
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2573
 
2574
+ #: ../admin/social_login.php:987
2575
  #, fuzzy
2576
  msgid "Kakao Client Secret"
2577
  msgstr "Google+ ID клиента"
2578
 
2579
+ #: ../admin/social_login.php:996
2580
  #, fuzzy, php-format
2581
  msgid ""
2582
  "Required for Kakao Social Login to work. Please follow the documentation at "
2585
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2586
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2587
 
2588
+ #: ../admin/social_login.php:1016
2589
  msgid "Social Login Options"
2590
  msgstr "Параметры входа через соцсети"
2591
 
2592
+ #: ../admin/social_login.php:1031
2593
  msgid "Text to display above the Social Login interface"
2594
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2595
 
2596
+ #: ../admin/social_login.php:1039
2597
  msgid "Trigger social login in the same browser tab"
2598
  msgstr ""
2599
 
2600
+ #: ../admin/social_login.php:1049
2601
  msgid "Trigger social login in the same browser tab instead of a popup window"
2602
  msgstr ""
2603
 
2604
+ #: ../admin/social_login.php:1056
2605
  #, fuzzy
2606
  msgid "Center align icons"
2607
  msgstr "Переставить иконы"
2608
 
2609
+ #: ../admin/social_login.php:1066
2610
  #, fuzzy
2611
  msgid "Center align social login icons"
2612
  msgstr "Параметры входа через соцсети"
2613
 
2614
+ #: ../admin/social_login.php:1073
2615
  msgid "Enable at login page"
2616
  msgstr "Включить страницу входа"
2617
 
2618
+ #: ../admin/social_login.php:1083
2619
  msgid ""
2620
  "Social Login interface will get enabled at the login page of your website"
2621
  msgstr ""
2622
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2623
 
2624
+ #: ../admin/social_login.php:1090
2625
  msgid "Enable at register page"
2626
  msgstr "Включить на странице регистрации"
2627
 
2628
+ #: ../admin/social_login.php:1100
2629
  msgid ""
2630
  "Social Login interface will get enabled at the registration page of your "
2631
  "website"
2632
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2633
 
2634
+ #: ../admin/social_login.php:1107
2635
  msgid "Enable at comment form"
2636
  msgstr "Включить в форму комментирования"
2637
 
2638
+ #: ../admin/social_login.php:1117
2639
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2640
  msgstr ""
2641
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2642
  "комментирования Wordpress"
2643
 
2644
+ #: ../admin/social_login.php:1131
2645
  msgid "Enable before WooCommerce Customer Login Form"
2646
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2647
 
2648
+ #: ../admin/social_login.php:1141
2649
  msgid ""
2650
  "Social Login Interface will get enabled before the customer login form at "
2651
  "WooCommerce My Account page"
2653
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2654
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2655
 
2656
+ #: ../admin/social_login.php:1148
2657
  #, fuzzy
2658
  msgid "Enable at WooCommerce Customer Login Form"
2659
  msgstr "Включить после формы входа клиента WooCommerce"
2660
 
2661
+ #: ../admin/social_login.php:1158
2662
  #, fuzzy
2663
  msgid ""
2664
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2667
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2668
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2669
 
2670
+ #: ../admin/social_login.php:1165
2671
  #, fuzzy
2672
  msgid "Enable at WooCommerce Customer Register Form"
2673
  msgstr "Включить после формы входа клиента WooCommerce"
2674
 
2675
+ #: ../admin/social_login.php:1175
2676
  #, fuzzy
2677
  msgid ""
2678
  "Integrate Social Login Interface with the customer register form at "
2681
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2682
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2683
 
2684
+ #: ../admin/social_login.php:1182
2685
  msgid "Enable at WooCommerce checkout page"
2686
  msgstr "Включить на странице оформления заказа WooCommerce"
2687
 
2688
+ #: ../admin/social_login.php:1192
2689
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2690
  msgstr ""
2691
  "Интерфейс входа через социальные сети будет активирован на странице "
2692
  "оформления заказа в WooCommerce"
2693
 
2694
+ #: ../admin/social_login.php:1202
2695
  msgid "Auto-approve comments made by Social Login users"
2696
  msgstr ""
2697
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2698
 
2699
+ #: ../admin/social_login.php:1212
2700
  msgid ""
2701
  "If this option is enabled, and WordPress comment is made by Social Login "
2702
  "user, comment will get approved immediately without keeping in moderation."
2705
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2706
  "без модерации."
2707
 
2708
+ #: ../admin/social_login.php:1213
2709
  msgid "Note: This is not related to Facebook comments"
2710
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2711
 
2712
+ #: ../admin/social_login.php:1222
2713
  msgid "Enable social avatar"
2714
  msgstr "Включение социальных аватар"
2715
 
2716
+ #: ../admin/social_login.php:1232
2717
  msgid ""
2718
  "Social profile pictures of the logged in user will be displayed as profile "
2719
  "avatar"
2721
  "Изображения пользователя в социальных сетях будет использоваться как "
2722
  "изображение профиля на сайте"
2723
 
2724
+ #: ../admin/social_login.php:1241
2725
  msgid "Avatar quality"
2726
  msgstr "Качество аватары"
2727
 
2728
+ #: ../admin/social_login.php:1244
2729
  msgid "Average"
2730
  msgstr "Среднее"
2731
 
2732
+ #: ../admin/social_login.php:1245
2733
  msgid "Best"
2734
  msgstr "лучший"
2735
 
2736
+ #: ../admin/social_login.php:1252
2737
  msgid "Choose avatar quality"
2738
  msgstr "Выберите качество аватара"
2739
 
2740
+ #: ../admin/social_login.php:1260
2741
  msgid ""
2742
  "Show option for users to update social avatar at BuddyPress profile page"
2743
  msgstr ""
2744
  "Показать вариант для пользователей для обновления социального аватара на "
2745
  "странице профиля BuddyPress"
2746
 
2747
+ #: ../admin/social_login.php:1270
2748
  msgid ""
2749
  "If enabled, users would be able to update their social avatar from \"Profile "
2750
  "photo\" section in BuddyPress profile at front-end"
2752
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2753
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2754
 
2755
+ #: ../admin/social_login.php:1290
2756
  msgid ""
2757
  "If enabled and Social ID provider does not provide user's email address on "
2758
  "login, user will be asked to provide his/her email address. Otherwise, a "
2762
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2763
  "случае, почта будет создана по образцу."
2764
 
2765
+ #: ../admin/social_login.php:1298
2766
  msgid "Send post-registration email to user to set account password"
2767
  msgstr ""
2768
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2769
  "установить пароль учетной записи"
2770
 
2771
+ #: ../admin/social_login.php:1308
2772
  msgid ""
2773
  "If enabled, an email will be sent to user after registration through Social "
2774
  "Login, regarding his/her login credentials (username-password to be able to "
2778
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2779
  "возможность зайти черед стандартную форму авторизации"
2780
 
2781
+ #: ../admin/social_login.php:1315
2782
  msgid "Send new user registration notification email to admin"
2783
  msgstr ""
2784
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2785
  "администратору"
2786
 
2787
+ #: ../admin/social_login.php:1325
2788
  msgid ""
2789
  "If enabled, an email will be sent to admin after new user registers through "
2790
  "Social Login, notifying admin about the new user registration"
2792
  "Если опция включена, на почту администратора прийдет уведомление о "
2793
  "регистрации нового пользователя через соцсети."
2794
 
2795
+ #: ../admin/social_login.php:1332
2796
  msgid "Login redirection"
2797
  msgstr "Перенаправления входа"
2798
 
2799
+ #: ../admin/social_login.php:1336
2800
  msgid "Same page where user logged in"
2801
  msgstr "Та же страница, на которой пользователь произвел вход "
2802
 
2803
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2804
  msgid "Account dashboard"
2805
  msgstr "Страница управления моим аккаунтом"
2806
 
2807
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2808
  msgid "BuddyPress profile page"
2809
  msgstr "Страница профиля BuddyPress"
2810
 
2811
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2812
  msgid "Custom Url"
2813
  msgstr "Пользовательская ссылка"
2814
 
2815
+ #: ../admin/social_login.php:1354
2816
  msgid "User will be redirected to the selected page after Social Login"
2817
  msgstr ""
2818
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2819
  "социальные сети"
2820
 
2821
+ #: ../admin/social_login.php:1361
2822
  msgid "Registration redirection"
2823
  msgstr "Перенаправлении регистрации"
2824
 
2825
+ #: ../admin/social_login.php:1365
2826
  msgid "Same page from where user registered"
2827
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2828
 
2829
+ #: ../admin/social_login.php:1383
2830
  msgid ""
2831
  "User will be redirected to the selected page after registration (first "
2832
  "Social Login) through Social Login"
2834
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2835
  "(первый вход чере социальные сети) через социальные логин"
2836
 
2837
+ #: ../admin/social_login.php:1392
2838
  #, fuzzy
2839
  msgid "Social Account Linking Options"
2840
  msgstr "Ссылки на социальный аккаунт"
2841
 
2842
+ #: ../admin/social_login.php:1407
2843
  #, fuzzy
2844
  msgid "Text to display above the Social Account Linking interface"
2845
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2846
 
2847
+ #: ../admin/social_login.php:1414
2848
  msgid ""
2849
  "Link social account to already existing account, if email address matches"
2850
  msgstr ""
2851
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2852
 
2853
+ #: ../admin/social_login.php:1424
2854
  #, fuzzy
2855
  msgid ""
2856
  "If email address of the user's Social Account matches with an already "
2863
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2864
  "странице профиля."
2865
 
2866
+ #: ../admin/social_login.php:1432
2867
  msgid "Enable social account linking at BuddyPress profile page"
2868
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2869
 
2870
+ #: ../admin/social_login.php:1442
2871
  msgid ""
2872
  "Enable this option to show social account linking interface at BuddyPress "
2873
  "profile page"
2875
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2876
  "профиля BuddyPress"
2877
 
2878
+ #: ../admin/social_login.php:1453
2879
  msgid "Email popup options"
2880
  msgstr "Параметры всплывающей электронной Почты"
2881
 
2882
+ #: ../admin/social_login.php:1458
2883
  msgid "Text on 'Email required' popup"
2884
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2885
 
2886
+ #: ../admin/social_login.php:1468
2887
  msgid ""
2888
  "This text will be displayed on email required popup. Leave empty if not "
2889
  "required."
2891
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2892
  "поле пустым если не требуется."
2893
 
2894
+ #: ../admin/social_login.php:1476
2895
  msgid "Error message for 'Email required' popup"
2896
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2897
 
2898
+ #: ../admin/social_login.php:1486
2899
  msgid ""
2900
  "This message will be displayed to user if it provides invalid or already "
2901
  "registered email"
2903
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2904
  "уже используемую почту"
2905
 
2906
+ #: ../admin/social_login.php:1494
2907
  msgid "Email popup height"
2908
  msgstr "Высота высплывающего окна"
2909
 
2910
+ #: ../admin/social_login.php:1504
2911
  msgid ""
2912
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2913
  "can increase the height of popup by specifying in this option. Leave empty "
2917
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2918
  "базового значения."
2919
 
2920
+ #: ../admin/social_login.php:1511
2921
  msgid "Enable email verification"
2922
  msgstr "Включить проверку электронной почты"
2923
 
2924
+ #: ../admin/social_login.php:1521
2925
  msgid ""
2926
  "If enabled, email provided by the user will be verified by sending a "
2927
  "confirmation link to that email. User would not be able to login without "
2930
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2931
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2932
 
2933
+ #: ../admin/social_login.php:1541
2934
  #, fuzzy
2935
  msgid "Enable GDPR opt-in"
2936
  msgstr "Активировать комментирование через Disqus"
2937
 
2938
+ #: ../admin/social_login.php:1551
2939
  msgid ""
2940
  "Enable it to show GDPR opt-in for social login and social account linking"
2941
  msgstr ""
2942
 
2943
+ #: ../admin/social_login.php:1559
2944
  #, fuzzy
2945
  msgid "Placement of GDPR opt-in"
2946
  msgstr "Активировать комментирование через Disqus"
2947
 
2948
+ #: ../admin/social_login.php:1563
2949
  #, fuzzy
2950
  msgid "Above Social Login icons"
2951
  msgstr "Параметры входа через соцсети"
2952
 
2953
+ #: ../admin/social_login.php:1565
2954
  #, fuzzy
2955
  msgid "Below Social Login icons"
2956
  msgstr "Параметры входа через соцсети"
2957
 
2958
+ #: ../admin/social_login.php:1571
2959
  #, fuzzy
2960
  msgid "Placement of GDPR opt-in above or below the social login icons"
2961
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2962
 
2963
+ #: ../admin/social_login.php:1578
2964
  msgid "Opt-in text"
2965
  msgstr ""
2966
 
2967
+ #: ../admin/social_login.php:1588
2968
  #, fuzzy
2969
  msgid "Text for the GDPR opt-in"
2970
  msgstr "Активировать комментирование через Disqus"
2971
 
2972
+ #: ../admin/social_login.php:1595
2973
  msgid "Text to link to Terms-Conditions page"
2974
  msgstr ""
2975
 
2976
+ #: ../admin/social_login.php:1605
2977
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2978
  msgstr ""
2979
 
2980
+ #: ../admin/social_login.php:1612
2981
  msgid "Terms-Conditions Url"
2982
  msgstr ""
2983
 
2984
+ #: ../admin/social_login.php:1622
2985
  #, fuzzy
2986
  msgid "Url of the terms-conditions page of your website"
2987
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2988
 
2989
+ #: ../admin/social_login.php:1629
2990
  msgid "Text to link to Privacy Policy page"
2991
  msgstr ""
2992
 
2993
+ #: ../admin/social_login.php:1639
2994
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2995
  msgstr ""
2996
 
2997
+ #: ../admin/social_login.php:1646
2998
  msgid "Privacy Policy Url"
2999
  msgstr ""
3000
 
3001
+ #: ../admin/social_login.php:1656
3002
  #, fuzzy
3003
  msgid "Url of the privacy policy page of your website"
3004
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
3005
 
3006
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
3007
  #: ../inc/widget.php:602 ../inc/widget.php:750
3008
  msgid "Select"
3009
  msgstr "Выбор"
3010
 
3011
+ #: ../admin/social_login.php:1738
3012
  msgid "Social Login Shortcode & Widget"
3013
  msgstr "Шорткод и виджет для входа через социальные сети "
3014
 
3015
+ #: ../admin/social_login.php:1739
3016
  msgid "Social Linking Shortcode"
3017
  msgstr "Шорткод социальных ссылок"
3018
 
3019
+ #: ../admin/social_login.php:1754
3020
  #, fuzzy
3021
  msgid "Why is social login not working?"
3022
  msgstr "Почему Facebook логин не работает?"
3023
 
3024
+ #: ../admin/social_login.php:1755
3025
  msgid ""
3026
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3027
  "belong to the same app"
3028
  msgstr ""
3029
 
3030
+ #: ../admin/social_login.php:1757
3031
  msgid "Social Login not working with Varnish enabled"
3032
  msgstr ""
3033
 
3034
+ #: ../admin/social_login.php:1758
3035
  msgid ""
3036
  "Why the user is not appearing logged in even after Social Login until the "
3037
  "webpage is refreshed manually?"
3250
  msgid "Providers not selected"
3251
  msgstr "Сервисы не выбраны"
3252
 
3253
+ #: ../inc/social_login.php:968
3254
  msgid "Email"
3255
  msgstr "Email"
3256
 
3257
+ #: ../inc/social_login.php:969
3258
  msgid "Confirm email"
3259
  msgstr "Подтвердить e-mail"
3260
 
3261
+ #: ../inc/social_login.php:971
3262
  msgid "Save"
3263
  msgstr "Сохранить"
3264
 
3265
+ #: ../inc/social_login.php:972
3266
  msgid "Cancel"
3267
  msgstr "Отменить"
3268
 
3269
+ #: ../inc/social_login.php:1046
3270
  msgid "Email Verification"
3271
  msgstr "Подтверждение адреса электронной почты"
3272
 
3273
+ #: ../inc/social_login.php:1048
3274
  msgid ""
3275
  "Please click on the following link or paste it in browser to verify your "
3276
  "email"
3554
  msgid "RSS Feed URL:"
3555
  msgstr ""
3556
 
3557
+ #, fuzzy
3558
+ #~ msgid ""
3559
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3560
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3561
+ #~ "Dropbox Client ID"
3562
+ #~ msgstr ""
3563
+ #~ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию "
3564
+ #~ "<a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
3565
+ #~ "Google+."
3566
+
3567
  #~ msgid "Click to show help"
3568
  #~ msgstr "Нажмите, чтобы получить помощь"
3569
 
3632
  #~ msgid "Xing Consumer Key"
3633
  #~ msgstr "Ключ потребителя Xing"
3634
 
 
 
 
 
 
 
 
 
3635
  #, fuzzy
3636
  #~ msgid ""
3637
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-12-15 11:57+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:57+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:1273
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
23
  "server administrator to enable it."
@@ -25,7 +25,7 @@ msgstr ""
25
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
26
  "до адміністратора вашого сайту, щоб включити це."
27
 
28
- #: ../super_socializer.php:1301
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -34,7 +34,7 @@ msgstr ""
34
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
35
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
36
 
37
- #: ../super_socializer.php:1304
38
  #, fuzzy, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -43,7 +43,7 @@ msgstr ""
43
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
44
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
45
 
46
- #: ../super_socializer.php:1307
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
@@ -52,67 +52,67 @@ msgstr ""
52
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
53
  "переконатися в цьому."
54
 
55
- #: ../super_socializer.php:1489 ../helper.php:975
56
  msgid "Please verify your email address to login."
57
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
58
 
59
- #: ../super_socializer.php:1489
60
  msgid "Your email has been verified. Now you can login to your account"
61
  msgstr ""
62
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
63
  "облікового запису"
64
 
65
- #: ../super_socializer.php:1493
66
  msgid "Notification"
67
  msgstr "Повідомлення"
68
 
69
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
70
  msgid "Email required"
71
  msgstr "Електронна адреса (обо'язково)"
72
 
73
- #: ../super_socializer.php:1514
74
  msgid "Please check your email inbox to complete the registration."
75
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
76
 
77
- #: ../super_socializer.php:1583
78
  msgid "Leave a reply"
79
  msgstr "Залишити коментар"
80
 
81
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
82
  msgid "Shares"
83
  msgstr "Поширили:"
84
 
85
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
86
  msgid "Share"
87
  msgstr "Поділитися"
88
 
89
- #: ../super_socializer.php:1599
90
  #, fuzzy
91
  msgid "Link copied."
92
  msgstr "LinkedIn"
93
 
94
- #: ../super_socializer.php:1844
95
  msgid "Super Socializer - General Options"
96
  msgstr "Super Socializer - Загальні Параметри"
97
 
98
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
99
  #: ../admin/social_commenting.php:47
100
  msgid "General Options"
101
  msgstr "Загальні параметри"
102
 
103
- #: ../super_socializer.php:1912 ../helper.php:904
104
  msgid "Social Avatar"
105
  msgstr "Соціальний Аватар"
106
 
107
- #: ../super_socializer.php:1915
108
  msgid "Small Avatar Url"
109
  msgstr "Посилання для маленького аватара"
110
 
111
- #: ../super_socializer.php:1919
112
  msgid "Large Avatar Url"
113
  msgstr "Посилання для великого аватара"
114
 
115
- #: ../super_socializer.php:1923 ../helper.php:907
116
  msgid ""
117
  "Do not fetch and update social avatar from my profile, next time I Social "
118
  "Login"
@@ -120,77 +120,77 @@ msgstr ""
120
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
121
  "раз коли я використовую вхід через соцмережі"
122
 
123
- #: ../super_socializer.php:1927 ../helper.php:908
124
  msgid "Update social avatar, next time I Social Login"
125
  msgstr ""
126
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
127
  "соцмережі"
128
 
129
- #: ../super_socializer.php:2004
130
  msgid "Login with your Social ID"
131
  msgstr "Увійти через соціальний аккаунт"
132
 
133
- #: ../super_socializer.php:2005
134
  msgid "Email you entered is already registered or invalid"
135
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
136
 
137
- #: ../super_socializer.php:2012
138
  msgid "Please enter a valid email address. You might be required to verify it"
139
  msgstr ""
140
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
141
  "потрібно перевірити його"
142
 
143
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
144
  msgid "Link your social account to login to your account at this website"
145
  msgstr ""
146
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
147
  "запис на цьому сайті"
148
 
149
- #: ../super_socializer.php:2256
150
  msgid "Thanks for installing Super Socializer plugin"
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:2258
154
  msgid "Configure the Plugin"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:2269
158
  msgid ""
159
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
160
  "current version of Super Socializer"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:2278
164
  msgid ""
165
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
166
  "version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:2287
170
  msgid ""
171
- "Update \"Social Login Buttons\" add-on for compatibility with current "
172
- "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:2296
176
  msgid ""
177
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:2305
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:2316
188
  #, php-format
189
  msgid ""
190
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:2325
194
  #, php-format
195
  msgid ""
196
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -198,7 +198,7 @@ msgid ""
198
  "Instagram App Secret <a href=\"%s\">here</a>"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
202
  #, php-format
203
  msgid ""
204
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -207,13 +207,13 @@ msgid ""
207
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:2359
211
  #, php-format
212
  msgid ""
213
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
214
  msgstr ""
215
 
216
- #: ../super_socializer.php:2383
217
  #, php-format
218
  msgid ""
219
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -221,14 +221,14 @@ msgid ""
221
  "target=\"_blank\">here</a>"
222
  msgstr ""
223
 
224
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
225
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
226
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
227
- #: ../super_socializer.php:2546
228
  msgid "Okay"
229
  msgstr "Гаразд."
230
 
231
- #: ../super_socializer.php:2408
232
  #, php-format
233
  msgid ""
234
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -236,7 +236,7 @@ msgid ""
236
  "\">here</a>"
237
  msgstr ""
238
 
239
- #: ../super_socializer.php:2433
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -244,7 +244,7 @@ msgid ""
244
  "target=\"_blank\">here</a>"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:2458
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -252,13 +252,13 @@ msgid ""
252
  "target=\"_blank\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:2469
256
  #, php-format
257
  msgid ""
258
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
259
  msgstr ""
260
 
261
- #: ../super_socializer.php:2491
262
  #, php-format
263
  msgid ""
264
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -266,7 +266,7 @@ msgid ""
266
  "\"%s\" target=\"_blank\">here</a>"
267
  msgstr ""
268
 
269
- #: ../super_socializer.php:2519
270
  #, php-format
271
  msgid ""
272
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -275,7 +275,7 @@ msgid ""
275
  "your website %s with them. No need to copy-paste any code from their website."
276
  msgstr ""
277
 
278
- #: ../super_socializer.php:2546
279
  #, php-format
280
  msgid ""
281
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -283,7 +283,7 @@ msgid ""
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
- #: ../super_socializer.php:2571
287
  #, php-format
288
  msgid ""
289
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -291,11 +291,11 @@ msgid ""
291
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
292
  msgstr ""
293
 
294
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
295
  msgid "Dismiss"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:2597
299
  #, php-format
300
  msgid ""
301
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -304,7 +304,7 @@ msgid ""
304
  "that, clear share counts cache from \"Miscellaneous\" section"
305
  msgstr ""
306
 
307
- #: ../super_socializer.php:2797
308
  msgid ""
309
  "Your browser is blocking some features of this website. Please follow the "
310
  "instructions at {support_url} to unblock these."
@@ -312,126 +312,122 @@ msgstr ""
312
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
313
  "інструкцій в {support_url}, щоб розблокувати функції."
314
 
315
- #: ../helper.php:8
316
  msgid "Settings saved"
317
  msgstr "Налаштування збережені"
318
 
319
- #: ../helper.php:8 ../admin/social_sharing.php:49
320
- msgid "Dismiss this notice"
321
- msgstr "Закрити це повідомлення"
322
-
323
- #: ../helper.php:174
324
  #, fuzzy
325
  msgid "Click to toggle help"
326
  msgstr "Натисніть, щоб приховати довідку"
327
 
328
- #: ../helper.php:271
329
  msgid "Add-Ons"
330
  msgstr "Доповнення"
331
 
332
- #: ../helper.php:272
333
  msgid "Support Documentation"
334
  msgstr "Технічна документація"
335
 
336
- #: ../helper.php:273
337
  msgid "Settings"
338
  msgstr "Налаштування"
339
 
340
- #: ../helper.php:556
341
  msgid "Account linked successfully"
342
  msgstr "Аккаунт успішно пов'язаний"
343
 
344
- #: ../helper.php:560
345
  msgid "Account already exists or linked"
346
  msgstr "Аккаунт вже існує або пов'язаний"
347
 
348
- #: ../helper.php:596 ../helper.php:598
349
  msgid "Login with"
350
  msgstr "Увійти з"
351
 
352
- #: ../helper.php:633 ../helper.php:639
353
  msgid "Currently"
354
  msgstr "в даний час"
355
 
356
- #: ../helper.php:633 ../helper.php:639
357
  msgid "Connected with"
358
  msgstr "Авторизуватися за допомогою"
359
 
360
- #: ../helper.php:633 ../helper.php:639
361
  msgid "Remove"
362
  msgstr "Видалити"
363
 
364
- #: ../helper.php:710
365
  msgid "Social Account Linking"
366
  msgstr "Посилання на соціальний аккаунт"
367
 
368
- #: ../helper.php:760
369
  msgid "Disable Standard Social Sharing on this "
370
  msgstr "Відключити стандартний блок Поділитися на цьому"
371
 
372
- #: ../helper.php:765
373
  msgid "Disable Floating Social Sharing on this "
374
  msgstr "Відключити плаваючий блок Поділитися на цьому"
375
 
376
- #: ../helper.php:770
377
  msgid "Disable Standard like buttons on this "
378
  msgstr "Відключити стандартні кнопки Подобається на цьому"
379
 
380
- #: ../helper.php:775
381
  msgid "Disable Floating like buttons on this "
382
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
383
 
384
- #: ../helper.php:780
385
  msgid "Disable Social Commenting on this "
386
  msgstr "Деактивувати соціальне коментування"
387
 
388
- #: ../helper.php:789
389
  msgid "Standard Sharing Interface"
390
  msgstr "Стандартний інтерфейс Поділитися"
391
 
392
- #: ../helper.php:795 ../helper.php:814
393
  msgid "Starting share count for "
394
  msgstr "Запустити лічильник Поділитися для"
395
 
396
- #: ../helper.php:808
397
  msgid "Floating Sharing Interface"
398
  msgstr "Плаваючий інтерфейс Поділитися"
399
 
400
- #: ../helper.php:911
401
  msgid "Small Avatar"
402
  msgstr "Невеликий аватар"
403
 
404
- #: ../helper.php:915
405
  msgid "Large Avatar"
406
  msgstr "Великий аватар"
407
 
408
- #: ../helper.php:919 ../admin/general_options.php:89
409
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
410
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
411
  msgid "Save Changes"
412
  msgstr "Зберегти налаштування"
413
 
414
- #: ../helper.php:1012
415
  msgid "Click to delete social profile data"
416
  msgstr ""
417
 
418
- #: ../helper.php:1041
419
  #, fuzzy
420
  msgid "Deleting"
421
  msgstr "Налаштування"
422
 
423
- #: ../helper.php:1051
424
  msgid "Deleted"
425
  msgstr ""
426
 
427
- #: ../helper.php:1053
428
  msgid "Something bad happened"
429
  msgstr ""
430
 
431
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
432
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
433
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
434
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
435
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
436
  #, fuzzy, php-format
437
  msgid ""
@@ -485,14 +481,14 @@ msgstr ""
485
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
486
 
487
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
488
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
489
  #: ../admin/like_buttons.php:790
490
  #, fuzzy
491
  msgid "Instagram Shoutout"
492
  msgstr "Instagram"
493
 
494
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
495
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
496
  #: ../admin/like_buttons.php:792
497
  msgid ""
498
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -608,6 +604,10 @@ msgid ""
608
  "Facebook share count to work"
609
  msgstr ""
610
 
 
 
 
 
611
  #: ../admin/social_sharing.php:56
612
  msgid "Theme Selection"
613
  msgstr "Вибір теми"
@@ -631,7 +631,7 @@ msgstr "XProfile інтеграція"
631
 
632
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
633
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
634
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
635
  #: ../admin/like_buttons.php:751
636
  msgid "Shortcode & Widget"
637
  msgstr "Шорткод і віджет"
@@ -642,7 +642,7 @@ msgstr "Усунення несправностей"
642
 
643
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
644
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
645
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
646
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
647
  msgid "FAQ"
648
  msgstr "Часті питання (FAQ)"
@@ -874,8 +874,8 @@ msgstr "Користувальницьке посилання"
874
  msgid "Url to share"
875
  msgstr "Посилання щоб Поділитися"
876
 
877
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
878
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
879
  #: ../inc/widget.php:949
880
  msgid "Title"
881
  msgstr "Заголовок"
@@ -961,7 +961,7 @@ msgid "Placement"
961
  msgstr "Розміщення"
962
 
963
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
964
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
965
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
966
  msgid "Homepage"
967
  msgstr "Головна"
@@ -1230,7 +1230,7 @@ msgstr ""
1230
  msgid "Required only to track Facebook share count"
1231
  msgstr ""
1232
 
1233
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1234
  msgid "Facebook App ID"
1235
  msgstr "Facebook App ID"
1236
 
@@ -1243,7 +1243,7 @@ msgstr ""
1243
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1244
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1245
 
1246
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1247
  #, fuzzy
1248
  msgid "Facebook App Secret"
1249
  msgstr "Facebook App ID"
@@ -1432,7 +1432,7 @@ msgstr ""
1432
  "\"Отримання інформації про нову поломки \"."
1433
 
1434
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1435
- #: ../admin/social_login.php:1569
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."
@@ -1490,7 +1490,7 @@ msgid ""
1490
  msgstr ""
1491
 
1492
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1493
- #: ../admin/social_login.php:1576
1494
  msgid "Why is my browser blocking some features of the plugin?"
1495
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1496
 
@@ -1807,11 +1807,11 @@ msgstr "Основные настройки"
1807
  msgid "Advanced Configuration"
1808
  msgstr "Розширена конфігурація"
1809
 
1810
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1811
  msgid "GDPR"
1812
  msgstr ""
1813
 
1814
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1815
  msgid "XProfile Integration"
1816
  msgstr "XProfile інтеграція"
1817
 
@@ -1904,18 +1904,35 @@ msgid "Twitch"
1904
  msgstr "Twitch"
1905
 
1906
  #: ../admin/social_login.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1907
  msgid "Github"
1908
  msgstr ""
1909
 
1910
- #: ../admin/social_login.php:162
1911
  msgid "Kakao"
1912
  msgstr ""
1913
 
1914
- #: ../admin/social_login.php:170
1915
  msgid "Select Social ID provider to enable in Social Login"
1916
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1917
 
1918
- #: ../admin/social_login.php:187
1919
  #, php-format
1920
  msgid ""
1921
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1924,7 +1941,7 @@ msgstr ""
1924
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1925
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1926
 
1927
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
1928
  #, fuzzy
1929
  msgid ""
1930
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1932,7 +1949,7 @@ msgstr ""
1932
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1933
  "згадки посилання."
1934
 
1935
- #: ../admin/social_login.php:208
1936
  #, fuzzy, php-format
1937
  msgid ""
1938
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1941,11 +1958,11 @@ msgstr ""
1941
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1942
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1943
 
1944
- #: ../admin/social_login.php:219
1945
  msgid "Twitter API Key"
1946
  msgstr "Twitter API ключ"
1947
 
1948
- #: ../admin/social_login.php:229
1949
  #, php-format
1950
  msgid ""
1951
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1954,7 +1971,7 @@ msgstr ""
1954
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1955
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1956
 
1957
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
1958
  #, fuzzy
1959
  msgid ""
1960
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1962,12 +1979,13 @@ msgstr ""
1962
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1963
  "посилання"
1964
 
1965
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
1966
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
1967
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
1968
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
1969
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
1970
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
1971
  #, fuzzy
1972
  msgid ""
1973
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1976,11 +1994,11 @@ msgstr ""
1976
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1977
  "посилання"
1978
 
1979
- #: ../admin/social_login.php:244
1980
  msgid "Twitter API Secret"
1981
  msgstr "Twitter API секретний ключ"
1982
 
1983
- #: ../admin/social_login.php:254
1984
  #, php-format
1985
  msgid ""
1986
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1990,12 +2008,12 @@ msgstr ""
1990
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1991
  "додатку Twitter ."
1992
 
1993
- #: ../admin/social_login.php:269
1994
  #, fuzzy
1995
  msgid "LinkedIn Client ID"
1996
  msgstr "LinkedIn"
1997
 
1998
- #: ../admin/social_login.php:279
1999
  #, fuzzy, php-format
2000
  msgid ""
2001
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2004,8 +2022,8 @@ msgstr ""
2004
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2005
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2006
 
2007
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
2008
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
2009
  #, fuzzy
2010
  msgid ""
2011
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2014,12 +2032,12 @@ msgstr ""
2014
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2015
  "згадки посилання."
2016
 
2017
- #: ../admin/social_login.php:290
2018
  #, fuzzy
2019
  msgid "LinkedIn Client Secret"
2020
  msgstr "LinkedIn"
2021
 
2022
- #: ../admin/social_login.php:300
2023
  #, fuzzy, php-format
2024
  msgid ""
2025
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2029,12 +2047,12 @@ msgstr ""
2029
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2030
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2031
 
2032
- #: ../admin/social_login.php:311
2033
  #, fuzzy
2034
  msgid "Google Client ID"
2035
  msgstr "Google+ ID клієнта"
2036
 
2037
- #: ../admin/social_login.php:321
2038
  #, fuzzy, php-format
2039
  msgid ""
2040
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2043,7 +2061,7 @@ msgstr ""
2043
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2044
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2045
 
2046
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
2047
  #, fuzzy
2048
  msgid ""
2049
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2052,12 +2070,12 @@ msgstr ""
2052
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2053
  "згадки посилання."
2054
 
2055
- #: ../admin/social_login.php:332
2056
  #, fuzzy
2057
  msgid "Google Client Secret"
2058
  msgstr "Google+ ID клієнта"
2059
 
2060
- #: ../admin/social_login.php:342
2061
  #, fuzzy, php-format
2062
  msgid ""
2063
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2066,11 +2084,11 @@ msgstr ""
2066
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2067
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2068
 
2069
- #: ../admin/social_login.php:353
2070
  msgid "Vkontakte Application ID"
2071
  msgstr "ID додатку Вконтакте"
2072
 
2073
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
2074
  #, php-format
2075
  msgid ""
2076
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2080,7 +2098,7 @@ msgstr ""
2080
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
2081
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2082
 
2083
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
2084
  #, fuzzy
2085
  msgid ""
2086
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2089,17 +2107,17 @@ msgstr ""
2089
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2090
  "згадки посилання."
2091
 
2092
- #: ../admin/social_login.php:374
2093
  #, fuzzy
2094
  msgid "Vkontakte Secure key"
2095
  msgstr "Вконтакте"
2096
 
2097
- #: ../admin/social_login.php:395
2098
  #, fuzzy
2099
  msgid "Instagram App ID"
2100
  msgstr "Instagram ID клієнта"
2101
 
2102
- #: ../admin/social_login.php:405
2103
  #, fuzzy, php-format
2104
  msgid ""
2105
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2108,7 +2126,7 @@ msgstr ""
2108
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2109
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2110
 
2111
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
2112
  #, fuzzy
2113
  msgid ""
2114
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -2117,12 +2135,12 @@ msgstr ""
2117
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2118
  "згадки посилання."
2119
 
2120
- #: ../admin/social_login.php:416
2121
  #, fuzzy
2122
  msgid "Instagram App Secret"
2123
  msgstr "Введіть ім'я користувача Instagram."
2124
 
2125
- #: ../admin/social_login.php:426
2126
  #, fuzzy, php-format
2127
  msgid ""
2128
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2131,11 +2149,11 @@ msgstr ""
2131
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2132
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2133
 
2134
- #: ../admin/social_login.php:437
2135
  msgid "Line Channel ID"
2136
  msgstr ""
2137
 
2138
- #: ../admin/social_login.php:446
2139
  #, fuzzy, php-format
2140
  msgid ""
2141
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2144,12 +2162,12 @@ msgstr ""
2144
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2145
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2146
 
2147
- #: ../admin/social_login.php:457
2148
  #, fuzzy
2149
  msgid "Line Channel Secret"
2150
  msgstr "LinkedIn"
2151
 
2152
- #: ../admin/social_login.php:466
2153
  #, fuzzy, php-format
2154
  msgid ""
2155
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2158,12 +2176,12 @@ msgstr ""
2158
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2159
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2160
 
2161
- #: ../admin/social_login.php:477
2162
  #, fuzzy
2163
  msgid "Wordpress Client ID"
2164
  msgstr "Google+ ID клієнта"
2165
 
2166
- #: ../admin/social_login.php:486
2167
  #, fuzzy, php-format
2168
  msgid ""
2169
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2172,12 +2190,12 @@ msgstr ""
2172
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2173
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2174
 
2175
- #: ../admin/social_login.php:497
2176
  #, fuzzy
2177
  msgid "Wordpress Client Secret"
2178
  msgstr "Google+ ID клієнта"
2179
 
2180
- #: ../admin/social_login.php:506
2181
  #, fuzzy, php-format
2182
  msgid ""
2183
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2187,12 +2205,12 @@ msgstr ""
2187
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2188
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2189
 
2190
- #: ../admin/social_login.php:517
2191
  #, fuzzy
2192
  msgid "Microsoft Client ID"
2193
  msgstr "Google+ ID клієнта"
2194
 
2195
- #: ../admin/social_login.php:526
2196
  #, fuzzy, php-format
2197
  msgid ""
2198
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2201,8 +2219,9 @@ msgstr ""
2201
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2202
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2203
 
2204
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
2205
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
2206
  #, fuzzy
2207
  msgid ""
2208
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2211,12 +2230,12 @@ msgstr ""
2211
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2212
  "згадки посилання."
2213
 
2214
- #: ../admin/social_login.php:537
2215
  #, fuzzy
2216
  msgid "Microsoft Client Secret"
2217
  msgstr "Google+ ID клієнта"
2218
 
2219
- #: ../admin/social_login.php:546
2220
  #, fuzzy, php-format
2221
  msgid ""
2222
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2226,12 +2245,12 @@ msgstr ""
2226
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2227
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2228
 
2229
- #: ../admin/social_login.php:556
2230
  #, fuzzy
2231
  msgid "Steam API Key"
2232
  msgstr "Twitter API ключ"
2233
 
2234
- #: ../admin/social_login.php:565
2235
  #, fuzzy, php-format
2236
  msgid ""
2237
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2240,19 +2259,19 @@ msgstr ""
2240
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2241
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2242
 
2243
- #: ../admin/social_login.php:566
2244
  #, fuzzy
2245
  msgid "Save following <strong>domain</strong> to get the key"
2246
  msgstr ""
2247
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2248
  "посилання"
2249
 
2250
- #: ../admin/social_login.php:575
2251
  #, fuzzy
2252
  msgid "Yahoo Client ID"
2253
  msgstr "Google+ ID клієнта"
2254
 
2255
- #: ../admin/social_login.php:584
2256
  #, fuzzy, php-format
2257
  msgid ""
2258
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2261,7 +2280,7 @@ msgstr ""
2261
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2262
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2263
 
2264
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2265
  #, fuzzy
2266
  msgid ""
2267
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
@@ -2270,12 +2289,12 @@ msgstr ""
2270
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2271
  "згадки посилання."
2272
 
2273
- #: ../admin/social_login.php:595
2274
  #, fuzzy
2275
  msgid "Yahoo Client Secret"
2276
  msgstr "Google+ ID клієнта"
2277
 
2278
- #: ../admin/social_login.php:604
2279
  #, fuzzy, php-format
2280
  msgid ""
2281
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2284,12 +2303,12 @@ msgstr ""
2284
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2285
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2286
 
2287
- #: ../admin/social_login.php:616
2288
  #, fuzzy
2289
  msgid "Spotify Client ID"
2290
  msgstr "Google+ ID клієнта"
2291
 
2292
- #: ../admin/social_login.php:625
2293
  #, fuzzy, php-format
2294
  msgid ""
2295
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2298,12 +2317,12 @@ msgstr ""
2298
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2299
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2300
 
2301
- #: ../admin/social_login.php:636
2302
  #, fuzzy
2303
  msgid "Spotify Client Secret"
2304
  msgstr "Google+ ID клієнта"
2305
 
2306
- #: ../admin/social_login.php:645
2307
  #, fuzzy, php-format
2308
  msgid ""
2309
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2313,12 +2332,12 @@ msgstr ""
2313
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2314
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2315
 
2316
- #: ../admin/social_login.php:658
2317
  #, fuzzy
2318
  msgid "Dribbble Client ID"
2319
  msgstr "Google+ ID клієнта"
2320
 
2321
- #: ../admin/social_login.php:667
2322
  #, fuzzy, php-format
2323
  msgid ""
2324
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2327,12 +2346,12 @@ msgstr ""
2327
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2328
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2329
 
2330
- #: ../admin/social_login.php:678
2331
  #, fuzzy
2332
  msgid "Dribbble Client Secret"
2333
  msgstr "Google+ ID клієнта"
2334
 
2335
- #: ../admin/social_login.php:687
2336
  #, fuzzy, php-format
2337
  msgid ""
2338
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2342,12 +2361,12 @@ msgstr ""
2342
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2343
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2344
 
2345
- #: ../admin/social_login.php:699
2346
  #, fuzzy
2347
  msgid "Twitch Client ID"
2348
  msgstr "Twitch Client ID "
2349
 
2350
- #: ../admin/social_login.php:708
2351
  #, fuzzy, php-format
2352
  msgid ""
2353
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2356,12 +2375,12 @@ msgstr ""
2356
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2357
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2358
 
2359
- #: ../admin/social_login.php:719
2360
  #, fuzzy
2361
  msgid "Twitch Client Secret"
2362
  msgstr "Twitch Client ID "
2363
 
2364
- #: ../admin/social_login.php:728
2365
  #, fuzzy, php-format
2366
  msgid ""
2367
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2370,12 +2389,142 @@ msgstr ""
2370
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2371
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2372
 
2373
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2374
  #, fuzzy
2375
  msgid "Github Client ID"
2376
  msgstr "Twitch Client ID "
2377
 
2378
- #: ../admin/social_login.php:751
2379
  #, fuzzy, php-format
2380
  msgid ""
2381
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2384,12 +2533,12 @@ msgstr ""
2384
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2385
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2386
 
2387
- #: ../admin/social_login.php:762
2388
  #, fuzzy
2389
  msgid "Github Client Secret"
2390
  msgstr "Twitch Client ID "
2391
 
2392
- #: ../admin/social_login.php:771
2393
  #, fuzzy, php-format
2394
  msgid ""
2395
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2398,12 +2547,12 @@ msgstr ""
2398
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2399
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2400
 
2401
- #: ../admin/social_login.php:784
2402
  #, fuzzy
2403
  msgid "Kakao Client ID"
2404
  msgstr "Google+ ID клієнта"
2405
 
2406
- #: ../admin/social_login.php:793
2407
  #, fuzzy, php-format
2408
  msgid ""
2409
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2412,12 +2561,12 @@ msgstr ""
2412
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2413
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2414
 
2415
- #: ../admin/social_login.php:804
2416
  #, fuzzy
2417
  msgid "Kakao Client Secret"
2418
  msgstr "Google+ ID клієнта"
2419
 
2420
- #: ../admin/social_login.php:813
2421
  #, fuzzy, php-format
2422
  msgid ""
2423
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2426,66 +2575,66 @@ msgstr ""
2426
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2427
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2428
 
2429
- #: ../admin/social_login.php:833
2430
  msgid "Social Login Options"
2431
  msgstr "Параметри входу через соцмережі"
2432
 
2433
- #: ../admin/social_login.php:848
2434
  msgid "Text to display above the Social Login interface"
2435
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2436
 
2437
- #: ../admin/social_login.php:856
2438
  msgid "Trigger social login in the same browser tab"
2439
  msgstr ""
2440
 
2441
- #: ../admin/social_login.php:866
2442
  msgid "Trigger social login in the same browser tab instead of a popup window"
2443
  msgstr ""
2444
 
2445
- #: ../admin/social_login.php:873
2446
  #, fuzzy
2447
  msgid "Center align icons"
2448
  msgstr "Змінити порядок іконок"
2449
 
2450
- #: ../admin/social_login.php:883
2451
  #, fuzzy
2452
  msgid "Center align social login icons"
2453
  msgstr "Параметри входу через соцмережі"
2454
 
2455
- #: ../admin/social_login.php:890
2456
  msgid "Enable at login page"
2457
  msgstr "Включити сторінку входу"
2458
 
2459
- #: ../admin/social_login.php:900
2460
  msgid ""
2461
  "Social Login interface will get enabled at the login page of your website"
2462
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2463
 
2464
- #: ../admin/social_login.php:907
2465
  msgid "Enable at register page"
2466
  msgstr "Включити на сторінці реєстрації"
2467
 
2468
- #: ../admin/social_login.php:917
2469
  msgid ""
2470
  "Social Login interface will get enabled at the registration page of your "
2471
  "website"
2472
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2473
 
2474
- #: ../admin/social_login.php:924
2475
  msgid "Enable at comment form"
2476
  msgstr "Включити в формі коментування"
2477
 
2478
- #: ../admin/social_login.php:934
2479
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2480
  msgstr ""
2481
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2482
  "Wordpress"
2483
 
2484
- #: ../admin/social_login.php:948
2485
  msgid "Enable before WooCommerce Customer Login Form"
2486
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2487
 
2488
- #: ../admin/social_login.php:958
2489
  msgid ""
2490
  "Social Login Interface will get enabled before the customer login form at "
2491
  "WooCommerce My Account page"
@@ -2493,12 +2642,12 @@ msgstr ""
2493
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2494
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2495
 
2496
- #: ../admin/social_login.php:965
2497
  #, fuzzy
2498
  msgid "Enable at WooCommerce Customer Login Form"
2499
  msgstr "Включити після форми входу клієнта WooCommerce"
2500
 
2501
- #: ../admin/social_login.php:975
2502
  #, fuzzy
2503
  msgid ""
2504
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2507,12 +2656,12 @@ msgstr ""
2507
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2508
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2509
 
2510
- #: ../admin/social_login.php:982
2511
  #, fuzzy
2512
  msgid "Enable at WooCommerce Customer Register Form"
2513
  msgstr "Включити після форми входу клієнта WooCommerce"
2514
 
2515
- #: ../admin/social_login.php:992
2516
  #, fuzzy
2517
  msgid ""
2518
  "Integrate Social Login Interface with the customer register form at "
@@ -2521,23 +2670,23 @@ msgstr ""
2521
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2522
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2523
 
2524
- #: ../admin/social_login.php:999
2525
  msgid "Enable at WooCommerce checkout page"
2526
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2527
 
2528
- #: ../admin/social_login.php:1009
2529
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2530
  msgstr ""
2531
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2532
  "замовлення в WooCommerce"
2533
 
2534
- #: ../admin/social_login.php:1019
2535
  msgid "Auto-approve comments made by Social Login users"
2536
  msgstr ""
2537
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2538
  "соцмережі"
2539
 
2540
- #: ../admin/social_login.php:1029
2541
  msgid ""
2542
  "If this option is enabled, and WordPress comment is made by Social Login "
2543
  "user, comment will get approved immediately without keeping in moderation."
@@ -2546,15 +2695,15 @@ msgstr ""
2546
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2547
  "відразу без модерації."
2548
 
2549
- #: ../admin/social_login.php:1030
2550
  msgid "Note: This is not related to Facebook comments"
2551
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2552
 
2553
- #: ../admin/social_login.php:1039
2554
  msgid "Enable social avatar"
2555
  msgstr "Включення соціальних аватар"
2556
 
2557
- #: ../admin/social_login.php:1049
2558
  msgid ""
2559
  "Social profile pictures of the logged in user will be displayed as profile "
2560
  "avatar"
@@ -2562,30 +2711,30 @@ msgstr ""
2562
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2563
  "профілю на сайті"
2564
 
2565
- #: ../admin/social_login.php:1058
2566
  msgid "Avatar quality"
2567
  msgstr "Якість аватарки"
2568
 
2569
- #: ../admin/social_login.php:1061
2570
  msgid "Average"
2571
  msgstr "Середнє"
2572
 
2573
- #: ../admin/social_login.php:1062
2574
  msgid "Best"
2575
  msgstr "Кращий"
2576
 
2577
- #: ../admin/social_login.php:1069
2578
  msgid "Choose avatar quality"
2579
  msgstr "Виберіть якість аватара"
2580
 
2581
- #: ../admin/social_login.php:1077
2582
  msgid ""
2583
  "Show option for users to update social avatar at BuddyPress profile page"
2584
  msgstr ""
2585
  "Показати варіант для користувачів для оновлення соціального аватара на "
2586
  "сторінці профілю BuddyPress"
2587
 
2588
- #: ../admin/social_login.php:1087
2589
  msgid ""
2590
  "If enabled, users would be able to update their social avatar from \"Profile "
2591
  "photo\" section in BuddyPress profile at front-end"
@@ -2593,7 +2742,7 @@ msgstr ""
2593
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2594
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2595
 
2596
- #: ../admin/social_login.php:1107
2597
  msgid ""
2598
  "If enabled and Social ID provider does not provide user's email address on "
2599
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2603,13 +2752,13 @@ msgstr ""
2603
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2604
  "пошта буде створена за зразком."
2605
 
2606
- #: ../admin/social_login.php:1115
2607
  msgid "Send post-registration email to user to set account password"
2608
  msgstr ""
2609
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2610
  "встановити пароль облікового запису"
2611
 
2612
- #: ../admin/social_login.php:1125
2613
  msgid ""
2614
  "If enabled, an email will be sent to user after registration through Social "
2615
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2619,13 +2768,13 @@ msgstr ""
2619
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2620
  "стандартну форму авторизації"
2621
 
2622
- #: ../admin/social_login.php:1132
2623
  msgid "Send new user registration notification email to admin"
2624
  msgstr ""
2625
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2626
  "пошті адміністратору"
2627
 
2628
- #: ../admin/social_login.php:1142
2629
  msgid ""
2630
  "If enabled, an email will be sent to admin after new user registers through "
2631
  "Social Login, notifying admin about the new user registration"
@@ -2633,41 +2782,41 @@ msgstr ""
2633
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2634
  "реєстрацію нового користувача через соцмережі."
2635
 
2636
- #: ../admin/social_login.php:1149
2637
  msgid "Login redirection"
2638
  msgstr "Перенаправлення входу"
2639
 
2640
- #: ../admin/social_login.php:1153
2641
  msgid "Same page where user logged in"
2642
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2643
 
2644
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2645
  msgid "Account dashboard"
2646
  msgstr "Сторінка управління аккаунтом"
2647
 
2648
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2649
  msgid "BuddyPress profile page"
2650
  msgstr "Сторінка профілю BuddyPress"
2651
 
2652
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2653
  msgid "Custom Url"
2654
  msgstr "Користувацьке посилання"
2655
 
2656
- #: ../admin/social_login.php:1171
2657
  msgid "User will be redirected to the selected page after Social Login"
2658
  msgstr ""
2659
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2660
  "соцмережі"
2661
 
2662
- #: ../admin/social_login.php:1178
2663
  msgid "Registration redirection"
2664
  msgstr "Перенаправлення реєстрації"
2665
 
2666
- #: ../admin/social_login.php:1182
2667
  msgid "Same page from where user registered"
2668
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2669
 
2670
- #: ../admin/social_login.php:1200
2671
  msgid ""
2672
  "User will be redirected to the selected page after registration (first "
2673
  "Social Login) through Social Login"
@@ -2675,23 +2824,23 @@ msgstr ""
2675
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2676
  "вхід чере соцмережі) через соцмережі"
2677
 
2678
- #: ../admin/social_login.php:1209
2679
  #, fuzzy
2680
  msgid "Social Account Linking Options"
2681
  msgstr "Посилання на соціальний аккаунт"
2682
 
2683
- #: ../admin/social_login.php:1224
2684
  #, fuzzy
2685
  msgid "Text to display above the Social Account Linking interface"
2686
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2687
 
2688
- #: ../admin/social_login.php:1231
2689
  msgid ""
2690
  "Link social account to already existing account, if email address matches"
2691
  msgstr ""
2692
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2693
 
2694
- #: ../admin/social_login.php:1241
2695
  #, fuzzy
2696
  msgid ""
2697
  "If email address of the user's Social Account matches with an already "
@@ -2704,11 +2853,11 @@ msgstr ""
2704
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2705
  "профілю."
2706
 
2707
- #: ../admin/social_login.php:1249
2708
  msgid "Enable social account linking at BuddyPress profile page"
2709
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2710
 
2711
- #: ../admin/social_login.php:1259
2712
  msgid ""
2713
  "Enable this option to show social account linking interface at BuddyPress "
2714
  "profile page"
@@ -2716,15 +2865,15 @@ msgstr ""
2716
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2717
  "BuddyPress"
2718
 
2719
- #: ../admin/social_login.php:1270
2720
  msgid "Email popup options"
2721
  msgstr "Параметри спливаючій електронної пошти"
2722
 
2723
- #: ../admin/social_login.php:1275
2724
  msgid "Text on 'Email required' popup"
2725
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2726
 
2727
- #: ../admin/social_login.php:1285
2728
  msgid ""
2729
  "This text will be displayed on email required popup. Leave empty if not "
2730
  "required."
@@ -2732,11 +2881,11 @@ msgstr ""
2732
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2733
  "поле порожнім якщо не потрібно."
2734
 
2735
- #: ../admin/social_login.php:1293
2736
  msgid "Error message for 'Email required' popup"
2737
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2738
 
2739
- #: ../admin/social_login.php:1303
2740
  msgid ""
2741
  "This message will be displayed to user if it provides invalid or already "
2742
  "registered email"
@@ -2744,11 +2893,11 @@ msgstr ""
2744
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2745
  "раніше запроваджену пошту"
2746
 
2747
- #: ../admin/social_login.php:1311
2748
  msgid "Email popup height"
2749
  msgstr "Висота спливаючого вікна"
2750
 
2751
- #: ../admin/social_login.php:1321
2752
  msgid ""
2753
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2754
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2758,11 +2907,11 @@ msgstr ""
2758
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2759
  "базового значення."
2760
 
2761
- #: ../admin/social_login.php:1328
2762
  msgid "Enable email verification"
2763
  msgstr "Включити перевірку електронної пошти"
2764
 
2765
- #: ../admin/social_login.php:1338
2766
  msgid ""
2767
  "If enabled, email provided by the user will be verified by sending a "
2768
  "confirmation link to that email. User would not be able to login without "
@@ -2771,108 +2920,108 @@ msgstr ""
2771
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2772
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2773
 
2774
- #: ../admin/social_login.php:1358
2775
  #, fuzzy
2776
  msgid "Enable GDPR opt-in"
2777
  msgstr "Активувати коментування через Disqus"
2778
 
2779
- #: ../admin/social_login.php:1368
2780
  msgid ""
2781
  "Enable it to show GDPR opt-in for social login and social account linking"
2782
  msgstr ""
2783
 
2784
- #: ../admin/social_login.php:1376
2785
  #, fuzzy
2786
  msgid "Placement of GDPR opt-in"
2787
  msgstr "Активувати коментування через Disqus"
2788
 
2789
- #: ../admin/social_login.php:1380
2790
  #, fuzzy
2791
  msgid "Above Social Login icons"
2792
  msgstr "Параметри входу через соцмережі"
2793
 
2794
- #: ../admin/social_login.php:1382
2795
  #, fuzzy
2796
  msgid "Below Social Login icons"
2797
  msgstr "Параметри входу через соцмережі"
2798
 
2799
- #: ../admin/social_login.php:1388
2800
  #, fuzzy
2801
  msgid "Placement of GDPR opt-in above or below the social login icons"
2802
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2803
 
2804
- #: ../admin/social_login.php:1395
2805
  msgid "Opt-in text"
2806
  msgstr ""
2807
 
2808
- #: ../admin/social_login.php:1405
2809
  #, fuzzy
2810
  msgid "Text for the GDPR opt-in"
2811
  msgstr "Активувати коментування через Disqus"
2812
 
2813
- #: ../admin/social_login.php:1412
2814
  msgid "Text to link to Terms-Conditions page"
2815
  msgstr ""
2816
 
2817
- #: ../admin/social_login.php:1422
2818
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2819
  msgstr ""
2820
 
2821
- #: ../admin/social_login.php:1429
2822
  msgid "Terms-Conditions Url"
2823
  msgstr ""
2824
 
2825
- #: ../admin/social_login.php:1439
2826
  #, fuzzy
2827
  msgid "Url of the terms-conditions page of your website"
2828
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2829
 
2830
- #: ../admin/social_login.php:1446
2831
  msgid "Text to link to Privacy Policy page"
2832
  msgstr ""
2833
 
2834
- #: ../admin/social_login.php:1456
2835
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2836
  msgstr ""
2837
 
2838
- #: ../admin/social_login.php:1463
2839
  msgid "Privacy Policy Url"
2840
  msgstr ""
2841
 
2842
- #: ../admin/social_login.php:1473
2843
  #, fuzzy
2844
  msgid "Url of the privacy policy page of your website"
2845
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2846
 
2847
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
2848
  #: ../inc/widget.php:602 ../inc/widget.php:750
2849
  msgid "Select"
2850
  msgstr "Вибір"
2851
 
2852
- #: ../admin/social_login.php:1555
2853
  msgid "Social Login Shortcode & Widget"
2854
  msgstr "Шорткод і віджет для входу через соцмережі"
2855
 
2856
- #: ../admin/social_login.php:1556
2857
  msgid "Social Linking Shortcode"
2858
  msgstr "Шорткод соціальних посилань"
2859
 
2860
- #: ../admin/social_login.php:1571
2861
  #, fuzzy
2862
  msgid "Why is social login not working?"
2863
  msgstr "Чому Facebook Логін не працює?"
2864
 
2865
- #: ../admin/social_login.php:1572
2866
  msgid ""
2867
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2868
  "belong to the same app"
2869
  msgstr ""
2870
 
2871
- #: ../admin/social_login.php:1574
2872
  msgid "Social Login not working with Varnish enabled"
2873
  msgstr ""
2874
 
2875
- #: ../admin/social_login.php:1575
2876
  msgid ""
2877
  "Why the user is not appearing logged in even after Social Login until the "
2878
  "webpage is refreshed manually?"
@@ -3091,27 +3240,27 @@ msgstr "Невірний Запит!"
3091
  msgid "Providers not selected"
3092
  msgstr "Сервіси не вибрані"
3093
 
3094
- #: ../inc/social_login.php:854
3095
  msgid "Email"
3096
  msgstr "Email"
3097
 
3098
- #: ../inc/social_login.php:855
3099
  msgid "Confirm email"
3100
  msgstr "Підтвердити e-mail"
3101
 
3102
- #: ../inc/social_login.php:857
3103
  msgid "Save"
3104
  msgstr "Зберегти"
3105
 
3106
- #: ../inc/social_login.php:858
3107
  msgid "Cancel"
3108
  msgstr "Скасувати"
3109
 
3110
- #: ../inc/social_login.php:932
3111
  msgid "Email Verification"
3112
  msgstr "Підтвердження адреси електронної пошти"
3113
 
3114
- #: ../inc/social_login.php:934
3115
  msgid ""
3116
  "Please click on the following link or paste it in browser to verify your "
3117
  "email"
@@ -3395,6 +3544,16 @@ msgstr ""
3395
  msgid "RSS Feed URL:"
3396
  msgstr ""
3397
 
 
 
 
 
 
 
 
 
 
 
3398
  #~ msgid "Click to show help"
3399
  #~ msgstr "Натисніть, щоб показати довідку"
3400
 
@@ -3463,14 +3622,6 @@ msgstr ""
3463
  #~ msgid "Xing Consumer Key"
3464
  #~ msgstr "Ключ споживача Xing"
3465
 
3466
- #~ msgid ""
3467
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3468
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3469
- #~ msgstr ""
3470
- #~ "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a "
3471
- #~ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача "
3472
- #~ "Xing."
3473
-
3474
  #, fuzzy
3475
  #~ msgid ""
3476
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:38+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:38+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:1570
21
  msgid ""
22
  "cURL is not enabled at your website server. Please contact your website "
23
  "server administrator to enable it."
25
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
26
  "до адміністратора вашого сайту, щоб включити це."
27
 
28
+ #: ../super_socializer.php:1598
29
  #, fuzzy, php-format
30
  msgid ""
31
  "Enter exactly the following url in <strong>Website</strong> option in your "
34
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
35
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
36
 
37
+ #: ../super_socializer.php:1601
38
  #, fuzzy, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
43
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
44
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
45
 
46
+ #: ../super_socializer.php:1604
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
52
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
53
  "переконатися в цьому."
54
 
55
+ #: ../super_socializer.php:1786 ../helper.php:986
56
  msgid "Please verify your email address to login."
57
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
58
 
59
+ #: ../super_socializer.php:1786
60
  msgid "Your email has been verified. Now you can login to your account"
61
  msgstr ""
62
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
63
  "облікового запису"
64
 
65
+ #: ../super_socializer.php:1790
66
  msgid "Notification"
67
  msgstr "Повідомлення"
68
 
69
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
70
  msgid "Email required"
71
  msgstr "Електронна адреса (обо'язково)"
72
 
73
+ #: ../super_socializer.php:1811
74
  msgid "Please check your email inbox to complete the registration."
75
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
76
 
77
+ #: ../super_socializer.php:1880
78
  msgid "Leave a reply"
79
  msgstr "Залишити коментар"
80
 
81
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
82
  msgid "Shares"
83
  msgstr "Поширили:"
84
 
85
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
86
  msgid "Share"
87
  msgstr "Поділитися"
88
 
89
+ #: ../super_socializer.php:1896
90
  #, fuzzy
91
  msgid "Link copied."
92
  msgstr "LinkedIn"
93
 
94
+ #: ../super_socializer.php:2141
95
  msgid "Super Socializer - General Options"
96
  msgstr "Super Socializer - Загальні Параметри"
97
 
98
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
99
  #: ../admin/social_commenting.php:47
100
  msgid "General Options"
101
  msgstr "Загальні параметри"
102
 
103
+ #: ../super_socializer.php:2209 ../helper.php:915
104
  msgid "Social Avatar"
105
  msgstr "Соціальний Аватар"
106
 
107
+ #: ../super_socializer.php:2212
108
  msgid "Small Avatar Url"
109
  msgstr "Посилання для маленького аватара"
110
 
111
+ #: ../super_socializer.php:2216
112
  msgid "Large Avatar Url"
113
  msgstr "Посилання для великого аватара"
114
 
115
+ #: ../super_socializer.php:2220 ../helper.php:918
116
  msgid ""
117
  "Do not fetch and update social avatar from my profile, next time I Social "
118
  "Login"
120
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
121
  "раз коли я використовую вхід через соцмережі"
122
 
123
+ #: ../super_socializer.php:2224 ../helper.php:919
124
  msgid "Update social avatar, next time I Social Login"
125
  msgstr ""
126
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
127
  "соцмережі"
128
 
129
+ #: ../super_socializer.php:2301
130
  msgid "Login with your Social ID"
131
  msgstr "Увійти через соціальний аккаунт"
132
 
133
+ #: ../super_socializer.php:2302
134
  msgid "Email you entered is already registered or invalid"
135
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
136
 
137
+ #: ../super_socializer.php:2309
138
  msgid "Please enter a valid email address. You might be required to verify it"
139
  msgstr ""
140
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
141
  "потрібно перевірити його"
142
 
143
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
144
  msgid "Link your social account to login to your account at this website"
145
  msgstr ""
146
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
147
  "запис на цьому сайті"
148
 
149
+ #: ../super_socializer.php:2561
150
  msgid "Thanks for installing Super Socializer plugin"
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:2563
154
  msgid "Configure the Plugin"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:2574
158
  msgid ""
159
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
160
  "current version of Super Socializer"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:2583
164
  msgid ""
165
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
166
  "version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:2592
170
  msgid ""
171
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
172
+ "compatibility with current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:2601
176
  msgid ""
177
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:2610
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:2621
188
  #, php-format
189
  msgid ""
190
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:2630
194
  #, php-format
195
  msgid ""
196
  "To continue using Instagram login create a new Instagram App as described <a "
198
  "Instagram App Secret <a href=\"%s\">here</a>"
199
  msgstr ""
200
 
201
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
202
  #, php-format
203
  msgid ""
204
  "To continue using bitly url shortener, login to your bit.ly account and "
207
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:2664
211
  #, php-format
212
  msgid ""
213
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:2688
217
  #, php-format
218
  msgid ""
219
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
221
  "target=\"_blank\">here</a>"
222
  msgstr ""
223
 
224
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
225
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
226
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
227
+ #: ../super_socializer.php:2851
228
  msgid "Okay"
229
  msgstr "Гаразд."
230
 
231
+ #: ../super_socializer.php:2713
232
  #, php-format
233
  msgid ""
234
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
236
  "\">here</a>"
237
  msgstr ""
238
 
239
+ #: ../super_socializer.php:2738
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
244
  "target=\"_blank\">here</a>"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:2763
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
252
  "target=\"_blank\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:2774
256
  #, php-format
257
  msgid ""
258
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
259
  msgstr ""
260
 
261
+ #: ../super_socializer.php:2796
262
  #, php-format
263
  msgid ""
264
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
266
  "\"%s\" target=\"_blank\">here</a>"
267
  msgstr ""
268
 
269
+ #: ../super_socializer.php:2824
270
  #, php-format
271
  msgid ""
272
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
275
  "your website %s with them. No need to copy-paste any code from their website."
276
  msgstr ""
277
 
278
+ #: ../super_socializer.php:2851
279
  #, php-format
280
  msgid ""
281
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
+ #: ../super_socializer.php:2876
287
  #, php-format
288
  msgid ""
289
  "If you cannot get Linkedin login to work after updating the plugin, replace "
291
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
292
  msgstr ""
293
 
294
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
295
  msgid "Dismiss"
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:2902
299
  #, php-format
300
  msgid ""
301
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
304
  "that, clear share counts cache from \"Miscellaneous\" section"
305
  msgstr ""
306
 
307
+ #: ../super_socializer.php:3115
308
  msgid ""
309
  "Your browser is blocking some features of this website. Please follow the "
310
  "instructions at {support_url} to unblock these."
312
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
313
  "інструкцій в {support_url}, щоб розблокувати функції."
314
 
315
+ #: ../helper.php:7
316
  msgid "Settings saved"
317
  msgstr "Налаштування збережені"
318
 
319
+ #: ../helper.php:185
 
 
 
 
320
  #, fuzzy
321
  msgid "Click to toggle help"
322
  msgstr "Натисніть, щоб приховати довідку"
323
 
324
+ #: ../helper.php:282
325
  msgid "Add-Ons"
326
  msgstr "Доповнення"
327
 
328
+ #: ../helper.php:283
329
  msgid "Support Documentation"
330
  msgstr "Технічна документація"
331
 
332
+ #: ../helper.php:284
333
  msgid "Settings"
334
  msgstr "Налаштування"
335
 
336
+ #: ../helper.php:567
337
  msgid "Account linked successfully"
338
  msgstr "Аккаунт успішно пов'язаний"
339
 
340
+ #: ../helper.php:571
341
  msgid "Account already exists or linked"
342
  msgstr "Аккаунт вже існує або пов'язаний"
343
 
344
+ #: ../helper.php:607 ../helper.php:609
345
  msgid "Login with"
346
  msgstr "Увійти з"
347
 
348
+ #: ../helper.php:644 ../helper.php:650
349
  msgid "Currently"
350
  msgstr "в даний час"
351
 
352
+ #: ../helper.php:644 ../helper.php:650
353
  msgid "Connected with"
354
  msgstr "Авторизуватися за допомогою"
355
 
356
+ #: ../helper.php:644 ../helper.php:650
357
  msgid "Remove"
358
  msgstr "Видалити"
359
 
360
+ #: ../helper.php:721
361
  msgid "Social Account Linking"
362
  msgstr "Посилання на соціальний аккаунт"
363
 
364
+ #: ../helper.php:771
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Відключити стандартний блок Поділитися на цьому"
367
 
368
+ #: ../helper.php:776
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "Відключити плаваючий блок Поділитися на цьому"
371
 
372
+ #: ../helper.php:781
373
  msgid "Disable Standard like buttons on this "
374
  msgstr "Відключити стандартні кнопки Подобається на цьому"
375
 
376
+ #: ../helper.php:786
377
  msgid "Disable Floating like buttons on this "
378
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
379
 
380
+ #: ../helper.php:791
381
  msgid "Disable Social Commenting on this "
382
  msgstr "Деактивувати соціальне коментування"
383
 
384
+ #: ../helper.php:800
385
  msgid "Standard Sharing Interface"
386
  msgstr "Стандартний інтерфейс Поділитися"
387
 
388
+ #: ../helper.php:806 ../helper.php:825
389
  msgid "Starting share count for "
390
  msgstr "Запустити лічильник Поділитися для"
391
 
392
+ #: ../helper.php:819
393
  msgid "Floating Sharing Interface"
394
  msgstr "Плаваючий інтерфейс Поділитися"
395
 
396
+ #: ../helper.php:922
397
  msgid "Small Avatar"
398
  msgstr "Невеликий аватар"
399
 
400
+ #: ../helper.php:926
401
  msgid "Large Avatar"
402
  msgstr "Великий аватар"
403
 
404
+ #: ../helper.php:930 ../admin/general_options.php:89
405
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
406
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
407
  msgid "Save Changes"
408
  msgstr "Зберегти налаштування"
409
 
410
+ #: ../helper.php:1023
411
  msgid "Click to delete social profile data"
412
  msgstr ""
413
 
414
+ #: ../helper.php:1052
415
  #, fuzzy
416
  msgid "Deleting"
417
  msgstr "Налаштування"
418
 
419
+ #: ../helper.php:1062
420
  msgid "Deleted"
421
  msgstr ""
422
 
423
+ #: ../helper.php:1064
424
  msgid "Something bad happened"
425
  msgstr ""
426
 
427
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
428
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
429
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
430
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
431
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
432
  #, fuzzy, php-format
433
  msgid ""
481
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
482
 
483
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
484
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
485
  #: ../admin/like_buttons.php:790
486
  #, fuzzy
487
  msgid "Instagram Shoutout"
488
  msgstr "Instagram"
489
 
490
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
491
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
492
  #: ../admin/like_buttons.php:792
493
  msgid ""
494
  "If you can send (to hello@heateor.com) how this plugin is helping your "
604
  "Facebook share count to work"
605
  msgstr ""
606
 
607
+ #: ../admin/social_sharing.php:49
608
+ msgid "Dismiss this notice"
609
+ msgstr "Закрити це повідомлення"
610
+
611
  #: ../admin/social_sharing.php:56
612
  msgid "Theme Selection"
613
  msgstr "Вибір теми"
631
 
632
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
633
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
634
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
635
  #: ../admin/like_buttons.php:751
636
  msgid "Shortcode & Widget"
637
  msgstr "Шорткод і віджет"
642
 
643
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
644
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
645
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
646
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
647
  msgid "FAQ"
648
  msgstr "Часті питання (FAQ)"
874
  msgid "Url to share"
875
  msgstr "Посилання щоб Поділитися"
876
 
877
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
878
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
879
  #: ../inc/widget.php:949
880
  msgid "Title"
881
  msgstr "Заголовок"
961
  msgstr "Розміщення"
962
 
963
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
964
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
965
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
966
  msgid "Homepage"
967
  msgstr "Головна"
1230
  msgid "Required only to track Facebook share count"
1231
  msgstr ""
1232
 
1233
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1234
  msgid "Facebook App ID"
1235
  msgstr "Facebook App ID"
1236
 
1243
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1244
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1245
 
1246
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1247
  #, fuzzy
1248
  msgid "Facebook App Secret"
1249
  msgstr "Facebook App ID"
1432
  "\"Отримання інформації про нову поломки \"."
1433
 
1434
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1435
+ #: ../admin/social_login.php:1752
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."
1490
  msgstr ""
1491
 
1492
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1493
+ #: ../admin/social_login.php:1759
1494
  msgid "Why is my browser blocking some features of the plugin?"
1495
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1496
 
1807
  msgid "Advanced Configuration"
1808
  msgstr "Розширена конфігурація"
1809
 
1810
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1811
  msgid "GDPR"
1812
  msgstr ""
1813
 
1814
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1815
  msgid "XProfile Integration"
1816
  msgstr "XProfile інтеграція"
1817
 
1904
  msgstr "Twitch"
1905
 
1906
  #: ../admin/social_login.php:158
1907
+ #, fuzzy
1908
+ msgid "Foursquare"
1909
+ msgstr "Квадратна"
1910
+
1911
+ #: ../admin/social_login.php:162
1912
+ msgid "Dropbox"
1913
+ msgstr ""
1914
+
1915
+ #: ../admin/social_login.php:166
1916
+ msgid "Disqus"
1917
+ msgstr ""
1918
+
1919
+ #: ../admin/social_login.php:170
1920
+ msgid "Reddit"
1921
+ msgstr ""
1922
+
1923
+ #: ../admin/social_login.php:174
1924
  msgid "Github"
1925
  msgstr ""
1926
 
1927
+ #: ../admin/social_login.php:178
1928
  msgid "Kakao"
1929
  msgstr ""
1930
 
1931
+ #: ../admin/social_login.php:186
1932
  msgid "Select Social ID provider to enable in Social Login"
1933
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1934
 
1935
+ #: ../admin/social_login.php:203
1936
  #, php-format
1937
  msgid ""
1938
  "Required for Facebook Social Login to work. Please follow the documentation "
1941
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1942
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1943
 
1944
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
1945
  #, fuzzy
1946
  msgid ""
1947
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1949
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1950
  "згадки посилання."
1951
 
1952
+ #: ../admin/social_login.php:224
1953
  #, fuzzy, php-format
1954
  msgid ""
1955
  "Required for Facebook Social Login to work. Please follow the documentation "
1958
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1959
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1960
 
1961
+ #: ../admin/social_login.php:235
1962
  msgid "Twitter API Key"
1963
  msgstr "Twitter API ключ"
1964
 
1965
+ #: ../admin/social_login.php:245
1966
  #, php-format
1967
  msgid ""
1968
  "Required for Twitter Social Login to work. Please follow the documentation "
1971
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1972
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1973
 
1974
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
1975
  #, fuzzy
1976
  msgid ""
1977
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1979
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1980
  "посилання"
1981
 
1982
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
1983
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
1984
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
1985
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
1986
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
1987
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
1988
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
1989
  #, fuzzy
1990
  msgid ""
1991
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1994
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1995
  "посилання"
1996
 
1997
+ #: ../admin/social_login.php:260
1998
  msgid "Twitter API Secret"
1999
  msgstr "Twitter API секретний ключ"
2000
 
2001
+ #: ../admin/social_login.php:270
2002
  #, php-format
2003
  msgid ""
2004
  "Required for Twitter Social Login to work. Please follow the documentation "
2008
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
2009
  "додатку Twitter ."
2010
 
2011
+ #: ../admin/social_login.php:285
2012
  #, fuzzy
2013
  msgid "LinkedIn Client ID"
2014
  msgstr "LinkedIn"
2015
 
2016
+ #: ../admin/social_login.php:295
2017
  #, fuzzy, php-format
2018
  msgid ""
2019
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2022
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2023
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2024
 
2025
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
2026
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
2027
  #, fuzzy
2028
  msgid ""
2029
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2032
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2033
  "згадки посилання."
2034
 
2035
+ #: ../admin/social_login.php:306
2036
  #, fuzzy
2037
  msgid "LinkedIn Client Secret"
2038
  msgstr "LinkedIn"
2039
 
2040
+ #: ../admin/social_login.php:316
2041
  #, fuzzy, php-format
2042
  msgid ""
2043
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2047
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2048
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2049
 
2050
+ #: ../admin/social_login.php:327
2051
  #, fuzzy
2052
  msgid "Google Client ID"
2053
  msgstr "Google+ ID клієнта"
2054
 
2055
+ #: ../admin/social_login.php:337
2056
  #, fuzzy, php-format
2057
  msgid ""
2058
  "Required for Google Social Login to work. Please follow the documentation at "
2061
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2062
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2063
 
2064
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
2065
  #, fuzzy
2066
  msgid ""
2067
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2070
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2071
  "згадки посилання."
2072
 
2073
+ #: ../admin/social_login.php:348
2074
  #, fuzzy
2075
  msgid "Google Client Secret"
2076
  msgstr "Google+ ID клієнта"
2077
 
2078
+ #: ../admin/social_login.php:358
2079
  #, fuzzy, php-format
2080
  msgid ""
2081
  "Required for Google Social Login to work. Please follow the documentation at "
2084
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2085
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2086
 
2087
+ #: ../admin/social_login.php:369
2088
  msgid "Vkontakte Application ID"
2089
  msgstr "ID додатку Вконтакте"
2090
 
2091
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
2092
  #, php-format
2093
  msgid ""
2094
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2098
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
2099
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2100
 
2101
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
2102
  #, fuzzy
2103
  msgid ""
2104
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2107
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2108
  "згадки посилання."
2109
 
2110
+ #: ../admin/social_login.php:390
2111
  #, fuzzy
2112
  msgid "Vkontakte Secure key"
2113
  msgstr "Вконтакте"
2114
 
2115
+ #: ../admin/social_login.php:411
2116
  #, fuzzy
2117
  msgid "Instagram App ID"
2118
  msgstr "Instagram ID клієнта"
2119
 
2120
+ #: ../admin/social_login.php:421
2121
  #, fuzzy, php-format
2122
  msgid ""
2123
  "Required for Instagram Social Login to work. Please follow the documentation "
2126
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2127
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2128
 
2129
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
2130
  #, fuzzy
2131
  msgid ""
2132
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2135
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2136
  "згадки посилання."
2137
 
2138
+ #: ../admin/social_login.php:432
2139
  #, fuzzy
2140
  msgid "Instagram App Secret"
2141
  msgstr "Введіть ім'я користувача Instagram."
2142
 
2143
+ #: ../admin/social_login.php:442
2144
  #, fuzzy, php-format
2145
  msgid ""
2146
  "Required for Instagram Social Login to work. Please follow the documentation "
2149
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2150
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2151
 
2152
+ #: ../admin/social_login.php:453
2153
  msgid "Line Channel ID"
2154
  msgstr ""
2155
 
2156
+ #: ../admin/social_login.php:462
2157
  #, fuzzy, php-format
2158
  msgid ""
2159
  "Required for Line Social Login to work. Please follow the documentation at "
2162
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2163
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2164
 
2165
+ #: ../admin/social_login.php:473
2166
  #, fuzzy
2167
  msgid "Line Channel Secret"
2168
  msgstr "LinkedIn"
2169
 
2170
+ #: ../admin/social_login.php:482
2171
  #, fuzzy, php-format
2172
  msgid ""
2173
  "Required for Line Social Login to work. Please follow the documentation at "
2176
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2177
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2178
 
2179
+ #: ../admin/social_login.php:493
2180
  #, fuzzy
2181
  msgid "Wordpress Client ID"
2182
  msgstr "Google+ ID клієнта"
2183
 
2184
+ #: ../admin/social_login.php:502
2185
  #, fuzzy, php-format
2186
  msgid ""
2187
  "Required for Wordpress Social Login to work. Please follow the documentation "
2190
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2191
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2192
 
2193
+ #: ../admin/social_login.php:513
2194
  #, fuzzy
2195
  msgid "Wordpress Client Secret"
2196
  msgstr "Google+ ID клієнта"
2197
 
2198
+ #: ../admin/social_login.php:522
2199
  #, fuzzy, php-format
2200
  msgid ""
2201
  "Required for Wordpress Social Login to work. Please follow the documentation "
2205
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2206
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2207
 
2208
+ #: ../admin/social_login.php:533
2209
  #, fuzzy
2210
  msgid "Microsoft Client ID"
2211
  msgstr "Google+ ID клієнта"
2212
 
2213
+ #: ../admin/social_login.php:542
2214
  #, fuzzy, php-format
2215
  msgid ""
2216
  "Required for Live Social Login to work. Please follow the documentation at "
2219
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2220
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2221
 
2222
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
2223
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2224
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2225
  #, fuzzy
2226
  msgid ""
2227
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2230
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2231
  "згадки посилання."
2232
 
2233
+ #: ../admin/social_login.php:553
2234
  #, fuzzy
2235
  msgid "Microsoft Client Secret"
2236
  msgstr "Google+ ID клієнта"
2237
 
2238
+ #: ../admin/social_login.php:562
2239
  #, fuzzy, php-format
2240
  msgid ""
2241
  "Required for Live Social Login to work. Please follow the documentation at "
2245
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2246
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2247
 
2248
+ #: ../admin/social_login.php:572
2249
  #, fuzzy
2250
  msgid "Steam API Key"
2251
  msgstr "Twitter API ключ"
2252
 
2253
+ #: ../admin/social_login.php:581
2254
  #, fuzzy, php-format
2255
  msgid ""
2256
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2259
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2260
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2261
 
2262
+ #: ../admin/social_login.php:582
2263
  #, fuzzy
2264
  msgid "Save following <strong>domain</strong> to get the key"
2265
  msgstr ""
2266
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2267
  "посилання"
2268
 
2269
+ #: ../admin/social_login.php:591
2270
  #, fuzzy
2271
  msgid "Yahoo Client ID"
2272
  msgstr "Google+ ID клієнта"
2273
 
2274
+ #: ../admin/social_login.php:600
2275
  #, fuzzy, php-format
2276
  msgid ""
2277
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2280
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2281
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2282
 
2283
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2284
  #, fuzzy
2285
  msgid ""
2286
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2289
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2290
  "згадки посилання."
2291
 
2292
+ #: ../admin/social_login.php:611
2293
  #, fuzzy
2294
  msgid "Yahoo Client Secret"
2295
  msgstr "Google+ ID клієнта"
2296
 
2297
+ #: ../admin/social_login.php:620
2298
  #, fuzzy, php-format
2299
  msgid ""
2300
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2303
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2304
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2305
 
2306
+ #: ../admin/social_login.php:632
2307
  #, fuzzy
2308
  msgid "Spotify Client ID"
2309
  msgstr "Google+ ID клієнта"
2310
 
2311
+ #: ../admin/social_login.php:641
2312
  #, fuzzy, php-format
2313
  msgid ""
2314
  "Required for Spotify Social Login to work. Please follow the documentation "
2317
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2318
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2319
 
2320
+ #: ../admin/social_login.php:652
2321
  #, fuzzy
2322
  msgid "Spotify Client Secret"
2323
  msgstr "Google+ ID клієнта"
2324
 
2325
+ #: ../admin/social_login.php:661
2326
  #, fuzzy, php-format
2327
  msgid ""
2328
  "Required for Spotify Social Login to work. Please follow the documentation "
2332
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2333
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2334
 
2335
+ #: ../admin/social_login.php:674
2336
  #, fuzzy
2337
  msgid "Dribbble Client ID"
2338
  msgstr "Google+ ID клієнта"
2339
 
2340
+ #: ../admin/social_login.php:683
2341
  #, fuzzy, php-format
2342
  msgid ""
2343
  "Required for Dribbble Social Login to work. Please follow the documentation "
2346
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2347
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2348
 
2349
+ #: ../admin/social_login.php:694
2350
  #, fuzzy
2351
  msgid "Dribbble Client Secret"
2352
  msgstr "Google+ ID клієнта"
2353
 
2354
+ #: ../admin/social_login.php:703
2355
  #, fuzzy, php-format
2356
  msgid ""
2357
  "Required for Dribbble Social Login to work. Please follow the documentation "
2361
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2362
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2363
 
2364
+ #: ../admin/social_login.php:715
2365
  #, fuzzy
2366
  msgid "Twitch Client ID"
2367
  msgstr "Twitch Client ID "
2368
 
2369
+ #: ../admin/social_login.php:724
2370
  #, fuzzy, php-format
2371
  msgid ""
2372
  "Required for Twitch Social Login to work. Please follow the documentation at "
2375
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2376
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2377
 
2378
+ #: ../admin/social_login.php:735
2379
  #, fuzzy
2380
  msgid "Twitch Client Secret"
2381
  msgstr "Twitch Client ID "
2382
 
2383
+ #: ../admin/social_login.php:744
2384
  #, fuzzy, php-format
2385
  msgid ""
2386
  "Required for Twitch Social Login to work. Please follow the documentation at "
2389
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2390
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2391
 
2392
+ #: ../admin/social_login.php:757
2393
+ #, fuzzy
2394
+ msgid "Foursquare Client ID"
2395
+ msgstr "Google+ ID клієнта"
2396
+
2397
+ #: ../admin/social_login.php:766
2398
+ #, fuzzy, php-format
2399
+ msgid ""
2400
+ "Required for Foursquare Social Login to work. Please follow the "
2401
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2402
+ "Foursquare Client ID"
2403
+ msgstr ""
2404
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2405
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2406
+
2407
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2408
+ #, fuzzy
2409
+ msgid ""
2410
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2411
+ "link"
2412
+ msgstr ""
2413
+ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2414
+ "згадки посилання."
2415
+
2416
+ #: ../admin/social_login.php:777
2417
+ #, fuzzy
2418
+ msgid "Foursquare Client Secret"
2419
+ msgstr "Google+ ID клієнта"
2420
+
2421
+ #: ../admin/social_login.php:786
2422
+ #, fuzzy, php-format
2423
+ msgid ""
2424
+ "Required for Foursquare Social Login to work. Please follow the "
2425
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2426
+ "Foursquare Client Secret"
2427
+ msgstr ""
2428
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2429
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2430
+
2431
+ #: ../admin/social_login.php:797
2432
+ msgid "Dropbox App Key"
2433
+ msgstr ""
2434
+
2435
+ #: ../admin/social_login.php:806
2436
+ #, fuzzy, php-format
2437
+ msgid ""
2438
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2439
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2440
+ msgstr ""
2441
+ "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
2442
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
2443
+
2444
+ #: ../admin/social_login.php:817
2445
+ #, fuzzy
2446
+ msgid "Dropbox App Secret"
2447
+ msgstr "Facebook App ID"
2448
+
2449
+ #: ../admin/social_login.php:826
2450
+ #, fuzzy, php-format
2451
+ msgid ""
2452
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2453
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2454
+ msgstr ""
2455
+ "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
2456
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
2457
+
2458
+ #: ../admin/social_login.php:840
2459
+ msgid "Disqus Public Key"
2460
+ msgstr ""
2461
+
2462
+ #: ../admin/social_login.php:849
2463
+ #, fuzzy, php-format
2464
+ msgid ""
2465
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2466
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2467
+ msgstr ""
2468
+ "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
2469
+ "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2470
+
2471
+ #: ../admin/social_login.php:860
2472
+ #, fuzzy
2473
+ msgid "Disqus Secret Key"
2474
+ msgstr "Коротке ім'я Disqus"
2475
+
2476
+ #: ../admin/social_login.php:869
2477
+ #, fuzzy, php-format
2478
+ msgid ""
2479
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2480
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2481
+ msgstr ""
2482
+ "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
2483
+ "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2484
+
2485
+ #: ../admin/social_login.php:882
2486
+ #, fuzzy
2487
+ msgid "Reddit Client ID"
2488
+ msgstr "Twitch Client ID "
2489
+
2490
+ #: ../admin/social_login.php:891
2491
+ #, fuzzy, php-format
2492
+ msgid ""
2493
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2494
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2495
+ msgstr ""
2496
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2497
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2498
+
2499
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2500
+ #, fuzzy
2501
+ msgid ""
2502
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2503
+ "link"
2504
+ msgstr ""
2505
+ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2506
+ "згадки посилання."
2507
+
2508
+ #: ../admin/social_login.php:902
2509
+ #, fuzzy
2510
+ msgid "Reddit Client Secret"
2511
+ msgstr "Twitch Client ID "
2512
+
2513
+ #: ../admin/social_login.php:911
2514
+ #, fuzzy, php-format
2515
+ msgid ""
2516
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2517
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2518
+ msgstr ""
2519
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2520
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2521
+
2522
+ #: ../admin/social_login.php:925
2523
  #, fuzzy
2524
  msgid "Github Client ID"
2525
  msgstr "Twitch Client ID "
2526
 
2527
+ #: ../admin/social_login.php:934
2528
  #, fuzzy, php-format
2529
  msgid ""
2530
  "Required for Github Social Login to work. Please follow the documentation at "
2533
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2534
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2535
 
2536
+ #: ../admin/social_login.php:945
2537
  #, fuzzy
2538
  msgid "Github Client Secret"
2539
  msgstr "Twitch Client ID "
2540
 
2541
+ #: ../admin/social_login.php:954
2542
  #, fuzzy, php-format
2543
  msgid ""
2544
  "Required for Github Social Login to work. Please follow the documentation at "
2547
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2548
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2549
 
2550
+ #: ../admin/social_login.php:967
2551
  #, fuzzy
2552
  msgid "Kakao Client ID"
2553
  msgstr "Google+ ID клієнта"
2554
 
2555
+ #: ../admin/social_login.php:976
2556
  #, fuzzy, php-format
2557
  msgid ""
2558
  "Required for Kakao Social Login to work. Please follow the documentation at "
2561
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2562
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2563
 
2564
+ #: ../admin/social_login.php:987
2565
  #, fuzzy
2566
  msgid "Kakao Client Secret"
2567
  msgstr "Google+ ID клієнта"
2568
 
2569
+ #: ../admin/social_login.php:996
2570
  #, fuzzy, php-format
2571
  msgid ""
2572
  "Required for Kakao Social Login to work. Please follow the documentation at "
2575
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2576
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2577
 
2578
+ #: ../admin/social_login.php:1016
2579
  msgid "Social Login Options"
2580
  msgstr "Параметри входу через соцмережі"
2581
 
2582
+ #: ../admin/social_login.php:1031
2583
  msgid "Text to display above the Social Login interface"
2584
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2585
 
2586
+ #: ../admin/social_login.php:1039
2587
  msgid "Trigger social login in the same browser tab"
2588
  msgstr ""
2589
 
2590
+ #: ../admin/social_login.php:1049
2591
  msgid "Trigger social login in the same browser tab instead of a popup window"
2592
  msgstr ""
2593
 
2594
+ #: ../admin/social_login.php:1056
2595
  #, fuzzy
2596
  msgid "Center align icons"
2597
  msgstr "Змінити порядок іконок"
2598
 
2599
+ #: ../admin/social_login.php:1066
2600
  #, fuzzy
2601
  msgid "Center align social login icons"
2602
  msgstr "Параметри входу через соцмережі"
2603
 
2604
+ #: ../admin/social_login.php:1073
2605
  msgid "Enable at login page"
2606
  msgstr "Включити сторінку входу"
2607
 
2608
+ #: ../admin/social_login.php:1083
2609
  msgid ""
2610
  "Social Login interface will get enabled at the login page of your website"
2611
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2612
 
2613
+ #: ../admin/social_login.php:1090
2614
  msgid "Enable at register page"
2615
  msgstr "Включити на сторінці реєстрації"
2616
 
2617
+ #: ../admin/social_login.php:1100
2618
  msgid ""
2619
  "Social Login interface will get enabled at the registration page of your "
2620
  "website"
2621
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2622
 
2623
+ #: ../admin/social_login.php:1107
2624
  msgid "Enable at comment form"
2625
  msgstr "Включити в формі коментування"
2626
 
2627
+ #: ../admin/social_login.php:1117
2628
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2629
  msgstr ""
2630
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2631
  "Wordpress"
2632
 
2633
+ #: ../admin/social_login.php:1131
2634
  msgid "Enable before WooCommerce Customer Login Form"
2635
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2636
 
2637
+ #: ../admin/social_login.php:1141
2638
  msgid ""
2639
  "Social Login Interface will get enabled before the customer login form at "
2640
  "WooCommerce My Account page"
2642
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2643
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2644
 
2645
+ #: ../admin/social_login.php:1148
2646
  #, fuzzy
2647
  msgid "Enable at WooCommerce Customer Login Form"
2648
  msgstr "Включити після форми входу клієнта WooCommerce"
2649
 
2650
+ #: ../admin/social_login.php:1158
2651
  #, fuzzy
2652
  msgid ""
2653
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2656
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2657
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2658
 
2659
+ #: ../admin/social_login.php:1165
2660
  #, fuzzy
2661
  msgid "Enable at WooCommerce Customer Register Form"
2662
  msgstr "Включити після форми входу клієнта WooCommerce"
2663
 
2664
+ #: ../admin/social_login.php:1175
2665
  #, fuzzy
2666
  msgid ""
2667
  "Integrate Social Login Interface with the customer register form at "
2670
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2671
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2672
 
2673
+ #: ../admin/social_login.php:1182
2674
  msgid "Enable at WooCommerce checkout page"
2675
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2676
 
2677
+ #: ../admin/social_login.php:1192
2678
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2679
  msgstr ""
2680
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2681
  "замовлення в WooCommerce"
2682
 
2683
+ #: ../admin/social_login.php:1202
2684
  msgid "Auto-approve comments made by Social Login users"
2685
  msgstr ""
2686
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2687
  "соцмережі"
2688
 
2689
+ #: ../admin/social_login.php:1212
2690
  msgid ""
2691
  "If this option is enabled, and WordPress comment is made by Social Login "
2692
  "user, comment will get approved immediately without keeping in moderation."
2695
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2696
  "відразу без модерації."
2697
 
2698
+ #: ../admin/social_login.php:1213
2699
  msgid "Note: This is not related to Facebook comments"
2700
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2701
 
2702
+ #: ../admin/social_login.php:1222
2703
  msgid "Enable social avatar"
2704
  msgstr "Включення соціальних аватар"
2705
 
2706
+ #: ../admin/social_login.php:1232
2707
  msgid ""
2708
  "Social profile pictures of the logged in user will be displayed as profile "
2709
  "avatar"
2711
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2712
  "профілю на сайті"
2713
 
2714
+ #: ../admin/social_login.php:1241
2715
  msgid "Avatar quality"
2716
  msgstr "Якість аватарки"
2717
 
2718
+ #: ../admin/social_login.php:1244
2719
  msgid "Average"
2720
  msgstr "Середнє"
2721
 
2722
+ #: ../admin/social_login.php:1245
2723
  msgid "Best"
2724
  msgstr "Кращий"
2725
 
2726
+ #: ../admin/social_login.php:1252
2727
  msgid "Choose avatar quality"
2728
  msgstr "Виберіть якість аватара"
2729
 
2730
+ #: ../admin/social_login.php:1260
2731
  msgid ""
2732
  "Show option for users to update social avatar at BuddyPress profile page"
2733
  msgstr ""
2734
  "Показати варіант для користувачів для оновлення соціального аватара на "
2735
  "сторінці профілю BuddyPress"
2736
 
2737
+ #: ../admin/social_login.php:1270
2738
  msgid ""
2739
  "If enabled, users would be able to update their social avatar from \"Profile "
2740
  "photo\" section in BuddyPress profile at front-end"
2742
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2743
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2744
 
2745
+ #: ../admin/social_login.php:1290
2746
  msgid ""
2747
  "If enabled and Social ID provider does not provide user's email address on "
2748
  "login, user will be asked to provide his/her email address. Otherwise, a "
2752
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2753
  "пошта буде створена за зразком."
2754
 
2755
+ #: ../admin/social_login.php:1298
2756
  msgid "Send post-registration email to user to set account password"
2757
  msgstr ""
2758
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2759
  "встановити пароль облікового запису"
2760
 
2761
+ #: ../admin/social_login.php:1308
2762
  msgid ""
2763
  "If enabled, an email will be sent to user after registration through Social "
2764
  "Login, regarding his/her login credentials (username-password to be able to "
2768
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2769
  "стандартну форму авторизації"
2770
 
2771
+ #: ../admin/social_login.php:1315
2772
  msgid "Send new user registration notification email to admin"
2773
  msgstr ""
2774
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2775
  "пошті адміністратору"
2776
 
2777
+ #: ../admin/social_login.php:1325
2778
  msgid ""
2779
  "If enabled, an email will be sent to admin after new user registers through "
2780
  "Social Login, notifying admin about the new user registration"
2782
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2783
  "реєстрацію нового користувача через соцмережі."
2784
 
2785
+ #: ../admin/social_login.php:1332
2786
  msgid "Login redirection"
2787
  msgstr "Перенаправлення входу"
2788
 
2789
+ #: ../admin/social_login.php:1336
2790
  msgid "Same page where user logged in"
2791
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2792
 
2793
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2794
  msgid "Account dashboard"
2795
  msgstr "Сторінка управління аккаунтом"
2796
 
2797
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2798
  msgid "BuddyPress profile page"
2799
  msgstr "Сторінка профілю BuddyPress"
2800
 
2801
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2802
  msgid "Custom Url"
2803
  msgstr "Користувацьке посилання"
2804
 
2805
+ #: ../admin/social_login.php:1354
2806
  msgid "User will be redirected to the selected page after Social Login"
2807
  msgstr ""
2808
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2809
  "соцмережі"
2810
 
2811
+ #: ../admin/social_login.php:1361
2812
  msgid "Registration redirection"
2813
  msgstr "Перенаправлення реєстрації"
2814
 
2815
+ #: ../admin/social_login.php:1365
2816
  msgid "Same page from where user registered"
2817
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2818
 
2819
+ #: ../admin/social_login.php:1383
2820
  msgid ""
2821
  "User will be redirected to the selected page after registration (first "
2822
  "Social Login) through Social Login"
2824
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2825
  "вхід чере соцмережі) через соцмережі"
2826
 
2827
+ #: ../admin/social_login.php:1392
2828
  #, fuzzy
2829
  msgid "Social Account Linking Options"
2830
  msgstr "Посилання на соціальний аккаунт"
2831
 
2832
+ #: ../admin/social_login.php:1407
2833
  #, fuzzy
2834
  msgid "Text to display above the Social Account Linking interface"
2835
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2836
 
2837
+ #: ../admin/social_login.php:1414
2838
  msgid ""
2839
  "Link social account to already existing account, if email address matches"
2840
  msgstr ""
2841
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2842
 
2843
+ #: ../admin/social_login.php:1424
2844
  #, fuzzy
2845
  msgid ""
2846
  "If email address of the user's Social Account matches with an already "
2853
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2854
  "профілю."
2855
 
2856
+ #: ../admin/social_login.php:1432
2857
  msgid "Enable social account linking at BuddyPress profile page"
2858
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2859
 
2860
+ #: ../admin/social_login.php:1442
2861
  msgid ""
2862
  "Enable this option to show social account linking interface at BuddyPress "
2863
  "profile page"
2865
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2866
  "BuddyPress"
2867
 
2868
+ #: ../admin/social_login.php:1453
2869
  msgid "Email popup options"
2870
  msgstr "Параметри спливаючій електронної пошти"
2871
 
2872
+ #: ../admin/social_login.php:1458
2873
  msgid "Text on 'Email required' popup"
2874
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2875
 
2876
+ #: ../admin/social_login.php:1468
2877
  msgid ""
2878
  "This text will be displayed on email required popup. Leave empty if not "
2879
  "required."
2881
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2882
  "поле порожнім якщо не потрібно."
2883
 
2884
+ #: ../admin/social_login.php:1476
2885
  msgid "Error message for 'Email required' popup"
2886
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2887
 
2888
+ #: ../admin/social_login.php:1486
2889
  msgid ""
2890
  "This message will be displayed to user if it provides invalid or already "
2891
  "registered email"
2893
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2894
  "раніше запроваджену пошту"
2895
 
2896
+ #: ../admin/social_login.php:1494
2897
  msgid "Email popup height"
2898
  msgstr "Висота спливаючого вікна"
2899
 
2900
+ #: ../admin/social_login.php:1504
2901
  msgid ""
2902
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2903
  "can increase the height of popup by specifying in this option. Leave empty "
2907
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2908
  "базового значення."
2909
 
2910
+ #: ../admin/social_login.php:1511
2911
  msgid "Enable email verification"
2912
  msgstr "Включити перевірку електронної пошти"
2913
 
2914
+ #: ../admin/social_login.php:1521
2915
  msgid ""
2916
  "If enabled, email provided by the user will be verified by sending a "
2917
  "confirmation link to that email. User would not be able to login without "
2920
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2921
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2922
 
2923
+ #: ../admin/social_login.php:1541
2924
  #, fuzzy
2925
  msgid "Enable GDPR opt-in"
2926
  msgstr "Активувати коментування через Disqus"
2927
 
2928
+ #: ../admin/social_login.php:1551
2929
  msgid ""
2930
  "Enable it to show GDPR opt-in for social login and social account linking"
2931
  msgstr ""
2932
 
2933
+ #: ../admin/social_login.php:1559
2934
  #, fuzzy
2935
  msgid "Placement of GDPR opt-in"
2936
  msgstr "Активувати коментування через Disqus"
2937
 
2938
+ #: ../admin/social_login.php:1563
2939
  #, fuzzy
2940
  msgid "Above Social Login icons"
2941
  msgstr "Параметри входу через соцмережі"
2942
 
2943
+ #: ../admin/social_login.php:1565
2944
  #, fuzzy
2945
  msgid "Below Social Login icons"
2946
  msgstr "Параметри входу через соцмережі"
2947
 
2948
+ #: ../admin/social_login.php:1571
2949
  #, fuzzy
2950
  msgid "Placement of GDPR opt-in above or below the social login icons"
2951
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2952
 
2953
+ #: ../admin/social_login.php:1578
2954
  msgid "Opt-in text"
2955
  msgstr ""
2956
 
2957
+ #: ../admin/social_login.php:1588
2958
  #, fuzzy
2959
  msgid "Text for the GDPR opt-in"
2960
  msgstr "Активувати коментування через Disqus"
2961
 
2962
+ #: ../admin/social_login.php:1595
2963
  msgid "Text to link to Terms-Conditions page"
2964
  msgstr ""
2965
 
2966
+ #: ../admin/social_login.php:1605
2967
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2968
  msgstr ""
2969
 
2970
+ #: ../admin/social_login.php:1612
2971
  msgid "Terms-Conditions Url"
2972
  msgstr ""
2973
 
2974
+ #: ../admin/social_login.php:1622
2975
  #, fuzzy
2976
  msgid "Url of the terms-conditions page of your website"
2977
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2978
 
2979
+ #: ../admin/social_login.php:1629
2980
  msgid "Text to link to Privacy Policy page"
2981
  msgstr ""
2982
 
2983
+ #: ../admin/social_login.php:1639
2984
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2985
  msgstr ""
2986
 
2987
+ #: ../admin/social_login.php:1646
2988
  msgid "Privacy Policy Url"
2989
  msgstr ""
2990
 
2991
+ #: ../admin/social_login.php:1656
2992
  #, fuzzy
2993
  msgid "Url of the privacy policy page of your website"
2994
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2995
 
2996
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
2997
  #: ../inc/widget.php:602 ../inc/widget.php:750
2998
  msgid "Select"
2999
  msgstr "Вибір"
3000
 
3001
+ #: ../admin/social_login.php:1738
3002
  msgid "Social Login Shortcode & Widget"
3003
  msgstr "Шорткод і віджет для входу через соцмережі"
3004
 
3005
+ #: ../admin/social_login.php:1739
3006
  msgid "Social Linking Shortcode"
3007
  msgstr "Шорткод соціальних посилань"
3008
 
3009
+ #: ../admin/social_login.php:1754
3010
  #, fuzzy
3011
  msgid "Why is social login not working?"
3012
  msgstr "Чому Facebook Логін не працює?"
3013
 
3014
+ #: ../admin/social_login.php:1755
3015
  msgid ""
3016
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
3017
  "belong to the same app"
3018
  msgstr ""
3019
 
3020
+ #: ../admin/social_login.php:1757
3021
  msgid "Social Login not working with Varnish enabled"
3022
  msgstr ""
3023
 
3024
+ #: ../admin/social_login.php:1758
3025
  msgid ""
3026
  "Why the user is not appearing logged in even after Social Login until the "
3027
  "webpage is refreshed manually?"
3240
  msgid "Providers not selected"
3241
  msgstr "Сервіси не вибрані"
3242
 
3243
+ #: ../inc/social_login.php:968
3244
  msgid "Email"
3245
  msgstr "Email"
3246
 
3247
+ #: ../inc/social_login.php:969
3248
  msgid "Confirm email"
3249
  msgstr "Підтвердити e-mail"
3250
 
3251
+ #: ../inc/social_login.php:971
3252
  msgid "Save"
3253
  msgstr "Зберегти"
3254
 
3255
+ #: ../inc/social_login.php:972
3256
  msgid "Cancel"
3257
  msgstr "Скасувати"
3258
 
3259
+ #: ../inc/social_login.php:1046
3260
  msgid "Email Verification"
3261
  msgstr "Підтвердження адреси електронної пошти"
3262
 
3263
+ #: ../inc/social_login.php:1048
3264
  msgid ""
3265
  "Please click on the following link or paste it in browser to verify your "
3266
  "email"
3544
  msgid "RSS Feed URL:"
3545
  msgstr ""
3546
 
3547
+ #, fuzzy
3548
+ #~ msgid ""
3549
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3550
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3551
+ #~ "Dropbox Client ID"
3552
+ #~ msgstr ""
3553
+ #~ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
3554
+ #~ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google"
3555
+ #~ "+."
3556
+
3557
  #~ msgid "Click to show help"
3558
  #~ msgstr "Натисніть, щоб показати довідку"
3559
 
3622
  #~ msgid "Xing Consumer Key"
3623
  #~ msgstr "Ключ споживача Xing"
3624
 
 
 
 
 
 
 
 
 
3625
  #, fuzzy
3626
  #~ msgid ""
3627
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
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-12-15 11:57+0530\n"
5
- "PO-Revision-Date: 2020-12-15 11:57+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -21,13 +21,13 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: super_socializer.php:1273
25
  msgid ""
26
  "cURL is not enabled at your website server. Please contact your website "
27
  "server administrator to enable it."
28
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
29
 
30
- #: super_socializer.php:1301
31
  #, php-format
32
  msgid ""
33
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -36,7 +36,7 @@ msgstr ""
36
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
37
  "%s)"
38
 
39
- #: super_socializer.php:1304
40
  #, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -45,112 +45,112 @@ msgstr ""
45
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
46
  "3 %s)"
47
 
48
- #: super_socializer.php:1307
49
  msgid ""
50
  "Make sure cURL is enabled at your website server. You may need to contact "
51
  "the server administrator of your website to verify this"
52
  msgstr ""
53
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
54
 
55
- #: super_socializer.php:1489 helper.php:975
56
  msgid "Please verify your email address to login."
57
  msgstr "请验证您的电子邮件地址以便登录。"
58
 
59
- #: super_socializer.php:1489
60
  msgid "Your email has been verified. Now you can login to your account"
61
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
62
 
63
- #: super_socializer.php:1493
64
  msgid "Notification"
65
  msgstr "通知"
66
 
67
- #: super_socializer.php:1511 admin/social_login.php:1097
68
  msgid "Email required"
69
  msgstr "邮件地址(比选)"
70
 
71
- #: super_socializer.php:1514
72
  msgid "Please check your email inbox to complete the registration."
73
  msgstr "请检查您的电子邮件收件箱以完成注册。"
74
 
75
- #: super_socializer.php:1583
76
  msgid "Leave a reply"
77
  msgstr "回复"
78
 
79
- #: super_socializer.php:1599 inc/social_sharing.php:241
80
  msgid "Shares"
81
  msgstr "分享"
82
 
83
- #: super_socializer.php:1599 inc/social_sharing.php:241
84
  msgid "Share"
85
  msgstr "分享"
86
 
87
- #: super_socializer.php:1599
88
  msgid "Link copied."
89
  msgstr "链接已复制。"
90
 
91
- #: super_socializer.php:1844
92
  msgid "Super Socializer - General Options"
93
  msgstr "Super Socializer-常规选项"
94
 
95
- #: super_socializer.php:1844 admin/general_options.php:15
96
  #: admin/social_commenting.php:47
97
  msgid "General Options"
98
  msgstr "常规选项"
99
 
100
- #: super_socializer.php:1912 helper.php:904
101
  msgid "Social Avatar"
102
  msgstr "社会化头像"
103
 
104
- #: super_socializer.php:1915
105
  msgid "Small Avatar Url"
106
  msgstr "小头像 Url"
107
 
108
- #: super_socializer.php:1919
109
  msgid "Large Avatar Url"
110
  msgstr "大头像 Url"
111
 
112
- #: super_socializer.php:1923 helper.php:907
113
  msgid ""
114
  "Do not fetch and update social avatar from my profile, next time I Social "
115
  "Login"
116
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
117
 
118
- #: super_socializer.php:1927 helper.php:908
119
  msgid "Update social avatar, next time I Social Login"
120
  msgstr "更新社会化头像,下次社会化登录"
121
 
122
- #: super_socializer.php:2004
123
  msgid "Login with your Social ID"
124
  msgstr "使用您的社交 ID登录"
125
 
126
- #: super_socializer.php:2005
127
  msgid "Email you entered is already registered or invalid"
128
  msgstr "您输入的电子邮件已经注册或无效"
129
 
130
- #: super_socializer.php:2012
131
  msgid "Please enter a valid email address. You might be required to verify it"
132
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
133
 
134
- #: super_socializer.php:2016 super_socializer.php:2721
135
  msgid "Link your social account to login to your account at this website"
136
  msgstr "链接你的社会化媒体帐户登录您本站账号"
137
 
138
- #: super_socializer.php:2256
139
  msgid "Thanks for installing Super Socializer plugin"
140
  msgstr ""
141
 
142
- #: super_socializer.php:2258
143
  msgid "Configure the Plugin"
144
  msgstr ""
145
 
146
- #: super_socializer.php:2269
147
  #, fuzzy
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
152
 
153
- #: super_socializer.php:2278
154
  #, fuzzy
155
  msgid ""
156
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
@@ -158,14 +158,14 @@ msgid ""
158
  msgstr ""
159
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
160
 
161
- #: super_socializer.php:2287
162
  #, fuzzy
163
  msgid ""
164
- "Update \"Social Login Buttons\" add-on for compatibility with current "
165
- "version of Super Socializer"
166
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
167
 
168
- #: super_socializer.php:2296
169
  #, fuzzy
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
@@ -174,7 +174,7 @@ msgstr ""
174
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
175
  "容"
176
 
177
- #: super_socializer.php:2305
178
  #, fuzzy
179
  msgid ""
180
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
@@ -182,7 +182,7 @@ msgid ""
182
  msgstr ""
183
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
184
 
185
- #: super_socializer.php:2316
186
  #, php-format
187
  msgid ""
188
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -190,7 +190,7 @@ msgstr ""
190
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
191
  "处 </a>"
192
 
193
- #: super_socializer.php:2325
194
  #, php-format
195
  msgid ""
196
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -198,7 +198,7 @@ msgid ""
198
  "Instagram App Secret <a href=\"%s\">here</a>"
199
  msgstr ""
200
 
201
- #: super_socializer.php:2334 super_socializer.php:2343
202
  #, php-format
203
  msgid ""
204
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -207,13 +207,13 @@ msgid ""
207
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
208
  msgstr ""
209
 
210
- #: super_socializer.php:2359
211
  #, php-format
212
  msgid ""
213
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
214
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
215
 
216
- #: super_socializer.php:2383
217
  #, php-format
218
  msgid ""
219
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -224,14 +224,14 @@ msgstr ""
224
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
225
  "target = \"_ black\" > </a>"
226
 
227
- #: super_socializer.php:2383 super_socializer.php:2408
228
- #: super_socializer.php:2433 super_socializer.php:2458
229
- #: super_socializer.php:2491 super_socializer.php:2519
230
- #: super_socializer.php:2546
231
  msgid "Okay"
232
  msgstr "好的"
233
 
234
- #: super_socializer.php:2408
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -242,7 +242,7 @@ msgstr ""
242
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
243
  "a>"
244
 
245
- #: super_socializer.php:2433
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -253,7 +253,7 @@ msgstr ""
253
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
254
  "black\" > </a>"
255
 
256
- #: super_socializer.php:2458
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -264,13 +264,13 @@ msgstr ""
264
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
265
  "black\" > </a>"
266
 
267
- #: super_socializer.php:2469
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
272
 
273
- #: super_socializer.php:2491
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -280,7 +280,7 @@ msgstr ""
280
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
281
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
282
 
283
- #: super_socializer.php:2519
284
  #, php-format
285
  msgid ""
286
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -289,7 +289,7 @@ msgid ""
289
  "your website %s with them. No need to copy-paste any code from their website."
290
  msgstr ""
291
 
292
- #: super_socializer.php:2546
293
  #, php-format
294
  msgid ""
295
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -300,7 +300,7 @@ msgstr ""
300
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
301
  "\" > </a>"
302
 
303
- #: super_socializer.php:2571
304
  #, fuzzy, php-format
305
  msgid ""
306
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -311,11 +311,11 @@ msgstr ""
311
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
312
  "black\" > </a>"
313
 
314
- #: super_socializer.php:2571 super_socializer.php:2598
315
  msgid "Dismiss"
316
  msgstr ""
317
 
318
- #: super_socializer.php:2597
319
  #, php-format
320
  msgid ""
321
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -324,7 +324,7 @@ msgid ""
324
  "that, clear share counts cache from \"Miscellaneous\" section"
325
  msgstr ""
326
 
327
- #: super_socializer.php:2797
328
  msgid ""
329
  "Your browser is blocking some features of this website. Please follow the "
330
  "instructions at {support_url} to unblock these."
@@ -332,126 +332,122 @@ msgstr ""
332
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
333
  "操作。"
334
 
335
- #: helper.php:8
336
  msgid "Settings saved"
337
  msgstr "设置已保存"
338
 
339
- #: helper.php:8 admin/social_sharing.php:49
340
- msgid "Dismiss this notice"
341
- msgstr "关闭该通知"
342
-
343
- #: helper.php:174
344
  #, fuzzy
345
  msgid "Click to toggle help"
346
  msgstr "单击隐藏帮助"
347
 
348
- #: helper.php:271
349
  msgid "Add-Ons"
350
  msgstr "加载项"
351
 
352
- #: helper.php:272
353
  msgid "Support Documentation"
354
  msgstr "支持文档"
355
 
356
- #: helper.php:273
357
  msgid "Settings"
358
  msgstr "设置"
359
 
360
- #: helper.php:556
361
  msgid "Account linked successfully"
362
  msgstr "成功关联帐户"
363
 
364
- #: helper.php:560
365
  msgid "Account already exists or linked"
366
  msgstr "帐户已经存在或被链接"
367
 
368
- #: helper.php:596 helper.php:598
369
  #, fuzzy
370
  msgid "Login with"
371
  msgstr "登陸選項"
372
 
373
- #: helper.php:633 helper.php:639
374
  msgid "Currently"
375
  msgstr "目前:"
376
 
377
- #: helper.php:633 helper.php:639
378
  msgid "Connected with"
379
  msgstr "连接与"
380
 
381
- #: helper.php:633 helper.php:639
382
  msgid "Remove"
383
  msgstr "删除"
384
 
385
- #: helper.php:710
386
  msgid "Social Account Linking"
387
  msgstr "社交账户链接"
388
 
389
- #: helper.php:760
390
  msgid "Disable Standard Social Sharing on this "
391
  msgstr "在此禁用社会化共享"
392
 
393
- #: helper.php:765
394
  msgid "Disable Floating Social Sharing on this "
395
  msgstr "在此禁用社交共享的浮动效果"
396
 
397
- #: helper.php:770
398
  msgid "Disable Standard like buttons on this "
399
  msgstr "在此禁用喜欢按钮"
400
 
401
- #: helper.php:775
402
  msgid "Disable Floating like buttons on this "
403
  msgstr "在此禁用喜欢按钮的浮动效果"
404
 
405
- #: helper.php:780
406
  msgid "Disable Social Commenting on this "
407
  msgstr "在此禁用社会化评论"
408
 
409
- #: helper.php:789
410
  msgid "Standard Sharing Interface"
411
  msgstr "标准共享界面"
412
 
413
- #: helper.php:795 helper.php:814
414
  msgid "Starting share count for "
415
  msgstr "开始共享计数"
416
 
417
- #: helper.php:808
418
  msgid "Floating Sharing Interface"
419
  msgstr "浮动共享界面"
420
 
421
- #: helper.php:911
422
  msgid "Small Avatar"
423
  msgstr "小头像"
424
 
425
- #: helper.php:915
426
  msgid "Large Avatar"
427
  msgstr "大头像"
428
 
429
- #: helper.php:919 admin/general_options.php:89 admin/social_sharing.php:1944
430
- #: admin/social_commenting.php:400 admin/social_login.php:1587
431
  #: admin/like_buttons.php:780
432
  msgid "Save Changes"
433
  msgstr "保存更改"
434
 
435
- #: helper.php:1012
436
  msgid "Click to delete social profile data"
437
  msgstr "点击删除社交个人资料数据"
438
 
439
- #: helper.php:1041
440
  msgid "Deleting"
441
  msgstr "删除"
442
 
443
- #: helper.php:1051
444
  msgid "Deleted"
445
  msgstr "已删除"
446
 
447
- #: helper.php:1053
448
  msgid "Something bad happened"
449
  msgstr "发生了一些不好的事情"
450
 
451
  #: admin/general_options.php:7 admin/general_options.php:93
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:1591
455
  #: admin/like_buttons.php:6 admin/like_buttons.php:784
456
  #, fuzzy, php-format
457
  msgid ""
@@ -498,13 +494,13 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
498
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
499
 
500
  #: admin/general_options.php:103 admin/social_sharing.php:1954
501
- #: admin/social_commenting.php:410 admin/social_login.php:1597
502
  #: admin/like_buttons.php:790
503
  msgid "Instagram Shoutout"
504
  msgstr ""
505
 
506
  #: admin/general_options.php:105 admin/social_sharing.php:1956
507
- #: admin/social_commenting.php:412 admin/social_login.php:1599
508
  #: admin/like_buttons.php:792
509
  #, fuzzy
510
  msgid ""
@@ -623,6 +619,10 @@ msgid ""
623
  "Facebook share count to work"
624
  msgstr ""
625
 
 
 
 
 
626
  #: admin/social_sharing.php:56
627
  msgid "Theme Selection"
628
  msgstr "主题选择"
@@ -645,7 +645,7 @@ msgstr "第三方集成"
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:1553 admin/like_buttons.php:50
649
  #: admin/like_buttons.php:751
650
  msgid "Shortcode & Widget"
651
  msgstr "简码&小工具"
@@ -656,7 +656,7 @@ 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:1567
660
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
661
  msgid "FAQ"
662
  msgstr "常见问题解答"
@@ -882,8 +882,8 @@ msgstr "自定义 URL"
882
  msgid "Url to share"
883
  msgstr "要分享的网址"
884
 
885
- #: admin/social_sharing.php:725 admin/social_login.php:838
886
- #: admin/social_login.php:1214 admin/like_buttons.php:105 inc/widget.php:949
887
  msgid "Title"
888
  msgstr "标题"
889
 
@@ -965,7 +965,7 @@ msgid "Placement"
965
  msgstr "放置"
966
 
967
  #: admin/social_sharing.php:957 admin/social_sharing.php:1383
968
- #: admin/social_login.php:1155 admin/social_login.php:1184
969
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
970
  msgid "Homepage"
971
  msgstr "主页"
@@ -1211,7 +1211,7 @@ msgstr ""
1211
  msgid "Required only to track Facebook share count"
1212
  msgstr ""
1213
 
1214
- #: admin/social_sharing.php:1584 admin/social_login.php:177
1215
  msgid "Facebook App ID"
1216
  msgstr "Facebook 应用 ID"
1217
 
@@ -1224,7 +1224,7 @@ msgstr ""
1224
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1225
  "Facebook的应用程序ID"
1226
 
1227
- #: admin/social_sharing.php:1601 admin/social_login.php:198
1228
  msgid "Facebook App Secret"
1229
  msgstr "FacebookAPP密码"
1230
 
@@ -1405,7 +1405,7 @@ msgstr ""
1405
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1406
 
1407
  #: admin/social_sharing.php:1904 admin/social_commenting.php:386
1408
- #: admin/social_login.php:1569
1409
  msgid ""
1410
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1411
  "an online website for the plugin to function properly."
@@ -1465,7 +1465,7 @@ msgid ""
1465
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1466
 
1467
  #: admin/social_sharing.php:1919 admin/social_commenting.php:389
1468
- #: admin/social_login.php:1576
1469
  msgid "Why is my browser blocking some features of the plugin?"
1470
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1471
 
@@ -1758,11 +1758,11 @@ msgstr "基本配置"
1758
  msgid "Advanced Configuration"
1759
  msgstr "高级配置"
1760
 
1761
- #: admin/social_login.php:41 admin/social_login.php:1353
1762
  msgid "GDPR"
1763
  msgstr "GDPR"
1764
 
1765
- #: admin/social_login.php:43 admin/social_login.php:1504
1766
  msgid "XProfile Integration"
1767
  msgstr "xprofile 集成"
1768
 
@@ -1853,18 +1853,35 @@ msgstr "Twitch"
1853
 
1854
  #: admin/social_login.php:158
1855
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1856
  msgid "Github"
1857
  msgstr "Github 链接:"
1858
 
1859
- #: admin/social_login.php:162
1860
  msgid "Kakao"
1861
  msgstr ""
1862
 
1863
- #: admin/social_login.php:170
1864
  msgid "Select Social ID provider to enable in Social Login"
1865
  msgstr "选择社会化ID提供商以启用社会化登录"
1866
 
1867
- #: admin/social_login.php:187
1868
  #, php-format
1869
  msgid ""
1870
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1873,13 +1890,13 @@ msgstr ""
1873
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1874
  "Facebook的应用程序ID"
1875
 
1876
- #: admin/social_login.php:189 admin/social_login.php:210
1877
  #, fuzzy
1878
  msgid ""
1879
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1880
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1881
 
1882
- #: admin/social_login.php:208
1883
  #, php-format
1884
  msgid ""
1885
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1888,11 +1905,11 @@ msgstr ""
1888
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1889
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1890
 
1891
- #: admin/social_login.php:219
1892
  msgid "Twitter API Key"
1893
  msgstr "Twitter API密钥"
1894
 
1895
- #: admin/social_login.php:229
1896
  #, php-format
1897
  msgid ""
1898
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1901,29 +1918,30 @@ msgstr ""
1901
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1902
  "Twitter的API密钥"
1903
 
1904
- #: admin/social_login.php:231 admin/social_login.php:256
1905
  #, fuzzy
1906
  msgid ""
1907
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1908
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1909
 
1910
- #: admin/social_login.php:235 admin/social_login.php:260
1911
- #: admin/social_login.php:448 admin/social_login.php:468
1912
- #: admin/social_login.php:669 admin/social_login.php:689
1913
- #: admin/social_login.php:710 admin/social_login.php:730
1914
- #: admin/social_login.php:753 admin/social_login.php:773
1915
- #: admin/social_login.php:795 admin/social_login.php:815
 
1916
  #, fuzzy
1917
  msgid ""
1918
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1919
  "link"
1920
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1921
 
1922
- #: admin/social_login.php:244
1923
  msgid "Twitter API Secret"
1924
  msgstr "Twitter API Secret"
1925
 
1926
- #: admin/social_login.php:254
1927
  #, php-format
1928
  msgid ""
1929
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1932,11 +1950,11 @@ msgstr ""
1932
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1933
  "Twitter的API密钥"
1934
 
1935
- #: admin/social_login.php:269
1936
  msgid "LinkedIn Client ID"
1937
  msgstr ""
1938
 
1939
- #: admin/social_login.php:279
1940
  #, php-format
1941
  msgid ""
1942
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1945,19 +1963,19 @@ msgstr ""
1945
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
1946
  "的文档获取 linkedin 客户端 id"
1947
 
1948
- #: admin/social_login.php:281 admin/social_login.php:302
1949
- #: admin/social_login.php:488 admin/social_login.php:508
1950
  #, fuzzy
1951
  msgid ""
1952
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1953
  "the link"
1954
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
1955
 
1956
- #: admin/social_login.php:290
1957
  msgid "LinkedIn Client Secret"
1958
  msgstr ""
1959
 
1960
- #: admin/social_login.php:300
1961
  #, php-format
1962
  msgid ""
1963
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1967,11 +1985,11 @@ msgstr ""
1967
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
1968
  "档进行操作, 以获取 linkedin 客户端机密"
1969
 
1970
- #: admin/social_login.php:311
1971
  msgid "Google Client ID"
1972
  msgstr ""
1973
 
1974
- #: admin/social_login.php:321
1975
  #, fuzzy, php-format
1976
  msgid ""
1977
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1980,18 +1998,18 @@ msgstr ""
1980
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1981
  "接</a>得到GOOGLEPLUS客户端ID"
1982
 
1983
- #: admin/social_login.php:323 admin/social_login.php:344
1984
  #, fuzzy
1985
  msgid ""
1986
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1987
  "mentioned at the link"
1988
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1989
 
1990
- #: admin/social_login.php:332
1991
  msgid "Google Client Secret"
1992
  msgstr ""
1993
 
1994
- #: admin/social_login.php:342
1995
  #, fuzzy, php-format
1996
  msgid ""
1997
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2000,11 +2018,11 @@ msgstr ""
2000
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2001
  "链接 </a> 获取 google plus 客户端机密"
2002
 
2003
- #: admin/social_login.php:353
2004
  msgid "Vkontakte Application ID"
2005
  msgstr ""
2006
 
2007
- #: admin/social_login.php:363 admin/social_login.php:384
2008
  #, php-format
2009
  msgid ""
2010
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2014,23 +2032,23 @@ msgstr ""
2014
  "要求Vkontakte社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2015
  "a>得到的Vkontakte应用程序ID"
2016
 
2017
- #: admin/social_login.php:365 admin/social_login.php:386
2018
  #, fuzzy
2019
  msgid ""
2020
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2021
  "link"
2022
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
2023
 
2024
- #: admin/social_login.php:374
2025
  msgid "Vkontakte Secure key"
2026
  msgstr ""
2027
 
2028
- #: admin/social_login.php:395
2029
  #, fuzzy
2030
  msgid "Instagram App ID"
2031
  msgstr "Instagram"
2032
 
2033
- #: admin/social_login.php:405
2034
  #, fuzzy, php-format
2035
  msgid ""
2036
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2039,19 +2057,19 @@ msgstr ""
2039
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2040
  "a>得到的Instagram客户端ID"
2041
 
2042
- #: admin/social_login.php:407 admin/social_login.php:428
2043
  #, fuzzy
2044
  msgid ""
2045
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2046
  "mentioned at the link"
2047
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2048
 
2049
- #: admin/social_login.php:416
2050
  #, fuzzy
2051
  msgid "Instagram App Secret"
2052
  msgstr "Instagram"
2053
 
2054
- #: admin/social_login.php:426
2055
  #, fuzzy, php-format
2056
  msgid ""
2057
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2060,11 +2078,11 @@ msgstr ""
2060
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2061
  "a>得到的Instagram客户端ID"
2062
 
2063
- #: admin/social_login.php:437
2064
  msgid "Line Channel ID"
2065
  msgstr ""
2066
 
2067
- #: admin/social_login.php:446
2068
  #, fuzzy, php-format
2069
  msgid ""
2070
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2073,11 +2091,11 @@ msgstr ""
2073
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
2074
  "的文档获取 linkedin 客户端 id"
2075
 
2076
- #: admin/social_login.php:457
2077
  msgid "Line Channel Secret"
2078
  msgstr ""
2079
 
2080
- #: admin/social_login.php:466
2081
  #, fuzzy, php-format
2082
  msgid ""
2083
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2086,11 +2104,11 @@ msgstr ""
2086
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
2087
  "档进行操作, 以获取 linkedin 客户端机密"
2088
 
2089
- #: admin/social_login.php:477
2090
  msgid "Wordpress Client ID"
2091
  msgstr ""
2092
 
2093
- #: admin/social_login.php:486
2094
  #, fuzzy, php-format
2095
  msgid ""
2096
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2099,11 +2117,11 @@ msgstr ""
2099
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2100
  "接</a>得到GOOGLEPLUS客户端ID"
2101
 
2102
- #: admin/social_login.php:497
2103
  msgid "Wordpress Client Secret"
2104
  msgstr ""
2105
 
2106
- #: admin/social_login.php:506
2107
  #, fuzzy, php-format
2108
  msgid ""
2109
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -2113,11 +2131,11 @@ msgstr ""
2113
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2114
  "链接 </a> 获取 google plus 客户端机密"
2115
 
2116
- #: admin/social_login.php:517
2117
  msgid "Microsoft Client ID"
2118
  msgstr ""
2119
 
2120
- #: admin/social_login.php:526
2121
  #, fuzzy, php-format
2122
  msgid ""
2123
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2126,19 +2144,20 @@ msgstr ""
2126
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2127
  "接</a>得到GOOGLEPLUS客户端ID"
2128
 
2129
- #: admin/social_login.php:528 admin/social_login.php:548
2130
- #: admin/social_login.php:627 admin/social_login.php:647
 
2131
  #, fuzzy
2132
  msgid ""
2133
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2134
  "the link"
2135
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2136
 
2137
- #: admin/social_login.php:537
2138
  msgid "Microsoft Client Secret"
2139
  msgstr ""
2140
 
2141
- #: admin/social_login.php:546
2142
  #, fuzzy, php-format
2143
  msgid ""
2144
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2148,11 +2167,11 @@ msgstr ""
2148
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2149
  "链接 </a> 获取 google plus 客户端机密"
2150
 
2151
- #: admin/social_login.php:556
2152
  msgid "Steam API Key"
2153
  msgstr ""
2154
 
2155
- #: admin/social_login.php:565
2156
  #, php-format
2157
  msgid ""
2158
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2160,15 +2179,15 @@ msgid ""
2160
  msgstr ""
2161
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2162
 
2163
- #: admin/social_login.php:566
2164
  msgid "Save following <strong>domain</strong> to get the key"
2165
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2166
 
2167
- #: admin/social_login.php:575
2168
  msgid "Yahoo Client ID"
2169
  msgstr ""
2170
 
2171
- #: admin/social_login.php:584
2172
  #, fuzzy, php-format
2173
  msgid ""
2174
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2177,18 +2196,18 @@ msgstr ""
2177
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2178
  "接</a>得到GOOGLEPLUS客户端ID"
2179
 
2180
- #: admin/social_login.php:586 admin/social_login.php:606
2181
  #, fuzzy
2182
  msgid ""
2183
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2184
  "the link"
2185
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2186
 
2187
- #: admin/social_login.php:595
2188
  msgid "Yahoo Client Secret"
2189
  msgstr ""
2190
 
2191
- #: admin/social_login.php:604
2192
  #, fuzzy, php-format
2193
  msgid ""
2194
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -2197,11 +2216,11 @@ msgstr ""
2197
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2198
  "链接 </a> 获取 google plus 客户端机密"
2199
 
2200
- #: admin/social_login.php:616
2201
  msgid "Spotify Client ID"
2202
  msgstr ""
2203
 
2204
- #: admin/social_login.php:625
2205
  #, fuzzy, php-format
2206
  msgid ""
2207
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2210,11 +2229,11 @@ msgstr ""
2210
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2211
  "接</a>得到GOOGLEPLUS客户端ID"
2212
 
2213
- #: admin/social_login.php:636
2214
  msgid "Spotify Client Secret"
2215
  msgstr ""
2216
 
2217
- #: admin/social_login.php:645
2218
  #, fuzzy, php-format
2219
  msgid ""
2220
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2224,11 +2243,11 @@ msgstr ""
2224
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2225
  "链接 </a> 获取 google plus 客户端机密"
2226
 
2227
- #: admin/social_login.php:658
2228
  msgid "Dribbble Client ID"
2229
  msgstr ""
2230
 
2231
- #: admin/social_login.php:667
2232
  #, fuzzy, php-format
2233
  msgid ""
2234
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2237,11 +2256,11 @@ msgstr ""
2237
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2238
  "接</a>得到GOOGLEPLUS客户端ID"
2239
 
2240
- #: admin/social_login.php:678
2241
  msgid "Dribbble Client Secret"
2242
  msgstr ""
2243
 
2244
- #: admin/social_login.php:687
2245
  #, fuzzy, php-format
2246
  msgid ""
2247
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2251,11 +2270,11 @@ msgstr ""
2251
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2252
  "链接 </a> 获取 google plus 客户端机密"
2253
 
2254
- #: admin/social_login.php:699
2255
  msgid "Twitch Client ID"
2256
  msgstr ""
2257
 
2258
- #: admin/social_login.php:708
2259
  #, fuzzy, php-format
2260
  msgid ""
2261
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2264,12 +2283,12 @@ msgstr ""
2264
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2265
  "接</a>得到GOOGLEPLUS客户端ID"
2266
 
2267
- #: admin/social_login.php:719
2268
  #, fuzzy
2269
  msgid "Twitch Client Secret"
2270
  msgstr "Twitter API Secret"
2271
 
2272
- #: admin/social_login.php:728
2273
  #, fuzzy, php-format
2274
  msgid ""
2275
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2278,11 +2297,136 @@ msgstr ""
2278
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2279
  "链接 </a> 获取 google plus 客户端机密"
2280
 
2281
- #: admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2282
  msgid "Github Client ID"
2283
  msgstr ""
2284
 
2285
- #: admin/social_login.php:751
2286
  #, fuzzy, php-format
2287
  msgid ""
2288
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2291,11 +2435,11 @@ msgstr ""
2291
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2292
  "接</a>得到GOOGLEPLUS客户端ID"
2293
 
2294
- #: admin/social_login.php:762
2295
  msgid "Github Client Secret"
2296
  msgstr ""
2297
 
2298
- #: admin/social_login.php:771
2299
  #, fuzzy, php-format
2300
  msgid ""
2301
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -2304,11 +2448,11 @@ msgstr ""
2304
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2305
  "链接 </a> 获取 google plus 客户端机密"
2306
 
2307
- #: admin/social_login.php:784
2308
  msgid "Kakao Client ID"
2309
  msgstr ""
2310
 
2311
- #: admin/social_login.php:793
2312
  #, fuzzy, php-format
2313
  msgid ""
2314
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2317,11 +2461,11 @@ msgstr ""
2317
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2318
  "接</a>得到GOOGLEPLUS客户端ID"
2319
 
2320
- #: admin/social_login.php:804
2321
  msgid "Kakao Client Secret"
2322
  msgstr ""
2323
 
2324
- #: admin/social_login.php:813
2325
  #, fuzzy, php-format
2326
  msgid ""
2327
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2330,107 +2474,107 @@ msgstr ""
2330
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2331
  "链接 </a> 获取 google plus 客户端机密"
2332
 
2333
- #: admin/social_login.php:833
2334
  #, fuzzy
2335
  msgid "Social Login Options"
2336
  msgstr "社交登录选项"
2337
 
2338
- #: admin/social_login.php:848
2339
  msgid "Text to display above the Social Login interface"
2340
  msgstr "文本显示社交登录界面的上方"
2341
 
2342
- #: admin/social_login.php:856
2343
  msgid "Trigger social login in the same browser tab"
2344
  msgstr ""
2345
 
2346
- #: admin/social_login.php:866
2347
  msgid "Trigger social login in the same browser tab instead of a popup window"
2348
  msgstr ""
2349
 
2350
- #: admin/social_login.php:873
2351
  #, fuzzy
2352
  msgid "Center align icons"
2353
  msgstr "重新排列图标"
2354
 
2355
- #: admin/social_login.php:883
2356
  #, fuzzy
2357
  msgid "Center align social login icons"
2358
  msgstr "社交登录选项"
2359
 
2360
- #: admin/social_login.php:890
2361
  msgid "Enable at login page"
2362
  msgstr "在登录页面启用"
2363
 
2364
- #: admin/social_login.php:900
2365
  msgid ""
2366
  "Social Login interface will get enabled at the login page of your website"
2367
  msgstr "社交登录界面会在你的网站的登录页面启用"
2368
 
2369
- #: admin/social_login.php:907
2370
  msgid "Enable at register page"
2371
  msgstr "在注册页面启用"
2372
 
2373
- #: admin/social_login.php:917
2374
  msgid ""
2375
  "Social Login interface will get enabled at the registration page of your "
2376
  "website"
2377
  msgstr "社交登录界面会在你的网站的注册页面启用"
2378
 
2379
- #: admin/social_login.php:924
2380
  msgid "Enable at comment form"
2381
  msgstr "在评论表单启用"
2382
 
2383
- #: admin/social_login.php:934
2384
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2385
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2386
 
2387
- #: admin/social_login.php:948
2388
  msgid "Enable before WooCommerce Customer Login Form"
2389
  msgstr "WooCommerce客户登录表单前启用"
2390
 
2391
- #: admin/social_login.php:958
2392
  msgid ""
2393
  "Social Login Interface will get enabled before the customer login form at "
2394
  "WooCommerce My Account page"
2395
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2396
 
2397
- #: admin/social_login.php:965
2398
  #, fuzzy
2399
  msgid "Enable at WooCommerce Customer Login Form"
2400
  msgstr "在WooCommerce客户登录表单后启用"
2401
 
2402
- #: admin/social_login.php:975
2403
  #, fuzzy
2404
  msgid ""
2405
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2406
  "My Account page"
2407
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2408
 
2409
- #: admin/social_login.php:982
2410
  #, fuzzy
2411
  msgid "Enable at WooCommerce Customer Register Form"
2412
  msgstr "在WooCommerce客户登录表单后启用"
2413
 
2414
- #: admin/social_login.php:992
2415
  #, fuzzy
2416
  msgid ""
2417
  "Integrate Social Login Interface with the customer register form at "
2418
  "WooCommerce My Account page"
2419
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2420
 
2421
- #: admin/social_login.php:999
2422
  msgid "Enable at WooCommerce checkout page"
2423
  msgstr "在WooCommerce “结算”页面启用"
2424
 
2425
- #: admin/social_login.php:1009
2426
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2427
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2428
 
2429
- #: admin/social_login.php:1019
2430
  msgid "Auto-approve comments made by Social Login users"
2431
  msgstr "自动批准社交登录用户评论"
2432
 
2433
- #: admin/social_login.php:1029
2434
  msgid ""
2435
  "If this option is enabled, and WordPress comment is made by Social Login "
2436
  "user, comment will get approved immediately without keeping in moderation."
@@ -2438,42 +2582,42 @@ msgstr ""
2438
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2439
  "况下立即批准。"
2440
 
2441
- #: admin/social_login.php:1030
2442
  msgid "Note: This is not related to Facebook comments"
2443
  msgstr "注:这Facebook的评论无关"
2444
 
2445
- #: admin/social_login.php:1039
2446
  msgid "Enable social avatar"
2447
  msgstr "启用社交头像"
2448
 
2449
- #: admin/social_login.php:1049
2450
  msgid ""
2451
  "Social profile pictures of the logged in user will be displayed as profile "
2452
  "avatar"
2453
  msgstr "登录用户的社交资料图片将显示为个人头像"
2454
 
2455
- #: admin/social_login.php:1058
2456
  msgid "Avatar quality"
2457
  msgstr "头像质量"
2458
 
2459
- #: admin/social_login.php:1061
2460
  msgid "Average"
2461
  msgstr "一般"
2462
 
2463
- #: admin/social_login.php:1062
2464
  msgid "Best"
2465
  msgstr "最好"
2466
 
2467
- #: admin/social_login.php:1069
2468
  msgid "Choose avatar quality"
2469
  msgstr "选择头像质量"
2470
 
2471
- #: admin/social_login.php:1077
2472
  msgid ""
2473
  "Show option for users to update social avatar at BuddyPress profile page"
2474
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2475
 
2476
- #: admin/social_login.php:1087
2477
  msgid ""
2478
  "If enabled, users would be able to update their social avatar from \"Profile "
2479
  "photo\" section in BuddyPress profile at front-end"
@@ -2481,7 +2625,7 @@ msgstr ""
2481
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2482
  "头像"
2483
 
2484
- #: admin/social_login.php:1107
2485
  msgid ""
2486
  "If enabled and Social ID provider does not provide user's email address on "
2487
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2490,11 +2634,11 @@ msgstr ""
2490
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2491
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2492
 
2493
- #: admin/social_login.php:1115
2494
  msgid "Send post-registration email to user to set account password"
2495
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2496
 
2497
- #: admin/social_login.php:1125
2498
  msgid ""
2499
  "If enabled, an email will be sent to user after registration through Social "
2500
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2503,11 +2647,11 @@ msgstr ""
2503
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2504
  "(用户名,密码,能够通过传统的登录表单登录)"
2505
 
2506
- #: admin/social_login.php:1132
2507
  msgid "Send new user registration notification email to admin"
2508
  msgstr "向管理员发送新的用户注册通知电子邮件"
2509
 
2510
- #: admin/social_login.php:1142
2511
  msgid ""
2512
  "If enabled, an email will be sent to admin after new user registers through "
2513
  "Social Login, notifying admin about the new user registration"
@@ -2515,59 +2659,59 @@ msgstr ""
2515
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2516
  "关新用户注册的信息"
2517
 
2518
- #: admin/social_login.php:1149
2519
  msgid "Login redirection"
2520
  msgstr "登录重定向"
2521
 
2522
- #: admin/social_login.php:1153
2523
  msgid "Same page where user logged in"
2524
  msgstr "用户登录同样的页面"
2525
 
2526
- #: admin/social_login.php:1157 admin/social_login.php:1186
2527
  msgid "Account dashboard"
2528
  msgstr "帐户信息中心"
2529
 
2530
- #: admin/social_login.php:1160 admin/social_login.php:1189
2531
  msgid "BuddyPress profile page"
2532
  msgstr "BuddyPress 档案"
2533
 
2534
- #: admin/social_login.php:1163 admin/social_login.php:1192
2535
  msgid "Custom Url"
2536
  msgstr "自定义 URL"
2537
 
2538
- #: admin/social_login.php:1171
2539
  msgid "User will be redirected to the selected page after Social Login"
2540
  msgstr "用户社交登录后会被重定向到选择的页面"
2541
 
2542
- #: admin/social_login.php:1178
2543
  msgid "Registration redirection"
2544
  msgstr "注册重定向"
2545
 
2546
- #: admin/social_login.php:1182
2547
  msgid "Same page from where user registered"
2548
  msgstr "用户注册同样的页面"
2549
 
2550
- #: admin/social_login.php:1200
2551
  msgid ""
2552
  "User will be redirected to the selected page after registration (first "
2553
  "Social Login) through Social Login"
2554
  msgstr ""
2555
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2556
 
2557
- #: admin/social_login.php:1209
2558
  msgid "Social Account Linking Options"
2559
  msgstr "社交帐户链接选项"
2560
 
2561
- #: admin/social_login.php:1224
2562
  msgid "Text to display above the Social Account Linking interface"
2563
  msgstr "要显示在社交帐户链接界面上方的文本"
2564
 
2565
- #: admin/social_login.php:1231
2566
  msgid ""
2567
  "Link social account to already existing account, if email address matches"
2568
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2569
 
2570
- #: admin/social_login.php:1241
2571
  msgid ""
2572
  "If email address of the user's Social Account matches with an already "
2573
  "existing account at your website, that social account will be linked to "
@@ -2577,45 +2721,45 @@ msgstr ""
2577
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2578
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2579
 
2580
- #: admin/social_login.php:1249
2581
  msgid "Enable social account linking at BuddyPress profile page"
2582
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2583
 
2584
- #: admin/social_login.php:1259
2585
  msgid ""
2586
  "Enable this option to show social account linking interface at BuddyPress "
2587
  "profile page"
2588
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2589
 
2590
- #: admin/social_login.php:1270
2591
  msgid "Email popup options"
2592
  msgstr "电子邮件弹出选项"
2593
 
2594
- #: admin/social_login.php:1275
2595
  msgid "Text on 'Email required' popup"
2596
  msgstr "在“电子邮件必填”弹出口显示的文本"
2597
 
2598
- #: admin/social_login.php:1285
2599
  msgid ""
2600
  "This text will be displayed on email required popup. Leave empty if not "
2601
  "required."
2602
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2603
 
2604
- #: admin/social_login.php:1293
2605
  msgid "Error message for 'Email required' popup"
2606
  msgstr "“电子邮件必填”弹出口的错误信息"
2607
 
2608
- #: admin/social_login.php:1303
2609
  msgid ""
2610
  "This message will be displayed to user if it provides invalid or already "
2611
  "registered email"
2612
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2613
 
2614
- #: admin/social_login.php:1311
2615
  msgid "Email popup height"
2616
  msgstr "电子邮件弹出口高度"
2617
 
2618
- #: admin/social_login.php:1321
2619
  msgid ""
2620
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2621
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2624,11 +2768,11 @@ msgstr ""
2624
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2625
  "的高度。留空为默认。"
2626
 
2627
- #: admin/social_login.php:1328
2628
  msgid "Enable email verification"
2629
  msgstr "启用电子邮件验证"
2630
 
2631
- #: admin/social_login.php:1338
2632
  msgid ""
2633
  "If enabled, email provided by the user will be verified by sending a "
2634
  "confirmation link to that email. User would not be able to login without "
@@ -2637,105 +2781,105 @@ msgstr ""
2637
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2638
  "录。"
2639
 
2640
- #: admin/social_login.php:1358
2641
  msgid "Enable GDPR opt-in"
2642
  msgstr ""
2643
 
2644
- #: admin/social_login.php:1368
2645
  msgid ""
2646
  "Enable it to show GDPR opt-in for social login and social account linking"
2647
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2648
 
2649
- #: admin/social_login.php:1376
2650
  msgid "Placement of GDPR opt-in"
2651
  msgstr ""
2652
 
2653
- #: admin/social_login.php:1380
2654
  #, fuzzy
2655
  msgid "Above Social Login icons"
2656
  msgstr "社交登录选项"
2657
 
2658
- #: admin/social_login.php:1382
2659
  #, fuzzy
2660
  msgid "Below Social Login icons"
2661
  msgstr "社交登录选项"
2662
 
2663
- #: admin/social_login.php:1388
2664
  #, fuzzy
2665
  msgid "Placement of GDPR opt-in above or below the social login icons"
2666
  msgstr "在社交登录图标上方显示的选择加入的文本"
2667
 
2668
- #: admin/social_login.php:1395
2669
  msgid "Opt-in text"
2670
  msgstr ""
2671
 
2672
- #: admin/social_login.php:1405
2673
  msgid "Text for the GDPR opt-in"
2674
  msgstr ""
2675
 
2676
- #: admin/social_login.php:1412
2677
  #, fuzzy
2678
  msgid "Text to link to Terms-Conditions page"
2679
  msgstr "要链接到隐私政策页面的文本"
2680
 
2681
- #: admin/social_login.php:1422
2682
  #, fuzzy
2683
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2684
  msgstr "要链接到隐私策略页的选入文本中的单词"
2685
 
2686
- #: admin/social_login.php:1429
2687
  msgid "Terms-Conditions Url"
2688
  msgstr ""
2689
 
2690
- #: admin/social_login.php:1439
2691
  #, fuzzy
2692
  msgid "Url of the terms-conditions page of your website"
2693
  msgstr "您网站的主页的 Url"
2694
 
2695
- #: admin/social_login.php:1446
2696
  msgid "Text to link to Privacy Policy page"
2697
  msgstr "要链接到隐私政策页面的文本"
2698
 
2699
- #: admin/social_login.php:1456
2700
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2701
  msgstr "要链接到隐私策略页的选入文本中的单词"
2702
 
2703
- #: admin/social_login.php:1463
2704
  msgid "Privacy Policy Url"
2705
  msgstr "隐私政策网址"
2706
 
2707
- #: admin/social_login.php:1473
2708
  msgid "Url of the privacy policy page of your website"
2709
  msgstr "您网站的隐私政策页面的网址"
2710
 
2711
- #: admin/social_login.php:1524 inc/widget.php:260 inc/widget.php:438
2712
  #: inc/widget.php:602 inc/widget.php:750
2713
  msgid "Select"
2714
  msgstr "选择"
2715
 
2716
- #: admin/social_login.php:1555
2717
  msgid "Social Login Shortcode & Widget"
2718
  msgstr ""
2719
 
2720
- #: admin/social_login.php:1556
2721
  msgid "Social Linking Shortcode"
2722
  msgstr "社交链接简码"
2723
 
2724
- #: admin/social_login.php:1571
2725
  msgid "Why is social login not working?"
2726
  msgstr "为什么社交登录不起作用?"
2727
 
2728
- #: admin/social_login.php:1572
2729
  msgid ""
2730
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2731
  "belong to the same app"
2732
  msgstr ""
2733
 
2734
- #: admin/social_login.php:1574
2735
  msgid "Social Login not working with Varnish enabled"
2736
  msgstr ""
2737
 
2738
- #: admin/social_login.php:1575
2739
  msgid ""
2740
  "Why the user is not appearing logged in even after Social Login until the "
2741
  "webpage is refreshed manually?"
@@ -2934,27 +3078,27 @@ msgstr "无效请求。"
2934
  msgid "Providers not selected"
2935
  msgstr "未选定的供应商"
2936
 
2937
- #: inc/social_login.php:854
2938
  msgid "Email"
2939
  msgstr "邮箱"
2940
 
2941
- #: inc/social_login.php:855
2942
  msgid "Confirm email"
2943
  msgstr "确认邮箱"
2944
 
2945
- #: inc/social_login.php:857
2946
  msgid "Save"
2947
  msgstr "保存"
2948
 
2949
- #: inc/social_login.php:858
2950
  msgid "Cancel"
2951
  msgstr "取消"
2952
 
2953
- #: inc/social_login.php:932
2954
  msgid "Email Verification"
2955
  msgstr "电子邮件验证"
2956
 
2957
- #: inc/social_login.php:934
2958
  msgid ""
2959
  "Please click on the following link or paste it in browser to verify your "
2960
  "email"
@@ -3210,6 +3354,15 @@ msgstr "YouTube频道网址:"
3210
  msgid "RSS Feed URL:"
3211
  msgstr "RSS 订阅链接:"
3212
 
 
 
 
 
 
 
 
 
 
3213
  #~ msgid "Problem fetching access token: "
3214
  #~ msgstr "获取access token的问题:"
3215
 
@@ -3302,13 +3455,6 @@ msgstr "RSS 订阅链接:"
3302
  #~ msgid "Xing Consumer Key"
3303
  #~ msgstr "Xing Consumer Key"
3304
 
3305
- #~ msgid ""
3306
- #~ "Required for Xing Social Login to work. Please follow the documentation "
3307
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
3308
- #~ msgstr ""
3309
- #~ "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>"
3310
- #~ "得到消费者邢重点"
3311
-
3312
  #, fuzzy
3313
  #~ msgid ""
3314
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2021-01-27 15:37+0530\n"
5
+ "PO-Revision-Date: 2021-01-27 15:37+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:1570
25
  msgid ""
26
  "cURL is not enabled at your website server. Please contact your website "
27
  "server administrator to enable it."
28
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
29
 
30
+ #: super_socializer.php:1598
31
  #, php-format
32
  msgid ""
33
  "Enter exactly the following url in <strong>Website</strong> option in your "
36
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
37
  "%s)"
38
 
39
+ #: super_socializer.php:1601
40
  #, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
45
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
46
  "3 %s)"
47
 
48
+ #: super_socializer.php:1604
49
  msgid ""
50
  "Make sure cURL is enabled at your website server. You may need to contact "
51
  "the server administrator of your website to verify this"
52
  msgstr ""
53
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
54
 
55
+ #: super_socializer.php:1786 helper.php:986
56
  msgid "Please verify your email address to login."
57
  msgstr "请验证您的电子邮件地址以便登录。"
58
 
59
+ #: super_socializer.php:1786
60
  msgid "Your email has been verified. Now you can login to your account"
61
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
62
 
63
+ #: super_socializer.php:1790
64
  msgid "Notification"
65
  msgstr "通知"
66
 
67
+ #: super_socializer.php:1808 admin/social_login.php:1280
68
  msgid "Email required"
69
  msgstr "邮件地址(比选)"
70
 
71
+ #: super_socializer.php:1811
72
  msgid "Please check your email inbox to complete the registration."
73
  msgstr "请检查您的电子邮件收件箱以完成注册。"
74
 
75
+ #: super_socializer.php:1880
76
  msgid "Leave a reply"
77
  msgstr "回复"
78
 
79
+ #: super_socializer.php:1896 inc/social_sharing.php:241
80
  msgid "Shares"
81
  msgstr "分享"
82
 
83
+ #: super_socializer.php:1896 inc/social_sharing.php:241
84
  msgid "Share"
85
  msgstr "分享"
86
 
87
+ #: super_socializer.php:1896
88
  msgid "Link copied."
89
  msgstr "链接已复制。"
90
 
91
+ #: super_socializer.php:2141
92
  msgid "Super Socializer - General Options"
93
  msgstr "Super Socializer-常规选项"
94
 
95
+ #: super_socializer.php:2141 admin/general_options.php:15
96
  #: admin/social_commenting.php:47
97
  msgid "General Options"
98
  msgstr "常规选项"
99
 
100
+ #: super_socializer.php:2209 helper.php:915
101
  msgid "Social Avatar"
102
  msgstr "社会化头像"
103
 
104
+ #: super_socializer.php:2212
105
  msgid "Small Avatar Url"
106
  msgstr "小头像 Url"
107
 
108
+ #: super_socializer.php:2216
109
  msgid "Large Avatar Url"
110
  msgstr "大头像 Url"
111
 
112
+ #: super_socializer.php:2220 helper.php:918
113
  msgid ""
114
  "Do not fetch and update social avatar from my profile, next time I Social "
115
  "Login"
116
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
117
 
118
+ #: super_socializer.php:2224 helper.php:919
119
  msgid "Update social avatar, next time I Social Login"
120
  msgstr "更新社会化头像,下次社会化登录"
121
 
122
+ #: super_socializer.php:2301
123
  msgid "Login with your Social ID"
124
  msgstr "使用您的社交 ID登录"
125
 
126
+ #: super_socializer.php:2302
127
  msgid "Email you entered is already registered or invalid"
128
  msgstr "您输入的电子邮件已经注册或无效"
129
 
130
+ #: super_socializer.php:2309
131
  msgid "Please enter a valid email address. You might be required to verify it"
132
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
133
 
134
+ #: super_socializer.php:2313 super_socializer.php:3039
135
  msgid "Link your social account to login to your account at this website"
136
  msgstr "链接你的社会化媒体帐户登录您本站账号"
137
 
138
+ #: super_socializer.php:2561
139
  msgid "Thanks for installing Super Socializer plugin"
140
  msgstr ""
141
 
142
+ #: super_socializer.php:2563
143
  msgid "Configure the Plugin"
144
  msgstr ""
145
 
146
+ #: super_socializer.php:2574
147
  #, fuzzy
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
152
 
153
+ #: super_socializer.php:2583
154
  #, fuzzy
155
  msgid ""
156
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
158
  msgstr ""
159
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
160
 
161
+ #: super_socializer.php:2592
162
  #, fuzzy
163
  msgid ""
164
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
165
+ "compatibility with current version of Super Socializer"
166
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
167
 
168
+ #: super_socializer.php:2601
169
  #, fuzzy
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
174
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
175
  "容"
176
 
177
+ #: super_socializer.php:2610
178
  #, fuzzy
179
  msgid ""
180
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
182
  msgstr ""
183
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
184
 
185
+ #: super_socializer.php:2621
186
  #, php-format
187
  msgid ""
188
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
190
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
191
  "处 </a>"
192
 
193
+ #: super_socializer.php:2630
194
  #, php-format
195
  msgid ""
196
  "To continue using Instagram login create a new Instagram App as described <a "
198
  "Instagram App Secret <a href=\"%s\">here</a>"
199
  msgstr ""
200
 
201
+ #: super_socializer.php:2639 super_socializer.php:2648
202
  #, php-format
203
  msgid ""
204
  "To continue using bitly url shortener, login to your bit.ly account and "
207
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
208
  msgstr ""
209
 
210
+ #: super_socializer.php:2664
211
  #, php-format
212
  msgid ""
213
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
214
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
215
 
216
+ #: super_socializer.php:2688
217
  #, php-format
218
  msgid ""
219
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
224
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
225
  "target = \"_ black\" > </a>"
226
 
227
+ #: super_socializer.php:2688 super_socializer.php:2713
228
+ #: super_socializer.php:2738 super_socializer.php:2763
229
+ #: super_socializer.php:2796 super_socializer.php:2824
230
+ #: super_socializer.php:2851
231
  msgid "Okay"
232
  msgstr "好的"
233
 
234
+ #: super_socializer.php:2713
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
242
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
243
  "a>"
244
 
245
+ #: super_socializer.php:2738
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
253
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
254
  "black\" > </a>"
255
 
256
+ #: super_socializer.php:2763
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
264
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
265
  "black\" > </a>"
266
 
267
+ #: super_socializer.php:2774
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
272
 
273
+ #: super_socializer.php:2796
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
280
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
281
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
282
 
283
+ #: super_socializer.php:2824
284
  #, php-format
285
  msgid ""
286
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
289
  "your website %s with them. No need to copy-paste any code from their website."
290
  msgstr ""
291
 
292
+ #: super_socializer.php:2851
293
  #, php-format
294
  msgid ""
295
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
300
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
301
  "\" > </a>"
302
 
303
+ #: super_socializer.php:2876
304
  #, fuzzy, php-format
305
  msgid ""
306
  "If you cannot get Linkedin login to work after updating the plugin, replace "
311
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
312
  "black\" > </a>"
313
 
314
+ #: super_socializer.php:2876 super_socializer.php:2903
315
  msgid "Dismiss"
316
  msgstr ""
317
 
318
+ #: super_socializer.php:2902
319
  #, php-format
320
  msgid ""
321
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
324
  "that, clear share counts cache from \"Miscellaneous\" section"
325
  msgstr ""
326
 
327
+ #: super_socializer.php:3115
328
  msgid ""
329
  "Your browser is blocking some features of this website. Please follow the "
330
  "instructions at {support_url} to unblock these."
332
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
333
  "操作。"
334
 
335
+ #: helper.php:7
336
  msgid "Settings saved"
337
  msgstr "设置已保存"
338
 
339
+ #: helper.php:185
 
 
 
 
340
  #, fuzzy
341
  msgid "Click to toggle help"
342
  msgstr "单击隐藏帮助"
343
 
344
+ #: helper.php:282
345
  msgid "Add-Ons"
346
  msgstr "加载项"
347
 
348
+ #: helper.php:283
349
  msgid "Support Documentation"
350
  msgstr "支持文档"
351
 
352
+ #: helper.php:284
353
  msgid "Settings"
354
  msgstr "设置"
355
 
356
+ #: helper.php:567
357
  msgid "Account linked successfully"
358
  msgstr "成功关联帐户"
359
 
360
+ #: helper.php:571
361
  msgid "Account already exists or linked"
362
  msgstr "帐户已经存在或被链接"
363
 
364
+ #: helper.php:607 helper.php:609
365
  #, fuzzy
366
  msgid "Login with"
367
  msgstr "登陸選項"
368
 
369
+ #: helper.php:644 helper.php:650
370
  msgid "Currently"
371
  msgstr "目前:"
372
 
373
+ #: helper.php:644 helper.php:650
374
  msgid "Connected with"
375
  msgstr "连接与"
376
 
377
+ #: helper.php:644 helper.php:650
378
  msgid "Remove"
379
  msgstr "删除"
380
 
381
+ #: helper.php:721
382
  msgid "Social Account Linking"
383
  msgstr "社交账户链接"
384
 
385
+ #: helper.php:771
386
  msgid "Disable Standard Social Sharing on this "
387
  msgstr "在此禁用社会化共享"
388
 
389
+ #: helper.php:776
390
  msgid "Disable Floating Social Sharing on this "
391
  msgstr "在此禁用社交共享的浮动效果"
392
 
393
+ #: helper.php:781
394
  msgid "Disable Standard like buttons on this "
395
  msgstr "在此禁用喜欢按钮"
396
 
397
+ #: helper.php:786
398
  msgid "Disable Floating like buttons on this "
399
  msgstr "在此禁用喜欢按钮的浮动效果"
400
 
401
+ #: helper.php:791
402
  msgid "Disable Social Commenting on this "
403
  msgstr "在此禁用社会化评论"
404
 
405
+ #: helper.php:800
406
  msgid "Standard Sharing Interface"
407
  msgstr "标准共享界面"
408
 
409
+ #: helper.php:806 helper.php:825
410
  msgid "Starting share count for "
411
  msgstr "开始共享计数"
412
 
413
+ #: helper.php:819
414
  msgid "Floating Sharing Interface"
415
  msgstr "浮动共享界面"
416
 
417
+ #: helper.php:922
418
  msgid "Small Avatar"
419
  msgstr "小头像"
420
 
421
+ #: helper.php:926
422
  msgid "Large Avatar"
423
  msgstr "大头像"
424
 
425
+ #: helper.php:930 admin/general_options.php:89 admin/social_sharing.php:1944
426
+ #: admin/social_commenting.php:400 admin/social_login.php:1770
427
  #: admin/like_buttons.php:780
428
  msgid "Save Changes"
429
  msgstr "保存更改"
430
 
431
+ #: helper.php:1023
432
  msgid "Click to delete social profile data"
433
  msgstr "点击删除社交个人资料数据"
434
 
435
+ #: helper.php:1052
436
  msgid "Deleting"
437
  msgstr "删除"
438
 
439
+ #: helper.php:1062
440
  msgid "Deleted"
441
  msgstr "已删除"
442
 
443
+ #: helper.php:1064
444
  msgid "Something bad happened"
445
  msgstr "发生了一些不好的事情"
446
 
447
  #: admin/general_options.php:7 admin/general_options.php:93
448
  #: admin/social_sharing.php:5 admin/social_sharing.php:1948
449
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
450
+ #: admin/social_login.php:5 admin/social_login.php:1774
451
  #: admin/like_buttons.php:6 admin/like_buttons.php:784
452
  #, fuzzy, php-format
453
  msgid ""
494
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
495
 
496
  #: admin/general_options.php:103 admin/social_sharing.php:1954
497
+ #: admin/social_commenting.php:410 admin/social_login.php:1780
498
  #: admin/like_buttons.php:790
499
  msgid "Instagram Shoutout"
500
  msgstr ""
501
 
502
  #: admin/general_options.php:105 admin/social_sharing.php:1956
503
+ #: admin/social_commenting.php:412 admin/social_login.php:1782
504
  #: admin/like_buttons.php:792
505
  #, fuzzy
506
  msgid ""
619
  "Facebook share count to work"
620
  msgstr ""
621
 
622
+ #: admin/social_sharing.php:49
623
+ msgid "Dismiss this notice"
624
+ msgstr "关闭该通知"
625
+
626
  #: admin/social_sharing.php:56
627
  msgid "Theme Selection"
628
  msgstr "主题选择"
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:1736 admin/like_buttons.php:50
649
  #: admin/like_buttons.php:751
650
  msgid "Shortcode & Widget"
651
  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:1750
660
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
661
  msgid "FAQ"
662
  msgstr "常见问题解答"
882
  msgid "Url to share"
883
  msgstr "要分享的网址"
884
 
885
+ #: admin/social_sharing.php:725 admin/social_login.php:1021
886
+ #: admin/social_login.php:1397 admin/like_buttons.php:105 inc/widget.php:949
887
  msgid "Title"
888
  msgstr "标题"
889
 
965
  msgstr "放置"
966
 
967
  #: admin/social_sharing.php:957 admin/social_sharing.php:1383
968
+ #: admin/social_login.php:1338 admin/social_login.php:1367
969
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
970
  msgid "Homepage"
971
  msgstr "主页"
1211
  msgid "Required only to track Facebook share count"
1212
  msgstr ""
1213
 
1214
+ #: admin/social_sharing.php:1584 admin/social_login.php:193
1215
  msgid "Facebook App ID"
1216
  msgstr "Facebook 应用 ID"
1217
 
1224
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1225
  "Facebook的应用程序ID"
1226
 
1227
+ #: admin/social_sharing.php:1601 admin/social_login.php:214
1228
  msgid "Facebook App Secret"
1229
  msgstr "FacebookAPP密码"
1230
 
1405
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1406
 
1407
  #: admin/social_sharing.php:1904 admin/social_commenting.php:386
1408
+ #: admin/social_login.php:1752
1409
  msgid ""
1410
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1411
  "an online website for the plugin to function properly."
1465
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1466
 
1467
  #: admin/social_sharing.php:1919 admin/social_commenting.php:389
1468
+ #: admin/social_login.php:1759
1469
  msgid "Why is my browser blocking some features of the plugin?"
1470
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1471
 
1758
  msgid "Advanced Configuration"
1759
  msgstr "高级配置"
1760
 
1761
+ #: admin/social_login.php:41 admin/social_login.php:1536
1762
  msgid "GDPR"
1763
  msgstr "GDPR"
1764
 
1765
+ #: admin/social_login.php:43 admin/social_login.php:1687
1766
  msgid "XProfile Integration"
1767
  msgstr "xprofile 集成"
1768
 
1853
 
1854
  #: admin/social_login.php:158
1855
  #, fuzzy
1856
+ msgid "Foursquare"
1857
+ msgstr "Foursquare链接:"
1858
+
1859
+ #: admin/social_login.php:162
1860
+ msgid "Dropbox"
1861
+ msgstr ""
1862
+
1863
+ #: admin/social_login.php:166
1864
+ msgid "Disqus"
1865
+ msgstr ""
1866
+
1867
+ #: admin/social_login.php:170
1868
+ msgid "Reddit"
1869
+ msgstr ""
1870
+
1871
+ #: admin/social_login.php:174
1872
+ #, fuzzy
1873
  msgid "Github"
1874
  msgstr "Github 链接:"
1875
 
1876
+ #: admin/social_login.php:178
1877
  msgid "Kakao"
1878
  msgstr ""
1879
 
1880
+ #: admin/social_login.php:186
1881
  msgid "Select Social ID provider to enable in Social Login"
1882
  msgstr "选择社会化ID提供商以启用社会化登录"
1883
 
1884
+ #: admin/social_login.php:203
1885
  #, php-format
1886
  msgid ""
1887
  "Required for Facebook Social Login to work. Please follow the documentation "
1890
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1891
  "Facebook的应用程序ID"
1892
 
1893
+ #: admin/social_login.php:205 admin/social_login.php:226
1894
  #, fuzzy
1895
  msgid ""
1896
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1897
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1898
 
1899
+ #: admin/social_login.php:224
1900
  #, php-format
1901
  msgid ""
1902
  "Required for Facebook Social Login to work. Please follow the documentation "
1905
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1906
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1907
 
1908
+ #: admin/social_login.php:235
1909
  msgid "Twitter API Key"
1910
  msgstr "Twitter API密钥"
1911
 
1912
+ #: admin/social_login.php:245
1913
  #, php-format
1914
  msgid ""
1915
  "Required for Twitter Social Login to work. Please follow the documentation "
1918
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1919
  "Twitter的API密钥"
1920
 
1921
+ #: admin/social_login.php:247 admin/social_login.php:272
1922
  #, fuzzy
1923
  msgid ""
1924
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1925
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1926
 
1927
+ #: admin/social_login.php:251 admin/social_login.php:276
1928
+ #: admin/social_login.php:464 admin/social_login.php:484
1929
+ #: admin/social_login.php:685 admin/social_login.php:705
1930
+ #: admin/social_login.php:726 admin/social_login.php:746
1931
+ #: admin/social_login.php:851 admin/social_login.php:871
1932
+ #: admin/social_login.php:936 admin/social_login.php:956
1933
+ #: admin/social_login.php:978 admin/social_login.php:998
1934
  #, fuzzy
1935
  msgid ""
1936
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1937
  "link"
1938
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1939
 
1940
+ #: admin/social_login.php:260
1941
  msgid "Twitter API Secret"
1942
  msgstr "Twitter API Secret"
1943
 
1944
+ #: admin/social_login.php:270
1945
  #, php-format
1946
  msgid ""
1947
  "Required for Twitter Social Login to work. Please follow the documentation "
1950
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1951
  "Twitter的API密钥"
1952
 
1953
+ #: admin/social_login.php:285
1954
  msgid "LinkedIn Client ID"
1955
  msgstr ""
1956
 
1957
+ #: admin/social_login.php:295
1958
  #, php-format
1959
  msgid ""
1960
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1963
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
1964
  "的文档获取 linkedin 客户端 id"
1965
 
1966
+ #: admin/social_login.php:297 admin/social_login.php:318
1967
+ #: admin/social_login.php:504 admin/social_login.php:524
1968
  #, fuzzy
1969
  msgid ""
1970
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1971
  "the link"
1972
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
1973
 
1974
+ #: admin/social_login.php:306
1975
  msgid "LinkedIn Client Secret"
1976
  msgstr ""
1977
 
1978
+ #: admin/social_login.php:316
1979
  #, php-format
1980
  msgid ""
1981
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1985
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
1986
  "档进行操作, 以获取 linkedin 客户端机密"
1987
 
1988
+ #: admin/social_login.php:327
1989
  msgid "Google Client ID"
1990
  msgstr ""
1991
 
1992
+ #: admin/social_login.php:337
1993
  #, fuzzy, php-format
1994
  msgid ""
1995
  "Required for Google Social Login to work. Please follow the documentation at "
1998
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1999
  "接</a>得到GOOGLEPLUS客户端ID"
2000
 
2001
+ #: admin/social_login.php:339 admin/social_login.php:360
2002
  #, fuzzy
2003
  msgid ""
2004
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2005
  "mentioned at the link"
2006
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
2007
 
2008
+ #: admin/social_login.php:348
2009
  msgid "Google Client Secret"
2010
  msgstr ""
2011
 
2012
+ #: admin/social_login.php:358
2013
  #, fuzzy, php-format
2014
  msgid ""
2015
  "Required for Google Social Login to work. Please follow the documentation at "
2018
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2019
  "链接 </a> 获取 google plus 客户端机密"
2020
 
2021
+ #: admin/social_login.php:369
2022
  msgid "Vkontakte Application ID"
2023
  msgstr ""
2024
 
2025
+ #: admin/social_login.php:379 admin/social_login.php:400
2026
  #, php-format
2027
  msgid ""
2028
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2032
  "要求Vkontakte社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2033
  "a>得到的Vkontakte应用程序ID"
2034
 
2035
+ #: admin/social_login.php:381 admin/social_login.php:402
2036
  #, fuzzy
2037
  msgid ""
2038
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2039
  "link"
2040
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
2041
 
2042
+ #: admin/social_login.php:390
2043
  msgid "Vkontakte Secure key"
2044
  msgstr ""
2045
 
2046
+ #: admin/social_login.php:411
2047
  #, fuzzy
2048
  msgid "Instagram App ID"
2049
  msgstr "Instagram"
2050
 
2051
+ #: admin/social_login.php:421
2052
  #, fuzzy, php-format
2053
  msgid ""
2054
  "Required for Instagram Social Login to work. Please follow the documentation "
2057
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2058
  "a>得到的Instagram客户端ID"
2059
 
2060
+ #: admin/social_login.php:423 admin/social_login.php:444
2061
  #, fuzzy
2062
  msgid ""
2063
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2064
  "mentioned at the link"
2065
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2066
 
2067
+ #: admin/social_login.php:432
2068
  #, fuzzy
2069
  msgid "Instagram App Secret"
2070
  msgstr "Instagram"
2071
 
2072
+ #: admin/social_login.php:442
2073
  #, fuzzy, php-format
2074
  msgid ""
2075
  "Required for Instagram Social Login to work. Please follow the documentation "
2078
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2079
  "a>得到的Instagram客户端ID"
2080
 
2081
+ #: admin/social_login.php:453
2082
  msgid "Line Channel ID"
2083
  msgstr ""
2084
 
2085
+ #: admin/social_login.php:462
2086
  #, fuzzy, php-format
2087
  msgid ""
2088
  "Required for Line Social Login to work. Please follow the documentation at "
2091
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
2092
  "的文档获取 linkedin 客户端 id"
2093
 
2094
+ #: admin/social_login.php:473
2095
  msgid "Line Channel Secret"
2096
  msgstr ""
2097
 
2098
+ #: admin/social_login.php:482
2099
  #, fuzzy, php-format
2100
  msgid ""
2101
  "Required for Line Social Login to work. Please follow the documentation at "
2104
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
2105
  "档进行操作, 以获取 linkedin 客户端机密"
2106
 
2107
+ #: admin/social_login.php:493
2108
  msgid "Wordpress Client ID"
2109
  msgstr ""
2110
 
2111
+ #: admin/social_login.php:502
2112
  #, fuzzy, php-format
2113
  msgid ""
2114
  "Required for Wordpress Social Login to work. Please follow the documentation "
2117
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2118
  "接</a>得到GOOGLEPLUS客户端ID"
2119
 
2120
+ #: admin/social_login.php:513
2121
  msgid "Wordpress Client Secret"
2122
  msgstr ""
2123
 
2124
+ #: admin/social_login.php:522
2125
  #, fuzzy, php-format
2126
  msgid ""
2127
  "Required for Wordpress Social Login to work. Please follow the documentation "
2131
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2132
  "链接 </a> 获取 google plus 客户端机密"
2133
 
2134
+ #: admin/social_login.php:533
2135
  msgid "Microsoft Client ID"
2136
  msgstr ""
2137
 
2138
+ #: admin/social_login.php:542
2139
  #, fuzzy, php-format
2140
  msgid ""
2141
  "Required for Live Social Login to work. Please follow the documentation at "
2144
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2145
  "接</a>得到GOOGLEPLUS客户端ID"
2146
 
2147
+ #: admin/social_login.php:544 admin/social_login.php:564
2148
+ #: admin/social_login.php:643 admin/social_login.php:663
2149
+ #: admin/social_login.php:808 admin/social_login.php:828
2150
  #, fuzzy
2151
  msgid ""
2152
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2153
  "the link"
2154
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2155
 
2156
+ #: admin/social_login.php:553
2157
  msgid "Microsoft Client Secret"
2158
  msgstr ""
2159
 
2160
+ #: admin/social_login.php:562
2161
  #, fuzzy, php-format
2162
  msgid ""
2163
  "Required for Live Social Login to work. Please follow the documentation at "
2167
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2168
  "链接 </a> 获取 google plus 客户端机密"
2169
 
2170
+ #: admin/social_login.php:572
2171
  msgid "Steam API Key"
2172
  msgstr ""
2173
 
2174
+ #: admin/social_login.php:581
2175
  #, php-format
2176
  msgid ""
2177
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2179
  msgstr ""
2180
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2181
 
2182
+ #: admin/social_login.php:582
2183
  msgid "Save following <strong>domain</strong> to get the key"
2184
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2185
 
2186
+ #: admin/social_login.php:591
2187
  msgid "Yahoo Client ID"
2188
  msgstr ""
2189
 
2190
+ #: admin/social_login.php:600
2191
  #, fuzzy, php-format
2192
  msgid ""
2193
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2196
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2197
  "接</a>得到GOOGLEPLUS客户端ID"
2198
 
2199
+ #: admin/social_login.php:602 admin/social_login.php:622
2200
  #, fuzzy
2201
  msgid ""
2202
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2203
  "the link"
2204
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2205
 
2206
+ #: admin/social_login.php:611
2207
  msgid "Yahoo Client Secret"
2208
  msgstr ""
2209
 
2210
+ #: admin/social_login.php:620
2211
  #, fuzzy, php-format
2212
  msgid ""
2213
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2216
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2217
  "链接 </a> 获取 google plus 客户端机密"
2218
 
2219
+ #: admin/social_login.php:632
2220
  msgid "Spotify Client ID"
2221
  msgstr ""
2222
 
2223
+ #: admin/social_login.php:641
2224
  #, fuzzy, php-format
2225
  msgid ""
2226
  "Required for Spotify Social Login to work. Please follow the documentation "
2229
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2230
  "接</a>得到GOOGLEPLUS客户端ID"
2231
 
2232
+ #: admin/social_login.php:652
2233
  msgid "Spotify Client Secret"
2234
  msgstr ""
2235
 
2236
+ #: admin/social_login.php:661
2237
  #, fuzzy, php-format
2238
  msgid ""
2239
  "Required for Spotify Social Login to work. Please follow the documentation "
2243
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2244
  "链接 </a> 获取 google plus 客户端机密"
2245
 
2246
+ #: admin/social_login.php:674
2247
  msgid "Dribbble Client ID"
2248
  msgstr ""
2249
 
2250
+ #: admin/social_login.php:683
2251
  #, fuzzy, php-format
2252
  msgid ""
2253
  "Required for Dribbble Social Login to work. Please follow the documentation "
2256
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2257
  "接</a>得到GOOGLEPLUS客户端ID"
2258
 
2259
+ #: admin/social_login.php:694
2260
  msgid "Dribbble Client Secret"
2261
  msgstr ""
2262
 
2263
+ #: admin/social_login.php:703
2264
  #, fuzzy, php-format
2265
  msgid ""
2266
  "Required for Dribbble Social Login to work. Please follow the documentation "
2270
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2271
  "链接 </a> 获取 google plus 客户端机密"
2272
 
2273
+ #: admin/social_login.php:715
2274
  msgid "Twitch Client ID"
2275
  msgstr ""
2276
 
2277
+ #: admin/social_login.php:724
2278
  #, fuzzy, php-format
2279
  msgid ""
2280
  "Required for Twitch Social Login to work. Please follow the documentation at "
2283
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2284
  "接</a>得到GOOGLEPLUS客户端ID"
2285
 
2286
+ #: admin/social_login.php:735
2287
  #, fuzzy
2288
  msgid "Twitch Client Secret"
2289
  msgstr "Twitter API Secret"
2290
 
2291
+ #: admin/social_login.php:744
2292
  #, fuzzy, php-format
2293
  msgid ""
2294
  "Required for Twitch Social Login to work. Please follow the documentation at "
2297
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2298
  "链接 </a> 获取 google plus 客户端机密"
2299
 
2300
+ #: admin/social_login.php:757
2301
+ #, fuzzy
2302
+ msgid "Foursquare Client ID"
2303
+ msgstr "Foursquare链接:"
2304
+
2305
+ #: admin/social_login.php:766
2306
+ #, fuzzy, php-format
2307
+ msgid ""
2308
+ "Required for Foursquare Social Login to work. Please follow the "
2309
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2310
+ "Foursquare Client ID"
2311
+ msgstr ""
2312
+ "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2313
+ "接</a>得到GOOGLEPLUS客户端ID"
2314
+
2315
+ #: admin/social_login.php:768 admin/social_login.php:788
2316
+ #, fuzzy
2317
+ msgid ""
2318
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2319
+ "link"
2320
+ msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2321
+
2322
+ #: admin/social_login.php:777
2323
+ #, fuzzy
2324
+ msgid "Foursquare Client Secret"
2325
+ msgstr "Twitter API Secret"
2326
+
2327
+ #: admin/social_login.php:786
2328
+ #, fuzzy, php-format
2329
+ msgid ""
2330
+ "Required for Foursquare Social Login to work. Please follow the "
2331
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2332
+ "Foursquare Client Secret"
2333
+ msgstr ""
2334
+ "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2335
+ "链接 </a> 获取 google plus 客户端机密"
2336
+
2337
+ #: admin/social_login.php:797
2338
+ msgid "Dropbox App Key"
2339
+ msgstr ""
2340
+
2341
+ #: admin/social_login.php:806
2342
+ #, fuzzy, php-format
2343
+ msgid ""
2344
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2345
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2346
+ msgstr ""
2347
+ "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
2348
+ "> 此链接 </a>, 以获得 facebook 应用程序机密"
2349
+
2350
+ #: admin/social_login.php:817
2351
+ #, fuzzy
2352
+ msgid "Dropbox App Secret"
2353
+ msgstr "FacebookAPP密码"
2354
+
2355
+ #: admin/social_login.php:826
2356
+ #, fuzzy, php-format
2357
+ msgid ""
2358
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2359
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2360
+ msgstr ""
2361
+ "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
2362
+ "> 此链接 </a>, 以获得 facebook 应用程序机密"
2363
+
2364
+ #: admin/social_login.php:840
2365
+ msgid "Disqus Public Key"
2366
+ msgstr ""
2367
+
2368
+ #: admin/social_login.php:849
2369
+ #, fuzzy, php-format
2370
+ msgid ""
2371
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2372
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2373
+ msgstr ""
2374
+ "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2375
+ "消费者邢重点"
2376
+
2377
+ #: admin/social_login.php:860
2378
+ #, fuzzy
2379
+ msgid "Disqus Secret Key"
2380
+ msgstr "Disqus 短名称"
2381
+
2382
+ #: admin/social_login.php:869
2383
+ #, fuzzy, php-format
2384
+ msgid ""
2385
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2386
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2387
+ msgstr ""
2388
+ "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2389
+ "消费者邢重点"
2390
+
2391
+ #: admin/social_login.php:882
2392
+ msgid "Reddit Client ID"
2393
+ msgstr ""
2394
+
2395
+ #: admin/social_login.php:891
2396
+ #, fuzzy, php-format
2397
+ msgid ""
2398
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2399
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2400
+ msgstr ""
2401
+ "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2402
+ "接</a>得到GOOGLEPLUS客户端ID"
2403
+
2404
+ #: admin/social_login.php:893 admin/social_login.php:913
2405
+ #, fuzzy
2406
+ msgid ""
2407
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2408
+ "link"
2409
+ msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2410
+
2411
+ #: admin/social_login.php:902
2412
+ #, fuzzy
2413
+ msgid "Reddit Client Secret"
2414
+ msgstr "Twitter API Secret"
2415
+
2416
+ #: admin/social_login.php:911
2417
+ #, fuzzy, php-format
2418
+ msgid ""
2419
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2420
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2421
+ msgstr ""
2422
+ "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2423
+ "链接 </a> 获取 google plus 客户端机密"
2424
+
2425
+ #: admin/social_login.php:925
2426
  msgid "Github Client ID"
2427
  msgstr ""
2428
 
2429
+ #: admin/social_login.php:934
2430
  #, fuzzy, php-format
2431
  msgid ""
2432
  "Required for Github Social Login to work. Please follow the documentation at "
2435
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2436
  "接</a>得到GOOGLEPLUS客户端ID"
2437
 
2438
+ #: admin/social_login.php:945
2439
  msgid "Github Client Secret"
2440
  msgstr ""
2441
 
2442
+ #: admin/social_login.php:954
2443
  #, fuzzy, php-format
2444
  msgid ""
2445
  "Required for Github Social Login to work. Please follow the documentation at "
2448
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2449
  "链接 </a> 获取 google plus 客户端机密"
2450
 
2451
+ #: admin/social_login.php:967
2452
  msgid "Kakao Client ID"
2453
  msgstr ""
2454
 
2455
+ #: admin/social_login.php:976
2456
  #, fuzzy, php-format
2457
  msgid ""
2458
  "Required for Kakao Social Login to work. Please follow the documentation at "
2461
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2462
  "接</a>得到GOOGLEPLUS客户端ID"
2463
 
2464
+ #: admin/social_login.php:987
2465
  msgid "Kakao Client Secret"
2466
  msgstr ""
2467
 
2468
+ #: admin/social_login.php:996
2469
  #, fuzzy, php-format
2470
  msgid ""
2471
  "Required for Kakao Social Login to work. Please follow the documentation at "
2474
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2475
  "链接 </a> 获取 google plus 客户端机密"
2476
 
2477
+ #: admin/social_login.php:1016
2478
  #, fuzzy
2479
  msgid "Social Login Options"
2480
  msgstr "社交登录选项"
2481
 
2482
+ #: admin/social_login.php:1031
2483
  msgid "Text to display above the Social Login interface"
2484
  msgstr "文本显示社交登录界面的上方"
2485
 
2486
+ #: admin/social_login.php:1039
2487
  msgid "Trigger social login in the same browser tab"
2488
  msgstr ""
2489
 
2490
+ #: admin/social_login.php:1049
2491
  msgid "Trigger social login in the same browser tab instead of a popup window"
2492
  msgstr ""
2493
 
2494
+ #: admin/social_login.php:1056
2495
  #, fuzzy
2496
  msgid "Center align icons"
2497
  msgstr "重新排列图标"
2498
 
2499
+ #: admin/social_login.php:1066
2500
  #, fuzzy
2501
  msgid "Center align social login icons"
2502
  msgstr "社交登录选项"
2503
 
2504
+ #: admin/social_login.php:1073
2505
  msgid "Enable at login page"
2506
  msgstr "在登录页面启用"
2507
 
2508
+ #: admin/social_login.php:1083
2509
  msgid ""
2510
  "Social Login interface will get enabled at the login page of your website"
2511
  msgstr "社交登录界面会在你的网站的登录页面启用"
2512
 
2513
+ #: admin/social_login.php:1090
2514
  msgid "Enable at register page"
2515
  msgstr "在注册页面启用"
2516
 
2517
+ #: admin/social_login.php:1100
2518
  msgid ""
2519
  "Social Login interface will get enabled at the registration page of your "
2520
  "website"
2521
  msgstr "社交登录界面会在你的网站的注册页面启用"
2522
 
2523
+ #: admin/social_login.php:1107
2524
  msgid "Enable at comment form"
2525
  msgstr "在评论表单启用"
2526
 
2527
+ #: admin/social_login.php:1117
2528
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2529
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2530
 
2531
+ #: admin/social_login.php:1131
2532
  msgid "Enable before WooCommerce Customer Login Form"
2533
  msgstr "WooCommerce客户登录表单前启用"
2534
 
2535
+ #: admin/social_login.php:1141
2536
  msgid ""
2537
  "Social Login Interface will get enabled before the customer login form at "
2538
  "WooCommerce My Account page"
2539
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2540
 
2541
+ #: admin/social_login.php:1148
2542
  #, fuzzy
2543
  msgid "Enable at WooCommerce Customer Login Form"
2544
  msgstr "在WooCommerce客户登录表单后启用"
2545
 
2546
+ #: admin/social_login.php:1158
2547
  #, fuzzy
2548
  msgid ""
2549
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2550
  "My Account page"
2551
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2552
 
2553
+ #: admin/social_login.php:1165
2554
  #, fuzzy
2555
  msgid "Enable at WooCommerce Customer Register Form"
2556
  msgstr "在WooCommerce客户登录表单后启用"
2557
 
2558
+ #: admin/social_login.php:1175
2559
  #, fuzzy
2560
  msgid ""
2561
  "Integrate Social Login Interface with the customer register form at "
2562
  "WooCommerce My Account page"
2563
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2564
 
2565
+ #: admin/social_login.php:1182
2566
  msgid "Enable at WooCommerce checkout page"
2567
  msgstr "在WooCommerce “结算”页面启用"
2568
 
2569
+ #: admin/social_login.php:1192
2570
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2571
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2572
 
2573
+ #: admin/social_login.php:1202
2574
  msgid "Auto-approve comments made by Social Login users"
2575
  msgstr "自动批准社交登录用户评论"
2576
 
2577
+ #: admin/social_login.php:1212
2578
  msgid ""
2579
  "If this option is enabled, and WordPress comment is made by Social Login "
2580
  "user, comment will get approved immediately without keeping in moderation."
2582
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2583
  "况下立即批准。"
2584
 
2585
+ #: admin/social_login.php:1213
2586
  msgid "Note: This is not related to Facebook comments"
2587
  msgstr "注:这Facebook的评论无关"
2588
 
2589
+ #: admin/social_login.php:1222
2590
  msgid "Enable social avatar"
2591
  msgstr "启用社交头像"
2592
 
2593
+ #: admin/social_login.php:1232
2594
  msgid ""
2595
  "Social profile pictures of the logged in user will be displayed as profile "
2596
  "avatar"
2597
  msgstr "登录用户的社交资料图片将显示为个人头像"
2598
 
2599
+ #: admin/social_login.php:1241
2600
  msgid "Avatar quality"
2601
  msgstr "头像质量"
2602
 
2603
+ #: admin/social_login.php:1244
2604
  msgid "Average"
2605
  msgstr "一般"
2606
 
2607
+ #: admin/social_login.php:1245
2608
  msgid "Best"
2609
  msgstr "最好"
2610
 
2611
+ #: admin/social_login.php:1252
2612
  msgid "Choose avatar quality"
2613
  msgstr "选择头像质量"
2614
 
2615
+ #: admin/social_login.php:1260
2616
  msgid ""
2617
  "Show option for users to update social avatar at BuddyPress profile page"
2618
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2619
 
2620
+ #: admin/social_login.php:1270
2621
  msgid ""
2622
  "If enabled, users would be able to update their social avatar from \"Profile "
2623
  "photo\" section in BuddyPress profile at front-end"
2625
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2626
  "头像"
2627
 
2628
+ #: admin/social_login.php:1290
2629
  msgid ""
2630
  "If enabled and Social ID provider does not provide user's email address on "
2631
  "login, user will be asked to provide his/her email address. Otherwise, a "
2634
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2635
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2636
 
2637
+ #: admin/social_login.php:1298
2638
  msgid "Send post-registration email to user to set account password"
2639
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2640
 
2641
+ #: admin/social_login.php:1308
2642
  msgid ""
2643
  "If enabled, an email will be sent to user after registration through Social "
2644
  "Login, regarding his/her login credentials (username-password to be able to "
2647
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2648
  "(用户名,密码,能够通过传统的登录表单登录)"
2649
 
2650
+ #: admin/social_login.php:1315
2651
  msgid "Send new user registration notification email to admin"
2652
  msgstr "向管理员发送新的用户注册通知电子邮件"
2653
 
2654
+ #: admin/social_login.php:1325
2655
  msgid ""
2656
  "If enabled, an email will be sent to admin after new user registers through "
2657
  "Social Login, notifying admin about the new user registration"
2659
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2660
  "关新用户注册的信息"
2661
 
2662
+ #: admin/social_login.php:1332
2663
  msgid "Login redirection"
2664
  msgstr "登录重定向"
2665
 
2666
+ #: admin/social_login.php:1336
2667
  msgid "Same page where user logged in"
2668
  msgstr "用户登录同样的页面"
2669
 
2670
+ #: admin/social_login.php:1340 admin/social_login.php:1369
2671
  msgid "Account dashboard"
2672
  msgstr "帐户信息中心"
2673
 
2674
+ #: admin/social_login.php:1343 admin/social_login.php:1372
2675
  msgid "BuddyPress profile page"
2676
  msgstr "BuddyPress 档案"
2677
 
2678
+ #: admin/social_login.php:1346 admin/social_login.php:1375
2679
  msgid "Custom Url"
2680
  msgstr "自定义 URL"
2681
 
2682
+ #: admin/social_login.php:1354
2683
  msgid "User will be redirected to the selected page after Social Login"
2684
  msgstr "用户社交登录后会被重定向到选择的页面"
2685
 
2686
+ #: admin/social_login.php:1361
2687
  msgid "Registration redirection"
2688
  msgstr "注册重定向"
2689
 
2690
+ #: admin/social_login.php:1365
2691
  msgid "Same page from where user registered"
2692
  msgstr "用户注册同样的页面"
2693
 
2694
+ #: admin/social_login.php:1383
2695
  msgid ""
2696
  "User will be redirected to the selected page after registration (first "
2697
  "Social Login) through Social Login"
2698
  msgstr ""
2699
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2700
 
2701
+ #: admin/social_login.php:1392
2702
  msgid "Social Account Linking Options"
2703
  msgstr "社交帐户链接选项"
2704
 
2705
+ #: admin/social_login.php:1407
2706
  msgid "Text to display above the Social Account Linking interface"
2707
  msgstr "要显示在社交帐户链接界面上方的文本"
2708
 
2709
+ #: admin/social_login.php:1414
2710
  msgid ""
2711
  "Link social account to already existing account, if email address matches"
2712
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2713
 
2714
+ #: admin/social_login.php:1424
2715
  msgid ""
2716
  "If email address of the user's Social Account matches with an already "
2717
  "existing account at your website, that social account will be linked to "
2721
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2722
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2723
 
2724
+ #: admin/social_login.php:1432
2725
  msgid "Enable social account linking at BuddyPress profile page"
2726
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2727
 
2728
+ #: admin/social_login.php:1442
2729
  msgid ""
2730
  "Enable this option to show social account linking interface at BuddyPress "
2731
  "profile page"
2732
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2733
 
2734
+ #: admin/social_login.php:1453
2735
  msgid "Email popup options"
2736
  msgstr "电子邮件弹出选项"
2737
 
2738
+ #: admin/social_login.php:1458
2739
  msgid "Text on 'Email required' popup"
2740
  msgstr "在“电子邮件必填”弹出口显示的文本"
2741
 
2742
+ #: admin/social_login.php:1468
2743
  msgid ""
2744
  "This text will be displayed on email required popup. Leave empty if not "
2745
  "required."
2746
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2747
 
2748
+ #: admin/social_login.php:1476
2749
  msgid "Error message for 'Email required' popup"
2750
  msgstr "“电子邮件必填”弹出口的错误信息"
2751
 
2752
+ #: admin/social_login.php:1486
2753
  msgid ""
2754
  "This message will be displayed to user if it provides invalid or already "
2755
  "registered email"
2756
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2757
 
2758
+ #: admin/social_login.php:1494
2759
  msgid "Email popup height"
2760
  msgstr "电子邮件弹出口高度"
2761
 
2762
+ #: admin/social_login.php:1504
2763
  msgid ""
2764
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2765
  "can increase the height of popup by specifying in this option. Leave empty "
2768
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2769
  "的高度。留空为默认。"
2770
 
2771
+ #: admin/social_login.php:1511
2772
  msgid "Enable email verification"
2773
  msgstr "启用电子邮件验证"
2774
 
2775
+ #: admin/social_login.php:1521
2776
  msgid ""
2777
  "If enabled, email provided by the user will be verified by sending a "
2778
  "confirmation link to that email. User would not be able to login without "
2781
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2782
  "录。"
2783
 
2784
+ #: admin/social_login.php:1541
2785
  msgid "Enable GDPR opt-in"
2786
  msgstr ""
2787
 
2788
+ #: admin/social_login.php:1551
2789
  msgid ""
2790
  "Enable it to show GDPR opt-in for social login and social account linking"
2791
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2792
 
2793
+ #: admin/social_login.php:1559
2794
  msgid "Placement of GDPR opt-in"
2795
  msgstr ""
2796
 
2797
+ #: admin/social_login.php:1563
2798
  #, fuzzy
2799
  msgid "Above Social Login icons"
2800
  msgstr "社交登录选项"
2801
 
2802
+ #: admin/social_login.php:1565
2803
  #, fuzzy
2804
  msgid "Below Social Login icons"
2805
  msgstr "社交登录选项"
2806
 
2807
+ #: admin/social_login.php:1571
2808
  #, fuzzy
2809
  msgid "Placement of GDPR opt-in above or below the social login icons"
2810
  msgstr "在社交登录图标上方显示的选择加入的文本"
2811
 
2812
+ #: admin/social_login.php:1578
2813
  msgid "Opt-in text"
2814
  msgstr ""
2815
 
2816
+ #: admin/social_login.php:1588
2817
  msgid "Text for the GDPR opt-in"
2818
  msgstr ""
2819
 
2820
+ #: admin/social_login.php:1595
2821
  #, fuzzy
2822
  msgid "Text to link to Terms-Conditions page"
2823
  msgstr "要链接到隐私政策页面的文本"
2824
 
2825
+ #: admin/social_login.php:1605
2826
  #, fuzzy
2827
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2828
  msgstr "要链接到隐私策略页的选入文本中的单词"
2829
 
2830
+ #: admin/social_login.php:1612
2831
  msgid "Terms-Conditions Url"
2832
  msgstr ""
2833
 
2834
+ #: admin/social_login.php:1622
2835
  #, fuzzy
2836
  msgid "Url of the terms-conditions page of your website"
2837
  msgstr "您网站的主页的 Url"
2838
 
2839
+ #: admin/social_login.php:1629
2840
  msgid "Text to link to Privacy Policy page"
2841
  msgstr "要链接到隐私政策页面的文本"
2842
 
2843
+ #: admin/social_login.php:1639
2844
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2845
  msgstr "要链接到隐私策略页的选入文本中的单词"
2846
 
2847
+ #: admin/social_login.php:1646
2848
  msgid "Privacy Policy Url"
2849
  msgstr "隐私政策网址"
2850
 
2851
+ #: admin/social_login.php:1656
2852
  msgid "Url of the privacy policy page of your website"
2853
  msgstr "您网站的隐私政策页面的网址"
2854
 
2855
+ #: admin/social_login.php:1707 inc/widget.php:260 inc/widget.php:438
2856
  #: inc/widget.php:602 inc/widget.php:750
2857
  msgid "Select"
2858
  msgstr "选择"
2859
 
2860
+ #: admin/social_login.php:1738
2861
  msgid "Social Login Shortcode & Widget"
2862
  msgstr ""
2863
 
2864
+ #: admin/social_login.php:1739
2865
  msgid "Social Linking Shortcode"
2866
  msgstr "社交链接简码"
2867
 
2868
+ #: admin/social_login.php:1754
2869
  msgid "Why is social login not working?"
2870
  msgstr "为什么社交登录不起作用?"
2871
 
2872
+ #: admin/social_login.php:1755
2873
  msgid ""
2874
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2875
  "belong to the same app"
2876
  msgstr ""
2877
 
2878
+ #: admin/social_login.php:1757
2879
  msgid "Social Login not working with Varnish enabled"
2880
  msgstr ""
2881
 
2882
+ #: admin/social_login.php:1758
2883
  msgid ""
2884
  "Why the user is not appearing logged in even after Social Login until the "
2885
  "webpage is refreshed manually?"
3078
  msgid "Providers not selected"
3079
  msgstr "未选定的供应商"
3080
 
3081
+ #: inc/social_login.php:968
3082
  msgid "Email"
3083
  msgstr "邮箱"
3084
 
3085
+ #: inc/social_login.php:969
3086
  msgid "Confirm email"
3087
  msgstr "确认邮箱"
3088
 
3089
+ #: inc/social_login.php:971
3090
  msgid "Save"
3091
  msgstr "保存"
3092
 
3093
+ #: inc/social_login.php:972
3094
  msgid "Cancel"
3095
  msgstr "取消"
3096
 
3097
+ #: inc/social_login.php:1046
3098
  msgid "Email Verification"
3099
  msgstr "电子邮件验证"
3100
 
3101
+ #: inc/social_login.php:1048
3102
  msgid ""
3103
  "Please click on the following link or paste it in browser to verify your "
3104
  "email"
3354
  msgid "RSS Feed URL:"
3355
  msgstr "RSS 订阅链接:"
3356
 
3357
+ #, fuzzy
3358
+ #~ msgid ""
3359
+ #~ "Required for Dropbox Social Login to work. Please follow the "
3360
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3361
+ #~ "Dropbox Client ID"
3362
+ #~ msgstr ""
3363
+ #~ "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这"
3364
+ #~ "个链接</a>得到GOOGLEPLUS客户端ID"
3365
+
3366
  #~ msgid "Problem fetching access token: "
3367
  #~ msgstr "获取access token的问题:"
3368
 
3455
  #~ msgid "Xing Consumer Key"
3456
  #~ msgstr "Xing Consumer Key"
3457
 
 
 
 
 
 
 
 
3458
  #, fuzzy
3459
  #~ msgid ""
3460
  #~ "Paste following url in <strong>Callback domain</strong> option mentioned "
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-12-15 11:58+0530\n"
6
- "PO-Revision-Date: 2020-12-15 11:58+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,160 +15,160 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:1273
19
  msgid ""
20
  "cURL is not enabled at your website server. Please contact your website "
21
  "server administrator to enable it."
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:1301
25
  #, php-format
26
  msgid ""
27
  "Enter exactly the following url in <strong>Website</strong> option in your "
28
  "Twitter app (see step 3 %s)"
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:1304
32
  #, php-format
33
  msgid ""
34
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
35
  "your Twitter app (see step 3 %s)"
36
  msgstr ""
37
 
38
- #: ../super_socializer.php:1307
39
  msgid ""
40
  "Make sure cURL is enabled at your website server. You may need to contact "
41
  "the server administrator of your website to verify this"
42
  msgstr ""
43
 
44
- #: ../super_socializer.php:1489 ../helper.php:975
45
  msgid "Please verify your email address to login."
46
  msgstr ""
47
 
48
- #: ../super_socializer.php:1489
49
  msgid "Your email has been verified. Now you can login to your account"
50
  msgstr ""
51
 
52
- #: ../super_socializer.php:1493
53
  msgid "Notification"
54
  msgstr ""
55
 
56
- #: ../super_socializer.php:1511 ../admin/social_login.php:1097
57
  msgid "Email required"
58
  msgstr ""
59
 
60
- #: ../super_socializer.php:1514
61
  msgid "Please check your email inbox to complete the registration."
62
  msgstr ""
63
 
64
- #: ../super_socializer.php:1583
65
  msgid "Leave a reply"
66
  msgstr ""
67
 
68
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
69
  msgid "Shares"
70
  msgstr ""
71
 
72
- #: ../super_socializer.php:1599 ../inc/social_sharing.php:241
73
  msgid "Share"
74
  msgstr ""
75
 
76
- #: ../super_socializer.php:1599
77
  msgid "Link copied."
78
  msgstr ""
79
 
80
- #: ../super_socializer.php:1844
81
  msgid "Super Socializer - General Options"
82
  msgstr ""
83
 
84
- #: ../super_socializer.php:1844 ../admin/general_options.php:15
85
  #: ../admin/social_commenting.php:47
86
  msgid "General Options"
87
  msgstr ""
88
 
89
- #: ../super_socializer.php:1912 ../helper.php:904
90
  msgid "Social Avatar"
91
  msgstr ""
92
 
93
- #: ../super_socializer.php:1915
94
  msgid "Small Avatar Url"
95
  msgstr ""
96
 
97
- #: ../super_socializer.php:1919
98
  msgid "Large Avatar Url"
99
  msgstr ""
100
 
101
- #: ../super_socializer.php:1923 ../helper.php:907
102
  msgid ""
103
  "Do not fetch and update social avatar from my profile, next time I Social "
104
  "Login"
105
  msgstr ""
106
 
107
- #: ../super_socializer.php:1927 ../helper.php:908
108
  msgid "Update social avatar, next time I Social Login"
109
  msgstr ""
110
 
111
- #: ../super_socializer.php:2004
112
  msgid "Login with your Social ID"
113
  msgstr ""
114
 
115
- #: ../super_socializer.php:2005
116
  msgid "Email you entered is already registered or invalid"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:2012
120
  msgid "Please enter a valid email address. You might be required to verify it"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:2016 ../super_socializer.php:2721
124
  msgid "Link your social account to login to your account at this website"
125
  msgstr ""
126
 
127
- #: ../super_socializer.php:2256
128
  msgid "Thanks for installing Super Socializer plugin"
129
  msgstr ""
130
 
131
- #: ../super_socializer.php:2258
132
  msgid "Configure the Plugin"
133
  msgstr ""
134
 
135
- #: ../super_socializer.php:2269
136
  msgid ""
137
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
138
  "current version of Super Socializer"
139
  msgstr ""
140
 
141
- #: ../super_socializer.php:2278
142
  msgid ""
143
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
144
  "version of Super Socializer"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:2287
148
  msgid ""
149
- "Update \"Social Login Buttons\" add-on for compatibility with current "
150
- "version of Super Socializer"
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:2296
154
  msgid ""
155
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
156
  "with current version of Super Socializer"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:2305
160
  msgid ""
161
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
162
  "with current version of Super Socializer"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:2316
166
  #, php-format
167
  msgid ""
168
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
169
  msgstr ""
170
 
171
- #: ../super_socializer.php:2325
172
  #, php-format
173
  msgid ""
174
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -176,7 +176,7 @@ msgid ""
176
  "Instagram App Secret <a href=\"%s\">here</a>"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:2334 ../super_socializer.php:2343
180
  #, php-format
181
  msgid ""
182
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -185,13 +185,13 @@ msgid ""
185
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:2359
189
  #, php-format
190
  msgid ""
191
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:2383
195
  #, php-format
196
  msgid ""
197
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -199,14 +199,14 @@ msgid ""
199
  "target=\"_blank\">here</a>"
200
  msgstr ""
201
 
202
- #: ../super_socializer.php:2383 ../super_socializer.php:2408
203
- #: ../super_socializer.php:2433 ../super_socializer.php:2458
204
- #: ../super_socializer.php:2491 ../super_socializer.php:2519
205
- #: ../super_socializer.php:2546
206
  msgid "Okay"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:2408
210
  #, php-format
211
  msgid ""
212
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -214,7 +214,7 @@ msgid ""
214
  "\">here</a>"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:2433
218
  #, php-format
219
  msgid ""
220
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -222,7 +222,7 @@ msgid ""
222
  "target=\"_blank\">here</a>"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:2458
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -230,13 +230,13 @@ msgid ""
230
  "target=\"_blank\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:2469
234
  #, php-format
235
  msgid ""
236
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
237
  msgstr ""
238
 
239
- #: ../super_socializer.php:2491
240
  #, php-format
241
  msgid ""
242
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -244,7 +244,7 @@ msgid ""
244
  "\"%s\" target=\"_blank\">here</a>"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:2519
248
  #, php-format
249
  msgid ""
250
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -253,7 +253,7 @@ msgid ""
253
  "your website %s with them. No need to copy-paste any code from their website."
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:2546
257
  #, php-format
258
  msgid ""
259
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -261,7 +261,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:2571
265
  #, php-format
266
  msgid ""
267
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -269,11 +269,11 @@ msgid ""
269
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:2571 ../super_socializer.php:2598
273
  msgid "Dismiss"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:2597
277
  #, php-format
278
  msgid ""
279
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -282,130 +282,126 @@ msgid ""
282
  "that, clear share counts cache from \"Miscellaneous\" section"
283
  msgstr ""
284
 
285
- #: ../super_socializer.php:2797
286
  msgid ""
287
  "Your browser is blocking some features of this website. Please follow the "
288
  "instructions at {support_url} to unblock these."
289
  msgstr ""
290
 
291
- #: ../helper.php:8
292
  msgid "Settings saved"
293
  msgstr ""
294
 
295
- #: ../helper.php:8 ../admin/social_sharing.php:49
296
- msgid "Dismiss this notice"
297
- msgstr ""
298
-
299
- #: ../helper.php:174
300
  msgid "Click to toggle help"
301
  msgstr ""
302
 
303
- #: ../helper.php:271
304
  msgid "Add-Ons"
305
  msgstr ""
306
 
307
- #: ../helper.php:272
308
  msgid "Support Documentation"
309
  msgstr ""
310
 
311
- #: ../helper.php:273
312
  msgid "Settings"
313
  msgstr ""
314
 
315
- #: ../helper.php:556
316
  msgid "Account linked successfully"
317
  msgstr ""
318
 
319
- #: ../helper.php:560
320
  msgid "Account already exists or linked"
321
  msgstr ""
322
 
323
- #: ../helper.php:596 ../helper.php:598
324
  msgid "Login with"
325
  msgstr ""
326
 
327
- #: ../helper.php:633 ../helper.php:639
328
  msgid "Currently"
329
  msgstr ""
330
 
331
- #: ../helper.php:633 ../helper.php:639
332
  msgid "Connected with"
333
  msgstr ""
334
 
335
- #: ../helper.php:633 ../helper.php:639
336
  msgid "Remove"
337
  msgstr ""
338
 
339
- #: ../helper.php:710
340
  msgid "Social Account Linking"
341
  msgstr ""
342
 
343
- #: ../helper.php:760
344
  msgid "Disable Standard Social Sharing on this "
345
  msgstr ""
346
 
347
- #: ../helper.php:765
348
  msgid "Disable Floating Social Sharing on this "
349
  msgstr ""
350
 
351
- #: ../helper.php:770
352
  msgid "Disable Standard like buttons on this "
353
  msgstr ""
354
 
355
- #: ../helper.php:775
356
  msgid "Disable Floating like buttons on this "
357
  msgstr ""
358
 
359
- #: ../helper.php:780
360
  msgid "Disable Social Commenting on this "
361
  msgstr ""
362
 
363
- #: ../helper.php:789
364
  msgid "Standard Sharing Interface"
365
  msgstr ""
366
 
367
- #: ../helper.php:795 ../helper.php:814
368
  msgid "Starting share count for "
369
  msgstr ""
370
 
371
- #: ../helper.php:808
372
  msgid "Floating Sharing Interface"
373
  msgstr ""
374
 
375
- #: ../helper.php:911
376
  msgid "Small Avatar"
377
  msgstr ""
378
 
379
- #: ../helper.php:915
380
  msgid "Large Avatar"
381
  msgstr ""
382
 
383
- #: ../helper.php:919 ../admin/general_options.php:89
384
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
385
- #: ../admin/social_login.php:1587 ../admin/like_buttons.php:780
386
  msgid "Save Changes"
387
  msgstr ""
388
 
389
- #: ../helper.php:1012
390
  msgid "Click to delete social profile data"
391
  msgstr ""
392
 
393
- #: ../helper.php:1041
394
  msgid "Deleting"
395
  msgstr ""
396
 
397
- #: ../helper.php:1051
398
  msgid "Deleted"
399
  msgstr ""
400
 
401
- #: ../helper.php:1053
402
  msgid "Something bad happened"
403
  msgstr ""
404
 
405
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
406
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
407
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
408
- #: ../admin/social_login.php:5 ../admin/social_login.php:1591
409
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
410
  #, php-format
411
  msgid ""
@@ -451,13 +447,13 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
451
  msgstr ""
452
 
453
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
454
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1597
455
  #: ../admin/like_buttons.php:790
456
  msgid "Instagram Shoutout"
457
  msgstr ""
458
 
459
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
460
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1599
461
  #: ../admin/like_buttons.php:792
462
  msgid ""
463
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -567,6 +563,10 @@ msgid ""
567
  "Facebook share count to work"
568
  msgstr ""
569
 
 
 
 
 
570
  #: ../admin/social_sharing.php:56
571
  msgid "Theme Selection"
572
  msgstr ""
@@ -589,7 +589,7 @@ msgstr ""
589
 
590
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
591
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
592
- #: ../admin/social_login.php:1553 ../admin/like_buttons.php:50
593
  #: ../admin/like_buttons.php:751
594
  msgid "Shortcode & Widget"
595
  msgstr ""
@@ -600,7 +600,7 @@ msgstr ""
600
 
601
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
602
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
603
- #: ../admin/social_login.php:46 ../admin/social_login.php:1567
604
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
605
  msgid "FAQ"
606
  msgstr ""
@@ -820,8 +820,8 @@ msgstr ""
820
  msgid "Url to share"
821
  msgstr ""
822
 
823
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:838
824
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:105
825
  #: ../inc/widget.php:949
826
  msgid "Title"
827
  msgstr ""
@@ -904,7 +904,7 @@ msgid "Placement"
904
  msgstr ""
905
 
906
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
907
- #: ../admin/social_login.php:1155 ../admin/social_login.php:1184
908
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
909
  msgid "Homepage"
910
  msgstr ""
@@ -1140,7 +1140,7 @@ msgstr ""
1140
  msgid "Required only to track Facebook share count"
1141
  msgstr ""
1142
 
1143
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:177
1144
  msgid "Facebook App ID"
1145
  msgstr ""
1146
 
@@ -1151,7 +1151,7 @@ msgid ""
1151
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1152
  msgstr ""
1153
 
1154
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:198
1155
  msgid "Facebook App Secret"
1156
  msgstr ""
1157
 
@@ -1319,7 +1319,7 @@ msgid ""
1319
  msgstr ""
1320
 
1321
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1322
- #: ../admin/social_login.php:1569
1323
  msgid ""
1324
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1325
  "an online website for the plugin to function properly."
@@ -1373,7 +1373,7 @@ msgid ""
1373
  msgstr ""
1374
 
1375
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1376
- #: ../admin/social_login.php:1576
1377
  msgid "Why is my browser blocking some features of the plugin?"
1378
  msgstr ""
1379
 
@@ -1656,11 +1656,11 @@ msgstr ""
1656
  msgid "Advanced Configuration"
1657
  msgstr ""
1658
 
1659
- #: ../admin/social_login.php:41 ../admin/social_login.php:1353
1660
  msgid "GDPR"
1661
  msgstr ""
1662
 
1663
- #: ../admin/social_login.php:43 ../admin/social_login.php:1504
1664
  msgid "XProfile Integration"
1665
  msgstr ""
1666
 
@@ -1746,97 +1746,114 @@ msgid "Twitch"
1746
  msgstr ""
1747
 
1748
  #: ../admin/social_login.php:158
1749
- msgid "Github"
1750
  msgstr ""
1751
 
1752
  #: ../admin/social_login.php:162
1753
- msgid "Kakao"
 
 
 
 
1754
  msgstr ""
1755
 
1756
  #: ../admin/social_login.php:170
 
 
 
 
 
 
 
 
 
 
 
 
1757
  msgid "Select Social ID provider to enable in Social Login"
1758
  msgstr ""
1759
 
1760
- #: ../admin/social_login.php:187
1761
  #, php-format
1762
  msgid ""
1763
  "Required for Facebook Social Login to work. Please follow the documentation "
1764
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1765
  msgstr ""
1766
 
1767
- #: ../admin/social_login.php:189 ../admin/social_login.php:210
1768
  msgid ""
1769
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1770
  msgstr ""
1771
 
1772
- #: ../admin/social_login.php:208
1773
  #, php-format
1774
  msgid ""
1775
  "Required for Facebook Social Login to work. Please follow the documentation "
1776
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1777
  msgstr ""
1778
 
1779
- #: ../admin/social_login.php:219
1780
  msgid "Twitter API Key"
1781
  msgstr ""
1782
 
1783
- #: ../admin/social_login.php:229
1784
  #, php-format
1785
  msgid ""
1786
  "Required for Twitter Social Login to work. Please follow the documentation "
1787
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1788
  msgstr ""
1789
 
1790
- #: ../admin/social_login.php:231 ../admin/social_login.php:256
1791
  msgid ""
1792
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1793
  msgstr ""
1794
 
1795
- #: ../admin/social_login.php:235 ../admin/social_login.php:260
1796
- #: ../admin/social_login.php:448 ../admin/social_login.php:468
1797
- #: ../admin/social_login.php:669 ../admin/social_login.php:689
1798
- #: ../admin/social_login.php:710 ../admin/social_login.php:730
1799
- #: ../admin/social_login.php:753 ../admin/social_login.php:773
1800
- #: ../admin/social_login.php:795 ../admin/social_login.php:815
 
1801
  msgid ""
1802
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1803
  "link"
1804
  msgstr ""
1805
 
1806
- #: ../admin/social_login.php:244
1807
  msgid "Twitter API Secret"
1808
  msgstr ""
1809
 
1810
- #: ../admin/social_login.php:254
1811
  #, php-format
1812
  msgid ""
1813
  "Required for Twitter Social Login to work. Please follow the documentation "
1814
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1815
  msgstr ""
1816
 
1817
- #: ../admin/social_login.php:269
1818
  msgid "LinkedIn Client ID"
1819
  msgstr ""
1820
 
1821
- #: ../admin/social_login.php:279
1822
  #, php-format
1823
  msgid ""
1824
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1825
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1826
  msgstr ""
1827
 
1828
- #: ../admin/social_login.php:281 ../admin/social_login.php:302
1829
- #: ../admin/social_login.php:488 ../admin/social_login.php:508
1830
  msgid ""
1831
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1832
  "the link"
1833
  msgstr ""
1834
 
1835
- #: ../admin/social_login.php:290
1836
  msgid "LinkedIn Client Secret"
1837
  msgstr ""
1838
 
1839
- #: ../admin/social_login.php:300
1840
  #, php-format
1841
  msgid ""
1842
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1844,39 +1861,39 @@ msgid ""
1844
  "Secret"
1845
  msgstr ""
1846
 
1847
- #: ../admin/social_login.php:311
1848
  msgid "Google Client ID"
1849
  msgstr ""
1850
 
1851
- #: ../admin/social_login.php:321
1852
  #, php-format
1853
  msgid ""
1854
  "Required for Google Social Login to work. Please follow the documentation at "
1855
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
1856
  msgstr ""
1857
 
1858
- #: ../admin/social_login.php:323 ../admin/social_login.php:344
1859
  msgid ""
1860
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1861
  "mentioned at the link"
1862
  msgstr ""
1863
 
1864
- #: ../admin/social_login.php:332
1865
  msgid "Google Client Secret"
1866
  msgstr ""
1867
 
1868
- #: ../admin/social_login.php:342
1869
  #, php-format
1870
  msgid ""
1871
  "Required for Google Social Login to work. Please follow the documentation at "
1872
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
1873
  msgstr ""
1874
 
1875
- #: ../admin/social_login.php:353
1876
  msgid "Vkontakte Application ID"
1877
  msgstr ""
1878
 
1879
- #: ../admin/social_login.php:363 ../admin/social_login.php:384
1880
  #, php-format
1881
  msgid ""
1882
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1884,82 +1901,82 @@ msgid ""
1884
  "Application ID"
1885
  msgstr ""
1886
 
1887
- #: ../admin/social_login.php:365 ../admin/social_login.php:386
1888
  msgid ""
1889
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1890
  "link"
1891
  msgstr ""
1892
 
1893
- #: ../admin/social_login.php:374
1894
  msgid "Vkontakte Secure key"
1895
  msgstr ""
1896
 
1897
- #: ../admin/social_login.php:395
1898
  msgid "Instagram App ID"
1899
  msgstr ""
1900
 
1901
- #: ../admin/social_login.php:405
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 ID"
1906
  msgstr ""
1907
 
1908
- #: ../admin/social_login.php:407 ../admin/social_login.php:428
1909
  msgid ""
1910
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1911
  "mentioned at the link"
1912
  msgstr ""
1913
 
1914
- #: ../admin/social_login.php:416
1915
  msgid "Instagram App Secret"
1916
  msgstr ""
1917
 
1918
- #: ../admin/social_login.php:426
1919
  #, php-format
1920
  msgid ""
1921
  "Required for Instagram Social Login to work. Please follow the documentation "
1922
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
1923
  msgstr ""
1924
 
1925
- #: ../admin/social_login.php:437
1926
  msgid "Line Channel ID"
1927
  msgstr ""
1928
 
1929
- #: ../admin/social_login.php:446
1930
  #, php-format
1931
  msgid ""
1932
  "Required for Line Social Login to work. Please follow the documentation at "
1933
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1934
  msgstr ""
1935
 
1936
- #: ../admin/social_login.php:457
1937
  msgid "Line Channel Secret"
1938
  msgstr ""
1939
 
1940
- #: ../admin/social_login.php:466
1941
  #, php-format
1942
  msgid ""
1943
  "Required for Line Social Login to work. Please follow the documentation at "
1944
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1945
  msgstr ""
1946
 
1947
- #: ../admin/social_login.php:477
1948
  msgid "Wordpress Client ID"
1949
  msgstr ""
1950
 
1951
- #: ../admin/social_login.php:486
1952
  #, php-format
1953
  msgid ""
1954
  "Required for Wordpress Social Login to work. Please follow the documentation "
1955
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Wordpress Client ID"
1956
  msgstr ""
1957
 
1958
- #: ../admin/social_login.php:497
1959
  msgid "Wordpress Client Secret"
1960
  msgstr ""
1961
 
1962
- #: ../admin/social_login.php:506
1963
  #, php-format
1964
  msgid ""
1965
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1967,29 +1984,30 @@ msgid ""
1967
  "Secret"
1968
  msgstr ""
1969
 
1970
- #: ../admin/social_login.php:517
1971
  msgid "Microsoft Client ID"
1972
  msgstr ""
1973
 
1974
- #: ../admin/social_login.php:526
1975
  #, php-format
1976
  msgid ""
1977
  "Required for Live Social Login to work. Please follow the documentation at "
1978
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1979
  msgstr ""
1980
 
1981
- #: ../admin/social_login.php:528 ../admin/social_login.php:548
1982
- #: ../admin/social_login.php:627 ../admin/social_login.php:647
 
1983
  msgid ""
1984
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1985
  "the link"
1986
  msgstr ""
1987
 
1988
- #: ../admin/social_login.php:537
1989
  msgid "Microsoft Client Secret"
1990
  msgstr ""
1991
 
1992
- #: ../admin/social_login.php:546
1993
  #, php-format
1994
  msgid ""
1995
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1997,65 +2015,65 @@ msgid ""
1997
  "Secret key"
1998
  msgstr ""
1999
 
2000
- #: ../admin/social_login.php:556
2001
  msgid "Steam API Key"
2002
  msgstr ""
2003
 
2004
- #: ../admin/social_login.php:565
2005
  #, php-format
2006
  msgid ""
2007
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2008
  "\"_blank\">this link</a>"
2009
  msgstr ""
2010
 
2011
- #: ../admin/social_login.php:566
2012
  msgid "Save following <strong>domain</strong> to get the key"
2013
  msgstr ""
2014
 
2015
- #: ../admin/social_login.php:575
2016
  msgid "Yahoo Client ID"
2017
  msgstr ""
2018
 
2019
- #: ../admin/social_login.php:584
2020
  #, php-format
2021
  msgid ""
2022
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2023
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client ID"
2024
  msgstr ""
2025
 
2026
- #: ../admin/social_login.php:586 ../admin/social_login.php:606
2027
  msgid ""
2028
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2029
  "the link"
2030
  msgstr ""
2031
 
2032
- #: ../admin/social_login.php:595
2033
  msgid "Yahoo Client Secret"
2034
  msgstr ""
2035
 
2036
- #: ../admin/social_login.php:604
2037
  #, php-format
2038
  msgid ""
2039
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2040
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client Secret key"
2041
  msgstr ""
2042
 
2043
- #: ../admin/social_login.php:616
2044
  msgid "Spotify Client ID"
2045
  msgstr ""
2046
 
2047
- #: ../admin/social_login.php:625
2048
  #, php-format
2049
  msgid ""
2050
  "Required for Spotify Social Login to work. Please follow the documentation "
2051
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Spotify Client ID"
2052
  msgstr ""
2053
 
2054
- #: ../admin/social_login.php:636
2055
  msgid "Spotify Client Secret"
2056
  msgstr ""
2057
 
2058
- #: ../admin/social_login.php:645
2059
  #, php-format
2060
  msgid ""
2061
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -2063,22 +2081,22 @@ msgid ""
2063
  "Secret"
2064
  msgstr ""
2065
 
2066
- #: ../admin/social_login.php:658
2067
  msgid "Dribbble Client ID"
2068
  msgstr ""
2069
 
2070
- #: ../admin/social_login.php:667
2071
  #, php-format
2072
  msgid ""
2073
  "Required for Dribbble Social Login to work. Please follow the documentation "
2074
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dribbble Client ID"
2075
  msgstr ""
2076
 
2077
- #: ../admin/social_login.php:678
2078
  msgid "Dribbble Client Secret"
2079
  msgstr ""
2080
 
2081
- #: ../admin/social_login.php:687
2082
  #, php-format
2083
  msgid ""
2084
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -2086,292 +2104,394 @@ msgid ""
2086
  "Secret"
2087
  msgstr ""
2088
 
2089
- #: ../admin/social_login.php:699
2090
  msgid "Twitch Client ID"
2091
  msgstr ""
2092
 
2093
- #: ../admin/social_login.php:708
2094
  #, php-format
2095
  msgid ""
2096
  "Required for Twitch Social Login to work. Please follow the documentation at "
2097
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2098
  msgstr ""
2099
 
2100
- #: ../admin/social_login.php:719
2101
  msgid "Twitch Client Secret"
2102
  msgstr ""
2103
 
2104
- #: ../admin/social_login.php:728
2105
  #, php-format
2106
  msgid ""
2107
  "Required for Twitch Social Login to work. Please follow the documentation at "
2108
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client Secret"
2109
  msgstr ""
2110
 
2111
- #: ../admin/social_login.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2112
  msgid "Github Client ID"
2113
  msgstr ""
2114
 
2115
- #: ../admin/social_login.php:751
2116
  #, php-format
2117
  msgid ""
2118
  "Required for Github Social Login to work. Please follow the documentation at "
2119
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client ID"
2120
  msgstr ""
2121
 
2122
- #: ../admin/social_login.php:762
2123
  msgid "Github Client Secret"
2124
  msgstr ""
2125
 
2126
- #: ../admin/social_login.php:771
2127
  #, php-format
2128
  msgid ""
2129
  "Required for Github Social Login to work. Please follow the documentation at "
2130
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client Secret"
2131
  msgstr ""
2132
 
2133
- #: ../admin/social_login.php:784
2134
  msgid "Kakao Client ID"
2135
  msgstr ""
2136
 
2137
- #: ../admin/social_login.php:793
2138
  #, php-format
2139
  msgid ""
2140
  "Required for Kakao Social Login to work. Please follow the documentation at "
2141
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client ID"
2142
  msgstr ""
2143
 
2144
- #: ../admin/social_login.php:804
2145
  msgid "Kakao Client Secret"
2146
  msgstr ""
2147
 
2148
- #: ../admin/social_login.php:813
2149
  #, php-format
2150
  msgid ""
2151
  "Required for Kakao Social Login to work. Please follow the documentation at "
2152
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client Secret"
2153
  msgstr ""
2154
 
2155
- #: ../admin/social_login.php:833
2156
  msgid "Social Login Options"
2157
  msgstr ""
2158
 
2159
- #: ../admin/social_login.php:848
2160
  msgid "Text to display above the Social Login interface"
2161
  msgstr ""
2162
 
2163
- #: ../admin/social_login.php:856
2164
  msgid "Trigger social login in the same browser tab"
2165
  msgstr ""
2166
 
2167
- #: ../admin/social_login.php:866
2168
  msgid "Trigger social login in the same browser tab instead of a popup window"
2169
  msgstr ""
2170
 
2171
- #: ../admin/social_login.php:873
2172
  msgid "Center align icons"
2173
  msgstr ""
2174
 
2175
- #: ../admin/social_login.php:883
2176
  msgid "Center align social login icons"
2177
  msgstr ""
2178
 
2179
- #: ../admin/social_login.php:890
2180
  msgid "Enable at login page"
2181
  msgstr ""
2182
 
2183
- #: ../admin/social_login.php:900
2184
  msgid ""
2185
  "Social Login interface will get enabled at the login page of your website"
2186
  msgstr ""
2187
 
2188
- #: ../admin/social_login.php:907
2189
  msgid "Enable at register page"
2190
  msgstr ""
2191
 
2192
- #: ../admin/social_login.php:917
2193
  msgid ""
2194
  "Social Login interface will get enabled at the registration page of your "
2195
  "website"
2196
  msgstr ""
2197
 
2198
- #: ../admin/social_login.php:924
2199
  msgid "Enable at comment form"
2200
  msgstr ""
2201
 
2202
- #: ../admin/social_login.php:934
2203
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2204
  msgstr ""
2205
 
2206
- #: ../admin/social_login.php:948
2207
  msgid "Enable before WooCommerce Customer Login Form"
2208
  msgstr ""
2209
 
2210
- #: ../admin/social_login.php:958
2211
  msgid ""
2212
  "Social Login Interface will get enabled before the customer login form at "
2213
  "WooCommerce My Account page"
2214
  msgstr ""
2215
 
2216
- #: ../admin/social_login.php:965
2217
  msgid "Enable at WooCommerce Customer Login Form"
2218
  msgstr ""
2219
 
2220
- #: ../admin/social_login.php:975
2221
  msgid ""
2222
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2223
  "My Account page"
2224
  msgstr ""
2225
 
2226
- #: ../admin/social_login.php:982
2227
  msgid "Enable at WooCommerce Customer Register Form"
2228
  msgstr ""
2229
 
2230
- #: ../admin/social_login.php:992
2231
  msgid ""
2232
  "Integrate Social Login Interface with the customer register form at "
2233
  "WooCommerce My Account page"
2234
  msgstr ""
2235
 
2236
- #: ../admin/social_login.php:999
2237
  msgid "Enable at WooCommerce checkout page"
2238
  msgstr ""
2239
 
2240
- #: ../admin/social_login.php:1009
2241
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2242
  msgstr ""
2243
 
2244
- #: ../admin/social_login.php:1019
2245
  msgid "Auto-approve comments made by Social Login users"
2246
  msgstr ""
2247
 
2248
- #: ../admin/social_login.php:1029
2249
  msgid ""
2250
  "If this option is enabled, and WordPress comment is made by Social Login "
2251
  "user, comment will get approved immediately without keeping in moderation."
2252
  msgstr ""
2253
 
2254
- #: ../admin/social_login.php:1030
2255
  msgid "Note: This is not related to Facebook comments"
2256
  msgstr ""
2257
 
2258
- #: ../admin/social_login.php:1039
2259
  msgid "Enable social avatar"
2260
  msgstr ""
2261
 
2262
- #: ../admin/social_login.php:1049
2263
  msgid ""
2264
  "Social profile pictures of the logged in user will be displayed as profile "
2265
  "avatar"
2266
  msgstr ""
2267
 
2268
- #: ../admin/social_login.php:1058
2269
  msgid "Avatar quality"
2270
  msgstr ""
2271
 
2272
- #: ../admin/social_login.php:1061
2273
  msgid "Average"
2274
  msgstr ""
2275
 
2276
- #: ../admin/social_login.php:1062
2277
  msgid "Best"
2278
  msgstr ""
2279
 
2280
- #: ../admin/social_login.php:1069
2281
  msgid "Choose avatar quality"
2282
  msgstr ""
2283
 
2284
- #: ../admin/social_login.php:1077
2285
  msgid ""
2286
  "Show option for users to update social avatar at BuddyPress profile page"
2287
  msgstr ""
2288
 
2289
- #: ../admin/social_login.php:1087
2290
  msgid ""
2291
  "If enabled, users would be able to update their social avatar from \"Profile "
2292
  "photo\" section in BuddyPress profile at front-end"
2293
  msgstr ""
2294
 
2295
- #: ../admin/social_login.php:1107
2296
  msgid ""
2297
  "If enabled and Social ID provider does not provide user's email address on "
2298
  "login, user will be asked to provide his/her email address. Otherwise, a "
2299
  "dummy email will be generated"
2300
  msgstr ""
2301
 
2302
- #: ../admin/social_login.php:1115
2303
  msgid "Send post-registration email to user to set account password"
2304
  msgstr ""
2305
 
2306
- #: ../admin/social_login.php:1125
2307
  msgid ""
2308
  "If enabled, an email will be sent to user after registration through Social "
2309
  "Login, regarding his/her login credentials (username-password to be able to "
2310
  "login via traditional login form)"
2311
  msgstr ""
2312
 
2313
- #: ../admin/social_login.php:1132
2314
  msgid "Send new user registration notification email to admin"
2315
  msgstr ""
2316
 
2317
- #: ../admin/social_login.php:1142
2318
  msgid ""
2319
  "If enabled, an email will be sent to admin after new user registers through "
2320
  "Social Login, notifying admin about the new user registration"
2321
  msgstr ""
2322
 
2323
- #: ../admin/social_login.php:1149
2324
  msgid "Login redirection"
2325
  msgstr ""
2326
 
2327
- #: ../admin/social_login.php:1153
2328
  msgid "Same page where user logged in"
2329
  msgstr ""
2330
 
2331
- #: ../admin/social_login.php:1157 ../admin/social_login.php:1186
2332
  msgid "Account dashboard"
2333
  msgstr ""
2334
 
2335
- #: ../admin/social_login.php:1160 ../admin/social_login.php:1189
2336
  msgid "BuddyPress profile page"
2337
  msgstr ""
2338
 
2339
- #: ../admin/social_login.php:1163 ../admin/social_login.php:1192
2340
  msgid "Custom Url"
2341
  msgstr ""
2342
 
2343
- #: ../admin/social_login.php:1171
2344
  msgid "User will be redirected to the selected page after Social Login"
2345
  msgstr ""
2346
 
2347
- #: ../admin/social_login.php:1178
2348
  msgid "Registration redirection"
2349
  msgstr ""
2350
 
2351
- #: ../admin/social_login.php:1182
2352
  msgid "Same page from where user registered"
2353
  msgstr ""
2354
 
2355
- #: ../admin/social_login.php:1200
2356
  msgid ""
2357
  "User will be redirected to the selected page after registration (first "
2358
  "Social Login) through Social Login"
2359
  msgstr ""
2360
 
2361
- #: ../admin/social_login.php:1209
2362
  msgid "Social Account Linking Options"
2363
  msgstr ""
2364
 
2365
- #: ../admin/social_login.php:1224
2366
  msgid "Text to display above the Social Account Linking interface"
2367
  msgstr ""
2368
 
2369
- #: ../admin/social_login.php:1231
2370
  msgid ""
2371
  "Link social account to already existing account, if email address matches"
2372
  msgstr ""
2373
 
2374
- #: ../admin/social_login.php:1241
2375
  msgid ""
2376
  "If email address of the user's Social Account matches with an already "
2377
  "existing account at your website, that social account will be linked to "
@@ -2379,155 +2499,155 @@ msgid ""
2379
  "Linking interface at their profile page."
2380
  msgstr ""
2381
 
2382
- #: ../admin/social_login.php:1249
2383
  msgid "Enable social account linking at BuddyPress profile page"
2384
  msgstr ""
2385
 
2386
- #: ../admin/social_login.php:1259
2387
  msgid ""
2388
  "Enable this option to show social account linking interface at BuddyPress "
2389
  "profile page"
2390
  msgstr ""
2391
 
2392
- #: ../admin/social_login.php:1270
2393
  msgid "Email popup options"
2394
  msgstr ""
2395
 
2396
- #: ../admin/social_login.php:1275
2397
  msgid "Text on 'Email required' popup"
2398
  msgstr ""
2399
 
2400
- #: ../admin/social_login.php:1285
2401
  msgid ""
2402
  "This text will be displayed on email required popup. Leave empty if not "
2403
  "required."
2404
  msgstr ""
2405
 
2406
- #: ../admin/social_login.php:1293
2407
  msgid "Error message for 'Email required' popup"
2408
  msgstr ""
2409
 
2410
- #: ../admin/social_login.php:1303
2411
  msgid ""
2412
  "This message will be displayed to user if it provides invalid or already "
2413
  "registered email"
2414
  msgstr ""
2415
 
2416
- #: ../admin/social_login.php:1311
2417
  msgid "Email popup height"
2418
  msgstr ""
2419
 
2420
- #: ../admin/social_login.php:1321
2421
  msgid ""
2422
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2423
  "can increase the height of popup by specifying in this option. Leave empty "
2424
  "for default."
2425
  msgstr ""
2426
 
2427
- #: ../admin/social_login.php:1328
2428
  msgid "Enable email verification"
2429
  msgstr ""
2430
 
2431
- #: ../admin/social_login.php:1338
2432
  msgid ""
2433
  "If enabled, email provided by the user will be verified by sending a "
2434
  "confirmation link to that email. User would not be able to login without "
2435
  "verifying his/her email"
2436
  msgstr ""
2437
 
2438
- #: ../admin/social_login.php:1358
2439
  msgid "Enable GDPR opt-in"
2440
  msgstr ""
2441
 
2442
- #: ../admin/social_login.php:1368
2443
  msgid ""
2444
  "Enable it to show GDPR opt-in for social login and social account linking"
2445
  msgstr ""
2446
 
2447
- #: ../admin/social_login.php:1376
2448
  msgid "Placement of GDPR opt-in"
2449
  msgstr ""
2450
 
2451
- #: ../admin/social_login.php:1380
2452
  msgid "Above Social Login icons"
2453
  msgstr ""
2454
 
2455
- #: ../admin/social_login.php:1382
2456
  msgid "Below Social Login icons"
2457
  msgstr ""
2458
 
2459
- #: ../admin/social_login.php:1388
2460
  msgid "Placement of GDPR opt-in above or below the social login icons"
2461
  msgstr ""
2462
 
2463
- #: ../admin/social_login.php:1395
2464
  msgid "Opt-in text"
2465
  msgstr ""
2466
 
2467
- #: ../admin/social_login.php:1405
2468
  msgid "Text for the GDPR opt-in"
2469
  msgstr ""
2470
 
2471
- #: ../admin/social_login.php:1412
2472
  msgid "Text to link to Terms-Conditions page"
2473
  msgstr ""
2474
 
2475
- #: ../admin/social_login.php:1422
2476
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2477
  msgstr ""
2478
 
2479
- #: ../admin/social_login.php:1429
2480
  msgid "Terms-Conditions Url"
2481
  msgstr ""
2482
 
2483
- #: ../admin/social_login.php:1439
2484
  msgid "Url of the terms-conditions page of your website"
2485
  msgstr ""
2486
 
2487
- #: ../admin/social_login.php:1446
2488
  msgid "Text to link to Privacy Policy page"
2489
  msgstr ""
2490
 
2491
- #: ../admin/social_login.php:1456
2492
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2493
  msgstr ""
2494
 
2495
- #: ../admin/social_login.php:1463
2496
  msgid "Privacy Policy Url"
2497
  msgstr ""
2498
 
2499
- #: ../admin/social_login.php:1473
2500
  msgid "Url of the privacy policy page of your website"
2501
  msgstr ""
2502
 
2503
- #: ../admin/social_login.php:1524 ../inc/widget.php:260 ../inc/widget.php:438
2504
  #: ../inc/widget.php:602 ../inc/widget.php:750
2505
  msgid "Select"
2506
  msgstr ""
2507
 
2508
- #: ../admin/social_login.php:1555
2509
  msgid "Social Login Shortcode & Widget"
2510
  msgstr ""
2511
 
2512
- #: ../admin/social_login.php:1556
2513
  msgid "Social Linking Shortcode"
2514
  msgstr ""
2515
 
2516
- #: ../admin/social_login.php:1571
2517
  msgid "Why is social login not working?"
2518
  msgstr ""
2519
 
2520
- #: ../admin/social_login.php:1572
2521
  msgid ""
2522
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2523
  "belong to the same app"
2524
  msgstr ""
2525
 
2526
- #: ../admin/social_login.php:1574
2527
  msgid "Social Login not working with Varnish enabled"
2528
  msgstr ""
2529
 
2530
- #: ../admin/social_login.php:1575
2531
  msgid ""
2532
  "Why the user is not appearing logged in even after Social Login until the "
2533
  "webpage is refreshed manually?"
@@ -2715,27 +2835,27 @@ msgstr ""
2715
  msgid "Providers not selected"
2716
  msgstr ""
2717
 
2718
- #: ../inc/social_login.php:854
2719
  msgid "Email"
2720
  msgstr ""
2721
 
2722
- #: ../inc/social_login.php:855
2723
  msgid "Confirm email"
2724
  msgstr ""
2725
 
2726
- #: ../inc/social_login.php:857
2727
  msgid "Save"
2728
  msgstr ""
2729
 
2730
- #: ../inc/social_login.php:858
2731
  msgid "Cancel"
2732
  msgstr ""
2733
 
2734
- #: ../inc/social_login.php:932
2735
  msgid "Email Verification"
2736
  msgstr ""
2737
 
2738
- #: ../inc/social_login.php:934
2739
  msgid ""
2740
  "Please click on the following link or paste it in browser to verify your "
2741
  "email"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-27 15:38+0530\n"
6
+ "PO-Revision-Date: 2021-01-27 15:38+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:1570
19
  msgid ""
20
  "cURL is not enabled at your website server. Please contact your website "
21
  "server administrator to enable it."
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:1598
25
  #, php-format
26
  msgid ""
27
  "Enter exactly the following url in <strong>Website</strong> option in your "
28
  "Twitter app (see step 3 %s)"
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:1601
32
  #, php-format
33
  msgid ""
34
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
35
  "your Twitter app (see step 3 %s)"
36
  msgstr ""
37
 
38
+ #: ../super_socializer.php:1604
39
  msgid ""
40
  "Make sure cURL is enabled at your website server. You may need to contact "
41
  "the server administrator of your website to verify this"
42
  msgstr ""
43
 
44
+ #: ../super_socializer.php:1786 ../helper.php:986
45
  msgid "Please verify your email address to login."
46
  msgstr ""
47
 
48
+ #: ../super_socializer.php:1786
49
  msgid "Your email has been verified. Now you can login to your account"
50
  msgstr ""
51
 
52
+ #: ../super_socializer.php:1790
53
  msgid "Notification"
54
  msgstr ""
55
 
56
+ #: ../super_socializer.php:1808 ../admin/social_login.php:1280
57
  msgid "Email required"
58
  msgstr ""
59
 
60
+ #: ../super_socializer.php:1811
61
  msgid "Please check your email inbox to complete the registration."
62
  msgstr ""
63
 
64
+ #: ../super_socializer.php:1880
65
  msgid "Leave a reply"
66
  msgstr ""
67
 
68
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
69
  msgid "Shares"
70
  msgstr ""
71
 
72
+ #: ../super_socializer.php:1896 ../inc/social_sharing.php:241
73
  msgid "Share"
74
  msgstr ""
75
 
76
+ #: ../super_socializer.php:1896
77
  msgid "Link copied."
78
  msgstr ""
79
 
80
+ #: ../super_socializer.php:2141
81
  msgid "Super Socializer - General Options"
82
  msgstr ""
83
 
84
+ #: ../super_socializer.php:2141 ../admin/general_options.php:15
85
  #: ../admin/social_commenting.php:47
86
  msgid "General Options"
87
  msgstr ""
88
 
89
+ #: ../super_socializer.php:2209 ../helper.php:915
90
  msgid "Social Avatar"
91
  msgstr ""
92
 
93
+ #: ../super_socializer.php:2212
94
  msgid "Small Avatar Url"
95
  msgstr ""
96
 
97
+ #: ../super_socializer.php:2216
98
  msgid "Large Avatar Url"
99
  msgstr ""
100
 
101
+ #: ../super_socializer.php:2220 ../helper.php:918
102
  msgid ""
103
  "Do not fetch and update social avatar from my profile, next time I Social "
104
  "Login"
105
  msgstr ""
106
 
107
+ #: ../super_socializer.php:2224 ../helper.php:919
108
  msgid "Update social avatar, next time I Social Login"
109
  msgstr ""
110
 
111
+ #: ../super_socializer.php:2301
112
  msgid "Login with your Social ID"
113
  msgstr ""
114
 
115
+ #: ../super_socializer.php:2302
116
  msgid "Email you entered is already registered or invalid"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:2309
120
  msgid "Please enter a valid email address. You might be required to verify it"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:2313 ../super_socializer.php:3039
124
  msgid "Link your social account to login to your account at this website"
125
  msgstr ""
126
 
127
+ #: ../super_socializer.php:2561
128
  msgid "Thanks for installing Super Socializer plugin"
129
  msgstr ""
130
 
131
+ #: ../super_socializer.php:2563
132
  msgid "Configure the Plugin"
133
  msgstr ""
134
 
135
+ #: ../super_socializer.php:2574
136
  msgid ""
137
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
138
  "current version of Super Socializer"
139
  msgstr ""
140
 
141
+ #: ../super_socializer.php:2583
142
  msgid ""
143
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
144
  "version of Super Socializer"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:2592
148
  msgid ""
149
+ "Update \"Social Login Buttons\" add-on to version 1.2.6 or above for "
150
+ "compatibility with current version of Super Socializer"
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:2601
154
  msgid ""
155
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
156
  "with current version of Super Socializer"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:2610
160
  msgid ""
161
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
162
  "with current version of Super Socializer"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:2621
166
  #, php-format
167
  msgid ""
168
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
169
  msgstr ""
170
 
171
+ #: ../super_socializer.php:2630
172
  #, php-format
173
  msgid ""
174
  "To continue using Instagram login create a new Instagram App as described <a "
176
  "Instagram App Secret <a href=\"%s\">here</a>"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:2639 ../super_socializer.php:2648
180
  #, php-format
181
  msgid ""
182
  "To continue using bitly url shortener, login to your bit.ly account and "
185
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:2664
189
  #, php-format
190
  msgid ""
191
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:2688
195
  #, php-format
196
  msgid ""
197
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
199
  "target=\"_blank\">here</a>"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:2688 ../super_socializer.php:2713
203
+ #: ../super_socializer.php:2738 ../super_socializer.php:2763
204
+ #: ../super_socializer.php:2796 ../super_socializer.php:2824
205
+ #: ../super_socializer.php:2851
206
  msgid "Okay"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:2713
210
  #, php-format
211
  msgid ""
212
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
214
  "\">here</a>"
215
  msgstr ""
216
 
217
+ #: ../super_socializer.php:2738
218
  #, php-format
219
  msgid ""
220
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
222
  "target=\"_blank\">here</a>"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:2763
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
230
  "target=\"_blank\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:2774
234
  #, php-format
235
  msgid ""
236
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
237
  msgstr ""
238
 
239
+ #: ../super_socializer.php:2796
240
  #, php-format
241
  msgid ""
242
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
244
  "\"%s\" target=\"_blank\">here</a>"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:2824
248
  #, php-format
249
  msgid ""
250
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
253
  "your website %s with them. No need to copy-paste any code from their website."
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:2851
257
  #, php-format
258
  msgid ""
259
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:2876
265
  #, php-format
266
  msgid ""
267
  "If you cannot get Linkedin login to work after updating the plugin, replace "
269
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:2876 ../super_socializer.php:2903
273
  msgid "Dismiss"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:2902
277
  #, php-format
278
  msgid ""
279
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
282
  "that, clear share counts cache from \"Miscellaneous\" section"
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:3115
286
  msgid ""
287
  "Your browser is blocking some features of this website. Please follow the "
288
  "instructions at {support_url} to unblock these."
289
  msgstr ""
290
 
291
+ #: ../helper.php:7
292
  msgid "Settings saved"
293
  msgstr ""
294
 
295
+ #: ../helper.php:185
 
 
 
 
296
  msgid "Click to toggle help"
297
  msgstr ""
298
 
299
+ #: ../helper.php:282
300
  msgid "Add-Ons"
301
  msgstr ""
302
 
303
+ #: ../helper.php:283
304
  msgid "Support Documentation"
305
  msgstr ""
306
 
307
+ #: ../helper.php:284
308
  msgid "Settings"
309
  msgstr ""
310
 
311
+ #: ../helper.php:567
312
  msgid "Account linked successfully"
313
  msgstr ""
314
 
315
+ #: ../helper.php:571
316
  msgid "Account already exists or linked"
317
  msgstr ""
318
 
319
+ #: ../helper.php:607 ../helper.php:609
320
  msgid "Login with"
321
  msgstr ""
322
 
323
+ #: ../helper.php:644 ../helper.php:650
324
  msgid "Currently"
325
  msgstr ""
326
 
327
+ #: ../helper.php:644 ../helper.php:650
328
  msgid "Connected with"
329
  msgstr ""
330
 
331
+ #: ../helper.php:644 ../helper.php:650
332
  msgid "Remove"
333
  msgstr ""
334
 
335
+ #: ../helper.php:721
336
  msgid "Social Account Linking"
337
  msgstr ""
338
 
339
+ #: ../helper.php:771
340
  msgid "Disable Standard Social Sharing on this "
341
  msgstr ""
342
 
343
+ #: ../helper.php:776
344
  msgid "Disable Floating Social Sharing on this "
345
  msgstr ""
346
 
347
+ #: ../helper.php:781
348
  msgid "Disable Standard like buttons on this "
349
  msgstr ""
350
 
351
+ #: ../helper.php:786
352
  msgid "Disable Floating like buttons on this "
353
  msgstr ""
354
 
355
+ #: ../helper.php:791
356
  msgid "Disable Social Commenting on this "
357
  msgstr ""
358
 
359
+ #: ../helper.php:800
360
  msgid "Standard Sharing Interface"
361
  msgstr ""
362
 
363
+ #: ../helper.php:806 ../helper.php:825
364
  msgid "Starting share count for "
365
  msgstr ""
366
 
367
+ #: ../helper.php:819
368
  msgid "Floating Sharing Interface"
369
  msgstr ""
370
 
371
+ #: ../helper.php:922
372
  msgid "Small Avatar"
373
  msgstr ""
374
 
375
+ #: ../helper.php:926
376
  msgid "Large Avatar"
377
  msgstr ""
378
 
379
+ #: ../helper.php:930 ../admin/general_options.php:89
380
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
381
+ #: ../admin/social_login.php:1770 ../admin/like_buttons.php:780
382
  msgid "Save Changes"
383
  msgstr ""
384
 
385
+ #: ../helper.php:1023
386
  msgid "Click to delete social profile data"
387
  msgstr ""
388
 
389
+ #: ../helper.php:1052
390
  msgid "Deleting"
391
  msgstr ""
392
 
393
+ #: ../helper.php:1062
394
  msgid "Deleted"
395
  msgstr ""
396
 
397
+ #: ../helper.php:1064
398
  msgid "Something bad happened"
399
  msgstr ""
400
 
401
  #: ../admin/general_options.php:7 ../admin/general_options.php:93
402
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
403
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
404
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1774
405
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
406
  #, php-format
407
  msgid ""
447
  msgstr ""
448
 
449
  #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
450
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1780
451
  #: ../admin/like_buttons.php:790
452
  msgid "Instagram Shoutout"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
456
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1782
457
  #: ../admin/like_buttons.php:792
458
  msgid ""
459
  "If you can send (to hello@heateor.com) how this plugin is helping your "
563
  "Facebook share count to work"
564
  msgstr ""
565
 
566
+ #: ../admin/social_sharing.php:49
567
+ msgid "Dismiss this notice"
568
+ msgstr ""
569
+
570
  #: ../admin/social_sharing.php:56
571
  msgid "Theme Selection"
572
  msgstr ""
589
 
590
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
591
  #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
592
+ #: ../admin/social_login.php:1736 ../admin/like_buttons.php:50
593
  #: ../admin/like_buttons.php:751
594
  msgid "Shortcode & Widget"
595
  msgstr ""
600
 
601
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
602
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
603
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1750
604
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
605
  msgid "FAQ"
606
  msgstr ""
820
  msgid "Url to share"
821
  msgstr ""
822
 
823
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:1021
824
+ #: ../admin/social_login.php:1397 ../admin/like_buttons.php:105
825
  #: ../inc/widget.php:949
826
  msgid "Title"
827
  msgstr ""
904
  msgstr ""
905
 
906
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
907
+ #: ../admin/social_login.php:1338 ../admin/social_login.php:1367
908
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
909
  msgid "Homepage"
910
  msgstr ""
1140
  msgid "Required only to track Facebook share count"
1141
  msgstr ""
1142
 
1143
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:193
1144
  msgid "Facebook App ID"
1145
  msgstr ""
1146
 
1151
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1152
  msgstr ""
1153
 
1154
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:214
1155
  msgid "Facebook App Secret"
1156
  msgstr ""
1157
 
1319
  msgstr ""
1320
 
1321
  #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1322
+ #: ../admin/social_login.php:1752
1323
  msgid ""
1324
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1325
  "an online website for the plugin to function properly."
1373
  msgstr ""
1374
 
1375
  #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1376
+ #: ../admin/social_login.php:1759
1377
  msgid "Why is my browser blocking some features of the plugin?"
1378
  msgstr ""
1379
 
1656
  msgid "Advanced Configuration"
1657
  msgstr ""
1658
 
1659
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1536
1660
  msgid "GDPR"
1661
  msgstr ""
1662
 
1663
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1687
1664
  msgid "XProfile Integration"
1665
  msgstr ""
1666
 
1746
  msgstr ""
1747
 
1748
  #: ../admin/social_login.php:158
1749
+ msgid "Foursquare"
1750
  msgstr ""
1751
 
1752
  #: ../admin/social_login.php:162
1753
+ msgid "Dropbox"
1754
+ msgstr ""
1755
+
1756
+ #: ../admin/social_login.php:166
1757
+ msgid "Disqus"
1758
  msgstr ""
1759
 
1760
  #: ../admin/social_login.php:170
1761
+ msgid "Reddit"
1762
+ msgstr ""
1763
+
1764
+ #: ../admin/social_login.php:174
1765
+ msgid "Github"
1766
+ msgstr ""
1767
+
1768
+ #: ../admin/social_login.php:178
1769
+ msgid "Kakao"
1770
+ msgstr ""
1771
+
1772
+ #: ../admin/social_login.php:186
1773
  msgid "Select Social ID provider to enable in Social Login"
1774
  msgstr ""
1775
 
1776
+ #: ../admin/social_login.php:203
1777
  #, php-format
1778
  msgid ""
1779
  "Required for Facebook Social Login to work. Please follow the documentation "
1780
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1781
  msgstr ""
1782
 
1783
+ #: ../admin/social_login.php:205 ../admin/social_login.php:226
1784
  msgid ""
1785
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1786
  msgstr ""
1787
 
1788
+ #: ../admin/social_login.php:224
1789
  #, php-format
1790
  msgid ""
1791
  "Required for Facebook Social Login to work. Please follow the documentation "
1792
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1793
  msgstr ""
1794
 
1795
+ #: ../admin/social_login.php:235
1796
  msgid "Twitter API Key"
1797
  msgstr ""
1798
 
1799
+ #: ../admin/social_login.php:245
1800
  #, php-format
1801
  msgid ""
1802
  "Required for Twitter Social Login to work. Please follow the documentation "
1803
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1804
  msgstr ""
1805
 
1806
+ #: ../admin/social_login.php:247 ../admin/social_login.php:272
1807
  msgid ""
1808
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1809
  msgstr ""
1810
 
1811
+ #: ../admin/social_login.php:251 ../admin/social_login.php:276
1812
+ #: ../admin/social_login.php:464 ../admin/social_login.php:484
1813
+ #: ../admin/social_login.php:685 ../admin/social_login.php:705
1814
+ #: ../admin/social_login.php:726 ../admin/social_login.php:746
1815
+ #: ../admin/social_login.php:851 ../admin/social_login.php:871
1816
+ #: ../admin/social_login.php:936 ../admin/social_login.php:956
1817
+ #: ../admin/social_login.php:978 ../admin/social_login.php:998
1818
  msgid ""
1819
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1820
  "link"
1821
  msgstr ""
1822
 
1823
+ #: ../admin/social_login.php:260
1824
  msgid "Twitter API Secret"
1825
  msgstr ""
1826
 
1827
+ #: ../admin/social_login.php:270
1828
  #, php-format
1829
  msgid ""
1830
  "Required for Twitter Social Login to work. Please follow the documentation "
1831
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1832
  msgstr ""
1833
 
1834
+ #: ../admin/social_login.php:285
1835
  msgid "LinkedIn Client ID"
1836
  msgstr ""
1837
 
1838
+ #: ../admin/social_login.php:295
1839
  #, php-format
1840
  msgid ""
1841
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1842
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1843
  msgstr ""
1844
 
1845
+ #: ../admin/social_login.php:297 ../admin/social_login.php:318
1846
+ #: ../admin/social_login.php:504 ../admin/social_login.php:524
1847
  msgid ""
1848
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1849
  "the link"
1850
  msgstr ""
1851
 
1852
+ #: ../admin/social_login.php:306
1853
  msgid "LinkedIn Client Secret"
1854
  msgstr ""
1855
 
1856
+ #: ../admin/social_login.php:316
1857
  #, php-format
1858
  msgid ""
1859
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1861
  "Secret"
1862
  msgstr ""
1863
 
1864
+ #: ../admin/social_login.php:327
1865
  msgid "Google Client ID"
1866
  msgstr ""
1867
 
1868
+ #: ../admin/social_login.php:337
1869
  #, php-format
1870
  msgid ""
1871
  "Required for Google Social Login to work. Please follow the documentation at "
1872
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
1873
  msgstr ""
1874
 
1875
+ #: ../admin/social_login.php:339 ../admin/social_login.php:360
1876
  msgid ""
1877
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1878
  "mentioned at the link"
1879
  msgstr ""
1880
 
1881
+ #: ../admin/social_login.php:348
1882
  msgid "Google Client Secret"
1883
  msgstr ""
1884
 
1885
+ #: ../admin/social_login.php:358
1886
  #, php-format
1887
  msgid ""
1888
  "Required for Google Social Login to work. Please follow the documentation at "
1889
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
1890
  msgstr ""
1891
 
1892
+ #: ../admin/social_login.php:369
1893
  msgid "Vkontakte Application ID"
1894
  msgstr ""
1895
 
1896
+ #: ../admin/social_login.php:379 ../admin/social_login.php:400
1897
  #, php-format
1898
  msgid ""
1899
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1901
  "Application ID"
1902
  msgstr ""
1903
 
1904
+ #: ../admin/social_login.php:381 ../admin/social_login.php:402
1905
  msgid ""
1906
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1907
  "link"
1908
  msgstr ""
1909
 
1910
+ #: ../admin/social_login.php:390
1911
  msgid "Vkontakte Secure key"
1912
  msgstr ""
1913
 
1914
+ #: ../admin/social_login.php:411
1915
  msgid "Instagram App ID"
1916
  msgstr ""
1917
 
1918
+ #: ../admin/social_login.php:421
1919
  #, php-format
1920
  msgid ""
1921
  "Required for Instagram Social Login to work. Please follow the documentation "
1922
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
1923
  msgstr ""
1924
 
1925
+ #: ../admin/social_login.php:423 ../admin/social_login.php:444
1926
  msgid ""
1927
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1928
  "mentioned at the link"
1929
  msgstr ""
1930
 
1931
+ #: ../admin/social_login.php:432
1932
  msgid "Instagram App Secret"
1933
  msgstr ""
1934
 
1935
+ #: ../admin/social_login.php:442
1936
  #, php-format
1937
  msgid ""
1938
  "Required for Instagram Social Login to work. Please follow the documentation "
1939
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
1940
  msgstr ""
1941
 
1942
+ #: ../admin/social_login.php:453
1943
  msgid "Line Channel ID"
1944
  msgstr ""
1945
 
1946
+ #: ../admin/social_login.php:462
1947
  #, php-format
1948
  msgid ""
1949
  "Required for Line Social Login to work. Please follow the documentation at "
1950
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1951
  msgstr ""
1952
 
1953
+ #: ../admin/social_login.php:473
1954
  msgid "Line Channel Secret"
1955
  msgstr ""
1956
 
1957
+ #: ../admin/social_login.php:482
1958
  #, php-format
1959
  msgid ""
1960
  "Required for Line Social Login to work. Please follow the documentation at "
1961
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1962
  msgstr ""
1963
 
1964
+ #: ../admin/social_login.php:493
1965
  msgid "Wordpress Client ID"
1966
  msgstr ""
1967
 
1968
+ #: ../admin/social_login.php:502
1969
  #, php-format
1970
  msgid ""
1971
  "Required for Wordpress Social Login to work. Please follow the documentation "
1972
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Wordpress Client ID"
1973
  msgstr ""
1974
 
1975
+ #: ../admin/social_login.php:513
1976
  msgid "Wordpress Client Secret"
1977
  msgstr ""
1978
 
1979
+ #: ../admin/social_login.php:522
1980
  #, php-format
1981
  msgid ""
1982
  "Required for Wordpress Social Login to work. Please follow the documentation "
1984
  "Secret"
1985
  msgstr ""
1986
 
1987
+ #: ../admin/social_login.php:533
1988
  msgid "Microsoft Client ID"
1989
  msgstr ""
1990
 
1991
+ #: ../admin/social_login.php:542
1992
  #, php-format
1993
  msgid ""
1994
  "Required for Live Social Login to work. Please follow the documentation at "
1995
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1996
  msgstr ""
1997
 
1998
+ #: ../admin/social_login.php:544 ../admin/social_login.php:564
1999
+ #: ../admin/social_login.php:643 ../admin/social_login.php:663
2000
+ #: ../admin/social_login.php:808 ../admin/social_login.php:828
2001
  msgid ""
2002
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2003
  "the link"
2004
  msgstr ""
2005
 
2006
+ #: ../admin/social_login.php:553
2007
  msgid "Microsoft Client Secret"
2008
  msgstr ""
2009
 
2010
+ #: ../admin/social_login.php:562
2011
  #, php-format
2012
  msgid ""
2013
  "Required for Live Social Login to work. Please follow the documentation at "
2015
  "Secret key"
2016
  msgstr ""
2017
 
2018
+ #: ../admin/social_login.php:572
2019
  msgid "Steam API Key"
2020
  msgstr ""
2021
 
2022
+ #: ../admin/social_login.php:581
2023
  #, php-format
2024
  msgid ""
2025
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2026
  "\"_blank\">this link</a>"
2027
  msgstr ""
2028
 
2029
+ #: ../admin/social_login.php:582
2030
  msgid "Save following <strong>domain</strong> to get the key"
2031
  msgstr ""
2032
 
2033
+ #: ../admin/social_login.php:591
2034
  msgid "Yahoo Client ID"
2035
  msgstr ""
2036
 
2037
+ #: ../admin/social_login.php:600
2038
  #, php-format
2039
  msgid ""
2040
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2041
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client ID"
2042
  msgstr ""
2043
 
2044
+ #: ../admin/social_login.php:602 ../admin/social_login.php:622
2045
  msgid ""
2046
  "Paste following url in <strong>Redirect URI(s)</strong> option mentioned at "
2047
  "the link"
2048
  msgstr ""
2049
 
2050
+ #: ../admin/social_login.php:611
2051
  msgid "Yahoo Client Secret"
2052
  msgstr ""
2053
 
2054
+ #: ../admin/social_login.php:620
2055
  #, php-format
2056
  msgid ""
2057
  "Required for Yahoo Social Login to work. Please follow the documentation at "
2058
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client Secret key"
2059
  msgstr ""
2060
 
2061
+ #: ../admin/social_login.php:632
2062
  msgid "Spotify Client ID"
2063
  msgstr ""
2064
 
2065
+ #: ../admin/social_login.php:641
2066
  #, php-format
2067
  msgid ""
2068
  "Required for Spotify Social Login to work. Please follow the documentation "
2069
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Spotify Client ID"
2070
  msgstr ""
2071
 
2072
+ #: ../admin/social_login.php:652
2073
  msgid "Spotify Client Secret"
2074
  msgstr ""
2075
 
2076
+ #: ../admin/social_login.php:661
2077
  #, php-format
2078
  msgid ""
2079
  "Required for Spotify Social Login to work. Please follow the documentation "
2081
  "Secret"
2082
  msgstr ""
2083
 
2084
+ #: ../admin/social_login.php:674
2085
  msgid "Dribbble Client ID"
2086
  msgstr ""
2087
 
2088
+ #: ../admin/social_login.php:683
2089
  #, php-format
2090
  msgid ""
2091
  "Required for Dribbble Social Login to work. Please follow the documentation "
2092
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dribbble Client ID"
2093
  msgstr ""
2094
 
2095
+ #: ../admin/social_login.php:694
2096
  msgid "Dribbble Client Secret"
2097
  msgstr ""
2098
 
2099
+ #: ../admin/social_login.php:703
2100
  #, php-format
2101
  msgid ""
2102
  "Required for Dribbble Social Login to work. Please follow the documentation "
2104
  "Secret"
2105
  msgstr ""
2106
 
2107
+ #: ../admin/social_login.php:715
2108
  msgid "Twitch Client ID"
2109
  msgstr ""
2110
 
2111
+ #: ../admin/social_login.php:724
2112
  #, php-format
2113
  msgid ""
2114
  "Required for Twitch Social Login to work. Please follow the documentation at "
2115
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2116
  msgstr ""
2117
 
2118
+ #: ../admin/social_login.php:735
2119
  msgid "Twitch Client Secret"
2120
  msgstr ""
2121
 
2122
+ #: ../admin/social_login.php:744
2123
  #, php-format
2124
  msgid ""
2125
  "Required for Twitch Social Login to work. Please follow the documentation at "
2126
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client Secret"
2127
  msgstr ""
2128
 
2129
+ #: ../admin/social_login.php:757
2130
+ msgid "Foursquare Client ID"
2131
+ msgstr ""
2132
+
2133
+ #: ../admin/social_login.php:766
2134
+ #, php-format
2135
+ msgid ""
2136
+ "Required for Foursquare Social Login to work. Please follow the "
2137
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2138
+ "Foursquare Client ID"
2139
+ msgstr ""
2140
+
2141
+ #: ../admin/social_login.php:768 ../admin/social_login.php:788
2142
+ msgid ""
2143
+ "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
2144
+ "link"
2145
+ msgstr ""
2146
+
2147
+ #: ../admin/social_login.php:777
2148
+ msgid "Foursquare Client Secret"
2149
+ msgstr ""
2150
+
2151
+ #: ../admin/social_login.php:786
2152
+ #, php-format
2153
+ msgid ""
2154
+ "Required for Foursquare Social Login to work. Please follow the "
2155
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2156
+ "Foursquare Client Secret"
2157
+ msgstr ""
2158
+
2159
+ #: ../admin/social_login.php:797
2160
+ msgid "Dropbox App Key"
2161
+ msgstr ""
2162
+
2163
+ #: ../admin/social_login.php:806
2164
+ #, php-format
2165
+ msgid ""
2166
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2167
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
2168
+ msgstr ""
2169
+
2170
+ #: ../admin/social_login.php:817
2171
+ msgid "Dropbox App Secret"
2172
+ msgstr ""
2173
+
2174
+ #: ../admin/social_login.php:826
2175
+ #, php-format
2176
+ msgid ""
2177
+ "Required for Dropbox Social Login to work. Please follow the documentation "
2178
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
2179
+ msgstr ""
2180
+
2181
+ #: ../admin/social_login.php:840
2182
+ msgid "Disqus Public Key"
2183
+ msgstr ""
2184
+
2185
+ #: ../admin/social_login.php:849
2186
+ #, php-format
2187
+ msgid ""
2188
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2189
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
2190
+ msgstr ""
2191
+
2192
+ #: ../admin/social_login.php:860
2193
+ msgid "Disqus Secret Key"
2194
+ msgstr ""
2195
+
2196
+ #: ../admin/social_login.php:869
2197
+ #, php-format
2198
+ msgid ""
2199
+ "Required for Disqus Social Login to work. Please follow the documentation at "
2200
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
2201
+ msgstr ""
2202
+
2203
+ #: ../admin/social_login.php:882
2204
+ msgid "Reddit Client ID"
2205
+ msgstr ""
2206
+
2207
+ #: ../admin/social_login.php:891
2208
+ #, php-format
2209
+ msgid ""
2210
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2211
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
2212
+ msgstr ""
2213
+
2214
+ #: ../admin/social_login.php:893 ../admin/social_login.php:913
2215
+ msgid ""
2216
+ "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
2217
+ "link"
2218
+ msgstr ""
2219
+
2220
+ #: ../admin/social_login.php:902
2221
+ msgid "Reddit Client Secret"
2222
+ msgstr ""
2223
+
2224
+ #: ../admin/social_login.php:911
2225
+ #, php-format
2226
+ msgid ""
2227
+ "Required for Reddit Social Login to work. Please follow the documentation at "
2228
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
2229
+ msgstr ""
2230
+
2231
+ #: ../admin/social_login.php:925
2232
  msgid "Github Client ID"
2233
  msgstr ""
2234
 
2235
+ #: ../admin/social_login.php:934
2236
  #, php-format
2237
  msgid ""
2238
  "Required for Github Social Login to work. Please follow the documentation at "
2239
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client ID"
2240
  msgstr ""
2241
 
2242
+ #: ../admin/social_login.php:945
2243
  msgid "Github Client Secret"
2244
  msgstr ""
2245
 
2246
+ #: ../admin/social_login.php:954
2247
  #, php-format
2248
  msgid ""
2249
  "Required for Github Social Login to work. Please follow the documentation at "
2250
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client Secret"
2251
  msgstr ""
2252
 
2253
+ #: ../admin/social_login.php:967
2254
  msgid "Kakao Client ID"
2255
  msgstr ""
2256
 
2257
+ #: ../admin/social_login.php:976
2258
  #, php-format
2259
  msgid ""
2260
  "Required for Kakao Social Login to work. Please follow the documentation at "
2261
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client ID"
2262
  msgstr ""
2263
 
2264
+ #: ../admin/social_login.php:987
2265
  msgid "Kakao Client Secret"
2266
  msgstr ""
2267
 
2268
+ #: ../admin/social_login.php:996
2269
  #, php-format
2270
  msgid ""
2271
  "Required for Kakao Social Login to work. Please follow the documentation at "
2272
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client Secret"
2273
  msgstr ""
2274
 
2275
+ #: ../admin/social_login.php:1016
2276
  msgid "Social Login Options"
2277
  msgstr ""
2278
 
2279
+ #: ../admin/social_login.php:1031
2280
  msgid "Text to display above the Social Login interface"
2281
  msgstr ""
2282
 
2283
+ #: ../admin/social_login.php:1039
2284
  msgid "Trigger social login in the same browser tab"
2285
  msgstr ""
2286
 
2287
+ #: ../admin/social_login.php:1049
2288
  msgid "Trigger social login in the same browser tab instead of a popup window"
2289
  msgstr ""
2290
 
2291
+ #: ../admin/social_login.php:1056
2292
  msgid "Center align icons"
2293
  msgstr ""
2294
 
2295
+ #: ../admin/social_login.php:1066
2296
  msgid "Center align social login icons"
2297
  msgstr ""
2298
 
2299
+ #: ../admin/social_login.php:1073
2300
  msgid "Enable at login page"
2301
  msgstr ""
2302
 
2303
+ #: ../admin/social_login.php:1083
2304
  msgid ""
2305
  "Social Login interface will get enabled at the login page of your website"
2306
  msgstr ""
2307
 
2308
+ #: ../admin/social_login.php:1090
2309
  msgid "Enable at register page"
2310
  msgstr ""
2311
 
2312
+ #: ../admin/social_login.php:1100
2313
  msgid ""
2314
  "Social Login interface will get enabled at the registration page of your "
2315
  "website"
2316
  msgstr ""
2317
 
2318
+ #: ../admin/social_login.php:1107
2319
  msgid "Enable at comment form"
2320
  msgstr ""
2321
 
2322
+ #: ../admin/social_login.php:1117
2323
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2324
  msgstr ""
2325
 
2326
+ #: ../admin/social_login.php:1131
2327
  msgid "Enable before WooCommerce Customer Login Form"
2328
  msgstr ""
2329
 
2330
+ #: ../admin/social_login.php:1141
2331
  msgid ""
2332
  "Social Login Interface will get enabled before the customer login form at "
2333
  "WooCommerce My Account page"
2334
  msgstr ""
2335
 
2336
+ #: ../admin/social_login.php:1148
2337
  msgid "Enable at WooCommerce Customer Login Form"
2338
  msgstr ""
2339
 
2340
+ #: ../admin/social_login.php:1158
2341
  msgid ""
2342
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2343
  "My Account page"
2344
  msgstr ""
2345
 
2346
+ #: ../admin/social_login.php:1165
2347
  msgid "Enable at WooCommerce Customer Register Form"
2348
  msgstr ""
2349
 
2350
+ #: ../admin/social_login.php:1175
2351
  msgid ""
2352
  "Integrate Social Login Interface with the customer register form at "
2353
  "WooCommerce My Account page"
2354
  msgstr ""
2355
 
2356
+ #: ../admin/social_login.php:1182
2357
  msgid "Enable at WooCommerce checkout page"
2358
  msgstr ""
2359
 
2360
+ #: ../admin/social_login.php:1192
2361
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2362
  msgstr ""
2363
 
2364
+ #: ../admin/social_login.php:1202
2365
  msgid "Auto-approve comments made by Social Login users"
2366
  msgstr ""
2367
 
2368
+ #: ../admin/social_login.php:1212
2369
  msgid ""
2370
  "If this option is enabled, and WordPress comment is made by Social Login "
2371
  "user, comment will get approved immediately without keeping in moderation."
2372
  msgstr ""
2373
 
2374
+ #: ../admin/social_login.php:1213
2375
  msgid "Note: This is not related to Facebook comments"
2376
  msgstr ""
2377
 
2378
+ #: ../admin/social_login.php:1222
2379
  msgid "Enable social avatar"
2380
  msgstr ""
2381
 
2382
+ #: ../admin/social_login.php:1232
2383
  msgid ""
2384
  "Social profile pictures of the logged in user will be displayed as profile "
2385
  "avatar"
2386
  msgstr ""
2387
 
2388
+ #: ../admin/social_login.php:1241
2389
  msgid "Avatar quality"
2390
  msgstr ""
2391
 
2392
+ #: ../admin/social_login.php:1244
2393
  msgid "Average"
2394
  msgstr ""
2395
 
2396
+ #: ../admin/social_login.php:1245
2397
  msgid "Best"
2398
  msgstr ""
2399
 
2400
+ #: ../admin/social_login.php:1252
2401
  msgid "Choose avatar quality"
2402
  msgstr ""
2403
 
2404
+ #: ../admin/social_login.php:1260
2405
  msgid ""
2406
  "Show option for users to update social avatar at BuddyPress profile page"
2407
  msgstr ""
2408
 
2409
+ #: ../admin/social_login.php:1270
2410
  msgid ""
2411
  "If enabled, users would be able to update their social avatar from \"Profile "
2412
  "photo\" section in BuddyPress profile at front-end"
2413
  msgstr ""
2414
 
2415
+ #: ../admin/social_login.php:1290
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 "
2419
  "dummy email will be generated"
2420
  msgstr ""
2421
 
2422
+ #: ../admin/social_login.php:1298
2423
  msgid "Send post-registration email to user to set account password"
2424
  msgstr ""
2425
 
2426
+ #: ../admin/social_login.php:1308
2427
  msgid ""
2428
  "If enabled, an email will be sent to user after registration through Social "
2429
  "Login, regarding his/her login credentials (username-password to be able to "
2430
  "login via traditional login form)"
2431
  msgstr ""
2432
 
2433
+ #: ../admin/social_login.php:1315
2434
  msgid "Send new user registration notification email to admin"
2435
  msgstr ""
2436
 
2437
+ #: ../admin/social_login.php:1325
2438
  msgid ""
2439
  "If enabled, an email will be sent to admin after new user registers through "
2440
  "Social Login, notifying admin about the new user registration"
2441
  msgstr ""
2442
 
2443
+ #: ../admin/social_login.php:1332
2444
  msgid "Login redirection"
2445
  msgstr ""
2446
 
2447
+ #: ../admin/social_login.php:1336
2448
  msgid "Same page where user logged in"
2449
  msgstr ""
2450
 
2451
+ #: ../admin/social_login.php:1340 ../admin/social_login.php:1369
2452
  msgid "Account dashboard"
2453
  msgstr ""
2454
 
2455
+ #: ../admin/social_login.php:1343 ../admin/social_login.php:1372
2456
  msgid "BuddyPress profile page"
2457
  msgstr ""
2458
 
2459
+ #: ../admin/social_login.php:1346 ../admin/social_login.php:1375
2460
  msgid "Custom Url"
2461
  msgstr ""
2462
 
2463
+ #: ../admin/social_login.php:1354
2464
  msgid "User will be redirected to the selected page after Social Login"
2465
  msgstr ""
2466
 
2467
+ #: ../admin/social_login.php:1361
2468
  msgid "Registration redirection"
2469
  msgstr ""
2470
 
2471
+ #: ../admin/social_login.php:1365
2472
  msgid "Same page from where user registered"
2473
  msgstr ""
2474
 
2475
+ #: ../admin/social_login.php:1383
2476
  msgid ""
2477
  "User will be redirected to the selected page after registration (first "
2478
  "Social Login) through Social Login"
2479
  msgstr ""
2480
 
2481
+ #: ../admin/social_login.php:1392
2482
  msgid "Social Account Linking Options"
2483
  msgstr ""
2484
 
2485
+ #: ../admin/social_login.php:1407
2486
  msgid "Text to display above the Social Account Linking interface"
2487
  msgstr ""
2488
 
2489
+ #: ../admin/social_login.php:1414
2490
  msgid ""
2491
  "Link social account to already existing account, if email address matches"
2492
  msgstr ""
2493
 
2494
+ #: ../admin/social_login.php:1424
2495
  msgid ""
2496
  "If email address of the user's Social Account matches with an already "
2497
  "existing account at your website, that social account will be linked to "
2499
  "Linking interface at their profile page."
2500
  msgstr ""
2501
 
2502
+ #: ../admin/social_login.php:1432
2503
  msgid "Enable social account linking at BuddyPress profile page"
2504
  msgstr ""
2505
 
2506
+ #: ../admin/social_login.php:1442
2507
  msgid ""
2508
  "Enable this option to show social account linking interface at BuddyPress "
2509
  "profile page"
2510
  msgstr ""
2511
 
2512
+ #: ../admin/social_login.php:1453
2513
  msgid "Email popup options"
2514
  msgstr ""
2515
 
2516
+ #: ../admin/social_login.php:1458
2517
  msgid "Text on 'Email required' popup"
2518
  msgstr ""
2519
 
2520
+ #: ../admin/social_login.php:1468
2521
  msgid ""
2522
  "This text will be displayed on email required popup. Leave empty if not "
2523
  "required."
2524
  msgstr ""
2525
 
2526
+ #: ../admin/social_login.php:1476
2527
  msgid "Error message for 'Email required' popup"
2528
  msgstr ""
2529
 
2530
+ #: ../admin/social_login.php:1486
2531
  msgid ""
2532
  "This message will be displayed to user if it provides invalid or already "
2533
  "registered email"
2534
  msgstr ""
2535
 
2536
+ #: ../admin/social_login.php:1494
2537
  msgid "Email popup height"
2538
  msgstr ""
2539
 
2540
+ #: ../admin/social_login.php:1504
2541
  msgid ""
2542
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2543
  "can increase the height of popup by specifying in this option. Leave empty "
2544
  "for default."
2545
  msgstr ""
2546
 
2547
+ #: ../admin/social_login.php:1511
2548
  msgid "Enable email verification"
2549
  msgstr ""
2550
 
2551
+ #: ../admin/social_login.php:1521
2552
  msgid ""
2553
  "If enabled, email provided by the user will be verified by sending a "
2554
  "confirmation link to that email. User would not be able to login without "
2555
  "verifying his/her email"
2556
  msgstr ""
2557
 
2558
+ #: ../admin/social_login.php:1541
2559
  msgid "Enable GDPR opt-in"
2560
  msgstr ""
2561
 
2562
+ #: ../admin/social_login.php:1551
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:1559
2568
  msgid "Placement of GDPR opt-in"
2569
  msgstr ""
2570
 
2571
+ #: ../admin/social_login.php:1563
2572
  msgid "Above Social Login icons"
2573
  msgstr ""
2574
 
2575
+ #: ../admin/social_login.php:1565
2576
  msgid "Below Social Login icons"
2577
  msgstr ""
2578
 
2579
+ #: ../admin/social_login.php:1571
2580
  msgid "Placement of GDPR opt-in above or below the social login icons"
2581
  msgstr ""
2582
 
2583
+ #: ../admin/social_login.php:1578
2584
  msgid "Opt-in text"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/social_login.php:1588
2588
  msgid "Text for the GDPR opt-in"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/social_login.php:1595
2592
  msgid "Text to link to Terms-Conditions page"
2593
  msgstr ""
2594
 
2595
+ #: ../admin/social_login.php:1605
2596
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2597
  msgstr ""
2598
 
2599
+ #: ../admin/social_login.php:1612
2600
  msgid "Terms-Conditions Url"
2601
  msgstr ""
2602
 
2603
+ #: ../admin/social_login.php:1622
2604
  msgid "Url of the terms-conditions page of your website"
2605
  msgstr ""
2606
 
2607
+ #: ../admin/social_login.php:1629
2608
  msgid "Text to link to Privacy Policy page"
2609
  msgstr ""
2610
 
2611
+ #: ../admin/social_login.php:1639
2612
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2613
  msgstr ""
2614
 
2615
+ #: ../admin/social_login.php:1646
2616
  msgid "Privacy Policy Url"
2617
  msgstr ""
2618
 
2619
+ #: ../admin/social_login.php:1656
2620
  msgid "Url of the privacy policy page of your website"
2621
  msgstr ""
2622
 
2623
+ #: ../admin/social_login.php:1707 ../inc/widget.php:260 ../inc/widget.php:438
2624
  #: ../inc/widget.php:602 ../inc/widget.php:750
2625
  msgid "Select"
2626
  msgstr ""
2627
 
2628
+ #: ../admin/social_login.php:1738
2629
  msgid "Social Login Shortcode & Widget"
2630
  msgstr ""
2631
 
2632
+ #: ../admin/social_login.php:1739
2633
  msgid "Social Linking Shortcode"
2634
  msgstr ""
2635
 
2636
+ #: ../admin/social_login.php:1754
2637
  msgid "Why is social login not working?"
2638
  msgstr ""
2639
 
2640
+ #: ../admin/social_login.php:1755
2641
  msgid ""
2642
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2643
  "belong to the same app"
2644
  msgstr ""
2645
 
2646
+ #: ../admin/social_login.php:1757
2647
  msgid "Social Login not working with Varnish enabled"
2648
  msgstr ""
2649
 
2650
+ #: ../admin/social_login.php:1758
2651
  msgid ""
2652
  "Why the user is not appearing logged in even after Social Login until the "
2653
  "webpage is refreshed manually?"
2835
  msgid "Providers not selected"
2836
  msgstr ""
2837
 
2838
+ #: ../inc/social_login.php:968
2839
  msgid "Email"
2840
  msgstr ""
2841
 
2842
+ #: ../inc/social_login.php:969
2843
  msgid "Confirm email"
2844
  msgstr ""
2845
 
2846
+ #: ../inc/social_login.php:971
2847
  msgid "Save"
2848
  msgstr ""
2849
 
2850
+ #: ../inc/social_login.php:972
2851
  msgid "Cancel"
2852
  msgstr ""
2853
 
2854
+ #: ../inc/social_login.php:1046
2855
  msgid "Email Verification"
2856
  msgstr ""
2857
 
2858
+ #: ../inc/social_login.php:1048
2859
  msgid ""
2860
  "Please click on the following link or paste it in browser to verify your "
2861
  "email"
library/Google/Auth/Abstract.php DELETED
@@ -1,36 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2010 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Abstract class for the Authentication in the API client
22
- * @author Chris Chabot <chabotc@google.com>
23
- *
24
- */
25
- abstract class Google_Auth_Abstract
26
- {
27
- /**
28
- * An utility function that first calls $this->auth->sign($request) and then
29
- * executes makeRequest() on that signed request. Used for when a request
30
- * should be authenticated
31
- * @param Google_Http_Request $request
32
- * @return Google_Http_Request $request
33
- */
34
- abstract public function authenticatedRequest(Google_Http_Request $request);
35
- abstract public function sign(Google_Http_Request $request);
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Auth/AppIdentity.php DELETED
@@ -1,120 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2014 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- /*
19
- * WARNING - this class depends on the Google App Engine PHP library
20
- * which is 5.3 and above only, so if you include this in a PHP 5.2
21
- * setup or one without 5.3 things will blow up.
22
- */
23
- use google\appengine\api\app_identity\AppIdentityService;
24
-
25
- require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
26
-
27
- /**
28
- * Authentication via the Google App Engine App Identity service.
29
- */
30
- class Google_Auth_AppIdentity extends Google_Auth_Abstract
31
- {
32
- const CACHE_PREFIX = "Google_Auth_AppIdentity::";
33
- private $key = null;
34
- private $client;
35
- private $token = false;
36
- private $tokenScopes = false;
37
-
38
- public function __construct(Google_Client $client, $config = null)
39
- {
40
- $this->client = $client;
41
- }
42
-
43
- /**
44
- * Retrieve an access token for the scopes supplied.
45
- */
46
- public function authenticateForScope($scopes)
47
- {
48
- if ($this->token && $this->tokenScopes == $scopes) {
49
- return $this->token;
50
- }
51
-
52
- $cacheKey = self::CACHE_PREFIX;
53
- if (is_string($scopes)) {
54
- $cacheKey .= $scopes;
55
- } else if (is_array($scopes)) {
56
- $cacheKey .= implode(":", $scopes);
57
- }
58
-
59
- $this->token = $this->client->getCache()->get($cacheKey);
60
- if (!$this->token) {
61
- $this->retrieveToken($scopes, $cacheKey);
62
- }
63
- else if ($this->token['expiration_time'] < time()) {
64
- $this->client->getCache()->delete($cacheKey);
65
- $this->retrieveToken($scopes, $cacheKey);
66
- }
67
-
68
- $this->tokenScopes = $scopes;
69
- return $this->token;
70
- }
71
-
72
- /**
73
- * Retrieve a new access token and store it in cache
74
- * @param mixed $scopes
75
- * @param string $cacheKey
76
- */
77
- private function retrieveToken($scopes, $cacheKey)
78
- {
79
- $this->token = AppIdentityService::getAccessToken($scopes);
80
- if ($this->token) {
81
- $this->client->getCache()->set(
82
- $cacheKey,
83
- $this->token
84
- );
85
- }
86
- }
87
-
88
- /**
89
- * Perform an authenticated / signed apiHttpRequest.
90
- * This function takes the apiHttpRequest, calls apiAuth->sign on it
91
- * (which can modify the request in what ever way fits the auth mechanism)
92
- * and then calls apiCurlIO::makeRequest on the signed request
93
- *
94
- * @param Google_Http_Request $request
95
- * @return Google_Http_Request The resulting HTTP response including the
96
- * responseHttpCode, responseHeaders and responseBody.
97
- */
98
- public function authenticatedRequest(Google_Http_Request $request)
99
- {
100
- $request = $this->sign($request);
101
- return $this->client->getIo()->makeRequest($request);
102
- }
103
-
104
- public function sign(Google_Http_Request $request)
105
- {
106
- if (!$this->token) {
107
- // No token, so nothing to do.
108
- return $request;
109
- }
110
-
111
- $this->client->getLogger()->debug('App Identity authentication');
112
-
113
- // Add the OAuth2 header to the request
114
- $request->setRequestHeaders(
115
- array('Authorization' => 'Bearer ' . $this->token['access_token'])
116
- );
117
-
118
- return $request;
119
- }
120
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Auth/AssertionCredentials.php DELETED
@@ -1,136 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2012 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Credentials object used for OAuth 2.0 Signed JWT assertion grants.
22
- *
23
- * @author Chirag Shah <chirags@google.com>
24
- */
25
- class Google_Auth_AssertionCredentials
26
- {
27
- const MAX_TOKEN_LIFETIME_SECS = 3600;
28
-
29
- public $serviceAccountName;
30
- public $scopes;
31
- public $privateKey;
32
- public $privateKeyPassword;
33
- public $assertionType;
34
- public $sub;
35
- /**
36
- * @deprecated
37
- * @link http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06
38
- */
39
- public $prn;
40
- private $useCache;
41
-
42
- /**
43
- * @param $serviceAccountName
44
- * @param $scopes array List of scopes
45
- * @param $privateKey
46
- * @param string $privateKeyPassword
47
- * @param string $assertionType
48
- * @param bool|string $sub The email address of the user for which the
49
- * application is requesting delegated access.
50
- * @param bool useCache Whether to generate a cache key and allow
51
- * automatic caching of the generated token.
52
- */
53
- public function __construct(
54
- $serviceAccountName,
55
- $scopes,
56
- $privateKey,
57
- $privateKeyPassword = 'notasecret',
58
- $assertionType = 'http://oauth.net/grant_type/jwt/1.0/bearer',
59
- $sub = false,
60
- $useCache = true
61
- ) {
62
- $this->serviceAccountName = $serviceAccountName;
63
- $this->scopes = is_string($scopes) ? $scopes : implode(' ', $scopes);
64
- $this->privateKey = $privateKey;
65
- $this->privateKeyPassword = $privateKeyPassword;
66
- $this->assertionType = $assertionType;
67
- $this->sub = $sub;
68
- $this->prn = $sub;
69
- $this->useCache = $useCache;
70
- }
71
-
72
- /**
73
- * Generate a unique key to represent this credential.
74
- * @return string
75
- */
76
- public function getCacheKey()
77
- {
78
- if (!$this->useCache) {
79
- return false;
80
- }
81
- $h = $this->sub;
82
- $h .= $this->assertionType;
83
- $h .= $this->privateKey;
84
- $h .= $this->scopes;
85
- $h .= $this->serviceAccountName;
86
- return md5($h);
87
- }
88
-
89
- public function generateAssertion()
90
- {
91
- $now = time();
92
-
93
- $jwtParams = array(
94
- 'aud' => Google_Auth_OAuth2::OAUTH2_TOKEN_URI,
95
- 'scope' => $this->scopes,
96
- 'iat' => $now,
97
- 'exp' => $now + self::MAX_TOKEN_LIFETIME_SECS,
98
- 'iss' => $this->serviceAccountName,
99
- );
100
-
101
- if ($this->sub !== false) {
102
- $jwtParams['sub'] = $this->sub;
103
- } else if ($this->prn !== false) {
104
- $jwtParams['prn'] = $this->prn;
105
- }
106
-
107
- return $this->makeSignedJwt($jwtParams);
108
- }
109
-
110
- /**
111
- * Creates a signed JWT.
112
- * @param array $payload
113
- * @return string The signed JWT.
114
- */
115
- private function makeSignedJwt($payload)
116
- {
117
- $header = array('typ' => 'JWT', 'alg' => 'RS256');
118
-
119
- $payload = json_encode($payload);
120
- // Handle some overzealous escaping in PHP json that seemed to cause some errors
121
- // with claimsets.
122
- $payload = str_replace('\/', '/', $payload);
123
-
124
- $segments = array(
125
- Google_Utils::urlSafeB64Encode(json_encode($header)),
126
- Google_Utils::urlSafeB64Encode($payload)
127
- );
128
-
129
- $signingInput = implode('.', $segments);
130
- $signer = new Google_Signer_P12($this->privateKey, $this->privateKeyPassword);
131
- $signature = $signer->sign($signingInput);
132
- $segments[] = Google_Utils::urlSafeB64Encode($signature);
133
-
134
- return implode(".", $segments);
135
- }
136
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Auth/Exception.php DELETED
@@ -1,22 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2013 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- class Google_Auth_Exception extends Google_Exception
21
- {
22
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Auth/LoginTicket.php DELETED
@@ -1,69 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2011 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Class to hold information about an authenticated login.
22
- *
23
- * @author Brian Eaton <beaton@google.com>
24
- */
25
- class Google_Auth_LoginTicket
26
- {
27
- const USER_ATTR = "sub";
28
-
29
- // Information from id token envelope.
30
- private $envelope;
31
-
32
- // Information from id token payload.
33
- private $payload;
34
-
35
- /**
36
- * Creates a user based on the supplied token.
37
- *
38
- * @param string $envelope Header from a verified authentication token.
39
- * @param string $payload Information from a verified authentication token.
40
- */
41
- public function __construct($envelope, $payload)
42
- {
43
- $this->envelope = $envelope;
44
- $this->payload = $payload;
45
- }
46
-
47
- /**
48
- * Returns the numeric identifier for the user.
49
- * @throws Google_Auth_Exception
50
- * @return
51
- */
52
- public function getUserId()
53
- {
54
- if (array_key_exists(self::USER_ATTR, $this->payload)) {
55
- return $this->payload[self::USER_ATTR];
56
- }
57
- throw new Google_Auth_Exception("No user_id in token");
58
- }
59
-
60
- /**
61
- * Returns attributes from the login ticket. This can contain
62
- * various information about the user session.
63
- * @return array
64
- */
65
- public function getAttributes()
66
- {
67
- return array("envelope" => $this->envelope, "payload" => $this->payload);
68
- }
69
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Auth/OAuth2.php DELETED
@@ -1,633 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2008 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Authentication class that deals with the OAuth 2 web-server authentication flow
22
- *
23
- * @author Chris Chabot <chabotc@google.com>
24
- * @author Chirag Shah <chirags@google.com>
25
- *
26
- */
27
- class Google_Auth_OAuth2 extends Google_Auth_Abstract
28
- {
29
- const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
30
- const OAUTH2_TOKEN_URI = 'https://accounts.google.com/o/oauth2/token';
31
- const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth';
32
- const CLOCK_SKEW_SECS = 300; // five minutes in seconds
33
- const AUTH_TOKEN_LIFETIME_SECS = 300; // five minutes in seconds
34
- const MAX_TOKEN_LIFETIME_SECS = 86400; // one day in seconds
35
- const OAUTH2_ISSUER = 'accounts.google.com';
36
-
37
- /** @var Google_Auth_AssertionCredentials $assertionCredentials */
38
- private $assertionCredentials;
39
-
40
- /**
41
- * @var string The state parameters for CSRF and other forgery protection.
42
- */
43
- private $state;
44
-
45
- /**
46
- * @var array The token bundle.
47
- */
48
- private $token = array();
49
-
50
- /**
51
- * @var Google_Client the base client
52
- */
53
- private $client;
54
-
55
- /**
56
- * Instantiates the class, but does not initiate the login flow, leaving it
57
- * to the discretion of the caller.
58
- */
59
- public function __construct(Google_Client $client)
60
- {
61
- $this->client = $client;
62
- }
63
-
64
- /**
65
- * Perform an authenticated / signed apiHttpRequest.
66
- * This function takes the apiHttpRequest, calls apiAuth->sign on it
67
- * (which can modify the request in what ever way fits the auth mechanism)
68
- * and then calls apiCurlIO::makeRequest on the signed request
69
- *
70
- * @param Google_Http_Request $request
71
- * @return Google_Http_Request The resulting HTTP response including the
72
- * responseHttpCode, responseHeaders and responseBody.
73
- */
74
- public function authenticatedRequest(Google_Http_Request $request)
75
- {
76
- $request = $this->sign($request);
77
- return $this->client->getIo()->makeRequest($request);
78
- }
79
-
80
- /**
81
- * @param string $code
82
- * @throws Google_Auth_Exception
83
- * @return string
84
- */
85
- public function authenticate($code)
86
- {
87
- if (strlen($code) == 0) {
88
- throw new Google_Auth_Exception("Invalid code");
89
- }
90
-
91
- // We got here from the redirect from a successful authorization grant,
92
- // fetch the access token
93
- $request = new Google_Http_Request(
94
- self::OAUTH2_TOKEN_URI,
95
- 'POST',
96
- array(),
97
- array(
98
- 'code' => $code,
99
- 'grant_type' => 'authorization_code',
100
- 'redirect_uri' => $this->client->getClassConfig($this, 'redirect_uri'),
101
- 'client_id' => $this->client->getClassConfig($this, 'client_id'),
102
- 'client_secret' => $this->client->getClassConfig($this, 'client_secret')
103
- )
104
- );
105
- $request->disableGzip();
106
- $response = $this->client->getIo()->makeRequest($request);
107
-
108
- if ($response->getResponseHttpCode() == 200) {
109
- $this->setAccessToken($response->getResponseBody());
110
- $this->token['created'] = time();
111
- return $this->getAccessToken();
112
- } else {
113
- $decodedResponse = json_decode($response->getResponseBody(), true);
114
- if ($decodedResponse != null && $decodedResponse['error']) {
115
- $errorText = $decodedResponse['error'];
116
- if (isset($decodedResponse['error_description'])) {
117
- $errorText .= ": " . $decodedResponse['error_description'];
118
- }
119
- }
120
- throw new Google_Auth_Exception(
121
- sprintf(
122
- "Error fetching OAuth2 access token, message: '%s'",
123
- $errorText
124
- ),
125
- $response->getResponseHttpCode()
126
- );
127
- }
128
- }
129
-
130
- /**
131
- * Create a URL to obtain user authorization.
132
- * The authorization endpoint allows the user to first
133
- * authenticate, and then grant/deny the access request.
134
- * @param string $scope The scope is expressed as a list of space-delimited strings.
135
- * @return string
136
- */
137
- public function createAuthUrl($scope)
138
- {
139
- $params = array(
140
- 'response_type' => 'code',
141
- 'redirect_uri' => $this->client->getClassConfig($this, 'redirect_uri'),
142
- 'client_id' => $this->client->getClassConfig($this, 'client_id'),
143
- 'scope' => $scope,
144
- 'access_type' => $this->client->getClassConfig($this, 'access_type'),
145
- );
146
-
147
- // Prefer prompt to approval prompt.
148
- if ($this->client->getClassConfig($this, 'prompt')) {
149
- $params = $this->maybeAddParam($params, 'prompt');
150
- } else {
151
- $params = $this->maybeAddParam($params, 'approval_prompt');
152
- }
153
- $params = $this->maybeAddParam($params, 'login_hint');
154
- $params = $this->maybeAddParam($params, 'hd');
155
- $params = $this->maybeAddParam($params, 'openid.realm');
156
- $params = $this->maybeAddParam($params, 'include_granted_scopes');
157
-
158
- // If the list of scopes contains plus.login, add request_visible_actions
159
- // to auth URL.
160
- $rva = $this->client->getClassConfig($this, 'request_visible_actions');
161
- if (strpos($scope, 'plus.login') && strlen($rva) > 0) {
162
- $params['request_visible_actions'] = $rva;
163
- }
164
-
165
- if (isset($this->state)) {
166
- $params['state'] = $this->state;
167
- }
168
-
169
- return self::OAUTH2_AUTH_URL . "?" . http_build_query($params, '', '&');
170
- }
171
-
172
- /**
173
- * @param string $token
174
- * @throws Google_Auth_Exception
175
- */
176
- public function setAccessToken($token)
177
- {
178
- $token = json_decode($token, true);
179
- if ($token == null) {
180
- throw new Google_Auth_Exception('Could not json decode the token');
181
- }
182
- if (! isset($token['access_token'])) {
183
- throw new Google_Auth_Exception("Invalid token format");
184
- }
185
- $this->token = $token;
186
- }
187
-
188
- public function getAccessToken()
189
- {
190
- return json_encode($this->token);
191
- }
192
-
193
- public function getRefreshToken()
194
- {
195
- if (array_key_exists('refresh_token', $this->token)) {
196
- return $this->token['refresh_token'];
197
- } else {
198
- return null;
199
- }
200
- }
201
-
202
- public function setState($state)
203
- {
204
- $this->state = $state;
205
- }
206
-
207
- public function setAssertionCredentials(Google_Auth_AssertionCredentials $creds)
208
- {
209
- $this->assertionCredentials = $creds;
210
- }
211
-
212
- /**
213
- * Include an accessToken in a given apiHttpRequest.
214
- * @param Google_Http_Request $request
215
- * @return Google_Http_Request
216
- * @throws Google_Auth_Exception
217
- */
218
- public function sign(Google_Http_Request $request)
219
- {
220
- // add the developer key to the request before signing it
221
- if ($this->client->getClassConfig($this, 'developer_key')) {
222
- $request->setQueryParam('key', $this->client->getClassConfig($this, 'developer_key'));
223
- }
224
-
225
- // Cannot sign the request without an OAuth access token.
226
- if (null == $this->token && null == $this->assertionCredentials) {
227
- return $request;
228
- }
229
-
230
- // Check if the token is set to expire in the next 30 seconds
231
- // (or has already expired).
232
- if ($this->isAccessTokenExpired()) {
233
- if ($this->assertionCredentials) {
234
- $this->refreshTokenWithAssertion();
235
- } else {
236
- $this->client->getLogger()->debug('OAuth2 access token expired');
237
- if (! array_key_exists('refresh_token', $this->token)) {
238
- $error = "The OAuth 2.0 access token has expired,"
239
- ." and a refresh token is not available. Refresh tokens"
240
- ." are not returned for responses that were auto-approved.";
241
-
242
- $this->client->getLogger()->error($error);
243
- throw new Google_Auth_Exception($error);
244
- }
245
- $this->refreshToken($this->token['refresh_token']);
246
- }
247
- }
248
-
249
- $this->client->getLogger()->debug('OAuth2 authentication');
250
-
251
- // Add the OAuth2 header to the request
252
- $request->setRequestHeaders(
253
- array('Authorization' => 'Bearer ' . $this->token['access_token'])
254
- );
255
-
256
- return $request;
257
- }
258
-
259
- /**
260
- * Fetches a fresh access token with the given refresh token.
261
- * @param string $refreshToken
262
- * @return void
263
- */
264
- public function refreshToken($refreshToken)
265
- {
266
- $this->refreshTokenRequest(
267
- array(
268
- 'client_id' => $this->client->getClassConfig($this, 'client_id'),
269
- 'client_secret' => $this->client->getClassConfig($this, 'client_secret'),
270
- 'refresh_token' => $refreshToken,
271
- 'grant_type' => 'refresh_token'
272
- )
273
- );
274
- }
275
-
276
- /**
277
- * Fetches a fresh access token with a given assertion token.
278
- * @param Google_Auth_AssertionCredentials $assertionCredentials optional.
279
- * @return void
280
- */
281
- public function refreshTokenWithAssertion($assertionCredentials = null)
282
- {
283
- if (!$assertionCredentials) {
284
- $assertionCredentials = $this->assertionCredentials;
285
- }
286
-
287
- $cacheKey = $assertionCredentials->getCacheKey();
288
-
289
- if ($cacheKey) {
290
- // We can check whether we have a token available in the
291
- // cache. If it is expired, we can retrieve a new one from
292
- // the assertion.
293
- $token = $this->client->getCache()->get($cacheKey);
294
- if ($token) {
295
- $this->setAccessToken($token);
296
- }
297
- if (!$this->isAccessTokenExpired()) {
298
- return;
299
- }
300
- }
301
-
302
- $this->client->getLogger()->debug('OAuth2 access token expired');
303
- $this->refreshTokenRequest(
304
- array(
305
- 'grant_type' => 'assertion',
306
- 'assertion_type' => $assertionCredentials->assertionType,
307
- 'assertion' => $assertionCredentials->generateAssertion(),
308
- )
309
- );
310
-
311
- if ($cacheKey) {
312
- // Attempt to cache the token.
313
- $this->client->getCache()->set(
314
- $cacheKey,
315
- $this->getAccessToken()
316
- );
317
- }
318
- }
319
-
320
- private function refreshTokenRequest($params)
321
- {
322
- if (isset($params['assertion'])) {
323
- $this->client->getLogger()->info(
324
- 'OAuth2 access token refresh with Signed JWT assertion grants.'
325
- );
326
- } else {
327
- $this->client->getLogger()->info('OAuth2 access token refresh');
328
- }
329
-
330
- $http = new Google_Http_Request(
331
- self::OAUTH2_TOKEN_URI,
332
- 'POST',
333
- array(),
334
- $params
335
- );
336
- $http->disableGzip();
337
- $request = $this->client->getIo()->makeRequest($http);
338
-
339
- $code = $request->getResponseHttpCode();
340
- $body = $request->getResponseBody();
341
- if (200 == $code) {
342
- $token = json_decode($body, true);
343
- if ($token == null) {
344
- throw new Google_Auth_Exception("Could not json decode the access token");
345
- }
346
-
347
- if (! isset($token['access_token']) || ! isset($token['expires_in'])) {
348
- throw new Google_Auth_Exception("Invalid token format");
349
- }
350
-
351
- if (isset($token['id_token'])) {
352
- $this->token['id_token'] = $token['id_token'];
353
- }
354
- $this->token['access_token'] = $token['access_token'];
355
- $this->token['expires_in'] = $token['expires_in'];
356
- $this->token['created'] = time();
357
- } else {
358
- throw new Google_Auth_Exception("Error refreshing the OAuth2 token, message: '$body'", $code);
359
- }
360
- }
361
-
362
- /**
363
- * Revoke an OAuth2 access token or refresh token. This method will revoke the current access
364
- * token, if a token isn't provided.
365
- * @throws Google_Auth_Exception
366
- * @param string|null $token The token (access token or a refresh token) that should be revoked.
367
- * @return boolean Returns True if the revocation was successful, otherwise False.
368
- */
369
- public function revokeToken($token = null)
370
- {
371
- if (!$token) {
372
- if (!$this->token) {
373
- // Not initialized, no token to actually revoke
374
- return false;
375
- } elseif (array_key_exists('refresh_token', $this->token)) {
376
- $token = $this->token['refresh_token'];
377
- } else {
378
- $token = $this->token['access_token'];
379
- }
380
- }
381
- $request = new Google_Http_Request(
382
- self::OAUTH2_REVOKE_URI,
383
- 'POST',
384
- array(),
385
- "token=$token"
386
- );
387
- $request->disableGzip();
388
- $response = $this->client->getIo()->makeRequest($request);
389
- $code = $response->getResponseHttpCode();
390
- if ($code == 200) {
391
- $this->token = null;
392
- return true;
393
- }
394
-
395
- return false;
396
- }
397
-
398
- /**
399
- * Returns if the access_token is expired.
400
- * @return bool Returns True if the access_token is expired.
401
- */
402
- public function isAccessTokenExpired()
403
- {
404
- if (!$this->token || !isset($this->token['created'])) {
405
- return true;
406
- }
407
-
408
- // If the token is set to expire in the next 30 seconds.
409
- $expired = ($this->token['created']
410
- + ($this->token['expires_in'] - 30)) < time();
411
-
412
- return $expired;
413
- }
414
-
415
- // Gets federated sign-on certificates to use for verifying identity tokens.
416
- // Returns certs as array structure, where keys are key ids, and values
417
- // are PEM encoded certificates.
418
- private function getFederatedSignOnCerts()
419
- {
420
- return $this->retrieveCertsFromLocation(
421
- $this->client->getClassConfig($this, 'federated_signon_certs_url')
422
- );
423
- }
424
-
425
- /**
426
- * Retrieve and cache a certificates file.
427
- *
428
- * @param $url string location
429
- * @throws Google_Auth_Exception
430
- * @return array certificates
431
- */
432
- public function retrieveCertsFromLocation($url)
433
- {
434
- // If we're retrieving a local file, just grab it.
435
- if ("http" != substr($url, 0, 4)) {
436
- $file = file_get_contents($url);
437
- if ($file) {
438
- return json_decode($file, true);
439
- } else {
440
- throw new Google_Auth_Exception(
441
- "Failed to retrieve verification certificates: '" .
442
- $url . "'."
443
- );
444
- }
445
- }
446
-
447
- // This relies on makeRequest caching certificate responses.
448
- $request = $this->client->getIo()->makeRequest(
449
- new Google_Http_Request(
450
- $url
451
- )
452
- );
453
- if ($request->getResponseHttpCode() == 200) {
454
- $certs = json_decode($request->getResponseBody(), true);
455
- if ($certs) {
456
- return $certs;
457
- }
458
- }
459
- throw new Google_Auth_Exception(
460
- "Failed to retrieve verification certificates: '" .
461
- $request->getResponseBody() . "'.",
462
- $request->getResponseHttpCode()
463
- );
464
- }
465
-
466
- /**
467
- * Verifies an id token and returns the authenticated apiLoginTicket.
468
- * Throws an exception if the id token is not valid.
469
- * The audience parameter can be used to control which id tokens are
470
- * accepted. By default, the id token must have been issued to this OAuth2 client.
471
- *
472
- * @param $id_token
473
- * @param $audience
474
- * @return Google_Auth_LoginTicket
475
- */
476
- public function verifyIdToken($id_token = null, $audience = null)
477
- {
478
- if (!$id_token) {
479
- $id_token = $this->token['id_token'];
480
- }
481
- $certs = $this->getFederatedSignonCerts();
482
- if (!$audience) {
483
- $audience = $this->client->getClassConfig($this, 'client_id');
484
- }
485
-
486
- return $this->verifySignedJwtWithCerts($id_token, $certs, $audience, self::OAUTH2_ISSUER);
487
- }
488
-
489
- /**
490
- * Verifies the id token, returns the verified token contents.
491
- *
492
- * @param $jwt string the token
493
- * @param $certs array of certificates
494
- * @param $required_audience string the expected consumer of the token
495
- * @param [$issuer] the expected issues, defaults to Google
496
- * @param [$max_expiry] the max lifetime of a token, defaults to MAX_TOKEN_LIFETIME_SECS
497
- * @throws Google_Auth_Exception
498
- * @return mixed token information if valid, false if not
499
- */
500
- public function verifySignedJwtWithCerts(
501
- $jwt,
502
- $certs,
503
- $required_audience,
504
- $issuer = null,
505
- $max_expiry = null
506
- ) {
507
- if (!$max_expiry) {
508
- // Set the maximum time we will accept a token for.
509
- $max_expiry = self::MAX_TOKEN_LIFETIME_SECS;
510
- }
511
-
512
- $segments = explode(".", $jwt);
513
- if (count($segments) != 3) {
514
- throw new Google_Auth_Exception("Wrong number of segments in token: $jwt");
515
- }
516
- $signed = $segments[0] . "." . $segments[1];
517
- $signature = Google_Utils::urlSafeB64Decode($segments[2]);
518
-
519
- // Parse envelope.
520
- $envelope = json_decode(Google_Utils::urlSafeB64Decode($segments[0]), true);
521
- if (!$envelope) {
522
- throw new Google_Auth_Exception("Can't parse token envelope: " . $segments[0]);
523
- }
524
-
525
- // Parse token
526
- $json_body = Google_Utils::urlSafeB64Decode($segments[1]);
527
- $payload = json_decode($json_body, true);
528
- if (!$payload) {
529
- throw new Google_Auth_Exception("Can't parse token payload: " . $segments[1]);
530
- }
531
-
532
- // Check signature
533
- $verified = false;
534
- foreach ($certs as $keyName => $pem) {
535
- $public_key = new Google_Verifier_Pem($pem);
536
- if ($public_key->verify($signed, $signature)) {
537
- $verified = true;
538
- break;
539
- }
540
- }
541
-
542
- if (!$verified) {
543
- throw new Google_Auth_Exception("Invalid token signature: $jwt");
544
- }
545
-
546
- // Check issued-at timestamp
547
- $iat = 0;
548
- if (array_key_exists("iat", $payload)) {
549
- $iat = $payload["iat"];
550
- }
551
- if (!$iat) {
552
- throw new Google_Auth_Exception("No issue time in token: $json_body");
553
- }
554
- $earliest = $iat - self::CLOCK_SKEW_SECS;
555
-
556
- // Check expiration timestamp
557
- $now = time();
558
- $exp = 0;
559
- if (array_key_exists("exp", $payload)) {
560
- $exp = $payload["exp"];
561
- }
562
- if (!$exp) {
563
- throw new Google_Auth_Exception("No expiration time in token: $json_body");
564
- }
565
- if ($exp >= $now + $max_expiry) {
566
- throw new Google_Auth_Exception(
567
- sprintf("Expiration time too far in future: %s", $json_body)
568
- );
569
- }
570
-
571
- $latest = $exp + self::CLOCK_SKEW_SECS;
572
- if ($now < $earliest) {
573
- throw new Google_Auth_Exception(
574
- sprintf(
575
- "Token used too early, %s < %s: %s",
576
- $now,
577
- $earliest,
578
- $json_body
579
- )
580
- );
581
- }
582
- if ($now > $latest) {
583
- throw new Google_Auth_Exception(
584
- sprintf(
585
- "Token used too late, %s > %s: %s",
586
- $now,
587
- $latest,
588
- $json_body
589
- )
590
- );
591
- }
592
-
593
- $iss = $payload['iss'];
594
- if ($issuer && $iss != $issuer) {
595
- throw new Google_Auth_Exception(
596
- sprintf(
597
- "Invalid issuer, %s != %s: %s",
598
- $iss,
599
- $issuer,
600
- $json_body
601
- )
602
- );
603
- }
604
-
605
- // Check audience
606
- $aud = $payload["aud"];
607
- if ($aud != $required_audience) {
608
- throw new Google_Auth_Exception(
609
- sprintf(
610
- "Wrong recipient, %s != %s:",
611
- $aud,
612
- $required_audience,
613
- $json_body
614
- )
615
- );
616
- }
617
-
618
- // All good.
619
- return new Google_Auth_LoginTicket($envelope, $payload);
620
- }
621
-
622
- /**
623
- * Add a parameter to the auth params if not empty string.
624
- */
625
- private function maybeAddParam($params, $name)
626
- {
627
- $param = $this->client->getClassConfig($this, $name);
628
- if ($param != '') {
629
- $params[$name] = $param;
630
- }
631
- return $params;
632
- }
633
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Auth/Simple.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2010 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Simple API access implementation. Can either be used to make requests
22
- * completely unauthenticated, or by using a Simple API Access developer
23
- * key.
24
- * @author Chris Chabot <chabotc@google.com>
25
- * @author Chirag Shah <chirags@google.com>
26
- */
27
- class Google_Auth_Simple extends Google_Auth_Abstract
28
- {
29
- private $key = null;
30
- private $client;
31
-
32
- public function __construct(Google_Client $client, $config = null)
33
- {
34
- $this->client = $client;
35
- }
36
-
37
- /**
38
- * Perform an authenticated / signed apiHttpRequest.
39
- * This function takes the apiHttpRequest, calls apiAuth->sign on it
40
- * (which can modify the request in what ever way fits the auth mechanism)
41
- * and then calls apiCurlIO::makeRequest on the signed request
42
- *
43
- * @param Google_Http_Request $request
44
- * @return Google_Http_Request The resulting HTTP response including the
45
- * responseHttpCode, responseHeaders and responseBody.
46
- */
47
- public function authenticatedRequest(Google_Http_Request $request)
48
- {
49
- $request = $this->sign($request);
50
- return $this->io->makeRequest($request);
51
- }
52
-
53
- public function sign(Google_Http_Request $request)
54
- {
55
- $key = $this->client->getClassConfig($this, 'developer_key');
56
- if ($key) {
57
- $this->client->getLogger()->debug(
58
- 'Simple API Access developer key authentication'
59
- );
60
- $request->setQueryParam('key', $key);
61
- }
62
- return $request;
63
- }
64
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Client.php DELETED
@@ -1,686 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2010 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../autoload.php');
19
-
20
- /**
21
- * The Google API Client
22
- * http://code.google.com/p/google-api-php-client/
23
- *
24
- * @author Chris Chabot <chabotc@google.com>
25
- * @author Chirag Shah <chirags@google.com>
26
- */
27
- class Google_Client
28
- {
29
- const LIBVER = "1.1.2";
30
- const USER_AGENT_SUFFIX = "google-api-php-client/";
31
- /**
32
- * @var Google_Auth_Abstract $auth
33
- */
34
- private $auth;
35
-
36
- /**
37
- * @var Google_IO_Abstract $io
38
- */
39
- private $io;
40
-
41
- /**
42
- * @var Google_Cache_Abstract $cache
43
- */
44
- private $cache;
45
-
46
- /**
47
- * @var Google_Config $config
48
- */
49
- private $config;
50
-
51
- /**
52
- * @var Google_Logger_Abstract $logger
53
- */
54
- private $logger;
55
-
56
- /**
57
- * @var boolean $deferExecution
58
- */
59
- private $deferExecution = false;
60
-
61
- /** @var array $scopes */
62
- // Scopes requested by the client
63
- protected $requestedScopes = array();
64
-
65
- // definitions of services that are discovered.
66
- protected $services = array();
67
-
68
- // Used to track authenticated state, can't discover services after doing authenticate()
69
- private $authenticated = false;
70
-
71
- /**
72
- * Construct the Google Client.
73
- *
74
- * @param $config Google_Config or string for the ini file to load
75
- */
76
- public function __construct($config = null)
77
- {
78
- if (is_string($config) && strlen($config)) {
79
- $config = new Google_Config($config);
80
- } else if ( !($config instanceof Google_Config)) {
81
- $config = new Google_Config();
82
-
83
- if ($this->isAppEngine()) {
84
- // Automatically use Memcache if we're in AppEngine.
85
- $config->setCacheClass('Google_Cache_Memcache');
86
- }
87
-
88
- if (version_compare(phpversion(), "5.3.4", "<=") || $this->isAppEngine()) {
89
- // Automatically disable compress.zlib, as currently unsupported.
90
- $config->setClassConfig('Google_Http_Request', 'disable_gzip', true);
91
- }
92
- }
93
-
94
- if ($config->getIoClass() == Google_Config::USE_AUTO_IO_SELECTION) {
95
- if (function_exists('curl_version') && function_exists('curl_exec')
96
- && !$this->isAppEngine()) {
97
- $config->setIoClass("Google_IO_Curl");
98
- } else {
99
- $config->setIoClass("Google_IO_Stream");
100
- }
101
- }
102
-
103
- $this->config = $config;
104
- }
105
-
106
- /**
107
- * Get a string containing the version of the library.
108
- *
109
- * @return string
110
- */
111
- public function getLibraryVersion()
112
- {
113
- return self::LIBVER;
114
- }
115
-
116
- /**
117
- * Attempt to exchange a code for an valid authentication token.
118
- * Helper wrapped around the OAuth 2.0 implementation.
119
- *
120
- * @param $code string code from accounts.google.com
121
- * @return string token
122
- */
123
- public function authenticate($code)
124
- {
125
- $this->authenticated = true;
126
- return $this->getAuth()->authenticate($code);
127
- }
128
-
129
- /**
130
- * Set the auth config from the JSON string provided.
131
- * This structure should match the file downloaded from
132
- * the "Download JSON" button on in the Google Developer
133
- * Console.
134
- * @param string $json the configuration json
135
- * @throws Google_Exception
136
- */
137
- public function setAuthConfig($json)
138
- {
139
- $data = json_decode($json);
140
- $key = isset($data->installed) ? 'installed' : 'web';
141
- if (!isset($data->$key)) {
142
- throw new Google_Exception("Invalid client secret JSON file.");
143
- }
144
- $this->setClientId($data->$key->client_id);
145
- $this->setClientSecret($data->$key->client_secret);
146
- if (isset($data->$key->redirect_uris)) {
147
- $this->setRedirectUri($data->$key->redirect_uris[0]);
148
- }
149
- }
150
-
151
- /**
152
- * Set the auth config from the JSON file in the path
153
- * provided. This should match the file downloaded from
154
- * the "Download JSON" button on in the Google Developer
155
- * Console.
156
- * @param string $file the file location of the client json
157
- */
158
- public function setAuthConfigFile($file)
159
- {
160
- $this->setAuthConfig(file_get_contents($file));
161
- }
162
-
163
- /**
164
- * @throws Google_Auth_Exception
165
- * @return array
166
- * @visible For Testing
167
- */
168
- public function prepareScopes()
169
- {
170
- if (empty($this->requestedScopes)) {
171
- throw new Google_Auth_Exception("No scopes specified");
172
- }
173
- $scopes = implode(' ', $this->requestedScopes);
174
- return $scopes;
175
- }
176
-
177
- /**
178
- * Set the OAuth 2.0 access token using the string that resulted from calling createAuthUrl()
179
- * or Google_Client#getAccessToken().
180
- * @param string $accessToken JSON encoded string containing in the following format:
181
- * {"access_token":"TOKEN", "refresh_token":"TOKEN", "token_type":"Bearer",
182
- * "expires_in":3600, "id_token":"TOKEN", "created":1320790426}
183
- */
184
- public function setAccessToken($accessToken)
185
- {
186
- if ($accessToken == 'null') {
187
- $accessToken = null;
188
- }
189
- $this->getAuth()->setAccessToken($accessToken);
190
- }
191
-
192
-
193
-
194
- /**
195
- * Set the authenticator object
196
- * @param Google_Auth_Abstract $auth
197
- */
198
- public function setAuth(Google_Auth_Abstract $auth)
199
- {
200
- $this->config->setAuthClass(get_class($auth));
201
- $this->auth = $auth;
202
- }
203
-
204
- /**
205
- * Set the IO object
206
- * @param Google_IO_Abstract $io
207
- */
208
- public function setIo(Google_IO_Abstract $io)
209
- {
210
- $this->config->setIoClass(get_class($io));
211
- $this->io = $io;
212
- }
213
-
214
- /**
215
- * Set the Cache object
216
- * @param Google_Cache_Abstract $cache
217
- */
218
- public function setCache(Google_Cache_Abstract $cache)
219
- {
220
- $this->config->setCacheClass(get_class($cache));
221
- $this->cache = $cache;
222
- }
223
-
224
- /**
225
- * Set the Logger object
226
- * @param Google_Logger_Abstract $logger
227
- */
228
- public function setLogger(Google_Logger_Abstract $logger)
229
- {
230
- $this->config->setLoggerClass(get_class($logger));
231
- $this->logger = $logger;
232
- }
233
-
234
- /**
235
- * Construct the OAuth 2.0 authorization request URI.
236
- * @return string
237
- */
238
- public function createAuthUrl()
239
- {
240
- $scopes = $this->prepareScopes();
241
- return $this->getAuth()->createAuthUrl($scopes);
242
- }
243
-
244
- /**
245
- * Get the OAuth 2.0 access token.
246
- * @return string $accessToken JSON encoded string in the following format:
247
- * {"access_token":"TOKEN", "refresh_token":"TOKEN", "token_type":"Bearer",
248
- * "expires_in":3600,"id_token":"TOKEN", "created":1320790426}
249
- */
250
- public function getAccessToken()
251
- {
252
- $token = $this->getAuth()->getAccessToken();
253
- // The response is json encoded, so could be the string null.
254
- // It is arguable whether this check should be here or lower
255
- // in the library.
256
- return (null == $token || 'null' == $token || '[]' == $token) ? null : $token;
257
- }
258
-
259
- /**
260
- * Get the OAuth 2.0 refresh token.
261
- * @return string $refreshToken refresh token or null if not available
262
- */
263
- public function getRefreshToken()
264
- {
265
- return $this->getAuth()->getRefreshToken();
266
- }
267
-
268
- /**
269
- * Returns if the access_token is expired.
270
- * @return bool Returns True if the access_token is expired.
271
- */
272
- public function isAccessTokenExpired()
273
- {
274
- return $this->getAuth()->isAccessTokenExpired();
275
- }
276
-
277
- /**
278
- * Set OAuth 2.0 "state" parameter to achieve per-request customization.
279
- * @see http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-3.1.2.2
280
- * @param string $state
281
- */
282
- public function setState($state)
283
- {
284
- $this->getAuth()->setState($state);
285
- }
286
-
287
- /**
288
- * @param string $accessType Possible values for access_type include:
289
- * {@code "offline"} to request offline access from the user.
290
- * {@code "online"} to request online access from the user.
291
- */
292
- public function setAccessType($accessType)
293
- {
294
- $this->config->setAccessType($accessType);
295
- }
296
-
297
- /**
298
- * @param string $approvalPrompt Possible values for approval_prompt include:
299
- * {@code "force"} to force the approval UI to appear. (This is the default value)
300
- * {@code "auto"} to request auto-approval when possible.
301
- */
302
- public function setApprovalPrompt($approvalPrompt)
303
- {
304
- $this->config->setApprovalPrompt($approvalPrompt);
305
- }
306
-
307
- /**
308
- * Set the login hint, email address or sub id.
309
- * @param string $loginHint
310
- */
311
- public function setLoginHint($loginHint)
312
- {
313
- $this->config->setLoginHint($loginHint);
314
- }
315
-
316
- /**
317
- * Set the application name, this is included in the User-Agent HTTP header.
318
- * @param string $applicationName
319
- */
320
- public function setApplicationName($applicationName)
321
- {
322
- $this->config->setApplicationName($applicationName);
323
- }
324
-
325
- /**
326
- * Set the OAuth 2.0 Client ID.
327
- * @param string $clientId
328
- */
329
- public function setClientId($clientId)
330
- {
331
- $this->config->setClientId($clientId);
332
- }
333
-
334
- /**
335
- * Set the OAuth 2.0 Client Secret.
336
- * @param string $clientSecret
337
- */
338
- public function setClientSecret($clientSecret)
339
- {
340
- $this->config->setClientSecret($clientSecret);
341
- }
342
-
343
- /**
344
- * Set the OAuth 2.0 Redirect URI.
345
- * @param string $redirectUri
346
- */
347
- public function setRedirectUri($redirectUri)
348
- {
349
- $this->config->setRedirectUri($redirectUri);
350
- }
351
-
352
- /**
353
- * If 'plus.login' is included in the list of requested scopes, you can use
354
- * this method to define types of app activities that your app will write.
355
- * You can find a list of available types here:
356
- * @link https://developers.google.com/+/api/moment-types
357
- *
358
- * @param array $requestVisibleActions Array of app activity types
359
- */
360
- public function setRequestVisibleActions($requestVisibleActions)
361
- {
362
- if (is_array($requestVisibleActions)) {
363
- $requestVisibleActions = join(" ", $requestVisibleActions);
364
- }
365
- $this->config->setRequestVisibleActions($requestVisibleActions);
366
- }
367
-
368
- /**
369
- * Set the developer key to use, these are obtained through the API Console.
370
- * @see http://code.google.com/apis/console-help/#generatingdevkeys
371
- * @param string $developerKey
372
- */
373
- public function setDeveloperKey($developerKey)
374
- {
375
- $this->config->setDeveloperKey($developerKey);
376
- }
377
-
378
- /**
379
- * Set the hd (hosted domain) parameter streamlines the login process for
380
- * Google Apps hosted accounts. By including the domain of the user, you
381
- * restrict sign-in to accounts at that domain.
382
- * @param $hd string - the domain to use.
383
- */
384
- public function setHostedDomain($hd)
385
- {
386
- $this->config->setHostedDomain($hd);
387
- }
388
-
389
- /**
390
- * Set the prompt hint. Valid values are none, consent and select_account.
391
- * If no value is specified and the user has not previously authorized
392
- * access, then the user is shown a consent screen.
393
- * @param $prompt string
394
- */
395
- public function setPrompt($prompt)
396
- {
397
- $this->config->setPrompt($prompt);
398
- }
399
-
400
- /**
401
- * openid.realm is a parameter from the OpenID 2.0 protocol, not from OAuth
402
- * 2.0. It is used in OpenID 2.0 requests to signify the URL-space for which
403
- * an authentication request is valid.
404
- * @param $realm string - the URL-space to use.
405
- */
406
- public function setOpenidRealm($realm)
407
- {
408
- $this->config->setOpenidRealm($realm);
409
- }
410
-
411
- /**
412
- * If this is provided with the value true, and the authorization request is
413
- * granted, the authorization will include any previous authorizations
414
- * granted to this user/application combination for other scopes.
415
- * @param $include boolean - the URL-space to use.
416
- */
417
- public function setIncludeGrantedScopes($include)
418
- {
419
- $this->config->setIncludeGrantedScopes($include);
420
- }
421
-
422
- /**
423
- * Fetches a fresh OAuth 2.0 access token with the given refresh token.
424
- * @param string $refreshToken
425
- */
426
- public function refreshToken($refreshToken)
427
- {
428
- $this->getAuth()->refreshToken($refreshToken);
429
- }
430
-
431
- /**
432
- * Revoke an OAuth2 access token or refresh token. This method will revoke the current access
433
- * token, if a token isn't provided.
434
- * @throws Google_Auth_Exception
435
- * @param string|null $token The token (access token or a refresh token) that should be revoked.
436
- * @return boolean Returns True if the revocation was successful, otherwise False.
437
- */
438
- public function revokeToken($token = null)
439
- {
440
- return $this->getAuth()->revokeToken($token);
441
- }
442
-
443
- /**
444
- * Verify an id_token. This method will verify the current id_token, if one
445
- * isn't provided.
446
- * @throws Google_Auth_Exception
447
- * @param string|null $token The token (id_token) that should be verified.
448
- * @return Google_Auth_LoginTicket Returns an apiLoginTicket if the verification was
449
- * successful.
450
- */
451
- public function verifyIdToken($token = null)
452
- {
453
- return $this->getAuth()->verifyIdToken($token);
454
- }
455
-
456
- /**
457
- * Verify a JWT that was signed with your own certificates.
458
- *
459
- * @param $id_token string The JWT token
460
- * @param $cert_location array of certificates
461
- * @param $audience string the expected consumer of the token
462
- * @param $issuer string the expected issuer, defaults to Google
463
- * @param [$max_expiry] the max lifetime of a token, defaults to MAX_TOKEN_LIFETIME_SECS
464
- * @return mixed token information if valid, false if not
465
- */
466
- public function verifySignedJwt($id_token, $cert_location, $audience, $issuer, $max_expiry = null)
467
- {
468
- $auth = new Google_Auth_OAuth2($this);
469
- $certs = $auth->retrieveCertsFromLocation($cert_location);
470
- return $auth->verifySignedJwtWithCerts($id_token, $certs, $audience, $issuer, $max_expiry);
471
- }
472
-
473
- /**
474
- * @param $creds Google_Auth_AssertionCredentials
475
- */
476
- public function setAssertionCredentials(Google_Auth_AssertionCredentials $creds)
477
- {
478
- $this->getAuth()->setAssertionCredentials($creds);
479
- }
480
-
481
- /**
482
- * Set the scopes to be requested. Must be called before createAuthUrl().
483
- * Will remove any previously configured scopes.
484
- * @param array $scopes, ie: array('https://www.googleapis.com/auth/plus.login',
485
- * 'https://www.googleapis.com/auth/moderator')
486
- */
487
- public function setScopes($scopes)
488
- {
489
- $this->requestedScopes = array();
490
- $this->addScope($scopes);
491
- }
492
-
493
- /**
494
- * This functions adds a scope to be requested as part of the OAuth2.0 flow.
495
- * Will append any scopes not previously requested to the scope parameter.
496
- * A single string will be treated as a scope to request. An array of strings
497
- * will each be appended.
498
- * @param $scope_or_scopes string|array e.g. "profile"
499
- */
500
- public function addScope($scope_or_scopes)
501
- {
502
- if (is_string($scope_or_scopes) && !in_array($scope_or_scopes, $this->requestedScopes)) {
503
- $this->requestedScopes[] = $scope_or_scopes;
504
- } else if (is_array($scope_or_scopes)) {
505
- foreach ($scope_or_scopes as $scope) {
506
- $this->addScope($scope);
507
- }
508
- }
509
- }
510
-
511
- /**
512
- * Returns the list of scopes requested by the client
513
- * @return array the list of scopes
514
- *
515
- */
516
- public function getScopes()
517
- {
518
- return $this->requestedScopes;
519
- }
520
-
521
- /**
522
- * Declare whether batch calls should be used. This may increase throughput
523
- * by making multiple requests in one connection.
524
- *
525
- * @param boolean $useBatch True if the batch support should
526
- * be enabled. Defaults to False.
527
- */
528
- public function setUseBatch($useBatch)
529
- {
530
- // This is actually an alias for setDefer.
531
- $this->setDefer($useBatch);
532
- }
533
-
534
- /**
535
- * Declare whether making API calls should make the call immediately, or
536
- * return a request which can be called with ->execute();
537
- *
538
- * @param boolean $defer True if calls should not be executed right away.
539
- */
540
- public function setDefer($defer)
541
- {
542
- $this->deferExecution = $defer;
543
- }
544
-
545
- /**
546
- * Helper method to execute deferred HTTP requests.
547
- *
548
- * @param $request Google_Http_Request|Google_Http_Batch
549
- * @throws Google_Exception
550
- * @return object of the type of the expected class or array.
551
- */
552
- public function execute($request)
553
- {
554
- if ($request instanceof Google_Http_Request) {
555
- $request->setUserAgent(
556
- $this->getApplicationName()
557
- . " " . self::USER_AGENT_SUFFIX
558
- . $this->getLibraryVersion()
559
- );
560
- if (!$this->getClassConfig("Google_Http_Request", "disable_gzip")) {
561
- $request->enableGzip();
562
- }
563
- $request->maybeMoveParametersToBody();
564
- return Google_Http_REST::execute($this, $request);
565
- } else if ($request instanceof Google_Http_Batch) {
566
- return $request->execute();
567
- } else {
568
- throw new Google_Exception("Do not know how to execute this type of object.");
569
- }
570
- }
571
-
572
- /**
573
- * Whether or not to return raw requests
574
- * @return boolean
575
- */
576
- public function shouldDefer()
577
- {
578
- return $this->deferExecution;
579
- }
580
-
581
- /**
582
- * @return Google_Auth_Abstract Authentication implementation
583
- */
584
- public function getAuth()
585
- {
586
- if (!isset($this->auth)) {
587
- $class = $this->config->getAuthClass();
588
- $this->auth = new $class($this);
589
- }
590
- return $this->auth;
591
- }
592
-
593
- /**
594
- * @return Google_IO_Abstract IO implementation
595
- */
596
- public function getIo()
597
- {
598
- if (!isset($this->io)) {
599
- $class = $this->config->getIoClass();
600
- $this->io = new $class($this);
601
- }
602
- return $this->io;
603
- }
604
-
605
- /**
606
- * @return Google_Cache_Abstract Cache implementation
607
- */
608
- public function getCache()
609
- {
610
- if (!isset($this->cache)) {
611
- $class = $this->config->getCacheClass();
612
- $this->cache = new $class($this);
613
- }
614
- return $this->cache;
615
- }
616
-
617
- /**
618
- * @return Google_Logger_Abstract Logger implementation
619
- */
620
- public function getLogger()
621
- {
622
- if (!isset($this->logger)) {
623
- $class = $this->config->getLoggerClass();
624
- $this->logger = new $class($this);
625
- }
626
- return $this->logger;
627
- }
628
-
629
- /**
630
- * Retrieve custom configuration for a specific class.
631
- * @param $class string|object - class or instance of class to retrieve
632
- * @param $key string optional - key to retrieve
633
- * @return array
634
- */
635
- public function getClassConfig($class, $key = null)
636
- {
637
- if (!is_string($class)) {
638
- $class = get_class($class);
639
- }
640
- return $this->config->getClassConfig($class, $key);
641
- }
642
-
643
- /**
644
- * Set configuration specific to a given class.
645
- * $config->setClassConfig('Google_Cache_File',
646
- * array('directory' => '/tmp/cache'));
647
- * @param $class string|object - The class name for the configuration
648
- * @param $config string key or an array of configuration values
649
- * @param $value string optional - if $config is a key, the value
650
- *
651
- */
652
- public function setClassConfig($class, $config, $value = null)
653
- {
654
- if (!is_string($class)) {
655
- $class = get_class($class);
656
- }
657
- $this->config->setClassConfig($class, $config, $value);
658
-
659
- }
660
-
661
- /**
662
- * @return string the base URL to use for calls to the APIs
663
- */
664
- public function getBasePath()
665
- {
666
- return $this->config->getBasePath();
667
- }
668
-
669
- /**
670
- * @return string the name of the application
671
- */
672
- public function getApplicationName()
673
- {
674
- return $this->config->getApplicationName();
675
- }
676
-
677
- /**
678
- * Are we running in Google AppEngine?
679
- * return bool
680
- */
681
- public function isAppEngine()
682
- {
683
- return (isset($_SERVER['SERVER_SOFTWARE']) &&
684
- strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine') !== false);
685
- }
686
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Config.php DELETED
@@ -1,447 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2010 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- /**
19
- * A class to contain the library configuration for the Google API client.
20
- */
21
- class Google_Config
22
- {
23
- const GZIP_DISABLED = true;
24
- const GZIP_ENABLED = false;
25
- const GZIP_UPLOADS_ENABLED = true;
26
- const GZIP_UPLOADS_DISABLED = false;
27
- const USE_AUTO_IO_SELECTION = "auto";
28
- const TASK_RETRY_NEVER = 0;
29
- const TASK_RETRY_ONCE = 1;
30
- const TASK_RETRY_ALWAYS = -1;
31
- protected $configuration;
32
-
33
- /**
34
- * Create a new Google_Config. Can accept an ini file location with the
35
- * local configuration. For example:
36
- * application_name="My App"
37
- *
38
- * @param [$ini_file_location] - optional - The location of the ini file to load
39
- */
40
- public function __construct($ini_file_location = null)
41
- {
42
- $this->configuration = array(
43
- // The application_name is included in the User-Agent HTTP header.
44
- 'application_name' => '',
45
-
46
- // Which Authentication, Storage and HTTP IO classes to use.
47
- 'auth_class' => 'Google_Auth_OAuth2',
48
- 'io_class' => self::USE_AUTO_IO_SELECTION,
49
- 'cache_class' => 'Google_Cache_File',
50
- 'logger_class' => 'Google_Logger_Null',
51
-
52
- // Don't change these unless you're working against a special development
53
- // or testing environment.
54
- 'base_path' => 'https://www.googleapis.com',
55
-
56
- // Definition of class specific values, like file paths and so on.
57
- 'classes' => array(
58
- 'Google_IO_Abstract' => array(
59
- 'request_timeout_seconds' => 100,
60
- ),
61
- 'Google_Logger_Abstract' => array(
62
- 'level' => 'debug',
63
- 'log_format' => "[%datetime%] %level%: %message% %context%\n",
64
- 'date_format' => 'd/M/Y:H:i:s O',
65
- 'allow_newlines' => true
66
- ),
67
- 'Google_Logger_File' => array(
68
- 'file' => 'php://stdout',
69
- 'mode' => 0640,
70
- 'lock' => false,
71
- ),
72
- 'Google_Http_Request' => array(
73
- // Disable the use of gzip on calls if set to true. Defaults to false.
74
- 'disable_gzip' => self::GZIP_ENABLED,
75
-
76
- // We default gzip to disabled on uploads even if gzip is otherwise
77
- // enabled, due to some issues seen with small packet sizes for uploads.
78
- // Please test with this option before enabling gzip for uploads in
79
- // a production environment.
80
- 'enable_gzip_for_uploads' => self::GZIP_UPLOADS_DISABLED,
81
- ),
82
- // If you want to pass in OAuth 2.0 settings, they will need to be
83
- // structured like this.
84
- 'Google_Auth_OAuth2' => array(
85
- // Keys for OAuth 2.0 access, see the API console at
86
- // https://developers.google.com/console
87
- 'client_id' => '',
88
- 'client_secret' => '',
89
- 'redirect_uri' => '',
90
-
91
- // Simple API access key, also from the API console. Ensure you get
92
- // a Server key, and not a Browser key.
93
- 'developer_key' => '',
94
-
95
- // Other parameters.
96
- 'hd' => '',
97
- 'prompt' => '',
98
- 'openid.realm' => '',
99
- 'include_granted_scopes' => '',
100
- 'login_hint' => '',
101
- 'request_visible_actions' => '',
102
- 'access_type' => 'online',
103
- 'approval_prompt' => 'auto',
104
- 'federated_signon_certs_url' =>
105
- 'https://www.googleapis.com/oauth2/v1/certs',
106
- ),
107
- 'Google_Task_Runner' => array(
108
- // Delays are specified in seconds
109
- 'initial_delay' => 1,
110
- 'max_delay' => 60,
111
- // Base number for exponential backoff
112
- 'factor' => 2,
113
- // A random number between -jitter and jitter will be added to the
114
- // factor on each iteration to allow for better distribution of
115
- // retries.
116
- 'jitter' => .5,
117
- // Maximum number of retries allowed
118
- 'retries' => 0
119
- ),
120
- 'Google_Service_Exception' => array(
121
- 'retry_map' => array(
122
- '500' => self::TASK_RETRY_ALWAYS,
123
- '503' => self::TASK_RETRY_ALWAYS,
124
- 'rateLimitExceeded' => self::TASK_RETRY_ALWAYS,
125
- 'userRateLimitExceeded' => self::TASK_RETRY_ALWAYS
126
- )
127
- ),
128
- 'Google_IO_Exception' => array(
129
- 'retry_map' => !extension_loaded('curl') ? array() : array(
130
- CURLE_COULDNT_RESOLVE_HOST => self::TASK_RETRY_ALWAYS,
131
- CURLE_COULDNT_CONNECT => self::TASK_RETRY_ALWAYS,
132
- CURLE_OPERATION_TIMEOUTED => self::TASK_RETRY_ALWAYS,
133
- CURLE_SSL_CONNECT_ERROR => self::TASK_RETRY_ALWAYS,
134
- CURLE_GOT_NOTHING => self::TASK_RETRY_ALWAYS
135
- )
136
- ),
137
- // Set a default directory for the file cache.
138
- 'Google_Cache_File' => array(
139
- 'directory' => sys_get_temp_dir() . '/Google_Client'
140
- )
141
- ),
142
- );
143
- if ($ini_file_location) {
144
- $ini = parse_ini_file($ini_file_location, true);
145
- if (is_array($ini) && count($ini)) {
146
- $merged_configuration = $ini + $this->configuration;
147
- if (isset($ini['classes']) && isset($this->configuration['classes'])) {
148
- $merged_configuration['classes'] = $ini['classes'] + $this->configuration['classes'];
149
- }
150
- $this->configuration = $merged_configuration;
151
- }
152
- }
153
- }
154
-
155
- /**
156
- * Set configuration specific to a given class.
157
- * $config->setClassConfig('Google_Cache_File',
158
- * array('directory' => '/tmp/cache'));
159
- * @param $class string The class name for the configuration
160
- * @param $config string key or an array of configuration values
161
- * @param $value string optional - if $config is a key, the value
162
- */
163
- public function setClassConfig($class, $config, $value = null)
164
- {
165
- if (!is_array($config)) {
166
- if (!isset($this->configuration['classes'][$class])) {
167
- $this->configuration['classes'][$class] = array();
168
- }
169
- $this->configuration['classes'][$class][$config] = $value;
170
- } else {
171
- $this->configuration['classes'][$class] = $config;
172
- }
173
- }
174
-
175
- public function getClassConfig($class, $key = null)
176
- {
177
- if (!isset($this->configuration['classes'][$class])) {
178
- return null;
179
- }
180
- if ($key === null) {
181
- return $this->configuration['classes'][$class];
182
- } else {
183
- return $this->configuration['classes'][$class][$key];
184
- }
185
- }
186
-
187
- /**
188
- * Return the configured cache class.
189
- * @return string
190
- */
191
- public function getCacheClass()
192
- {
193
- return $this->configuration['cache_class'];
194
- }
195
-
196
- /**
197
- * Return the configured logger class.
198
- * @return string
199
- */
200
- public function getLoggerClass()
201
- {
202
- return $this->configuration['logger_class'];
203
- }
204
-
205
- /**
206
- * Return the configured Auth class.
207
- * @return string
208
- */
209
- public function getAuthClass()
210
- {
211
- return $this->configuration['auth_class'];
212
- }
213
-
214
- /**
215
- * Set the auth class.
216
- *
217
- * @param $class string the class name to set
218
- */
219
- public function setAuthClass($class)
220
- {
221
- $prev = $this->configuration['auth_class'];
222
- if (!isset($this->configuration['classes'][$class]) &&
223
- isset($this->configuration['classes'][$prev])) {
224
- $this->configuration['classes'][$class] =
225
- $this->configuration['classes'][$prev];
226
- }
227
- $this->configuration['auth_class'] = $class;
228
- }
229
-
230
- /**
231
- * Set the IO class.
232
- *
233
- * @param $class string the class name to set
234
- */
235
- public function setIoClass($class)
236
- {
237
- $prev = $this->configuration['io_class'];
238
- if (!isset($this->configuration['classes'][$class]) &&
239
- isset($this->configuration['classes'][$prev])) {
240
- $this->configuration['classes'][$class] =
241
- $this->configuration['classes'][$prev];
242
- }
243
- $this->configuration['io_class'] = $class;
244
- }
245
-
246
- /**
247
- * Set the cache class.
248
- *
249
- * @param $class string the class name to set
250
- */
251
- public function setCacheClass($class)
252
- {
253
- $prev = $this->configuration['cache_class'];
254
- if (!isset($this->configuration['classes'][$class]) &&
255
- isset($this->configuration['classes'][$prev])) {
256
- $this->configuration['classes'][$class] =
257
- $this->configuration['classes'][$prev];
258
- }
259
- $this->configuration['cache_class'] = $class;
260
- }
261
-
262
- /**
263
- * Set the logger class.
264
- *
265
- * @param $class string the class name to set
266
- */
267
- public function setLoggerClass($class)
268
- {
269
- $prev = $this->configuration['logger_class'];
270
- if (!isset($this->configuration['classes'][$class]) &&
271
- isset($this->configuration['classes'][$prev])) {
272
- $this->configuration['classes'][$class] =
273
- $this->configuration['classes'][$prev];
274
- }
275
- $this->configuration['logger_class'] = $class;
276
- }
277
-
278
- /**
279
- * Return the configured IO class.
280
- *
281
- * @return string
282
- */
283
- public function getIoClass()
284
- {
285
- return $this->configuration['io_class'];
286
- }
287
-
288
- /**
289
- * Set the application name, this is included in the User-Agent HTTP header.
290
- * @param string $name
291
- */
292
- public function setApplicationName($name)
293
- {
294
- $this->configuration['application_name'] = $name;
295
- }
296
-
297
- /**
298
- * @return string the name of the application
299
- */
300
- public function getApplicationName()
301
- {
302
- return $this->configuration['application_name'];
303
- }
304
-
305
- /**
306
- * Set the client ID for the auth class.
307
- * @param $clientId string - the API console client ID
308
- */
309
- public function setClientId($clientId)
310
- {
311
- $this->setAuthConfig('client_id', $clientId);
312
- }
313
-
314
- /**
315
- * Set the client secret for the auth class.
316
- * @param $secret string - the API console client secret
317
- */
318
- public function setClientSecret($secret)
319
- {
320
- $this->setAuthConfig('client_secret', $secret);
321
- }
322
-
323
- /**
324
- * Set the redirect uri for the auth class. Note that if using the
325
- * Javascript based sign in flow, this should be the string 'postmessage'.
326
- *
327
- * @param $uri string - the URI that users should be redirected to
328
- */
329
- public function setRedirectUri($uri)
330
- {
331
- $this->setAuthConfig('redirect_uri', $uri);
332
- }
333
-
334
- /**
335
- * Set the app activities for the auth class.
336
- * @param $rva string a space separated list of app activity types
337
- */
338
- public function setRequestVisibleActions($rva)
339
- {
340
- $this->setAuthConfig('request_visible_actions', $rva);
341
- }
342
-
343
- /**
344
- * Set the the access type requested (offline or online.)
345
- * @param $access string - the access type
346
- */
347
- public function setAccessType($access)
348
- {
349
- $this->setAuthConfig('access_type', $access);
350
- }
351
-
352
- /**
353
- * Set when to show the approval prompt (auto or force)
354
- * @param $approval string - the approval request
355
- */
356
- public function setApprovalPrompt($approval)
357
- {
358
- $this->setAuthConfig('approval_prompt', $approval);
359
- }
360
-
361
- /**
362
- * Set the login hint (email address or sub identifier)
363
- * @param $hint string
364
- */
365
- public function setLoginHint($hint)
366
- {
367
- $this->setAuthConfig('login_hint', $hint);
368
- }
369
-
370
- /**
371
- * Set the developer key for the auth class. Note that this is separate value
372
- * from the client ID - if it looks like a URL, its a client ID!
373
- * @param $key string - the API console developer key
374
- */
375
- public function setDeveloperKey($key)
376
- {
377
- $this->setAuthConfig('developer_key', $key);
378
- }
379
-
380
- /**
381
- * Set the hd (hosted domain) parameter streamlines the login process for
382
- * Google Apps hosted accounts. By including the domain of the user, you
383
- * restrict sign-in to accounts at that domain.
384
- * @param $hd string - the domain to use.
385
- */
386
- public function setHostedDomain($hd)
387
- {
388
- $this->setAuthConfig('hd', $hd);
389
- }
390
-
391
- /**
392
- * Set the prompt hint. Valid values are none, consent and select_account.
393
- * If no value is specified and the user has not previously authorized
394
- * access, then the user is shown a consent screen.
395
- * @param $prompt string
396
- */
397
- public function setPrompt($prompt)
398
- {
399
- $this->setAuthConfig('prompt', $prompt);
400
- }
401
-
402
- /**
403
- * openid.realm is a parameter from the OpenID 2.0 protocol, not from OAuth
404
- * 2.0. It is used in OpenID 2.0 requests to signify the URL-space for which
405
- * an authentication request is valid.
406
- * @param $realm string - the URL-space to use.
407
- */
408
- public function setOpenidRealm($realm)
409
- {
410
- $this->setAuthConfig('openid.realm', $realm);
411
- }
412
-
413
- /**
414
- * If this is provided with the value true, and the authorization request is
415
- * granted, the authorization will include any previous authorizations
416
- * granted to this user/application combination for other scopes.
417
- * @param $include boolean - the URL-space to use.
418
- */
419
- public function setIncludeGrantedScopes($include)
420
- {
421
- $this->setAuthConfig(
422
- 'include_granted_scopes',
423
- $include ? "true" : "false"
424
- );
425
- }
426
-
427
- /**
428
- * @return string the base URL to use for API calls
429
- */
430
- public function getBasePath()
431
- {
432
- return $this->configuration['base_path'];
433
- }
434
-
435
- /**
436
- * Set the auth configuration for the current auth class.
437
- * @param $key - the key to set
438
- * @param $value - the parameter value
439
- */
440
- private function setAuthConfig($key, $value)
441
- {
442
- if (!isset($this->configuration['classes'][$this->getAuthClass()])) {
443
- $this->configuration['classes'][$this->getAuthClass()] = array();
444
- }
445
- $this->configuration['classes'][$this->getAuthClass()][$key] = $value;
446
- }
447
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Exception.php DELETED
@@ -1,20 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2013 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- class Google_Exception extends Exception
19
- {
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Http/CacheParser.php DELETED
@@ -1,184 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2012 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Implement the caching directives specified in rfc2616. This
22
- * implementation is guided by the guidance offered in rfc2616-sec13.
23
- * @author Chirag Shah <chirags@google.com>
24
- */
25
- class Google_Http_CacheParser
26
- {
27
- public static $CACHEABLE_HTTP_METHODS = array('GET', 'HEAD');
28
- public static $CACHEABLE_STATUS_CODES = array('200', '203', '300', '301');
29
-
30
- /**
31
- * Check if an HTTP request can be cached by a private local cache.
32
- *
33
- * @static
34
- * @param Google_Http_Request $resp
35
- * @return bool True if the request is cacheable.
36
- * False if the request is uncacheable.
37
- */
38
- public static function isRequestCacheable(Google_Http_Request $resp)
39
- {
40
- $method = $resp->getRequestMethod();
41
- if (! in_array($method, self::$CACHEABLE_HTTP_METHODS)) {
42
- return false;
43
- }
44
-
45
- // Don't cache authorized requests/responses.
46
- // [rfc2616-14.8] When a shared cache receives a request containing an
47
- // Authorization field, it MUST NOT return the corresponding response
48
- // as a reply to any other request...
49
- if ($resp->getRequestHeader("authorization")) {
50
- return false;
51
- }
52
-
53
- return true;
54
- }
55
-
56
- /**
57
- * Check if an HTTP response can be cached by a private local cache.
58
- *
59
- * @static
60
- * @param Google_Http_Request $resp
61
- * @return bool True if the response is cacheable.
62
- * False if the response is un-cacheable.
63
- */
64
- public static function isResponseCacheable(Google_Http_Request $resp)
65
- {
66
- // First, check if the HTTP request was cacheable before inspecting the
67
- // HTTP response.
68
- if (false == self::isRequestCacheable($resp)) {
69
- return false;
70
- }
71
-
72
- $code = $resp->getResponseHttpCode();
73
- if (! in_array($code, self::$CACHEABLE_STATUS_CODES)) {
74
- return false;
75
- }
76
-
77
- // The resource is uncacheable if the resource is already expired and
78
- // the resource doesn't have an ETag for revalidation.
79
- $etag = $resp->getResponseHeader("etag");
80
- if (self::isExpired($resp) && $etag == false) {
81
- return false;
82
- }
83
-
84
- // [rfc2616-14.9.2] If [no-store is] sent in a response, a cache MUST NOT
85
- // store any part of either this response or the request that elicited it.
86
- $cacheControl = $resp->getParsedCacheControl();
87
- if (isset($cacheControl['no-store'])) {
88
- return false;
89
- }
90
-
91
- // Pragma: no-cache is an http request directive, but is occasionally
92
- // used as a response header incorrectly.
93
- $pragma = $resp->getResponseHeader('pragma');
94
- if ($pragma == 'no-cache' || strpos($pragma, 'no-cache') !== false) {
95
- return false;
96
- }
97
-
98
- // [rfc2616-14.44] Vary: * is extremely difficult to cache. "It implies that
99
- // a cache cannot determine from the request headers of a subsequent request
100
- // whether this response is the appropriate representation."
101
- // Given this, we deem responses with the Vary header as uncacheable.
102
- $vary = $resp->getResponseHeader('vary');
103
- if ($vary) {
104
- return false;
105
- }
106
-
107
- return true;
108
- }
109
-
110
- /**
111
- * @static
112
- * @param Google_Http_Request $resp
113
- * @return bool True if the HTTP response is considered to be expired.
114
- * False if it is considered to be fresh.
115
- */
116
- public static function isExpired(Google_Http_Request $resp)
117
- {
118
- // HTTP/1.1 clients and caches MUST treat other invalid date formats,
119
- // especially including the value “0”, as in the past.
120
- $parsedExpires = false;
121
- $responseHeaders = $resp->getResponseHeaders();
122
-
123
- if (isset($responseHeaders['expires'])) {
124
- $rawExpires = $responseHeaders['expires'];
125
- // Check for a malformed expires header first.
126
- if (empty($rawExpires) || (is_numeric($rawExpires) && $rawExpires <= 0)) {
127
- return true;
128
- }
129
-
130
- // See if we can parse the expires header.
131
- $parsedExpires = strtotime($rawExpires);
132
- if (false == $parsedExpires || $parsedExpires <= 0) {
133
- return true;
134
- }
135
- }
136
-
137
- // Calculate the freshness of an http response.
138
- $freshnessLifetime = false;
139
- $cacheControl = $resp->getParsedCacheControl();
140
- if (isset($cacheControl['max-age'])) {
141
- $freshnessLifetime = $cacheControl['max-age'];
142
- }
143
-
144
- $rawDate = $resp->getResponseHeader('date');
145
- $parsedDate = strtotime($rawDate);
146
-
147
- if (empty($rawDate) || false == $parsedDate) {
148
- // We can't default this to now, as that means future cache reads
149
- // will always pass with the logic below, so we will require a
150
- // date be injected if not supplied.
151
- throw new Google_Exception("All cacheable requests must have creation dates.");
152
- }
153
-
154
- if (false == $freshnessLifetime && isset($responseHeaders['expires'])) {
155
- $freshnessLifetime = $parsedExpires - $parsedDate;
156
- }
157
-
158
- if (false == $freshnessLifetime) {
159
- return true;
160
- }
161
-
162
- // Calculate the age of an http response.
163
- $age = max(0, time() - $parsedDate);
164
- if (isset($responseHeaders['age'])) {
165
- $age = max($age, strtotime($responseHeaders['age']));
166
- }
167
-
168
- return $freshnessLifetime <= $age;
169
- }
170
-
171
- /**
172
- * Determine if a cache entry should be revalidated with by the origin.
173
- *
174
- * @param Google_Http_Request $response
175
- * @return bool True if the entry is expired, else return false.
176
- */
177
- public static function mustRevalidate(Google_Http_Request $response)
178
- {
179
- // [13.3] When a cache has a stale entry that it would like to use as a
180
- // response to a client's request, it first has to check with the origin
181
- // server to see if its cached entry is still usable.
182
- return self::isExpired($response);
183
- }
184
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Http/REST.php DELETED
@@ -1,175 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2010 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * This class implements the RESTful transport of apiServiceRequest()'s
22
- *
23
- * @author Chris Chabot <chabotc@google.com>
24
- * @author Chirag Shah <chirags@google.com>
25
- */
26
- class Google_Http_REST
27
- {
28
- /**
29
- * Executes a Google_Http_Request and (if applicable) automatically retries
30
- * when errors occur.
31
- *
32
- * @param Google_Client $client
33
- * @param Google_Http_Request $req
34
- * @return array decoded result
35
- * @throws Google_Service_Exception on server side error (ie: not authenticated,
36
- * invalid or malformed post body, invalid url)
37
- */
38
- public static function execute(Google_Client $client, Google_Http_Request $req)
39
- {
40
- $runner = new Google_Task_Runner(
41
- $client,
42
- sprintf('%s %s', $req->getRequestMethod(), $req->getUrl()),
43
- array(get_class(), 'doExecute'),
44
- array($client, $req)
45
- );
46
-
47
- return $runner->run();
48
- }
49
-
50
- /**
51
- * Executes a Google_Http_Request
52
- *
53
- * @param Google_Client $client
54
- * @param Google_Http_Request $req
55
- * @return array decoded result
56
- * @throws Google_Service_Exception on server side error (ie: not authenticated,
57
- * invalid or malformed post body, invalid url)
58
- */
59
- public static function doExecute(Google_Client $client, Google_Http_Request $req)
60
- {
61
- $httpRequest = $client->getIo()->makeRequest($req);
62
- $httpRequest->setExpectedClass($req->getExpectedClass());
63
- return self::decodeHttpResponse($httpRequest, $client);
64
- }
65
-
66
- /**
67
- * Decode an HTTP Response.
68
- * @static
69
- * @throws Google_Service_Exception
70
- * @param Google_Http_Request $response The http response to be decoded.
71
- * @param Google_Client $client
72
- * @return mixed|null
73
- */
74
- public static function decodeHttpResponse($response, Google_Client $client = null)
75
- {
76
- $code = $response->getResponseHttpCode();
77
- $body = $response->getResponseBody();
78
- $decoded = null;
79
-
80
- if ((intVal($code)) >= 300) {
81
- $decoded = json_decode($body, true);
82
- $err = 'Error calling ' . $response->getRequestMethod() . ' ' . $response->getUrl();
83
- if (isset($decoded['error']) &&
84
- isset($decoded['error']['message']) &&
85
- isset($decoded['error']['code'])) {
86
- // if we're getting a json encoded error definition, use that instead of the raw response
87
- // body for improved readability
88
- $err .= ": ({$decoded['error']['code']}) {$decoded['error']['message']}";
89
- } else {
90
- $err .= ": ($code) $body";
91
- }
92
-
93
- $errors = null;
94
- // Specific check for APIs which don't return error details, such as Blogger.
95
- if (isset($decoded['error']) && isset($decoded['error']['errors'])) {
96
- $errors = $decoded['error']['errors'];
97
- }
98
-
99
- $map = null;
100
- if ($client) {
101
- $client->getLogger()->error(
102
- $err,
103
- array('code' => $code, 'errors' => $errors)
104
- );
105
-
106
- $map = $client->getClassConfig(
107
- 'Google_Service_Exception',
108
- 'retry_map'
109
- );
110
- }
111
- throw new Google_Service_Exception($err, $code, null, $errors, $map);
112
- }
113
-
114
- // Only attempt to decode the response, if the response code wasn't (204) 'no content'
115
- if ($code != '204') {
116
- $decoded = json_decode($body, true);
117
- if ($decoded === null || $decoded === "") {
118
- $error = "Invalid json in service response: $body";
119
- if ($client) {
120
- $client->getLogger()->error($error);
121
- }
122
- throw new Google_Service_Exception($error);
123
- }
124
-
125
- if ($response->getExpectedClass()) {
126
- $class = $response->getExpectedClass();
127
- $decoded = new $class($decoded);
128
- }
129
- }
130
- return $decoded;
131
- }
132
-
133
- /**
134
- * Parse/expand request parameters and create a fully qualified
135
- * request uri.
136
- * @static
137
- * @param string $servicePath
138
- * @param string $restPath
139
- * @param array $params
140
- * @return string $requestUrl
141
- */
142
- public static function createRequestUri($servicePath, $restPath, $params)
143
- {
144
- $requestUrl = $servicePath . $restPath;
145
- $uriTemplateVars = array();
146
- $queryVars = array();
147
- foreach ($params as $paramName => $paramSpec) {
148
- if ($paramSpec['type'] == 'boolean') {
149
- $paramSpec['value'] = ($paramSpec['value']) ? 'true' : 'false';
150
- }
151
- if ($paramSpec['location'] == 'path') {
152
- $uriTemplateVars[$paramName] = $paramSpec['value'];
153
- } else if ($paramSpec['location'] == 'query') {
154
- if (isset($paramSpec['repeated']) && is_array($paramSpec['value'])) {
155
- foreach ($paramSpec['value'] as $value) {
156
- $queryVars[] = $paramName . '=' . rawurlencode($value);
157
- }
158
- } else {
159
- $queryVars[] = $paramName . '=' . rawurlencode($paramSpec['value']);
160
- }
161
- }
162
- }
163
-
164
- if (count($uriTemplateVars)) {
165
- $uriTemplateParser = new Google_Utils_URITemplate();
166
- $requestUrl = $uriTemplateParser->parse($requestUrl, $uriTemplateVars);
167
- }
168
-
169
- if (count($queryVars)) {
170
- $requestUrl .= '?' . implode($queryVars, '&');
171
- }
172
-
173
- return $requestUrl;
174
- }
175
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Http/Request.php DELETED
@@ -1,476 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2010 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * HTTP Request to be executed by IO classes. Upon execution, the
22
- * responseHttpCode, responseHeaders and responseBody will be filled in.
23
- *
24
- * @author Chris Chabot <chabotc@google.com>
25
- * @author Chirag Shah <chirags@google.com>
26
- *
27
- */
28
- class Google_Http_Request
29
- {
30
- const GZIP_UA = " (gzip)";
31
-
32
- private $batchHeaders = array(
33
- 'Content-Type' => 'application/http',
34
- 'Content-Transfer-Encoding' => 'binary',
35
- 'MIME-Version' => '1.0',
36
- );
37
-
38
- protected $queryParams;
39
- protected $requestMethod;
40
- protected $requestHeaders;
41
- protected $baseComponent = null;
42
- protected $path;
43
- protected $postBody;
44
- protected $userAgent;
45
- protected $canGzip = null;
46
-
47
- protected $responseHttpCode;
48
- protected $responseHeaders;
49
- protected $responseBody;
50
-
51
- protected $expectedClass;
52
-
53
- public $accessKey;
54
-
55
- public function __construct(
56
- $url,
57
- $method = 'GET',
58
- $headers = array(),
59
- $postBody = null
60
- ) {
61
- $this->setUrl($url);
62
- $this->setRequestMethod($method);
63
- $this->setRequestHeaders($headers);
64
- $this->setPostBody($postBody);
65
- }
66
-
67
- /**
68
- * Misc function that returns the base url component of the $url
69
- * used by the OAuth signing class to calculate the base string
70
- * @return string The base url component of the $url.
71
- */
72
- public function getBaseComponent()
73
- {
74
- return $this->baseComponent;
75
- }
76
-
77
- /**
78
- * Set the base URL that path and query parameters will be added to.
79
- * @param $baseComponent string
80
- */
81
- public function setBaseComponent($baseComponent)
82
- {
83
- $this->baseComponent = $baseComponent;
84
- }
85
-
86
- /**
87
- * Enable support for gzipped responses with this request.
88
- */
89
- public function enableGzip()
90
- {
91
- $this->setRequestHeaders(array("Accept-Encoding" => "gzip"));
92
- $this->canGzip = true;
93
- $this->setUserAgent($this->userAgent);
94
- }
95
-
96
- /**
97
- * Disable support for gzip responses with this request.
98
- */
99
- public function disableGzip()
100
- {
101
- if (
102
- isset($this->requestHeaders['accept-encoding']) &&
103
- $this->requestHeaders['accept-encoding'] == "gzip"
104
- ) {
105
- unset($this->requestHeaders['accept-encoding']);
106
- }
107
- $this->canGzip = false;
108
- $this->userAgent = str_replace(self::GZIP_UA, "", $this->userAgent);
109
- }
110
-
111
- /**
112
- * Can this request accept a gzip response?
113
- * @return bool
114
- */
115
- public function canGzip()
116
- {
117
- return $this->canGzip;
118
- }
119
-
120
- /**
121
- * Misc function that returns an array of the query parameters of the current
122
- * url used by the OAuth signing class to calculate the signature
123
- * @return array Query parameters in the query string.
124
- */
125
- public function getQueryParams()
126
- {
127
- return $this->queryParams;
128
- }
129
-
130
- /**
131
- * Set a new query parameter.
132
- * @param $key - string to set, does not need to be URL encoded
133
- * @param $value - string to set, does not need to be URL encoded
134
- */
135
- public function setQueryParam($key, $value)
136
- {
137
- $this->queryParams[$key] = $value;
138
- }
139
-
140
- /**
141
- * @return string HTTP Response Code.
142
- */
143
- public function getResponseHttpCode()
144
- {
145
- return (int) $this->responseHttpCode;
146
- }
147
-
148
- /**
149
- * @param int $responseHttpCode HTTP Response Code.
150
- */
151
- public function setResponseHttpCode($responseHttpCode)
152
- {
153
- $this->responseHttpCode = $responseHttpCode;
154
- }
155
-
156
- /**
157
- * @return $responseHeaders (array) HTTP Response Headers.
158
- */
159
- public function getResponseHeaders()
160
- {
161
- return $this->responseHeaders;
162
- }
163
-
164
- /**
165
- * @return string HTTP Response Body
166
- */
167
- public function getResponseBody()
168
- {
169
- return $this->responseBody;
170
- }
171
-
172
- /**
173
- * Set the class the response to this request should expect.
174
- *
175
- * @param $class string the class name
176
- */
177
- public function setExpectedClass($class)
178
- {
179
- $this->expectedClass = $class;
180
- }
181
-
182
- /**
183
- * Retrieve the expected class the response should expect.
184
- * @return string class name
185
- */
186
- public function getExpectedClass()
187
- {
188
- return $this->expectedClass;
189
- }
190
-
191
- /**
192
- * @param array $headers The HTTP response headers
193
- * to be normalized.
194
- */
195
- public function setResponseHeaders($headers)
196
- {
197
- $headers = Google_Utils::normalize($headers);
198
- if ($this->responseHeaders) {
199
- $headers = array_merge($this->responseHeaders, $headers);
200
- }
201
-
202
- $this->responseHeaders = $headers;
203
- }
204
-
205
- /**
206
- * @param string $key
207
- * @return array|boolean Returns the requested HTTP header or
208
- * false if unavailable.
209
- */
210
- public function getResponseHeader($key)
211
- {
212
- return isset($this->responseHeaders[$key])
213
- ? $this->responseHeaders[$key]
214
- : false;
215
- }
216
-
217
- /**
218
- * @param string $responseBody The HTTP response body.
219
- */
220
- public function setResponseBody($responseBody)
221
- {
222
- $this->responseBody = $responseBody;
223
- }
224
-
225
- /**
226
- * @return string $url The request URL.
227
- */
228
- public function getUrl()
229
- {
230
- return $this->baseComponent . $this->path .
231
- (count($this->queryParams) ?
232
- "?" . $this->buildQuery($this->queryParams) :
233
- '');
234
- }
235
-
236
- /**
237
- * @return string $method HTTP Request Method.
238
- */
239
- public function getRequestMethod()
240
- {
241
- return $this->requestMethod;
242
- }
243
-
244
- /**
245
- * @return array $headers HTTP Request Headers.
246
- */
247
- public function getRequestHeaders()
248
- {
249
- return $this->requestHeaders;
250
- }
251
-
252
- /**
253
- * @param string $key
254
- * @return array|boolean Returns the requested HTTP header or
255
- * false if unavailable.
256
- */
257
- public function getRequestHeader($key)
258
- {
259
- return isset($this->requestHeaders[$key])
260
- ? $this->requestHeaders[$key]
261
- : false;
262
- }
263
-
264
- /**
265
- * @return string $postBody HTTP Request Body.
266
- */
267
- public function getPostBody()
268
- {
269
- return $this->postBody;
270
- }
271
-
272
- /**
273
- * @param string $url the url to set
274
- */
275
- public function setUrl($url)
276
- {
277
- if (substr($url, 0, 4) != 'http') {
278
- // Force the path become relative.
279
- if (substr($url, 0, 1) !== '/') {
280
- $url = '/' . $url;
281
- }
282
- }
283
- $parts = parse_url($url);
284
- if (isset($parts['host'])) {
285
- $this->baseComponent = sprintf(
286
- "%s%s%s",
287
- isset($parts['scheme']) ? $parts['scheme'] . "://" : '',
288
- isset($parts['host']) ? $parts['host'] : '',
289
- isset($parts['port']) ? ":" . $parts['port'] : ''
290
- );
291
- }
292
- $this->path = isset($parts['path']) ? $parts['path'] : '';
293
- $this->queryParams = array();
294
- if (isset($parts['query'])) {
295
- $this->queryParams = $this->parseQuery($parts['query']);
296
- }
297
- }
298
-
299
- /**
300
- * @param string $method Set he HTTP Method and normalize
301
- * it to upper-case, as required by HTTP.
302
- *
303
- */
304
- public function setRequestMethod($method)
305
- {
306
- $this->requestMethod = strtoupper($method);
307
- }
308
-
309
- /**
310
- * @param array $headers The HTTP request headers
311
- * to be set and normalized.
312
- */
313
- public function setRequestHeaders($headers)
314
- {
315
- $headers = Google_Utils::normalize($headers);
316
- if ($this->requestHeaders) {
317
- $headers = array_merge($this->requestHeaders, $headers);
318
- }
319
- $this->requestHeaders = $headers;
320
- }
321
-
322
- /**
323
- * @param string $postBody the postBody to set
324
- */
325
- public function setPostBody($postBody)
326
- {
327
- $this->postBody = $postBody;
328
- }
329
-
330
- /**
331
- * Set the User-Agent Header.
332
- * @param string $userAgent The User-Agent.
333
- */
334
- public function setUserAgent($userAgent)
335
- {
336
- $this->userAgent = $userAgent;
337
- if ($this->canGzip) {
338
- $this->userAgent = $userAgent . self::GZIP_UA;
339
- }
340
- }
341
-
342
- /**
343
- * @return string The User-Agent.
344
- */
345
- public function getUserAgent()
346
- {
347
- return $this->userAgent;
348
- }
349
-
350
- /**
351
- * Returns a cache key depending on if this was an OAuth signed request
352
- * in which case it will use the non-signed url and access key to make this
353
- * cache key unique per authenticated user, else use the plain request url
354
- * @return string The md5 hash of the request cache key.
355
- */
356
- public function getCacheKey()
357
- {
358
- $key = $this->getUrl();
359
-
360
- if (isset($this->accessKey)) {
361
- $key .= $this->accessKey;
362
- }
363
-
364
- if (isset($this->requestHeaders['authorization'])) {
365
- $key .= $this->requestHeaders['authorization'];
366
- }
367
-
368
- return md5($key);
369
- }
370
-
371
- public function getParsedCacheControl()
372
- {
373
- $parsed = array();
374
- $rawCacheControl = $this->getResponseHeader('cache-control');
375
- if ($rawCacheControl) {
376
- $rawCacheControl = str_replace(', ', '&', $rawCacheControl);
377
- parse_str($rawCacheControl, $parsed);
378
- }
379
-
380
- return $parsed;
381
- }
382
-
383
- /**
384
- * @param string $id
385
- * @return string A string representation of the HTTP Request.
386
- */
387
- public function toBatchString($id)
388
- {
389
- $str = '';
390
- $path = parse_url($this->getUrl(), PHP_URL_PATH) . "?" .
391
- http_build_query($this->queryParams);
392
- $str .= $this->getRequestMethod() . ' ' . $path . " HTTP/1.1\n";
393
-
394
- foreach ($this->getRequestHeaders() as $key => $val) {
395
- $str .= $key . ': ' . $val . "\n";
396
- }
397
-
398
- if ($this->getPostBody()) {
399
- $str .= "\n";
400
- $str .= $this->getPostBody();
401
- }
402
-
403
- $headers = '';
404
- foreach ($this->batchHeaders as $key => $val) {
405
- $headers .= $key . ': ' . $val . "\n";
406
- }
407
-
408
- $headers .= "Content-ID: $id\n";
409
- $str = $headers . "\n" . $str;
410
-
411
- return $str;
412
- }
413
-
414
- /**
415
- * Our own version of parse_str that allows for multiple variables
416
- * with the same name.
417
- * @param $string - the query string to parse
418
- */
419
- private function parseQuery($string)
420
- {
421
- $return = array();
422
- $parts = explode("&", $string);
423
- foreach ($parts as $part) {
424
- list($key, $value) = explode('=', $part, 2);
425
- $value = urldecode($value);
426
- if (isset($return[$key])) {
427
- if (!is_array($return[$key])) {
428
- $return[$key] = array($return[$key]);
429
- }
430
- $return[$key][] = $value;
431
- } else {
432
- $return[$key] = $value;
433
- }
434
- }
435
- return $return;
436
- }
437
-
438
- /**
439
- * A version of build query that allows for multiple
440
- * duplicate keys.
441
- * @param $parts array of key value pairs
442
- */
443
- private function buildQuery($parts)
444
- {
445
- $return = array();
446
- foreach ($parts as $key => $value) {
447
- if (is_array($value)) {
448
- foreach ($value as $v) {
449
- $return[] = urlencode($key) . "=" . urlencode($v);
450
- }
451
- } else {
452
- $return[] = urlencode($key) . "=" . urlencode($value);
453
- }
454
- }
455
- return implode('&', $return);
456
- }
457
-
458
- /**
459
- * If we're POSTing and have no body to send, we can send the query
460
- * parameters in there, which avoids length issues with longer query
461
- * params.
462
- */
463
- public function maybeMoveParametersToBody()
464
- {
465
- if ($this->getRequestMethod() == "POST" && empty($this->postBody)) {
466
- $this->setRequestHeaders(
467
- array(
468
- "content-type" =>
469
- "application/x-www-form-urlencoded; charset=UTF-8"
470
- )
471
- );
472
- $this->setPostBody($this->buildQuery($this->queryParams));
473
- $this->queryParams = array();
474
- }
475
- }
476
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/IO/Abstract.php DELETED
@@ -1,336 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2013 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- /**
19
- * Abstract IO base class
20
- */
21
-
22
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
23
-
24
- abstract class Google_IO_Abstract
25
- {
26
- const UNKNOWN_CODE = 0;
27
- const FORM_URLENCODED = 'application/x-www-form-urlencoded';
28
- private static $CONNECTION_ESTABLISHED_HEADERS = array(
29
- "HTTP/1.0 200 Connection established\r\n\r\n",
30
- "HTTP/1.1 200 Connection established\r\n\r\n",
31
- );
32
- private static $ENTITY_HTTP_METHODS = array("POST" => null, "PUT" => null);
33
- private static $HOP_BY_HOP = array(
34
- 'connection' => true,
35
- 'keep-alive' => true,
36
- 'proxy-authenticate' => true,
37
- 'proxy-authorization' => true,
38
- 'te' => true,
39
- 'trailers' => true,
40
- 'transfer-encoding' => true,
41
- 'upgrade' => true
42
- );
43
-
44
-
45
- /** @var Google_Client */
46
- protected $client;
47
-
48
- public function __construct(Google_Client $client)
49
- {
50
- $this->client = $client;
51
- $timeout = $client->getClassConfig('Google_IO_Abstract', 'request_timeout_seconds');
52
- if ($timeout > 0) {
53
- $this->setTimeout($timeout);
54
- }
55
- }
56
-
57
- /**
58
- * Executes a Google_Http_Request and returns the resulting populated Google_Http_Request
59
- * @param Google_Http_Request $request
60
- * @return Google_Http_Request $request
61
- */
62
- abstract public function executeRequest(Google_Http_Request $request);
63
-
64
- /**
65
- * Set options that update the transport implementation's behavior.
66
- * @param $options
67
- */
68
- abstract public function setOptions($options);
69
-
70
- /**
71
- * Set the maximum request time in seconds.
72
- * @param $timeout in seconds
73
- */
74
- abstract public function setTimeout($timeout);
75
-
76
- /**
77
- * Get the maximum request time in seconds.
78
- * @return timeout in seconds
79
- */
80
- abstract public function getTimeout();
81
-
82
- /**
83
- * Test for the presence of a cURL header processing bug
84
- *
85
- * The cURL bug was present in versions prior to 7.30.0 and caused the header
86
- * length to be miscalculated when a "Connection established" header added by
87
- * some proxies was present.
88
- *
89
- * @return boolean
90
- */
91
- abstract protected function needsQuirk();
92
-
93
- /**
94
- * @visible for testing.
95
- * Cache the response to an HTTP request if it is cacheable.
96
- * @param Google_Http_Request $request
97
- * @return bool Returns true if the insertion was successful.
98
- * Otherwise, return false.
99
- */
100
- public function setCachedRequest(Google_Http_Request $request)
101
- {
102
- // Determine if the request is cacheable.
103
- if (Google_Http_CacheParser::isResponseCacheable($request)) {
104
- $this->client->getCache()->set($request->getCacheKey(), $request);
105
- return true;
106
- }
107
-
108
- return false;
109
- }
110
-
111
- /**
112
- * Execute an HTTP Request
113
- *
114
- * @param Google_HttpRequest $request the http request to be executed
115
- * @return Google_HttpRequest http request with the response http code,
116
- * response headers and response body filled in
117
- * @throws Google_IO_Exception on curl or IO error
118
- */
119
- public function makeRequest(Google_Http_Request $request)
120
- {
121
- // First, check to see if we have a valid cached version.
122
- $cached = $this->getCachedRequest($request);
123
- if ($cached !== false && $cached instanceof Google_Http_Request) {
124
- if (!$this->checkMustRevalidateCachedRequest($cached, $request)) {
125
- return $cached;
126
- }
127
- }
128
-
129
- if (array_key_exists($request->getRequestMethod(), self::$ENTITY_HTTP_METHODS)) {
130
- $request = $this->processEntityRequest($request);
131
- }
132
-
133
- list($responseData, $responseHeaders, $respHttpCode) = $this->executeRequest($request);
134
-
135
- if ($respHttpCode == 304 && $cached) {
136
- // If the server responded NOT_MODIFIED, return the cached request.
137
- $this->updateCachedRequest($cached, $responseHeaders);
138
- return $cached;
139
- }
140
-
141
- if (!isset($responseHeaders['Date']) && !isset($responseHeaders['date'])) {
142
- $responseHeaders['date'] = date("r");
143
- }
144
-
145
- $request->setResponseHttpCode($respHttpCode);
146
- $request->setResponseHeaders($responseHeaders);
147
- $request->setResponseBody($responseData);
148
- // Store the request in cache (the function checks to see if the request
149
- // can actually be cached)
150
- $this->setCachedRequest($request);
151
- return $request;
152
- }
153
-
154
- /**
155
- * @visible for testing.
156
- * @param Google_Http_Request $request
157
- * @return Google_Http_Request|bool Returns the cached object or
158
- * false if the operation was unsuccessful.
159
- */
160
- public function getCachedRequest(Google_Http_Request $request)
161
- {
162
- if (false === Google_Http_CacheParser::isRequestCacheable($request)) {
163
- return false;
164
- }
165
-
166
- return $this->client->getCache()->get($request->getCacheKey());
167
- }
168
-
169
- /**
170
- * @visible for testing
171
- * Process an http request that contains an enclosed entity.
172
- * @param Google_Http_Request $request
173
- * @return Google_Http_Request Processed request with the enclosed entity.
174
- */
175
- public function processEntityRequest(Google_Http_Request $request)
176
- {
177
- $postBody = $request->getPostBody();
178
- $contentType = $request->getRequestHeader("content-type");
179
-
180
- // Set the default content-type as application/x-www-form-urlencoded.
181
- if (false == $contentType) {
182
- $contentType = self::FORM_URLENCODED;
183
- $request->setRequestHeaders(array('content-type' => $contentType));
184
- }
185
-
186
- // Force the payload to match the content-type asserted in the header.
187
- if ($contentType == self::FORM_URLENCODED && is_array($postBody)) {
188
- $postBody = http_build_query($postBody, '', '&');
189
- $request->setPostBody($postBody);
190
- }
191
-
192
- // Make sure the content-length header is set.
193
- if (!$postBody || is_string($postBody)) {
194
- $postsLength = strlen($postBody);
195
- $request->setRequestHeaders(array('content-length' => $postsLength));
196
- }
197
-
198
- return $request;
199
- }
200
-
201
- /**
202
- * Check if an already cached request must be revalidated, and if so update
203
- * the request with the correct ETag headers.
204
- * @param Google_Http_Request $cached A previously cached response.
205
- * @param Google_Http_Request $request The outbound request.
206
- * return bool If the cached object needs to be revalidated, false if it is
207
- * still current and can be re-used.
208
- */
209
- protected function checkMustRevalidateCachedRequest($cached, $request)
210
- {
211
- if (Google_Http_CacheParser::mustRevalidate($cached)) {
212
- $addHeaders = array();
213
- if ($cached->getResponseHeader('etag')) {
214
- // [13.3.4] If an entity tag has been provided by the origin server,
215
- // we must use that entity tag in any cache-conditional request.
216
- $addHeaders['If-None-Match'] = $cached->getResponseHeader('etag');
217
- } elseif ($cached->getResponseHeader('date')) {
218
- $addHeaders['If-Modified-Since'] = $cached->getResponseHeader('date');
219
- }
220
-
221
- $request->setRequestHeaders($addHeaders);
222
- return true;
223
- } else {
224
- return false;
225
- }
226
- }
227
-
228
- /**
229
- * Update a cached request, using the headers from the last response.
230
- * @param Google_HttpRequest $cached A previously cached response.
231
- * @param mixed Associative array of response headers from the last request.
232
- */
233
- protected function updateCachedRequest($cached, $responseHeaders)
234
- {
235
- $hopByHop = self::$HOP_BY_HOP;
236
- if (!empty($responseHeaders['connection'])) {
237
- $connectionHeaders = array_map(
238
- 'strtolower',
239
- array_filter(
240
- array_map('trim', explode(',', $responseHeaders['connection']))
241
- )
242
- );
243
- $hopByHop += array_fill_keys($connectionHeaders, true);
244
- }
245
-
246
- $endToEnd = array_diff_key($responseHeaders, $hopByHop);
247
- $cached->setResponseHeaders($endToEnd);
248
- }
249
-
250
- /**
251
- * Used by the IO lib and also the batch processing.
252
- *
253
- * @param $respData
254
- * @param $headerSize
255
- * @return array
256
- */
257
- public function parseHttpResponse($respData, $headerSize)
258
- {
259
- // check proxy header
260
- foreach (self::$CONNECTION_ESTABLISHED_HEADERS as $established_header) {
261
- if (stripos($respData, $established_header) !== false) {
262
- // existed, remove it
263
- $respData = str_ireplace($established_header, '', $respData);
264
- // Subtract the proxy header size unless the cURL bug prior to 7.30.0
265
- // is present which prevented the proxy header size from being taken into
266
- // account.
267
- if (!$this->needsQuirk()) {
268
- $headerSize -= strlen($established_header);
269
- }
270
- break;
271
- }
272
- }
273
-
274
- if ($headerSize) {
275
- $responseBody = substr($respData, $headerSize);
276
- $responseHeaders = substr($respData, 0, $headerSize);
277
- } else {
278
- $responseSegments = explode("\r\n\r\n", $respData, 2);
279
- $responseHeaders = $responseSegments[0];
280
- $responseBody = isset($responseSegments[1]) ? $responseSegments[1] :
281
- null;
282
- }
283
-
284
- $responseHeaders = $this->getHttpResponseHeaders($responseHeaders);
285
- return array($responseHeaders, $responseBody);
286
- }
287
-
288
- /**
289
- * Parse out headers from raw headers
290
- * @param rawHeaders array or string
291
- * @return array
292
- */
293
- public function getHttpResponseHeaders($rawHeaders)
294
- {
295
- if (is_array($rawHeaders)) {
296
- return $this->parseArrayHeaders($rawHeaders);
297
- } else {
298
- return $this->parseStringHeaders($rawHeaders);
299
- }
300
- }
301
-
302
- private function parseStringHeaders($rawHeaders)
303
- {
304
- $headers = array();
305
- $responseHeaderLines = explode("\r\n", $rawHeaders);
306
- foreach ($responseHeaderLines as $headerLine) {
307
- if ($headerLine && strpos($headerLine, ':') !== false) {
308
- list($header, $value) = explode(': ', $headerLine, 2);
309
- $header = strtolower($header);
310
- if (isset($headers[$header])) {
311
- $headers[$header] .= "\n" . $value;
312
- } else {
313
- $headers[$header] = $value;
314
- }
315
- }
316
- }
317
- return $headers;
318
- }
319
-
320
- private function parseArrayHeaders($rawHeaders)
321
- {
322
- $header_count = count($rawHeaders);
323
- $headers = array();
324
-
325
- for ($i = 0; $i < $header_count; $i++) {
326
- $header = $rawHeaders[$i];
327
- // Times will have colons in - so we just want the first match.
328
- $header_parts = explode(': ', $header, 2);
329
- if (count($header_parts) == 2) {
330
- $headers[strtolower($header_parts[0])] = $header_parts[1];
331
- }
332
- }
333
-
334
- return $headers;
335
- }
336
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/IO/Curl.php DELETED
@@ -1,173 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2014 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- /**
19
- * Curl based implementation of Google_IO.
20
- *
21
- * @author Stuart Langley <slangley@google.com>
22
- */
23
-
24
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
25
-
26
- class Google_IO_Curl extends Google_IO_Abstract
27
- {
28
- // cURL hex representation of version 7.30.0
29
- const NO_QUIRK_VERSION = 0x071E00;
30
-
31
- private $options = array();
32
-
33
- public function __construct(Google_Client $client)
34
- {
35
- if (!extension_loaded('curl')) {
36
- $error = 'The cURL IO handler requires the cURL extension to be enabled';
37
- $client->getLogger()->critical($error);
38
- throw new Google_IO_Exception($error);
39
- }
40
-
41
- parent::__construct($client);
42
- }
43
-
44
- /**
45
- * Execute an HTTP Request
46
- *
47
- * @param Google_HttpRequest $request the http request to be executed
48
- * @return Google_HttpRequest http request with the response http code,
49
- * response headers and response body filled in
50
- * @throws Google_IO_Exception on curl or IO error
51
- */
52
- public function executeRequest(Google_Http_Request $request)
53
- {
54
- $curl = curl_init();
55
-
56
- if ($request->getPostBody()) {
57
- curl_setopt($curl, CURLOPT_POSTFIELDS, $request->getPostBody());
58
- }
59
-
60
- $requestHeaders = $request->getRequestHeaders();
61
- if ($requestHeaders && is_array($requestHeaders)) {
62
- $curlHeaders = array();
63
- foreach ($requestHeaders as $k => $v) {
64
- $curlHeaders[] = "$k: $v";
65
- }
66
- curl_setopt($curl, CURLOPT_HTTPHEADER, $curlHeaders);
67
- }
68
- curl_setopt($curl, CURLOPT_URL, $request->getUrl());
69
-
70
- curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $request->getRequestMethod());
71
- curl_setopt($curl, CURLOPT_USERAGENT, $request->getUserAgent());
72
-
73
- curl_setopt($curl, CURLOPT_FOLLOWLOCATION, false);
74
- curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
75
- // 1 is CURL_SSLVERSION_TLSv1, which is not always defined in PHP.
76
- curl_setopt($curl, CURLOPT_SSLVERSION, 1);
77
- curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
78
- curl_setopt($curl, CURLOPT_HEADER, true);
79
-
80
- if ($request->canGzip()) {
81
- curl_setopt($curl, CURLOPT_ENCODING, 'gzip,deflate');
82
- }
83
-
84
- foreach ($this->options as $key => $var) {
85
- curl_setopt($curl, $key, $var);
86
- }
87
-
88
- if (!isset($this->options[CURLOPT_CAINFO])) {
89
- curl_setopt($curl, CURLOPT_CAINFO, dirname(__FILE__) . '/cacerts.pem');
90
- }
91
-
92
- $this->client->getLogger()->debug(
93
- 'cURL request',
94
- array(
95
- 'url' => $request->getUrl(),
96
- 'method' => $request->getRequestMethod(),
97
- 'headers' => $requestHeaders,
98
- 'body' => $request->getPostBody()
99
- )
100
- );
101
-
102
- $response = curl_exec($curl);
103
- if ($response === false) {
104
- $error = curl_error($curl);
105
- $code = curl_errno($curl);
106
- $map = $this->client->getClassConfig('Google_IO_Exception', 'retry_map');
107
-
108
- $this->client->getLogger()->error('cURL ' . $error);
109
- throw new Google_IO_Exception($error, $code, null, $map);
110
- }
111
- $headerSize = curl_getinfo($curl, CURLINFO_HEADER_SIZE);
112
-
113
- list($responseHeaders, $responseBody) = $this->parseHttpResponse($response, $headerSize);
114
- $responseCode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
115
-
116
- $this->client->getLogger()->debug(
117
- 'cURL response',
118
- array(
119
- 'code' => $responseCode,
120
- 'headers' => $responseHeaders,
121
- 'body' => $responseBody,
122
- )
123
- );
124
-
125
- return array($responseBody, $responseHeaders, $responseCode);
126
- }
127
-
128
- /**
129
- * Set options that update the transport implementation's behavior.
130
- * @param $options
131
- */
132
- public function setOptions($options)
133
- {
134
- $this->options = $options + $this->options;
135
- }
136
-
137
- /**
138
- * Set the maximum request time in seconds.
139
- * @param $timeout in seconds
140
- */
141
- public function setTimeout($timeout)
142
- {
143
- // Since this timeout is really for putting a bound on the time
144
- // we'll set them both to the same. If you need to specify a longer
145
- // CURLOPT_TIMEOUT, or a tigher CONNECTTIMEOUT, the best thing to
146
- // do is use the setOptions method for the values individually.
147
- $this->options[CURLOPT_CONNECTTIMEOUT] = $timeout;
148
- $this->options[CURLOPT_TIMEOUT] = $timeout;
149
- }
150
-
151
- /**
152
- * Get the maximum request time in seconds.
153
- * @return timeout in seconds
154
- */
155
- public function getTimeout()
156
- {
157
- return $this->options[CURLOPT_TIMEOUT];
158
- }
159
-
160
- /**
161
- * Test for the presence of a cURL header processing bug
162
- *
163
- * {@inheritDoc}
164
- *
165
- * @return boolean
166
- */
167
- protected function needsQuirk()
168
- {
169
- $ver = curl_version();
170
- $versionNum = $ver['version_number'];
171
- return $versionNum < Google_IO_Curl::NO_QUIRK_VERSION;
172
- }
173
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/IO/Exception.php DELETED
@@ -1,67 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2013 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- class Google_IO_Exception extends Google_Exception implements Google_Task_Retryable
21
- {
22
- /**
23
- * @var array $retryMap Map of errors with retry counts.
24
- */
25
- private $retryMap = array();
26
-
27
- /**
28
- * Creates a new IO exception with an optional retry map.
29
- *
30
- * @param string $message
31
- * @param int $code
32
- * @param Exception|null $previous
33
- * @param array|null $retryMap Map of errors with retry counts.
34
- */
35
- public function __construct(
36
- $message,
37
- $code = 0,
38
- Exception $previous = null,
39
- array $retryMap = null
40
- ) {
41
- if (version_compare(PHP_VERSION, '5.3.0') >= 0) {
42
- parent::__construct($message, $code, $previous);
43
- } else {
44
- parent::__construct($message, $code);
45
- }
46
-
47
- if (is_array($retryMap)) {
48
- $this->retryMap = $retryMap;
49
- }
50
- }
51
-
52
- /**
53
- * Gets the number of times the associated task can be retried.
54
- *
55
- * NOTE: -1 is returned if the task can be retried indefinitely
56
- *
57
- * @return integer
58
- */
59
- public function allowedRetries()
60
- {
61
- if (isset($this->retryMap[$this->code])) {
62
- return $this->retryMap[$this->code];
63
- }
64
-
65
- return 0;
66
- }
67
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/IO/cacerts.pem DELETED
@@ -1,2183 +0,0 @@
1
- # Issuer: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc.
2
- # Subject: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc.
3
- # Label: "GTE CyberTrust Global Root"
4
- # Serial: 421
5
- # MD5 Fingerprint: ca:3d:d3:68:f1:03:5c:d0:32:fa:b8:2b:59:e8:5a:db
6
- # SHA1 Fingerprint: 97:81:79:50:d8:1c:96:70:cc:34:d8:09:cf:79:44:31:36:7e:f4:74
7
- # SHA256 Fingerprint: a5:31:25:18:8d:21:10:aa:96:4b:02:c7:b7:c6:da:32:03:17:08:94:e5:fb:71:ff:fb:66:67:d5:e6:81:0a:36
8
- -----BEGIN CERTIFICATE-----
9
- MIICWjCCAcMCAgGlMA0GCSqGSIb3DQEBBAUAMHUxCzAJBgNVBAYTAlVTMRgwFgYD
10
- VQQKEw9HVEUgQ29ycG9yYXRpb24xJzAlBgNVBAsTHkdURSBDeWJlclRydXN0IFNv
11
- bHV0aW9ucywgSW5jLjEjMCEGA1UEAxMaR1RFIEN5YmVyVHJ1c3QgR2xvYmFsIFJv
12
- b3QwHhcNOTgwODEzMDAyOTAwWhcNMTgwODEzMjM1OTAwWjB1MQswCQYDVQQGEwJV
13
- UzEYMBYGA1UEChMPR1RFIENvcnBvcmF0aW9uMScwJQYDVQQLEx5HVEUgQ3liZXJU
14
- cnVzdCBTb2x1dGlvbnMsIEluYy4xIzAhBgNVBAMTGkdURSBDeWJlclRydXN0IEds
15
- b2JhbCBSb290MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVD6C28FCc6HrH
16
- iM3dFw4usJTQGz0O9pTAipTHBsiQl8i4ZBp6fmw8U+E3KHNgf7KXUwefU/ltWJTS
17
- r41tiGeA5u2ylc9yMcqlHHK6XALnZELn+aks1joNrI1CqiQBOeacPwGFVw1Yh0X4
18
- 04Wqk2kmhXBIgD8SFcd5tB8FLztimQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAG3r
19
- GwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9
20
- 3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P
21
- lZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/
22
- -----END CERTIFICATE-----
23
-
24
- # Issuer: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division
25
- # Subject: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division
26
- # Label: "Thawte Server CA"
27
- # Serial: 1
28
- # MD5 Fingerprint: c5:70:c4:a2:ed:53:78:0c:c8:10:53:81:64:cb:d0:1d
29
- # SHA1 Fingerprint: 23:e5:94:94:51:95:f2:41:48:03:b4:d5:64:d2:a3:a3:f5:d8:8b:8c
30
- # SHA256 Fingerprint: b4:41:0b:73:e2:e6:ea:ca:47:fb:c4:2f:8f:a4:01:8a:f4:38:1d:c5:4c:fa:a8:44:50:46:1e:ed:09:45:4d:e9
31
- -----BEGIN CERTIFICATE-----
32
- MIIDEzCCAnygAwIBAgIBATANBgkqhkiG9w0BAQQFADCBxDELMAkGA1UEBhMCWkEx
33
- FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD
34
- VQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv
35
- biBTZXJ2aWNlcyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEm
36
- MCQGCSqGSIb3DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wHhcNOTYwODAx
37
- MDAwMDAwWhcNMjAxMjMxMjM1OTU5WjCBxDELMAkGA1UEBhMCWkExFTATBgNVBAgT
38
- DFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYDVQQKExRUaGF3
39
- dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNl
40
- cyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEmMCQGCSqGSIb3
41
- DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQAD
42
- gY0AMIGJAoGBANOkUG7I/1Zr5s9dtuoMaHVHoqrC2oQl/Kj0R1HahbUgdJSGHg91
43
- yekIYfUGbTBuFRkC6VLAYttNmZ7iagxEOM3+vuNkCXDF/rFrKbYvScg71CcEJRCX
44
- L+eQbcAoQpnXTEPew/UhbVSfXcNY4cDk2VuwuNy0e982OsK1ZiIS1ocNAgMBAAGj
45
- EzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAB/pMaVz7lcxG
46
- 7oWDTSEwjsrZqG9JGubaUeNgcGyEYRGhGshIPllDfU+VPaGLtwtimHp1it2ITk6e
47
- QNuozDJ0uW8NxuOzRAvZim+aKZuZGCg70eNAKJpaPNW15yAbi8qkq43pUdniTCxZ
48
- qdq5snUb9kLy78fyGPmJvKP/iiMucEc=
49
- -----END CERTIFICATE-----
50
-
51
- # Issuer: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division
52
- # Subject: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division
53
- # Label: "Thawte Premium Server CA"
54
- # Serial: 1
55
- # MD5 Fingerprint: 06:9f:69:79:16:66:90:02:1b:8c:8c:a2:c3:07:6f:3a
56
- # SHA1 Fingerprint: 62:7f:8d:78:27:65:63:99:d2:7d:7f:90:44:c9:fe:b3:f3:3e:fa:9a
57
- # SHA256 Fingerprint: ab:70:36:36:5c:71:54:aa:29:c2:c2:9f:5d:41:91:16:3b:16:2a:22:25:01:13:57:d5:6d:07:ff:a7:bc:1f:72
58
- -----BEGIN CERTIFICATE-----
59
- MIIDJzCCApCgAwIBAgIBATANBgkqhkiG9w0BAQQFADCBzjELMAkGA1UEBhMCWkEx
60
- FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD
61
- VQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv
62
- biBTZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhhd3RlIFByZW1pdW0gU2Vy
63
- dmVyIENBMSgwJgYJKoZIhvcNAQkBFhlwcmVtaXVtLXNlcnZlckB0aGF3dGUuY29t
64
- MB4XDTk2MDgwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgc4xCzAJBgNVBAYTAlpB
65
- MRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsG
66
- A1UEChMUVGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRp
67
- b24gU2VydmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQcmVtaXVtIFNl
68
- cnZlciBDQTEoMCYGCSqGSIb3DQEJARYZcHJlbWl1bS1zZXJ2ZXJAdGhhd3RlLmNv
69
- bTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0jY2aovXwlue2oFBYo847kkE
70
- VdbQ7xwblRZH7xhINTpS9CtqBo87L+pW46+GjZ4X9560ZXUCTe/LCaIhUdib0GfQ
71
- ug2SBhRz1JPLlyoAnFxODLz6FVL88kRu2hFKbgifLy3j+ao6hnO2RlNYyIkFvYMR
72
- uHM/qgeN9EJN50CdHDcCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG
73
- 9w0BAQQFAAOBgQAmSCwWwlj66BZ0DKqqX1Q/8tfJeGBeXm43YyJ3Nn6yF8Q0ufUI
74
- hfzJATj/Tb7yFkJD57taRvvBxhEf8UqwKEbJw8RCfbz6q1lu1bdRiBHjpIUZa4JM
75
- pAwSremkrj/xw0llmozFyD4lt5SZu5IycQfwhl7tUCemDaYj+bvLpgcUQg==
76
- -----END CERTIFICATE-----
77
-
78
- # Issuer: O=Equifax OU=Equifax Secure Certificate Authority
79
- # Subject: O=Equifax OU=Equifax Secure Certificate Authority
80
- # Label: "Equifax Secure CA"
81
- # Serial: 903804111
82
- # MD5 Fingerprint: 67:cb:9d:c0:13:24:8a:82:9b:b2:17:1e:d1:1b:ec:d4
83
- # SHA1 Fingerprint: d2:32:09:ad:23:d3:14:23:21:74:e4:0d:7f:9d:62:13:97:86:63:3a
84
- # SHA256 Fingerprint: 08:29:7a:40:47:db:a2:36:80:c7:31:db:6e:31:76:53:ca:78:48:e1:be:bd:3a:0b:01:79:a7:07:f9:2c:f1:78
85
- -----BEGIN CERTIFICATE-----
86
- MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV
87
- UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy
88
- dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1
89
- MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx
90
- dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B
91
- AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f
92
- BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A
93
- cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC
94
- AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ
95
- MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm
96
- aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw
97
- ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj
98
- IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF
99
- MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA
100
- A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y
101
- 7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh
102
- 1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4
103
- -----END CERTIFICATE-----
104
-
105
- # Issuer: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority
106
- # Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority
107
- # Label: "Verisign Class 3 Public Primary Certification Authority"
108
- # Serial: 149843929435818692848040365716851702463
109
- # MD5 Fingerprint: 10:fc:63:5d:f6:26:3e:0d:f3:25:be:5f:79:cd:67:67
110
- # SHA1 Fingerprint: 74:2c:31:92:e6:07:e4:24:eb:45:49:54:2b:e1:bb:c5:3e:61:74:e2
111
- # SHA256 Fingerprint: e7:68:56:34:ef:ac:f6:9a:ce:93:9a:6b:25:5b:7b:4f:ab:ef:42:93:5b:50:a2:65:ac:b5:cb:60:27:e4:4e:70
112
- -----BEGIN CERTIFICATE-----
113
- MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG
114
- A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
115
- cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
116
- MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
117
- BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt
118
- YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
119
- ADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE
120
- BarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is
121
- I19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G
122
- CSqGSIb3DQEBAgUAA4GBALtMEivPLCYATxQT3ab7/AoRhIzzKBxnki98tsX63/Do
123
- lbwdj2wsqFHMc9ikwFPwTtYmwHYBV4GSXiHx0bH/59AhWM1pF+NEHJwZRDmJXNyc
124
- AA9WjQKZ7aKQRUzkuxCkPfAyAw7xzvjoyVGM5mKf5p/AfbdynMk2OmufTqj/ZA1k
125
- -----END CERTIFICATE-----
126
-
127
- # Issuer: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority - G2/(c) 1998 VeriSign, Inc. - For authorized use only/VeriSign Trust Network
128
- # Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority - G2/(c) 1998 VeriSign, Inc. - For authorized use only/VeriSign Trust Network
129
- # Label: "Verisign Class 3 Public Primary Certification Authority - G2"
130
- # Serial: 167285380242319648451154478808036881606
131
- # MD5 Fingerprint: a2:33:9b:4c:74:78:73:d4:6c:e7:c1:f3:8d:cb:5c:e9
132
- # SHA1 Fingerprint: 85:37:1c:a6:e5:50:14:3d:ce:28:03:47:1b:de:3a:09:e8:f8:77:0f
133
- # SHA256 Fingerprint: 83:ce:3c:12:29:68:8a:59:3d:48:5f:81:97:3c:0f:91:95:43:1e:da:37:cc:5e:36:43:0e:79:c7:a8:88:63:8b
134
- -----BEGIN CERTIFICATE-----
135
- MIIDAjCCAmsCEH3Z/gfPqB63EHln+6eJNMYwDQYJKoZIhvcNAQEFBQAwgcExCzAJ
136
- BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh
137
- c3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy
138
- MTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp
139
- emVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X
140
- DTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw
141
- FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgMyBQdWJsaWMg
142
- UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo
143
- YykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5
144
- MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB
145
- AQUAA4GNADCBiQKBgQDMXtERXVxp0KvTuWpMmR9ZmDCOFoUgRm1HP9SFIIThbbP4
146
- pO0M8RcPO/mn+SXXwc+EY/J8Y8+iR/LGWzOOZEAEaMGAuWQcRXfH2G71lSk8UOg0
147
- 13gfqLptQ5GVj0VXXn7F+8qkBOvqlzdUMG+7AUcyM83cV5tkaWH4mx0ciU9cZwID
148
- AQABMA0GCSqGSIb3DQEBBQUAA4GBAFFNzb5cy5gZnBWyATl4Lk0PZ3BwmcYQWpSk
149
- U01UbSuvDV1Ai2TT1+7eVmGSX6bEHRBhNtMsJzzoKQm5EWR0zLVznxxIqbxhAe7i
150
- F6YM40AIOw7n60RzKprxaZLvcRTDOaxxp5EJb+RxBrO6WVcmeQD2+A2iMzAo1KpY
151
- oJ2daZH9
152
- -----END CERTIFICATE-----
153
-
154
- # Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA
155
- # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA
156
- # Label: "GlobalSign Root CA"
157
- # Serial: 4835703278459707669005204
158
- # MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a
159
- # SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c
160
- # SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99
161
- -----BEGIN CERTIFICATE-----
162
- MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG
163
- A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv
164
- b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw
165
- MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i
166
- YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT
167
- aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ
168
- jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp
169
- xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp
170
- 1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG
171
- snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ
172
- U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8
173
- 9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E
174
- BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B
175
- AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz
176
- yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE
177
- 38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP
178
- AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad
179
- DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME
180
- HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==
181
- -----END CERTIFICATE-----
182
-
183
- # Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2
184
- # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2
185
- # Label: "GlobalSign Root CA - R2"
186
- # Serial: 4835703278459682885658125
187
- # MD5 Fingerprint: 94:14:77:7e:3e:5e:fd:8f:30:bd:41:b0:cf:e7:d0:30
188
- # SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe
189
- # SHA256 Fingerprint: ca:42:dd:41:74:5f:d0:b8:1e:b9:02:36:2c:f9:d8:bf:71:9d:a1:bd:1b:1e:fc:94:6f:5b:4c:99:f4:2c:1b:9e
190
- -----BEGIN CERTIFICATE-----
191
- MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G
192
- A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp
193
- Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1
194
- MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG
195
- A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI
196
- hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL
197
- v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8
198
- eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq
199
- tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd
200
- C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa
201
- zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB
202
- mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH
203
- V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n
204
- bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG
205
- 3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs
206
- J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO
207
- 291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS
208
- ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd
209
- AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7
210
- TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg==
211
- -----END CERTIFICATE-----
212
-
213
- # Issuer: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 1 Policy Validation Authority
214
- # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 1 Policy Validation Authority
215
- # Label: "ValiCert Class 1 VA"
216
- # Serial: 1
217
- # MD5 Fingerprint: 65:58:ab:15:ad:57:6c:1e:a8:a7:b5:69:ac:bf:ff:eb
218
- # SHA1 Fingerprint: e5:df:74:3c:b6:01:c4:9b:98:43:dc:ab:8c:e8:6a:81:10:9f:e4:8e
219
- # SHA256 Fingerprint: f4:c1:49:55:1a:30:13:a3:5b:c7:bf:fe:17:a7:f3:44:9b:c1:ab:5b:5a:0a:e7:4b:06:c2:3b:90:00:4c:01:04
220
- -----BEGIN CERTIFICATE-----
221
- MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0
222
- IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz
223
- BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y
224
- aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG
225
- 9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNTIyMjM0OFoXDTE5MDYy
226
- NTIyMjM0OFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y
227
- azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs
228
- YXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw
229
- Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl
230
- cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYWYJ6ibiWuqYvaG9Y
231
- LqdUHAZu9OqNSLwxlBfw8068srg1knaw0KWlAdcAAxIiGQj4/xEjm84H9b9pGib+
232
- TunRf50sQB1ZaG6m+FiwnRqP0z/x3BkGgagO4DrdyFNFCQbmD3DD+kCmDuJWBQ8Y
233
- TfwggtFzVXSNdnKgHZ0dwN0/cQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFBoPUn0
234
- LBwGlN+VYH+Wexf+T3GtZMjdd9LvWVXoP+iOBSoh8gfStadS/pyxtuJbdxdA6nLW
235
- I8sogTLDAHkY7FkXicnGah5xyf23dKUlRWnFSKsZ4UWKJWsZ7uW7EvV/96aNUcPw
236
- nXS3qT6gpf+2SQMT2iLM7XGCK5nPOrf1LXLI
237
- -----END CERTIFICATE-----
238
-
239
- # Issuer: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 2 Policy Validation Authority
240
- # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 2 Policy Validation Authority
241
- # Label: "ValiCert Class 2 VA"
242
- # Serial: 1
243
- # MD5 Fingerprint: a9:23:75:9b:ba:49:36:6e:31:c2:db:f2:e7:66:ba:87
244
- # SHA1 Fingerprint: 31:7a:2a:d0:7f:2b:33:5e:f5:a1:c3:4e:4b:57:e8:b7:d8:f1:fc:a6
245
- # SHA256 Fingerprint: 58:d0:17:27:9c:d4:dc:63:ab:dd:b1:96:a6:c9:90:6c:30:c4:e0:87:83:ea:e8:c1:60:99:54:d6:93:55:59:6b
246
- -----BEGIN CERTIFICATE-----
247
- MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0
248
- IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz
249
- BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y
250
- aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG
251
- 9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMTk1NFoXDTE5MDYy
252
- NjAwMTk1NFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y
253
- azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs
254
- YXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw
255
- Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl
256
- cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOOnHK5avIWZJV16vY
257
- dA757tn2VUdZZUcOBVXc65g2PFxTXdMwzzjsvUGJ7SVCCSRrCl6zfN1SLUzm1NZ9
258
- WlmpZdRJEy0kTRxQb7XBhVQ7/nHk01xC+YDgkRoKWzk2Z/M/VXwbP7RfZHM047QS
259
- v4dk+NoS/zcnwbNDu+97bi5p9wIDAQABMA0GCSqGSIb3DQEBBQUAA4GBADt/UG9v
260
- UJSZSWI4OB9L+KXIPqeCgfYrx+jFzug6EILLGACOTb2oWH+heQC1u+mNr0HZDzTu
261
- IYEZoDJJKPTEjlbVUjP9UNV+mWwD5MlM/Mtsq2azSiGM5bUMMj4QssxsodyamEwC
262
- W/POuZ6lcg5Ktz885hZo+L7tdEy8W9ViH0Pd
263
- -----END CERTIFICATE-----
264
-
265
- # Issuer: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 3 Policy Validation Authority
266
- # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 3 Policy Validation Authority
267
- # Label: "RSA Root Certificate 1"
268
- # Serial: 1
269
- # MD5 Fingerprint: a2:6f:53:b7:ee:40:db:4a:68:e7:fa:18:d9:10:4b:72
270
- # SHA1 Fingerprint: 69:bd:8c:f4:9c:d3:00:fb:59:2e:17:93:ca:55:6a:f3:ec:aa:35:fb
271
- # SHA256 Fingerprint: bc:23:f9:8a:31:3c:b9:2d:e3:bb:fc:3a:5a:9f:44:61:ac:39:49:4c:4a:e1:5a:9e:9d:f1:31:e9:9b:73:01:9a
272
- -----BEGIN CERTIFICATE-----
273
- MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0
274
- IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz
275
- BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y
276
- aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG
277
- 9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMjIzM1oXDTE5MDYy
278
- NjAwMjIzM1owgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y
279
- azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs
280
- YXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw
281
- Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl
282
- cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDjmFGWHOjVsQaBalfD
283
- cnWTq8+epvzzFlLWLU2fNUSoLgRNB0mKOCn1dzfnt6td3zZxFJmP3MKS8edgkpfs
284
- 2Ejcv8ECIMYkpChMMFp2bbFc893enhBxoYjHW5tBbcqwuI4V7q0zK89HBFx1cQqY
285
- JJgpp0lZpd34t0NiYfPT4tBVPwIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFa7AliE
286
- Zwgs3x/be0kz9dNnnfS0ChCzycUs4pJqcXgn8nCDQtM+z6lU9PHYkhaM0QTLS6vJ
287
- n0WuPIqpsHEzXcjFV9+vqDWzf4mH6eglkrh/hXqu1rweN1gqZ8mRzyqBPu3GOd/A
288
- PhmcGcwTTYJBtYze4D1gCCAPRX5ron+jjBXu
289
- -----END CERTIFICATE-----
290
-
291
- # Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only
292
- # Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only
293
- # Label: "Verisign Class 3 Public Primary Certification Authority - G3"
294
- # Serial: 206684696279472310254277870180966723415
295
- # MD5 Fingerprint: cd:68:b6:a7:c7:c4:ce:75:e0:1d:4f:57:44:61:92:09
296
- # SHA1 Fingerprint: 13:2d:0d:45:53:4b:69:97:cd:b2:d5:c3:39:e2:55:76:60:9b:5c:c6
297
- # SHA256 Fingerprint: eb:04:cf:5e:b1:f3:9a:fa:76:2f:2b:b1:20:f2:96:cb:a5:20:c1:b9:7d:b1:58:95:65:b8:1c:b9:a1:7b:72:44
298
- -----BEGIN CERTIFICATE-----
299
- MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw
300
- CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl
301
- cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu
302
- LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT
303
- aWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
304
- dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD
305
- VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT
306
- aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ
307
- bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu
308
- IENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
309
- LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b
310
- N3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t
311
- KmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu
312
- kxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm
313
- CC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ
314
- Xwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu
315
- imi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te
316
- 2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe
317
- DGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC
318
- /Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p
319
- F4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt
320
- TxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ==
321
- -----END CERTIFICATE-----
322
-
323
- # Issuer: CN=VeriSign Class 4 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only
324
- # Subject: CN=VeriSign Class 4 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only
325
- # Label: "Verisign Class 4 Public Primary Certification Authority - G3"
326
- # Serial: 314531972711909413743075096039378935511
327
- # MD5 Fingerprint: db:c8:f2:27:2e:b1:ea:6a:29:23:5d:fe:56:3e:33:df
328
- # SHA1 Fingerprint: c8:ec:8c:87:92:69:cb:4b:ab:39:e9:8d:7e:57:67:f3:14:95:73:9d
329
- # SHA256 Fingerprint: e3:89:36:0d:0f:db:ae:b3:d2:50:58:4b:47:30:31:4e:22:2f:39:c1:56:a0:20:14:4e:8d:96:05:61:79:15:06
330
- -----BEGIN CERTIFICATE-----
331
- MIIEGjCCAwICEQDsoKeLbnVqAc/EfMwvlF7XMA0GCSqGSIb3DQEBBQUAMIHKMQsw
332
- CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl
333
- cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu
334
- LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT
335
- aWduIENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
336
- dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD
337
- VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT
338
- aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ
339
- bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu
340
- IENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
341
- LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK3LpRFpxlmr8Y+1
342
- GQ9Wzsy1HyDkniYlS+BzZYlZ3tCD5PUPtbut8XzoIfzk6AzufEUiGXaStBO3IFsJ
343
- +mGuqPKljYXCKtbeZjbSmwL0qJJgfJxptI8kHtCGUvYynEFYHiK9zUVilQhu0Gbd
344
- U6LM8BDcVHOLBKFGMzNcF0C5nk3T875Vg+ixiY5afJqWIpA7iCXy0lOIAgwLePLm
345
- NxdLMEYH5IBtptiWLugs+BGzOA1mppvqySNb247i8xOOGlktqgLw7KSHZtzBP/XY
346
- ufTsgsbSPZUd5cBPhMnZo0QoBmrXRazwa2rvTl/4EYIeOGM0ZlDUPpNz+jDDZq3/
347
- ky2X7wMCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAj/ola09b5KROJ1WrIhVZPMq1
348
- CtRK26vdoV9TxaBXOcLORyu+OshWv8LZJxA6sQU8wHcxuzrTBXttmhwwjIDLk5Mq
349
- g6sFUYICABFna/OIYUdfA5PVWw3g8dShMjWFsjrbsIKr0csKvE+MW8VLADsfKoKm
350
- fjaF3H48ZwC15DtS4KjrXRX5xm3wrR0OhbepmnMUWluPQSjA1egtTaRezarZ7c7c
351
- 2NU8Qh0XwRJdRTjDOPP8hS6DRkiy1yBfkjaP53kPmF6Z6PDQpLv1U70qzlmwr25/
352
- bLvSHgCwIe34QWKCudiyxLtGUPMxxY8BqHTr9Xgn2uf3ZkPznoM+IKrDNWCRzg==
353
- -----END CERTIFICATE-----
354
-
355
- # Issuer: CN=Entrust.net Secure Server Certification Authority O=Entrust.net OU=www.entrust.net/CPS incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited
356
- # Subject: CN=Entrust.net Secure Server Certification Authority O=Entrust.net OU=www.entrust.net/CPS incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited
357
- # Label: "Entrust.net Secure Server CA"
358
- # Serial: 927650371
359
- # MD5 Fingerprint: df:f2:80:73:cc:f1:e6:61:73:fc:f5:42:e9:c5:7c:ee
360
- # SHA1 Fingerprint: 99:a6:9b:e6:1a:fe:88:6b:4d:2b:82:00:7c:b8:54:fc:31:7e:15:39
361
- # SHA256 Fingerprint: 62:f2:40:27:8c:56:4c:4d:d8:bf:7d:9d:4f:6f:36:6e:a8:94:d2:2f:5f:34:d9:89:a9:83:ac:ec:2f:ff:ed:50
362
- -----BEGIN CERTIFICATE-----
363
- MIIE2DCCBEGgAwIBAgIEN0rSQzANBgkqhkiG9w0BAQUFADCBwzELMAkGA1UEBhMC
364
- VVMxFDASBgNVBAoTC0VudHJ1c3QubmV0MTswOQYDVQQLEzJ3d3cuZW50cnVzdC5u
365
- ZXQvQ1BTIGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMc
366
- KGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDE6MDgGA1UEAxMxRW50cnVzdC5u
367
- ZXQgU2VjdXJlIFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05OTA1
368
- MjUxNjA5NDBaFw0xOTA1MjUxNjM5NDBaMIHDMQswCQYDVQQGEwJVUzEUMBIGA1UE
369
- ChMLRW50cnVzdC5uZXQxOzA5BgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5j
370
- b3JwLiBieSByZWYuIChsaW1pdHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBF
371
- bnRydXN0Lm5ldCBMaW1pdGVkMTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUg
372
- U2VydmVyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGdMA0GCSqGSIb3DQEBAQUA
373
- A4GLADCBhwKBgQDNKIM0VBuJ8w+vN5Ex/68xYMmo6LIQaO2f55M28Qpku0f1BBc/
374
- I0dNxScZgSYMVHINiC3ZH5oSn7yzcdOAGT9HZnuMNSjSuQrfJNqc1lB5gXpa0zf3
375
- wkrYKZImZNHkmGw6AIr1NJtl+O3jEP/9uElY3KDegjlrgbEWGWG5VLbmQwIBA6OC
376
- AdcwggHTMBEGCWCGSAGG+EIBAQQEAwIABzCCARkGA1UdHwSCARAwggEMMIHeoIHb
377
- oIHYpIHVMIHSMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLRW50cnVzdC5uZXQxOzA5
378
- BgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5jb3JwLiBieSByZWYuIChsaW1p
379
- dHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBFbnRydXN0Lm5ldCBMaW1pdGVk
380
- MTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUgU2VydmVyIENlcnRpZmljYXRp
381
- b24gQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMCmgJ6AlhiNodHRwOi8vd3d3LmVu
382
- dHJ1c3QubmV0L0NSTC9uZXQxLmNybDArBgNVHRAEJDAigA8xOTk5MDUyNTE2MDk0
383
- MFqBDzIwMTkwNTI1MTYwOTQwWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAU8Bdi
384
- E1U9s/8KAGv7UISX8+1i0BowHQYDVR0OBBYEFPAXYhNVPbP/CgBr+1CEl/PtYtAa
385
- MAwGA1UdEwQFMAMBAf8wGQYJKoZIhvZ9B0EABAwwChsEVjQuMAMCBJAwDQYJKoZI
386
- hvcNAQEFBQADgYEAkNwwAvpkdMKnCqV8IY00F6j7Rw7/JXyNEwr75Ji174z4xRAN
387
- 95K+8cPV1ZVqBLssziY2ZcgxxufuP+NXdYR6Ee9GTxj005i7qIcyunL2POI9n9cd
388
- 2cNgQ4xYDiKWL2KjLB+6rQXvqzJ4h6BUcxm1XAX5Uj5tLUUL9wqT6u0G+bI=
389
- -----END CERTIFICATE-----
390
-
391
- # Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited
392
- # Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited
393
- # Label: "Entrust.net Premium 2048 Secure Server CA"
394
- # Serial: 946059622
395
- # MD5 Fingerprint: ba:21:ea:20:d6:dd:db:8f:c1:57:8b:40:ad:a1:fc:fc
396
- # SHA1 Fingerprint: 80:1d:62:d0:7b:44:9d:5c:5c:03:5c:98:ea:61:fa:44:3c:2a:58:fe
397
- # SHA256 Fingerprint: d1:c3:39:ea:27:84:eb:87:0f:93:4f:c5:63:4e:4a:a9:ad:55:05:01:64:01:f2:64:65:d3:7a:57:46:63:35:9f
398
- -----BEGIN CERTIFICATE-----
399
- MIIEXDCCA0SgAwIBAgIEOGO5ZjANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML
400
- RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp
401
- bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5
402
- IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp
403
- ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0xOTEy
404
- MjQxODIwNTFaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3
405
- LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp
406
- YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG
407
- A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp
408
- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq
409
- K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe
410
- sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX
411
- MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT
412
- XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/
413
- HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH
414
- 4QIDAQABo3QwcjARBglghkgBhvhCAQEEBAMCAAcwHwYDVR0jBBgwFoAUVeSB0RGA
415
- vtiJuQijMfmhJAkWuXAwHQYDVR0OBBYEFFXkgdERgL7YibkIozH5oSQJFrlwMB0G
416
- CSqGSIb2fQdBAAQQMA4bCFY1LjA6NC4wAwIEkDANBgkqhkiG9w0BAQUFAAOCAQEA
417
- WUesIYSKF8mciVMeuoCFGsY8Tj6xnLZ8xpJdGGQC49MGCBFhfGPjK50xA3B20qMo
418
- oPS7mmNz7W3lKtvtFKkrxjYR0CvrB4ul2p5cGZ1WEvVUKcgF7bISKo30Axv/55IQ
419
- h7A6tcOdBTcSo8f0FbnVpDkWm1M6I5HxqIKiaohowXkCIryqptau37AUX7iH0N18
420
- f3v/rxzP5tsHrV7bhZ3QKw0z2wTR5klAEyt2+z7pnIkPFc4YsIV4IU9rTw76NmfN
421
- B/L/CNDi3tm/Kq+4h4YhPATKt5Rof8886ZjXOP/swNlQ8C5LWK5Gb9Auw2DaclVy
422
- vUxFnmG6v4SBkgPR0ml8xQ==
423
- -----END CERTIFICATE-----
424
-
425
- # Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust
426
- # Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust
427
- # Label: "Baltimore CyberTrust Root"
428
- # Serial: 33554617
429
- # MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4
430
- # SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74
431
- # SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb
432
- -----BEGIN CERTIFICATE-----
433
- MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ
434
- RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD
435
- VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX
436
- DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y
437
- ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy
438
- VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr
439
- mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr
440
- IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK
441
- mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu
442
- XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy
443
- dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye
444
- jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1
445
- BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3
446
- DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92
447
- 9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx
448
- jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0
449
- Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz
450
- ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS
451
- R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp
452
- -----END CERTIFICATE-----
453
-
454
- # Issuer: CN=Equifax Secure Global eBusiness CA-1 O=Equifax Secure Inc.
455
- # Subject: CN=Equifax Secure Global eBusiness CA-1 O=Equifax Secure Inc.
456
- # Label: "Equifax Secure Global eBusiness CA"
457
- # Serial: 1
458
- # MD5 Fingerprint: 8f:5d:77:06:27:c4:98:3c:5b:93:78:e7:d7:7d:9b:cc
459
- # SHA1 Fingerprint: 7e:78:4a:10:1c:82:65:cc:2d:e1:f1:6d:47:b4:40:ca:d9:0a:19:45
460
- # SHA256 Fingerprint: 5f:0b:62:ea:b5:e3:53:ea:65:21:65:16:58:fb:b6:53:59:f4:43:28:0a:4a:fb:d1:04:d7:7d:10:f9:f0:4c:07
461
- -----BEGIN CERTIFICATE-----
462
- MIICkDCCAfmgAwIBAgIBATANBgkqhkiG9w0BAQQFADBaMQswCQYDVQQGEwJVUzEc
463
- MBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEtMCsGA1UEAxMkRXF1aWZheCBT
464
- ZWN1cmUgR2xvYmFsIGVCdXNpbmVzcyBDQS0xMB4XDTk5MDYyMTA0MDAwMFoXDTIw
465
- MDYyMTA0MDAwMFowWjELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0VxdWlmYXggU2Vj
466
- dXJlIEluYy4xLTArBgNVBAMTJEVxdWlmYXggU2VjdXJlIEdsb2JhbCBlQnVzaW5l
467
- c3MgQ0EtMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuucXkAJlsTRVPEnC
468
- UdXfp9E3j9HngXNBUmCbnaEXJnitx7HoJpQytd4zjTov2/KaelpzmKNc6fuKcxtc
469
- 58O/gGzNqfTWK8D3+ZmqY6KxRwIP1ORROhI8bIpaVIRw28HFkM9yRcuoWcDNM50/
470
- o5brhTMhHD4ePmBudpxnhcXIw2ECAwEAAaNmMGQwEQYJYIZIAYb4QgEBBAQDAgAH
471
- MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUvqigdHJQa0S3ySPY+6j/s1dr
472
- aGwwHQYDVR0OBBYEFL6ooHRyUGtEt8kj2Puo/7NXa2hsMA0GCSqGSIb3DQEBBAUA
473
- A4GBADDiAVGqx+pf2rnQZQ8w1j7aDRRJbpGTJxQx78T3LUX47Me/okENI7SS+RkA
474
- Z70Br83gcfxaz2TE4JaY0KNA4gGK7ycH8WUBikQtBmV1UsCGECAhX2xrD2yuCRyv
475
- 8qIYNMR1pHMc8Y3c7635s3a0kr/clRAevsvIO1qEYBlWlKlV
476
- -----END CERTIFICATE-----
477
-
478
- # Issuer: CN=Equifax Secure eBusiness CA-1 O=Equifax Secure Inc.
479
- # Subject: CN=Equifax Secure eBusiness CA-1 O=Equifax Secure Inc.
480
- # Label: "Equifax Secure eBusiness CA 1"
481
- # Serial: 4
482
- # MD5 Fingerprint: 64:9c:ef:2e:44:fc:c6:8f:52:07:d0:51:73:8f:cb:3d
483
- # SHA1 Fingerprint: da:40:18:8b:91:89:a3:ed:ee:ae:da:97:fe:2f:9d:f5:b7:d1:8a:41
484
- # SHA256 Fingerprint: cf:56:ff:46:a4:a1:86:10:9d:d9:65:84:b5:ee:b5:8a:51:0c:42:75:b0:e5:f9:4f:40:bb:ae:86:5e:19:f6:73
485
- -----BEGIN CERTIFICATE-----
486
- MIICgjCCAeugAwIBAgIBBDANBgkqhkiG9w0BAQQFADBTMQswCQYDVQQGEwJVUzEc
487
- MBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEmMCQGA1UEAxMdRXF1aWZheCBT
488
- ZWN1cmUgZUJ1c2luZXNzIENBLTEwHhcNOTkwNjIxMDQwMDAwWhcNMjAwNjIxMDQw
489
- MDAwWjBTMQswCQYDVQQGEwJVUzEcMBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5j
490
- LjEmMCQGA1UEAxMdRXF1aWZheCBTZWN1cmUgZUJ1c2luZXNzIENBLTEwgZ8wDQYJ
491
- KoZIhvcNAQEBBQADgY0AMIGJAoGBAM4vGbwXt3fek6lfWg0XTzQaDJj0ItlZ1MRo
492
- RvC0NcWFAyDGr0WlIVFFQesWWDYyb+JQYmT5/VGcqiTZ9J2DKocKIdMSODRsjQBu
493
- WqDZQu4aIZX5UkxVWsUPOE9G+m34LjXWHXzr4vCwdYDIqROsvojvOm6rXyo4YgKw
494
- Env+j6YDAgMBAAGjZjBkMBEGCWCGSAGG+EIBAQQEAwIABzAPBgNVHRMBAf8EBTAD
495
- AQH/MB8GA1UdIwQYMBaAFEp4MlIR21kWNl7fwRQ2QGpHfEyhMB0GA1UdDgQWBBRK
496
- eDJSEdtZFjZe38EUNkBqR3xMoTANBgkqhkiG9w0BAQQFAAOBgQB1W6ibAxHm6VZM
497
- zfmpTMANmvPMZWnmJXbMWbfWVMMdzZmsGd20hdXgPfxiIKeES1hl8eL5lSE/9dR+
498
- WB5Hh1Q+WKG1tfgq73HnvMP2sUlG4tega+VWeponmHxGYhTnyfxuAxJ5gDgdSIKN
499
- /Bf+KpYrtWKmpj29f5JZzVoqgrI3eQ==
500
- -----END CERTIFICATE-----
501
-
502
- # Issuer: O=Equifax Secure OU=Equifax Secure eBusiness CA-2
503
- # Subject: O=Equifax Secure OU=Equifax Secure eBusiness CA-2
504
- # Label: "Equifax Secure eBusiness CA 2"
505
- # Serial: 930140085
506
- # MD5 Fingerprint: aa:bf:bf:64:97:da:98:1d:6f:c6:08:3a:95:70:33:ca
507
- # SHA1 Fingerprint: 39:4f:f6:85:0b:06:be:52:e5:18:56:cc:10:e1:80:e8:82:b3:85:cc
508
- # SHA256 Fingerprint: 2f:27:4e:48:ab:a4:ac:7b:76:59:33:10:17:75:50:6d:c3:0e:e3:8e:f6:ac:d5:c0:49:32:cf:e0:41:23:42:20
509
- -----BEGIN CERTIFICATE-----
510
- MIIDIDCCAomgAwIBAgIEN3DPtTANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV
511
- UzEXMBUGA1UEChMORXF1aWZheCBTZWN1cmUxJjAkBgNVBAsTHUVxdWlmYXggU2Vj
512
- dXJlIGVCdXNpbmVzcyBDQS0yMB4XDTk5MDYyMzEyMTQ0NVoXDTE5MDYyMzEyMTQ0
513
- NVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkVxdWlmYXggU2VjdXJlMSYwJAYD
514
- VQQLEx1FcXVpZmF4IFNlY3VyZSBlQnVzaW5lc3MgQ0EtMjCBnzANBgkqhkiG9w0B
515
- AQEFAAOBjQAwgYkCgYEA5Dk5kx5SBhsoNviyoynF7Y6yEb3+6+e0dMKP/wXn2Z0G
516
- vxLIPw7y1tEkshHe0XMJitSxLJgJDR5QRrKDpkWNYmi7hRsgcDKqQM2mll/EcTc/
517
- BPO3QSQ5BxoeLmFYoBIL5aXfxavqN3HMHMg3OrmXUqesxWoklE6ce8/AatbfIb0C
518
- AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEX
519
- MBUGA1UEChMORXF1aWZheCBTZWN1cmUxJjAkBgNVBAsTHUVxdWlmYXggU2VjdXJl
520
- IGVCdXNpbmVzcyBDQS0yMQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTkw
521
- NjIzMTIxNDQ1WjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUUJ4L6q9euSBIplBq
522
- y/3YIHqngnYwHQYDVR0OBBYEFFCeC+qvXrkgSKZQasv92CB6p4J2MAwGA1UdEwQF
523
- MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA
524
- A4GBAAyGgq3oThr1jokn4jVYPSm0B482UJW/bsGe68SQsoWou7dC4A8HOd/7npCy
525
- 0cE+U58DRLB+S/Rv5Hwf5+Kx5Lia78O9zt4LMjTZ3ijtM2vE1Nc9ElirfQkty3D1
526
- E4qUoSek1nDFbZS1yX2doNLGCEnZZpum0/QL3MUmV+GRMOrN
527
- -----END CERTIFICATE-----
528
-
529
- # Issuer: CN=AddTrust Class 1 CA Root O=AddTrust AB OU=AddTrust TTP Network
530
- # Subject: CN=AddTrust Class 1 CA Root O=AddTrust AB OU=AddTrust TTP Network
531
- # Label: "AddTrust Low-Value Services Root"
532
- # Serial: 1
533
- # MD5 Fingerprint: 1e:42:95:02:33:92:6b:b9:5f:c0:7f:da:d6:b2:4b:fc
534
- # SHA1 Fingerprint: cc:ab:0e:a0:4c:23:01:d6:69:7b:dd:37:9f:cd:12:eb:24:e3:94:9d
535
- # SHA256 Fingerprint: 8c:72:09:27:9a:c0:4e:27:5e:16:d0:7f:d3:b7:75:e8:01:54:b5:96:80:46:e3:1f:52:dd:25:76:63:24:e9:a7
536
- -----BEGIN CERTIFICATE-----
537
- MIIEGDCCAwCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQGEwJTRTEU
538
- MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3
539
- b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwHhcNMDAwNTMw
540
- MTAzODMxWhcNMjAwNTMwMTAzODMxWjBlMQswCQYDVQQGEwJTRTEUMBIGA1UEChML
541
- QWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYD
542
- VQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUA
543
- A4IBDwAwggEKAoIBAQCWltQhSWDia+hBBwzexODcEyPNwTXH+9ZOEQpnXvUGW2ul
544
- CDtbKRY654eyNAbFvAWlA3yCyykQruGIgb3WntP+LVbBFc7jJp0VLhD7Bo8wBN6n
545
- tGO0/7Gcrjyvd7ZWxbWroulpOj0OM3kyP3CCkplhbY0wCI9xP6ZIVxn4JdxLZlyl
546
- dI+Yrsj5wAYi56xz36Uu+1LcsRVlIPo1Zmne3yzxbrww2ywkEtvrNTVokMsAsJch
547
- PXQhI2U0K7t4WaPW4XY5mqRJjox0r26kmqPZm9I4XJuiGMx1I4S+6+JNM3GOGvDC
548
- +Mcdoq0Dlyz4zyXG9rgkMbFjXZJ/Y/AlyVMuH79NAgMBAAGjgdIwgc8wHQYDVR0O
549
- BBYEFJWxtPCUtr3H2tERCSG+wa9J/RB7MAsGA1UdDwQEAwIBBjAPBgNVHRMBAf8E
550
- BTADAQH/MIGPBgNVHSMEgYcwgYSAFJWxtPCUtr3H2tERCSG+wa9J/RB7oWmkZzBl
551
- MQswCQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFk
552
- ZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENB
553
- IFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBACxtZBsfzQ3duQH6lmM0MkhHma6X
554
- 7f1yFqZzR1r0693p9db7RcwpiURdv0Y5PejuvE1Uhh4dbOMXJ0PhiVYrqW9yTkkz
555
- 43J8KiOavD7/KCrto/8cI7pDVwlnTUtiBi34/2ydYB7YHEt9tTEv2dB8Xfjea4MY
556
- eDdXL+gzB2ffHsdrKpV2ro9Xo/D0UrSpUwjP4E/TelOL/bscVjby/rK25Xa71SJl
557
- pz/+0WatC7xrmYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOA
558
- WiFeIc9TVPC6b4nbqKqVz4vjccweGyBECMB6tkD9xOQ14R0WHNC8K47Wcdk=
559
- -----END CERTIFICATE-----
560
-
561
- # Issuer: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network
562
- # Subject: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network
563
- # Label: "AddTrust External Root"
564
- # Serial: 1
565
- # MD5 Fingerprint: 1d:35:54:04:85:78:b0:3f:42:42:4d:bf:20:73:0a:3f
566
- # SHA1 Fingerprint: 02:fa:f3:e2:91:43:54:68:60:78:57:69:4d:f5:e4:5b:68:85:18:68
567
- # SHA256 Fingerprint: 68:7f:a4:51:38:22:78:ff:f0:c8:b1:1f:8d:43:d5:76:67:1c:6e:b2:bc:ea:b4:13:fb:83:d9:65:d0:6d:2f:f2
568
- -----BEGIN CERTIFICATE-----
569
- MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU
570
- MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs
571
- IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290
572
- MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux
573
- FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h
574
- bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v
575
- dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt
576
- H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9
577
- uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX
578
- mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
579
- a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN
580
- E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0
581
- WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD
582
- VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0
583
- Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU
584
- cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx
585
- IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN
586
- AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH
587
- YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5
588
- 6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC
589
- Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX
590
- c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a
591
- mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=
592
- -----END CERTIFICATE-----
593
-
594
- # Issuer: CN=AddTrust Public CA Root O=AddTrust AB OU=AddTrust TTP Network
595
- # Subject: CN=AddTrust Public CA Root O=AddTrust AB OU=AddTrust TTP Network
596
- # Label: "AddTrust Public Services Root"
597
- # Serial: 1
598
- # MD5 Fingerprint: c1:62:3e:23:c5:82:73:9c:03:59:4b:2b:e9:77:49:7f
599
- # SHA1 Fingerprint: 2a:b6:28:48:5e:78:fb:f3:ad:9e:79:10:dd:6b:df:99:72:2c:96:e5
600
- # SHA256 Fingerprint: 07:91:ca:07:49:b2:07:82:aa:d3:c7:d7:bd:0c:df:c9:48:58:35:84:3e:b2:d7:99:60:09:ce:43:ab:6c:69:27
601
- -----BEGIN CERTIFICATE-----
602
- MIIEFTCCAv2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJTRTEU
603
- MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3
604
- b3JrMSAwHgYDVQQDExdBZGRUcnVzdCBQdWJsaWMgQ0EgUm9vdDAeFw0wMDA1MzAx
605
- MDQxNTBaFw0yMDA1MzAxMDQxNTBaMGQxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtB
606
- ZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIDAeBgNV
607
- BAMTF0FkZFRydXN0IFB1YmxpYyBDQSBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOC
608
- AQ8AMIIBCgKCAQEA6Rowj4OIFMEg2Dybjxt+A3S72mnTRqX4jsIMEZBRpS9mVEBV
609
- 6tsfSlbunyNu9DnLoblv8n75XYcmYZ4c+OLspoH4IcUkzBEMP9smcnrHAZcHF/nX
610
- GCwwfQ56HmIexkvA/X1id9NEHif2P0tEs7c42TkfYNVRknMDtABp4/MUTu7R3AnP
611
- dzRGULD4EfL+OHn3Bzn+UZKXC1sIXzSGAa2Il+tmzV7R/9x98oTaunet3IAIx6eH
612
- 1lWfl2royBFkuucZKT8Rs3iQhCBSWxHveNCD9tVIkNAwHM+A+WD+eeSI8t0A65RF
613
- 62WUaUC6wNW0uLp9BBGo6zEFlpROWCGOn9Bg/QIDAQABo4HRMIHOMB0GA1UdDgQW
614
- BBSBPjfYkrAfd59ctKtzquf2NGAv+jALBgNVHQ8EBAMCAQYwDwYDVR0TAQH/BAUw
615
- AwEB/zCBjgYDVR0jBIGGMIGDgBSBPjfYkrAfd59ctKtzquf2NGAv+qFopGYwZDEL
616
- MAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQLExRBZGRU
617
- cnVzdCBUVFAgTmV0d29yazEgMB4GA1UEAxMXQWRkVHJ1c3QgUHVibGljIENBIFJv
618
- b3SCAQEwDQYJKoZIhvcNAQEFBQADggEBAAP3FUr4JNojVhaTdt02KLmuG7jD8WS6
619
- IBh4lSknVwW8fCr0uVFV2ocC3g8WFzH4qnkuCRO7r7IgGRLlk/lL+YPoRNWyQSW/
620
- iHVv/xD8SlTQX/D67zZzfRs2RcYhbbQVuE7PnFylPVoAjgbjPGsye/Kf8Lb93/Ao
621
- GEjwxrzQvzSAlsJKsW2Ox5BF3i9nrEUEo3rcVZLJR2bYGozH7ZxOmuASu7VqTITh
622
- 4SINhwBk/ox9Yjllpu9CtoAlEmEBqCQTcAARJl/6NVDFSMwGR+gn2HCNX2TmoUQm
623
- XiLsks3/QppEIW1cxeMiHV9HEufOX1362KqxMy3ZdvJOOjMMK7MtkAY=
624
- -----END CERTIFICATE-----
625
-
626
- # Issuer: CN=AddTrust Qualified CA Root O=AddTrust AB OU=AddTrust TTP Network
627
- # Subject: CN=AddTrust Qualified CA Root O=AddTrust AB OU=AddTrust TTP Network
628
- # Label: "AddTrust Qualified Certificates Root"
629
- # Serial: 1
630
- # MD5 Fingerprint: 27:ec:39:47:cd:da:5a:af:e2:9a:01:65:21:a9:4c:bb
631
- # SHA1 Fingerprint: 4d:23:78:ec:91:95:39:b5:00:7f:75:8f:03:3b:21:1e:c5:4d:8b:cf
632
- # SHA256 Fingerprint: 80:95:21:08:05:db:4b:bc:35:5e:44:28:d8:fd:6e:c2:cd:e3:ab:5f:b9:7a:99:42:98:8e:b8:f4:dc:d0:60:16
633
- -----BEGIN CERTIFICATE-----
634
- MIIEHjCCAwagAwIBAgIBATANBgkqhkiG9w0BAQUFADBnMQswCQYDVQQGEwJTRTEU
635
- MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3
636
- b3JrMSMwIQYDVQQDExpBZGRUcnVzdCBRdWFsaWZpZWQgQ0EgUm9vdDAeFw0wMDA1
637
- MzAxMDQ0NTBaFw0yMDA1MzAxMDQ0NTBaMGcxCzAJBgNVBAYTAlNFMRQwEgYDVQQK
638
- EwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIzAh
639
- BgNVBAMTGkFkZFRydXN0IFF1YWxpZmllZCBDQSBSb290MIIBIjANBgkqhkiG9w0B
640
- AQEFAAOCAQ8AMIIBCgKCAQEA5B6a/twJWoekn0e+EV+vhDTbYjx5eLfpMLXsDBwq
641
- xBb/4Oxx64r1EW7tTw2R0hIYLUkVAcKkIhPHEWT/IhKauY5cLwjPcWqzZwFZ8V1G
642
- 87B4pfYOQnrjfxvM0PC3KP0q6p6zsLkEqv32x7SxuCqg+1jxGaBvcCV+PmlKfw8i
643
- 2O+tCBGaKZnhqkRFmhJePp1tUvznoD1oL/BLcHwTOK28FSXx1s6rosAx1i+f4P8U
644
- WfyEk9mHfExUE+uf0S0R+Bg6Ot4l2ffTQO2kBhLEO+GRwVY18BTcZTYJbqukB8c1
645
- 0cIDMzZbdSZtQvESa0NvS3GU+jQd7RNuyoB/mC9suWXY6QIDAQABo4HUMIHRMB0G
646
- A1UdDgQWBBQ5lYtii1zJ1IC6WA+XPxUIQ8yYpzALBgNVHQ8EBAMCAQYwDwYDVR0T
647
- AQH/BAUwAwEB/zCBkQYDVR0jBIGJMIGGgBQ5lYtii1zJ1IC6WA+XPxUIQ8yYp6Fr
648
- pGkwZzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQL
649
- ExRBZGRUcnVzdCBUVFAgTmV0d29yazEjMCEGA1UEAxMaQWRkVHJ1c3QgUXVhbGlm
650
- aWVkIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBABmrder4i2VhlRO6aQTv
651
- hsoToMeqT2QbPxj2qC0sVY8FtzDqQmodwCVRLae/DLPt7wh/bDxGGuoYQ992zPlm
652
- hpwsaPXpF/gxsxjE1kh9I0xowX67ARRvxdlu3rsEQmr49lx95dr6h+sNNVJn0J6X
653
- dgWTP5XHAeZpVTh/EGGZyeNfpso+gmNIquIISD6q8rKFYqa0p9m9N5xotS1WfbC3
654
- P6CxB9bpT9zeRXEwMn8bLgn5v1Kh7sKAPgZcLlVAwRv1cEWw3F369nJad9Jjzc9Y
655
- iQBCYz95OdBEsIJuQRno3eDBiFrRHnGTHyQwdOUeqN48Jzd/g66ed8/wMLH/S5no
656
- xqE=
657
- -----END CERTIFICATE-----
658
-
659
- # Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.
660
- # Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.
661
- # Label: "Entrust Root Certification Authority"
662
- # Serial: 1164660820
663
- # MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4
664
- # SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9
665
- # SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c
666
- -----BEGIN CERTIFICATE-----
667
- MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC
668
- VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0
669
- Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW
670
- KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl
671
- cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw
672
- NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw
673
- NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy
674
- ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV
675
- BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ
676
- KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo
677
- Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4
678
- 4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9
679
- KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI
680
- rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi
681
- 94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB
682
- sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi
683
- gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo
684
- kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE
685
- vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA
686
- A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t
687
- O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua
688
- AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP
689
- 9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/
690
- eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m
691
- 0vdXcDazv/wor3ElhVsT/h5/WrQ8
692
- -----END CERTIFICATE-----
693
-
694
- # Issuer: CN=GeoTrust Global CA O=GeoTrust Inc.
695
- # Subject: CN=GeoTrust Global CA O=GeoTrust Inc.
696
- # Label: "GeoTrust Global CA"
697
- # Serial: 144470
698
- # MD5 Fingerprint: f7:75:ab:29:fb:51:4e:b7:77:5e:ff:05:3c:99:8e:f5
699
- # SHA1 Fingerprint: de:28:f4:a4:ff:e5:b9:2f:a3:c5:03:d1:a3:49:a7:f9:96:2a:82:12
700
- # SHA256 Fingerprint: ff:85:6a:2d:25:1d:cd:88:d3:66:56:f4:50:12:67:98:cf:ab:aa:de:40:79:9c:72:2d:e4:d2:b5:db:36:a7:3a
701
- -----BEGIN CERTIFICATE-----
702
- MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT
703
- MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i
704
- YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG
705
- EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg
706
- R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9
707
- 9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq
708
- fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv
709
- iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU
710
- 1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+
711
- bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW
712
- MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA
713
- ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l
714
- uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn
715
- Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS
716
- tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF
717
- PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un
718
- hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV
719
- 5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw==
720
- -----END CERTIFICATE-----
721
-
722
- # Issuer: CN=GeoTrust Global CA 2 O=GeoTrust Inc.
723
- # Subject: CN=GeoTrust Global CA 2 O=GeoTrust Inc.
724
- # Label: "GeoTrust Global CA 2"
725
- # Serial: 1
726
- # MD5 Fingerprint: 0e:40:a7:6c:de:03:5d:8f:d1:0f:e4:d1:8d:f9:6c:a9
727
- # SHA1 Fingerprint: a9:e9:78:08:14:37:58:88:f2:05:19:b0:6d:2b:0d:2b:60:16:90:7d
728
- # SHA256 Fingerprint: ca:2d:82:a0:86:77:07:2f:8a:b6:76:4f:f0:35:67:6c:fe:3e:5e:32:5e:01:21:72:df:3f:92:09:6d:b7:9b:85
729
- -----BEGIN CERTIFICATE-----
730
- MIIDZjCCAk6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMQswCQYDVQQGEwJVUzEW
731
- MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3QgR2xvYmFs
732
- IENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMTkwMzA0MDUwMDAwWjBEMQswCQYDVQQG
733
- EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3Qg
734
- R2xvYmFsIENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDvPE1A
735
- PRDfO1MA4Wf+lGAVPoWI8YkNkMgoI5kF6CsgncbzYEbYwbLVjDHZ3CB5JIG/NTL8
736
- Y2nbsSpr7iFY8gjpeMtvy/wWUsiRxP89c96xPqfCfWbB9X5SJBri1WeR0IIQ13hL
737
- TytCOb1kLUCgsBDTOEhGiKEMuzozKmKY+wCdE1l/bztyqu6mD4b5BWHqZ38MN5aL
738
- 5mkWRxHCJ1kDs6ZgwiFAVvqgx306E+PsV8ez1q6diYD3Aecs9pYrEw15LNnA5IZ7
739
- S4wMcoKK+xfNAGw6EzywhIdLFnopsk/bHdQL82Y3vdj2V7teJHq4PIu5+pIaGoSe
740
- 2HSPqht/XvT+RSIhAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE
741
- FHE4NvICMVNHK266ZUapEBVYIAUJMB8GA1UdIwQYMBaAFHE4NvICMVNHK266ZUap
742
- EBVYIAUJMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQUFAAOCAQEAA/e1K6td
743
- EPx7srJerJsOflN4WT5CBP51o62sgU7XAotexC3IUnbHLB/8gTKY0UvGkpMzNTEv
744
- /NgdRN3ggX+d6YvhZJFiCzkIjKx0nVnZellSlxG5FntvRdOW2TF9AjYPnDtuzywN
745
- A0ZF66D0f0hExghAzN4bcLUprbqLOzRldRtxIR0sFAqwlpW41uryZfspuk/qkZN0
746
- abby/+Ea0AzRdoXLiiW9l14sbxWZJue2Kf8i7MkCx1YAzUm5s2x7UwQa4qjJqhIF
747
- I8LO57sEAszAR6LkxCkvW0VXiVHuPOtSCP8HNR6fNWpHSlaY0VqFH4z1Ir+rzoPz
748
- 4iIprn2DQKi6bA==
749
- -----END CERTIFICATE-----
750
-
751
- # Issuer: CN=GeoTrust Universal CA O=GeoTrust Inc.
752
- # Subject: CN=GeoTrust Universal CA O=GeoTrust Inc.
753
- # Label: "GeoTrust Universal CA"
754
- # Serial: 1
755
- # MD5 Fingerprint: 92:65:58:8b:a2:1a:31:72:73:68:5c:b4:a5:7a:07:48
756
- # SHA1 Fingerprint: e6:21:f3:35:43:79:05:9a:4b:68:30:9d:8a:2f:74:22:15:87:ec:79
757
- # SHA256 Fingerprint: a0:45:9b:9f:63:b2:25:59:f5:fa:5d:4c:6d:b3:f9:f7:2f:f1:93:42:03:35:78:f0:73:bf:1d:1b:46:cb:b9:12
758
- -----BEGIN CERTIFICATE-----
759
- MIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEW
760
- MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVy
761
- c2FsIENBMB4XDTA0MDMwNDA1MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UE
762
- BhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xHjAcBgNVBAMTFUdlb1RydXN0
763
- IFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKYV
764
- VaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y/YckUHUWCq8YdgNY96xCcOq9tJPi8
765
- cQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTT
766
- QjOgNB0eRXbdT8oYN+yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFh
767
- F7em6fgemdtzbvQKoiFs7tqqhZJmr/Z6a4LauiIINQ/PQvE1+mrufislzDoR5G2v
768
- c7J2Ha3QsnhnGqQ5HFELZ1aD/ThdDc7d8Lsrlh/eezJS/R27tQahsiFepdaVaH/w
769
- mZ7cRQg+59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7VqnJNk22CDtucvc+081xd
770
- VHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk/iXttmkQ3CgaRr0BHdCX
771
- teGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZ
772
- f9hBZ3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV+yXbfRe
773
- Bi9Fi1jUIxaS5BZuKGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch+RbNt+
774
- nhutxx9z3SxPGWX9f5NAEC7S8O08ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB
775
- /wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0XG0D08DYj3rWMB8GA1UdIwQY
776
- MBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG
777
- 9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC/yOsjmPRFWrZIRc
778
- aanQmjg8+uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z+ZhP015s8xxtxqv6fX
779
- IwjhmF7DWgh2qaavdy+3YL1ERmrvl/9zlcGO6JP7/TG37FcREUWbMPEaiDnBTzyn
780
- ANXH/KttgCJwpQzgXQQpAvvLoJHRfNbDflDVnVi+QTjruXU8FdmbyUqDWcDaU/0z
781
- uzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsKxr2EoyNB3tZ3b4XUhRxQ4K5RirqN
782
- Pnbiucon8l+f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxFKyDuSN/n3QmOGKja
783
- QI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2DFKW
784
- koRepqO1pD4r2czYG0eq8kTaT/kD6PAUyz/zg97QwVTjt+gKN02LIFkDMBmhLMi9
785
- ER/frslKxfMnZmaGrGiR/9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQt
786
- DF4JbAiXfKM9fJP/P6EUp8+1Xevb2xzEdt+Iub1FBZUbrvxGakyvSOPOrg/Sfuvm
787
- bJxPgWp6ZKy7PtXny3YuxadIwVyQD8vIP/rmMuGNG2+k5o7Y+SlIis5z/iw=
788
- -----END CERTIFICATE-----
789
-
790
- # Issuer: CN=GeoTrust Universal CA 2 O=GeoTrust Inc.
791
- # Subject: CN=GeoTrust Universal CA 2 O=GeoTrust Inc.
792
- # Label: "GeoTrust Universal CA 2"
793
- # Serial: 1
794
- # MD5 Fingerprint: 34:fc:b8:d0:36:db:9e:14:b3:c2:f2:db:8f:e4:94:c7
795
- # SHA1 Fingerprint: 37:9a:19:7b:41:85:45:35:0c:a6:03:69:f3:3c:2e:af:47:4f:20:79
796
- # SHA256 Fingerprint: a0:23:4f:3b:c8:52:7c:a5:62:8e:ec:81:ad:5d:69:89:5d:a5:68:0d:c9:1d:1c:b8:47:7f:33:f8:78:b9:5b:0b
797
- -----BEGIN CERTIFICATE-----
798
- MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW
799
- MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy
800
- c2FsIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYD
801
- VQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1
802
- c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
803
- AQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0DE81
804
- WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUG
805
- FF+3Qs17j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdq
806
- XbboW0W63MOhBW9Wjo8QJqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxL
807
- se4YuU6W3Nx2/zu+z18DwPw76L5GG//aQMJS9/7jOvdqdzXQ2o3rXhhqMcceujwb
808
- KNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2WP0+GfPtDCapkzj4T8Fd
809
- IgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP20gaXT73
810
- y/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRt
811
- hAAnZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgoc
812
- QIgfksILAAX/8sgCSqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4
813
- Lt1ZrtmhN79UNdxzMk+MBB4zsslG8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNV
814
- HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAfBgNV
815
- HSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8EBAMCAYYwDQYJ
816
- KoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z
817
- dXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQ
818
- L1EuxBRa3ugZ4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgr
819
- Fg5fNuH8KrUwJM/gYwx7WBr+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSo
820
- ag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpqA1Ihn0CoZ1Dy81of398j9tx4TuaY
821
- T1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpgY+RdM4kX2TGq2tbz
822
- GDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiPpm8m
823
- 1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJV
824
- OCiNUW7dFGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH
825
- 6aLcr34YEoP9VhdBLtUpgn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwX
826
- QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS
827
- -----END CERTIFICATE-----
828
-
829
- # Issuer: CN=America Online Root Certification Authority 1 O=America Online Inc.
830
- # Subject: CN=America Online Root Certification Authority 1 O=America Online Inc.
831
- # Label: "America Online Root Certification Authority 1"
832
- # Serial: 1
833
- # MD5 Fingerprint: 14:f1:08:ad:9d:fa:64:e2:89:e7:1c:cf:a8:ad:7d:5e
834
- # SHA1 Fingerprint: 39:21:c1:15:c1:5d:0e:ca:5c:cb:5b:c4:f0:7d:21:d8:05:0b:56:6a
835
- # SHA256 Fingerprint: 77:40:73:12:c6:3a:15:3d:5b:c0:0b:4e:51:75:9c:df:da:c2:37:dc:2a:33:b6:79:46:e9:8e:9b:fa:68:0a:e3
836
- -----BEGIN CERTIFICATE-----
837
- MIIDpDCCAoygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc
838
- MBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP
839
- bmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAxMB4XDTAyMDUyODA2
840
- MDAwMFoXDTM3MTExOTIwNDMwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft
841
- ZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg
842
- Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP
843
- ADCCAQoCggEBAKgv6KRpBgNHw+kqmP8ZonCaxlCyfqXfaE0bfA+2l2h9LaaLl+lk
844
- hsmj76CGv2BlnEtUiMJIxUo5vxTjWVXlGbR0yLQFOVwWpeKVBeASrlmLojNoWBym
845
- 1BW32J/X3HGrfpq/m44zDyL9Hy7nBzbvYjnF3cu6JRQj3gzGPTzOggjmZj7aUTsW
846
- OqMFf6Dch9Wc/HKpoH145LcxVR5lu9RhsCFg7RAycsWSJR74kEoYeEfffjA3PlAb
847
- 2xzTa5qGUwew76wGePiEmf4hjUyAtgyC9mZweRrTT6PP8c9GsEsPPt2IYriMqQko
848
- O3rHl+Ee5fSfwMCuJKDIodkP1nsmgmkyPacCAwEAAaNjMGEwDwYDVR0TAQH/BAUw
849
- AwEB/zAdBgNVHQ4EFgQUAK3Zo/Z59m50qX8zPYEX10zPM94wHwYDVR0jBBgwFoAU
850
- AK3Zo/Z59m50qX8zPYEX10zPM94wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB
851
- BQUAA4IBAQB8itEfGDeC4Liwo+1WlchiYZwFos3CYiZhzRAW18y0ZTTQEYqtqKkF
852
- Zu90821fnZmv9ov761KyBZiibyrFVL0lvV+uyIbqRizBs73B6UlwGBaXCBOMIOAb
853
- LjpHyx7kADCVW/RFo8AasAFOq73AI25jP4BKxQft3OJvx8Fi8eNy1gTIdGcL+oir
854
- oQHIb/AUr9KZzVGTfu0uOMe9zkZQPXLjeSWdm4grECDdpbgyn43gKd8hdIaC2y+C
855
- MMbHNYaz+ZZfRtsMRf3zUMNvxsNIrUam4SdHCh0Om7bCd39j8uB9Gr784N/Xx6ds
856
- sPmuujz9dLQR6FgNgLzTqIA6me11zEZ7
857
- -----END CERTIFICATE-----
858
-
859
- # Issuer: CN=America Online Root Certification Authority 2 O=America Online Inc.
860
- # Subject: CN=America Online Root Certification Authority 2 O=America Online Inc.
861
- # Label: "America Online Root Certification Authority 2"
862
- # Serial: 1
863
- # MD5 Fingerprint: d6:ed:3c:ca:e2:66:0f:af:10:43:0d:77:9b:04:09:bf
864
- # SHA1 Fingerprint: 85:b5:ff:67:9b:0c:79:96:1f:c8:6e:44:22:00:46:13:db:17:92:84
865
- # SHA256 Fingerprint: 7d:3b:46:5a:60:14:e5:26:c0:af:fc:ee:21:27:d2:31:17:27:ad:81:1c:26:84:2d:00:6a:f3:73:06:cc:80:bd
866
- -----BEGIN CERTIFICATE-----
867
- MIIFpDCCA4ygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc
868
- MBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP
869
- bmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAyMB4XDTAyMDUyODA2
870
- MDAwMFoXDTM3MDkyOTE0MDgwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft
871
- ZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg
872
- Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIP
873
- ADCCAgoCggIBAMxBRR3pPU0Q9oyxQcngXssNt79Hc9PwVU3dxgz6sWYFas14tNwC
874
- 206B89enfHG8dWOgXeMHDEjsJcQDIPT/DjsS/5uN4cbVG7RtIuOx238hZK+GvFci
875
- KtZHgVdEglZTvYYUAQv8f3SkWq7xuhG1m1hagLQ3eAkzfDJHA1zEpYNI9FdWboE2
876
- JxhP7JsowtS013wMPgwr38oE18aO6lhOqKSlGBxsRZijQdEt0sdtjRnxrXm3gT+9
877
- BoInLRBYBbV4Bbkv2wxrkJB+FFk4u5QkE+XRnRTf04JNRvCAOVIyD+OEsnpD8l7e
878
- Xz8d3eOyG6ChKiMDbi4BFYdcpnV1x5dhvt6G3NRI270qv0pV2uh9UPu0gBe4lL8B
879
- PeraunzgWGcXuVjgiIZGZ2ydEEdYMtA1fHkqkKJaEBEjNa0vzORKW6fIJ/KD3l67
880
- Xnfn6KVuY8INXWHQjNJsWiEOyiijzirplcdIz5ZvHZIlyMbGwcEMBawmxNJ10uEq
881
- Z8A9W6Wa6897GqidFEXlD6CaZd4vKL3Ob5Rmg0gp2OpljK+T2WSfVVcmv2/LNzGZ
882
- o2C7HK2JNDJiuEMhBnIMoVxtRsX6Kc8w3onccVvdtjc+31D1uAclJuW8tf48ArO3
883
- +L5DwYcRlJ4jbBeKuIonDFRH8KmzwICMoCfrHRnjB453cMor9H124HhnAgMBAAGj
884
- YzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFE1FwWg4u3OpaaEg5+31IqEj
885
- FNeeMB8GA1UdIwQYMBaAFE1FwWg4u3OpaaEg5+31IqEjFNeeMA4GA1UdDwEB/wQE
886
- AwIBhjANBgkqhkiG9w0BAQUFAAOCAgEAZ2sGuV9FOypLM7PmG2tZTiLMubekJcmn
887
- xPBUlgtk87FYT15R/LKXeydlwuXK5w0MJXti4/qftIe3RUavg6WXSIylvfEWK5t2
888
- LHo1YGwRgJfMqZJS5ivmae2p+DYtLHe/YUjRYwu5W1LtGLBDQiKmsXeu3mnFzccc
889
- obGlHBD7GL4acN3Bkku+KVqdPzW+5X1R+FXgJXUjhx5c3LqdsKyzadsXg8n33gy8
890
- CNyRnqjQ1xU3c6U1uPx+xURABsPr+CKAXEfOAuMRn0T//ZoyzH1kUQ7rVyZ2OuMe
891
- IjzCpjbdGe+n/BLzJsBZMYVMnNjP36TMzCmT/5RtdlwTCJfy7aULTd3oyWgOZtMA
892
- DjMSW7yV5TKQqLPGbIOtd+6Lfn6xqavT4fG2wLHqiMDn05DpKJKUe2h7lyoKZy2F
893
- AjgQ5ANh1NolNscIWC2hp1GvMApJ9aZphwctREZ2jirlmjvXGKL8nDgQzMY70rUX
894
- Om/9riW99XJZZLF0KjhfGEzfz3EEWjbUvy+ZnOjZurGV5gJLIaFb1cFPj65pbVPb
895
- AZO1XB4Y3WRayhgoPmMEEf0cjQAPuDffZ4qdZqkCapH/E8ovXYO8h5Ns3CRRFgQl
896
- Zvqz2cK6Kb6aSDiCmfS/O0oxGfm/jiEzFMpPVF/7zvuPcX/9XhmgD0uRuMRUvAaw
897
- RY8mkaKO/qk=
898
- -----END CERTIFICATE-----
899
-
900
- # Issuer: CN=AAA Certificate Services O=Comodo CA Limited
901
- # Subject: CN=AAA Certificate Services O=Comodo CA Limited
902
- # Label: "Comodo AAA Services root"
903
- # Serial: 1
904
- # MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0
905
- # SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49
906
- # SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4
907
- -----BEGIN CERTIFICATE-----
908
- MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb
909
- MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow
910
- GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj
911
- YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL
912
- MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
913
- BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM
914
- GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP
915
- ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua
916
- BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe
917
- 3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4
918
- YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR
919
- rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm
920
- ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU
921
- oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF
922
- MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v
923
- QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t
924
- b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF
925
- AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q
926
- GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz
927
- Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2
928
- G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi
929
- l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3
930
- smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==
931
- -----END CERTIFICATE-----
932
-
933
- # Issuer: CN=Secure Certificate Services O=Comodo CA Limited
934
- # Subject: CN=Secure Certificate Services O=Comodo CA Limited
935
- # Label: "Comodo Secure Services root"
936
- # Serial: 1
937
- # MD5 Fingerprint: d3:d9:bd:ae:9f:ac:67:24:b3:c8:1b:52:e1:b9:a9:bd
938
- # SHA1 Fingerprint: 4a:65:d5:f4:1d:ef:39:b8:b8:90:4a:4a:d3:64:81:33:cf:c7:a1:d1
939
- # SHA256 Fingerprint: bd:81:ce:3b:4f:65:91:d1:1a:67:b5:fc:7a:47:fd:ef:25:52:1b:f9:aa:4e:18:b9:e3:df:2e:34:a7:80:3b:e8
940
- -----BEGIN CERTIFICATE-----
941
- MIIEPzCCAyegAwIBAgIBATANBgkqhkiG9w0BAQUFADB+MQswCQYDVQQGEwJHQjEb
942
- MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow
943
- GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEkMCIGA1UEAwwbU2VjdXJlIENlcnRp
944
- ZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVow
945
- fjELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
946
- A1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxJDAiBgNV
947
- BAMMG1NlY3VyZSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEB
948
- BQADggEPADCCAQoCggEBAMBxM4KK0HDrc4eCQNUd5MvJDkKQ+d40uaG6EfQlhfPM
949
- cm3ye5drswfxdySRXyWP9nQ95IDC+DwN879A6vfIUtFyb+/Iq0G4bi4XKpVpDM3S
950
- HpR7LZQdqnXXs5jLrLxkU0C8j6ysNstcrbvd4JQX7NFc0L/vpZXJkMWwrPsbQ996
951
- CF23uPJAGysnnlDOXmWCiIxe004MeuoIkbY2qitC++rCoznl2yY4rYsK7hljxxwk
952
- 3wN42ubqwUcaCwtGCd0C/N7Lh1/XMGNooa7cMqG6vv5Eq2i2pRcV/b3Vp6ea5EQz
953
- 6YiO/O1R65NxTq0B50SOqy3LqP4BSUjwwN3HaNiS/j0CAwEAAaOBxzCBxDAdBgNV
954
- HQ4EFgQUPNiTiMLAggnMAZkGkyDpnnAJY08wDgYDVR0PAQH/BAQDAgEGMA8GA1Ud
955
- EwEB/wQFMAMBAf8wgYEGA1UdHwR6MHgwO6A5oDeGNWh0dHA6Ly9jcmwuY29tb2Rv
956
- Y2EuY29tL1NlY3VyZUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDmgN6A1hjNodHRw
957
- Oi8vY3JsLmNvbW9kby5uZXQvU2VjdXJlQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmww
958
- DQYJKoZIhvcNAQEFBQADggEBAIcBbSMdflsXfcFhMs+P5/OKlFlm4J4oqF7Tt/Q0
959
- 5qo5spcWxYJvMqTpjOev/e/C6LlLqqP05tqNZSH7uoDrJiiFGv45jN5bBAS0VPmj
960
- Z55B+glSzAVIqMk/IQQezkhr/IXownuvf7fM+F86/TXGDe+X3EyrEeFryzHRbPtI
961
- gKvcnDe4IRRLDXE97IMzbtFuMhbsmMcWi1mmNKsFVy2T96oTy9IT4rcuO81rUBcJ
962
- aD61JlfutuC23bkpgHl9j6PwpCikFcSF9CfUa7/lXORlAnZUtOM3ZiTTGWHIUhDl
963
- izeauan5Hb/qmZJhlv8BzaFfDbxxvA6sCx1HRR3B7Hzs/Sk=
964
- -----END CERTIFICATE-----
965
-
966
- # Issuer: CN=Trusted Certificate Services O=Comodo CA Limited
967
- # Subject: CN=Trusted Certificate Services O=Comodo CA Limited
968
- # Label: "Comodo Trusted Services root"
969
- # Serial: 1
970
- # MD5 Fingerprint: 91:1b:3f:6e:cd:9e:ab:ee:07:fe:1f:71:d2:b3:61:27
971
- # SHA1 Fingerprint: e1:9f:e3:0e:8b:84:60:9e:80:9b:17:0d:72:a8:c5:ba:6e:14:09:bd
972
- # SHA256 Fingerprint: 3f:06:e5:56:81:d4:96:f5:be:16:9e:b5:38:9f:9f:2b:8f:f6:1e:17:08:df:68:81:72:48:49:cd:5d:27:cb:69
973
- -----BEGIN CERTIFICATE-----
974
- MIIEQzCCAyugAwIBAgIBATANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJHQjEb
975
- MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow
976
- GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDElMCMGA1UEAwwcVHJ1c3RlZCBDZXJ0
977
- aWZpY2F0ZSBTZXJ2aWNlczAeFw0wNDAxMDEwMDAwMDBaFw0yODEyMzEyMzU5NTla
978
- MH8xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO
979
- BgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSUwIwYD
980
- VQQDDBxUcnVzdGVkIENlcnRpZmljYXRlIFNlcnZpY2VzMIIBIjANBgkqhkiG9w0B
981
- AQEFAAOCAQ8AMIIBCgKCAQEA33FvNlhTWvI2VFeAxHQIIO0Yfyod5jWaHiWsnOWW
982
- fnJSoBVC21ndZHoa0Lh73TkVvFVIxO06AOoxEbrycXQaZ7jPM8yoMa+j49d/vzMt
983
- TGo87IvDktJTdyR0nAducPy9C1t2ul/y/9c3S0pgePfw+spwtOpZqqPOSC+pw7IL
984
- fhdyFgymBwwbOM/JYrc/oJOlh0Hyt3BAd9i+FHzjqMB6juljatEPmsbS9Is6FARW
985
- 1O24zG71++IsWL1/T2sr92AkWCTOJu80kTrV44HQsvAEAtdbtz6SrGsSivnkBbA7
986
- kUlcsutT6vifR4buv5XAwAaf0lteERv0xwQ1KdJVXOTt6wIDAQABo4HJMIHGMB0G
987
- A1UdDgQWBBTFe1i97doladL3WRaoszLAeydb9DAOBgNVHQ8BAf8EBAMCAQYwDwYD
988
- VR0TAQH/BAUwAwEB/zCBgwYDVR0fBHwwejA8oDqgOIY2aHR0cDovL2NybC5jb21v
989
- ZG9jYS5jb20vVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMuY3JsMDqgOKA2hjRo
990
- dHRwOi8vY3JsLmNvbW9kby5uZXQvVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMu
991
- Y3JsMA0GCSqGSIb3DQEBBQUAA4IBAQDIk4E7ibSvuIQSTI3S8NtwuleGFTQQuS9/
992
- HrCoiWChisJ3DFBKmwCL2Iv0QeLQg4pKHBQGsKNoBXAxMKdTmw7pSqBYaWcOrp32
993
- pSxBvzwGa+RZzG0Q8ZZvH9/0BAKkn0U+yNj6NkZEUD+Cl5EfKNsYEYwq5GWDVxIS
994
- jBc/lDb+XbDABHcTuPQV1T84zJQ6VdCsmPW6AF/ghhmBeC8owH7TzEIK9a5QoNE+
995
- xqFx7D+gIIxmOom0jtTYsU0lR+4viMi14QVFwL4Ucd56/Y57fU0IlqUSc/Atyjcn
996
- dBInTMu2l+nZrghtWjlA3QVHdWpaIbOjGM9O9y5Xt5hwXsjEeLBi
997
- -----END CERTIFICATE-----
998
-
999
- # Issuer: CN=UTN - DATACorp SGC O=The USERTRUST Network OU=http://www.usertrust.com
1000
- # Subject: CN=UTN - DATACorp SGC O=The USERTRUST Network OU=http://www.usertrust.com
1001
- # Label: "UTN DATACorp SGC Root CA"
1002
- # Serial: 91374294542884689855167577680241077609
1003
- # MD5 Fingerprint: b3:a5:3e:77:21:6d:ac:4a:c0:c9:fb:d5:41:3d:ca:06
1004
- # SHA1 Fingerprint: 58:11:9f:0e:12:82:87:ea:50:fd:d9:87:45:6f:4f:78:dc:fa:d6:d4
1005
- # SHA256 Fingerprint: 85:fb:2f:91:dd:12:27:5a:01:45:b6:36:53:4f:84:02:4a:d6:8b:69:b8:ee:88:68:4f:f7:11:37:58:05:b3:48
1006
- -----BEGIN CERTIFICATE-----
1007
- MIIEXjCCA0agAwIBAgIQRL4Mi1AAIbQR0ypoBqmtaTANBgkqhkiG9w0BAQUFADCB
1008
- kzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
1009
- Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
1010
- dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xGzAZBgNVBAMTElVUTiAtIERBVEFDb3Jw
1011
- IFNHQzAeFw05OTA2MjQxODU3MjFaFw0xOTA2MjQxOTA2MzBaMIGTMQswCQYDVQQG
1012
- EwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYD
1013
- VQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cu
1014
- dXNlcnRydXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dDMIIBIjAN
1015
- BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3+5YEKIrblXEjr8uRgnn4AgPLit6
1016
- E5Qbvfa2gI5lBZMAHryv4g+OGQ0SR+ysraP6LnD43m77VkIVni5c7yPeIbkFdicZ
1017
- D0/Ww5y0vpQZY/KmEQrrU0icvvIpOxboGqBMpsn0GFlowHDyUwDAXlCCpVZvNvlK
1018
- 4ESGoE1O1kduSUrLZ9emxAW5jh70/P/N5zbgnAVssjMiFdC04MwXwLLA9P4yPykq
1019
- lXvY8qdOD1R8oQ2AswkDwf9c3V6aPryuvEeKaq5xyh+xKrhfQgUL7EYw0XILyulW
1020
- bfXv33i+Ybqypa4ETLyorGkVl73v67SMvzX41MPRKA5cOp9wGDMgd8SirwIDAQAB
1021
- o4GrMIGoMAsGA1UdDwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRT
1022
- MtGzz3/64PGgXYVOktKeRR20TzA9BgNVHR8ENjA0MDKgMKAuhixodHRwOi8vY3Js
1023
- LnVzZXJ0cnVzdC5jb20vVVROLURBVEFDb3JwU0dDLmNybDAqBgNVHSUEIzAhBggr
1024
- BgEFBQcDAQYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMA0GCSqGSIb3DQEBBQUAA4IB
1025
- AQAnNZcAiosovcYzMB4p/OL31ZjUQLtgyr+rFywJNn9Q+kHcrpY6CiM+iVnJowft
1026
- Gzet/Hy+UUla3joKVAgWRcKZsYfNjGjgaQPpxE6YsjuMFrMOoAyYUJuTqXAJyCyj
1027
- j98C5OBxOvG0I3KgqgHf35g+FFCgMSa9KOlaMCZ1+XtgHI3zzVAmbQQnmt/VDUVH
1028
- KWss5nbZqSl9Mt3JNjy9rjXxEZ4du5A/EkdOjtd+D2JzHVImOBwYSf0wdJrE5SIv
1029
- 2MCN7ZF6TACPcn9d2t0bi0Vr591pl6jFVkwPDPafepE39peC4N1xaf92P2BNPM/3
1030
- mfnGV/TJVTl4uix5yaaIK/QI
1031
- -----END CERTIFICATE-----
1032
-
1033
- # Issuer: CN=UTN-USERFirst-Hardware O=The USERTRUST Network OU=http://www.usertrust.com
1034
- # Subject: CN=UTN-USERFirst-Hardware O=The USERTRUST Network OU=http://www.usertrust.com
1035
- # Label: "UTN USERFirst Hardware Root CA"
1036
- # Serial: 91374294542884704022267039221184531197
1037
- # MD5 Fingerprint: 4c:56:41:e5:0d:bb:2b:e8:ca:a3:ed:18:08:ad:43:39
1038
- # SHA1 Fingerprint: 04:83:ed:33:99:ac:36:08:05:87:22:ed:bc:5e:46:00:e3:be:f9:d7
1039
- # SHA256 Fingerprint: 6e:a5:47:41:d0:04:66:7e:ed:1b:48:16:63:4a:a3:a7:9e:6e:4b:96:95:0f:82:79:da:fc:8d:9b:d8:81:21:37
1040
- -----BEGIN CERTIFICATE-----
1041
- MIIEdDCCA1ygAwIBAgIQRL4Mi1AAJLQR0zYq/mUK/TANBgkqhkiG9w0BAQUFADCB
1042
- lzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
1043
- Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
1044
- dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3Qt
1045
- SGFyZHdhcmUwHhcNOTkwNzA5MTgxMDQyWhcNMTkwNzA5MTgxOTIyWjCBlzELMAkG
1046
- A1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEe
1047
- MBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8v
1048
- d3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3QtSGFyZHdh
1049
- cmUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCx98M4P7Sof885glFn
1050
- 0G2f0v9Y8+efK+wNiVSZuTiZFvfgIXlIwrthdBKWHTxqctU8EGc6Oe0rE81m65UJ
1051
- M6Rsl7HoxuzBdXmcRl6Nq9Bq/bkqVRcQVLMZ8Jr28bFdtqdt++BxF2uiiPsA3/4a
1052
- MXcMmgF6sTLjKwEHOG7DpV4jvEWbe1DByTCP2+UretNb+zNAHqDVmBe8i4fDidNd
1053
- oI6yqqr2jmmIBsX6iSHzCJ1pLgkzmykNRg+MzEk0sGlRvfkGzWitZky8PqxhvQqI
1054
- DsjfPe58BEydCl5rkdbux+0ojatNh4lz0G6k0B4WixThdkQDf2Os5M1JnMWS9Ksy
1055
- oUhbAgMBAAGjgbkwgbYwCwYDVR0PBAQDAgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYD
1056
- VR0OBBYEFKFyXyYbKJhDlV0HN9WFlp1L0sNFMEQGA1UdHwQ9MDswOaA3oDWGM2h0
1057
- dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VVE4tVVNFUkZpcnN0LUhhcmR3YXJlLmNy
1058
- bDAxBgNVHSUEKjAoBggrBgEFBQcDAQYIKwYBBQUHAwUGCCsGAQUFBwMGBggrBgEF
1059
- BQcDBzANBgkqhkiG9w0BAQUFAAOCAQEARxkP3nTGmZev/K0oXnWO6y1n7k57K9cM
1060
- //bey1WiCuFMVGWTYGufEpytXoMs61quwOQt9ABjHbjAbPLPSbtNk28Gpgoiskli
1061
- CE7/yMgUsogWXecB5BKV5UU0s4tpvc+0hY91UZ59Ojg6FEgSxvunOxqNDYJAB+gE
1062
- CJChicsZUN/KHAG8HQQZexB2lzvukJDKxA4fFm517zP4029bHpbj4HR3dHuKom4t
1063
- 3XbWOTCC8KucUvIqx69JXn7HaOWCgchqJ/kniCrVWFCVH/A7HFe7fRQ5YiuayZSS
1064
- KqMiDP+JJn1fIytH1xUdqWqeUQ0qUZ6B+dQ7XnASfxAynB67nfhmqA==
1065
- -----END CERTIFICATE-----
1066
-
1067
- # Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com
1068
- # Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com
1069
- # Label: "XRamp Global CA Root"
1070
- # Serial: 107108908803651509692980124233745014957
1071
- # MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1
1072
- # SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6
1073
- # SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2
1074
- -----BEGIN CERTIFICATE-----
1075
- MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB
1076
- gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk
1077
- MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY
1078
- UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx
1079
- NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3
1080
- dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy
1081
- dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB
1082
- dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6
1083
- 38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP
1084
- KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q
1085
- DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4
1086
- qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa
1087
- JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi
1088
- PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P
1089
- BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs
1090
- jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0
1091
- eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD
1092
- ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR
1093
- vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt
1094
- qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa
1095
- IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy
1096
- i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ
1097
- O+7ETPTsJ3xCwnR8gooJybQDJbw=
1098
- -----END CERTIFICATE-----
1099
-
1100
- # Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority
1101
- # Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority
1102
- # Label: "Go Daddy Class 2 CA"
1103
- # Serial: 0
1104
- # MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67
1105
- # SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4
1106
- # SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4
1107
- -----BEGIN CERTIFICATE-----
1108
- MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh
1109
- MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE
1110
- YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3
1111
- MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo
1112
- ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg
1113
- MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN
1114
- ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA
1115
- PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w
1116
- wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi
1117
- EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY
1118
- avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+
1119
- YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE
1120
- sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h
1121
- /t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5
1122
- IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj
1123
- YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD
1124
- ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy
1125
- OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P
1126
- TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ
1127
- HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER
1128
- dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf
1129
- ReYNnyicsbkqWletNw+vHX/bvZ8=
1130
- -----END CERTIFICATE-----
1131
-
1132
- # Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority
1133
- # Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority
1134
- # Label: "Starfield Class 2 CA"
1135
- # Serial: 0
1136
- # MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24
1137
- # SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a
1138
- # SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58
1139
- -----BEGIN CERTIFICATE-----
1140
- MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl
1141
- MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp
1142
- U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw
1143
- NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE
1144
- ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp
1145
- ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3
1146
- DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf
1147
- 8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN
1148
- +lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0
1149
- X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa
1150
- K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA
1151
- 1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G
1152
- A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR
1153
- zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0
1154
- YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD
1155
- bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w
1156
- DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3
1157
- L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D
1158
- eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl
1159
- xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp
1160
- VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY
1161
- WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=
1162
- -----END CERTIFICATE-----
1163
-
1164
- # Issuer: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing
1165
- # Subject: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing
1166
- # Label: "StartCom Certification Authority"
1167
- # Serial: 1
1168
- # MD5 Fingerprint: 22:4d:8f:8a:fc:f7:35:c2:bb:57:34:90:7b:8b:22:16
1169
- # SHA1 Fingerprint: 3e:2b:f7:f2:03:1b:96:f3:8c:e6:c4:d8:a8:5d:3e:2d:58:47:6a:0f
1170
- # SHA256 Fingerprint: c7:66:a9:be:f2:d4:07:1c:86:3a:31:aa:49:20:e8:13:b2:d1:98:60:8c:b7:b7:cf:e2:11:43:b8:36:df:09:ea
1171
- -----BEGIN CERTIFICATE-----
1172
- MIIHyTCCBbGgAwIBAgIBATANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEW
1173
- MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg
1174
- Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh
1175
- dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM2WhcNMzYwOTE3MTk0NjM2WjB9
1176
- MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi
1177
- U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh
1178
- cnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA
1179
- A4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk
1180
- pMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf
1181
- OQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C
1182
- Ji/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT
1183
- Kqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi
1184
- HzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM
1185
- Av+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w
1186
- +2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+
1187
- Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3
1188
- Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B
1189
- 26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID
1190
- AQABo4ICUjCCAk4wDAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAa4wHQYDVR0OBBYE
1191
- FE4L7xqkQFulF2mHMMo0aEPQQa7yMGQGA1UdHwRdMFswLKAqoCiGJmh0dHA6Ly9j
1192
- ZXJ0LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMCugKaAnhiVodHRwOi8vY3Js
1193
- LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMIIBXQYDVR0gBIIBVDCCAVAwggFM
1194
- BgsrBgEEAYG1NwEBATCCATswLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0
1195
- Y29tLm9yZy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRwOi8vY2VydC5zdGFy
1196
- dGNvbS5vcmcvaW50ZXJtZWRpYXRlLnBkZjCB0AYIKwYBBQUHAgIwgcMwJxYgU3Rh
1197
- cnQgQ29tbWVyY2lhbCAoU3RhcnRDb20pIEx0ZC4wAwIBARqBl0xpbWl0ZWQgTGlh
1198
- YmlsaXR5LCByZWFkIHRoZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyogb2Yg
1199
- dGhlIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFp
1200
- bGFibGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwEQYJ
1201
- YIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNT
1202
- TCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQUFAAOCAgEAFmyZ
1203
- 9GYMNPXQhV59CuzaEE44HF7fpiUFS5Eyweg78T3dRAlbB0mKKctmArexmvclmAk8
1204
- jhvh3TaHK0u7aNM5Zj2gJsfyOZEdUauCe37Vzlrk4gNXcGmXCPleWKYK34wGmkUW
1205
- FjgKXlf2Ysd6AgXmvB618p70qSmD+LIU424oh0TDkBreOKk8rENNZEXO3SipXPJz
1206
- ewT4F+irsfMuXGRuczE6Eri8sxHkfY+BUZo7jYn0TZNmezwD7dOaHZrzZVD1oNB1
1207
- ny+v8OqCQ5j4aZyJecRDjkZy42Q2Eq/3JR44iZB3fsNrarnDy0RLrHiQi+fHLB5L
1208
- EUTINFInzQpdn4XBidUaePKVEFMy3YCEZnXZtWgo+2EuvoSoOMCZEoalHmdkrQYu
1209
- L6lwhceWD3yJZfWOQ1QOq92lgDmUYMA0yZZwLKMS9R9Ie70cfmu3nZD0Ijuu+Pwq
1210
- yvqCUqDvr0tVk+vBtfAii6w0TiYiBKGHLHVKt+V9E9e4DGTANtLJL4YSjCMJwRuC
1211
- O3NJo2pXh5Tl1njFmUNj403gdy3hZZlyaQQaRwnmDwFWJPsfvw55qVguucQJAX6V
1212
- um0ABj6y6koQOdjQK/W/7HW/lwLFCRsI3FU34oH7N4RDYiDK51ZLZer+bMEkkySh
1213
- NOsF/5oirpt9P/FlUQqmMGqz9IgcgA38corog14=
1214
- -----END CERTIFICATE-----
1215
-
1216
- # Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com
1217
- # Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com
1218
- # Label: "DigiCert Assured ID Root CA"
1219
- # Serial: 17154717934120587862167794914071425081
1220
- # MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72
1221
- # SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43
1222
- # SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c
1223
- -----BEGIN CERTIFICATE-----
1224
- MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl
1225
- MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
1226
- d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv
1227
- b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG
1228
- EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl
1229
- cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi
1230
- MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c
1231
- JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP
1232
- mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+
1233
- wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4
1234
- VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/
1235
- AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB
1236
- AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW
1237
- BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun
1238
- pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC
1239
- dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf
1240
- fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm
1241
- NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx
1242
- H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe
1243
- +o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==
1244
- -----END CERTIFICATE-----
1245
-
1246
- # Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com
1247
- # Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com
1248
- # Label: "DigiCert Global Root CA"
1249
- # Serial: 10944719598952040374951832963794454346
1250
- # MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e
1251
- # SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36
1252
- # SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61
1253
- -----BEGIN CERTIFICATE-----
1254
- MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh
1255
- MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
1256
- d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD
1257
- QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT
1258
- MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
1259
- b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG
1260
- 9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB
1261
- CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97
1262
- nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt
1263
- 43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P
1264
- T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4
1265
- gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO
1266
- BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR
1267
- TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw
1268
- DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr
1269
- hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg
1270
- 06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF
1271
- PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls
1272
- YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk
1273
- CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=
1274
- -----END CERTIFICATE-----
1275
-
1276
- # Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com
1277
- # Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com
1278
- # Label: "DigiCert High Assurance EV Root CA"
1279
- # Serial: 3553400076410547919724730734378100087
1280
- # MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a
1281
- # SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25
1282
- # SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf
1283
- -----BEGIN CERTIFICATE-----
1284
- MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs
1285
- MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
1286
- d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j
1287
- ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL
1288
- MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3
1289
- LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug
1290
- RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm
1291
- +9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW
1292
- PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM
1293
- xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB
1294
- Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3
1295
- hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg
1296
- EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF
1297
- MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA
1298
- FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec
1299
- nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z
1300
- eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF
1301
- hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2
1302
- Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe
1303
- vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep
1304
- +OkuE6N36B9K
1305
- -----END CERTIFICATE-----
1306
-
1307
- # Issuer: CN=GeoTrust Primary Certification Authority O=GeoTrust Inc.
1308
- # Subject: CN=GeoTrust Primary Certification Authority O=GeoTrust Inc.
1309
- # Label: "GeoTrust Primary Certification Authority"
1310
- # Serial: 32798226551256963324313806436981982369
1311
- # MD5 Fingerprint: 02:26:c3:01:5e:08:30:37:43:a9:d0:7d:cf:37:e6:bf
1312
- # SHA1 Fingerprint: 32:3c:11:8e:1b:f7:b8:b6:52:54:e2:e2:10:0d:d6:02:90:37:f0:96
1313
- # SHA256 Fingerprint: 37:d5:10:06:c5:12:ea:ab:62:64:21:f1:ec:8c:92:01:3f:c5:f8:2a:e9:8e:e5:33:eb:46:19:b8:de:b4:d0:6c
1314
- -----BEGIN CERTIFICATE-----
1315
- MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBY
1316
- MQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMo
1317
- R2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEx
1318
- MjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQK
1319
- Ew1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRp
1320
- ZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
1321
- AQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9
1322
- AWbK7hWNb6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjA
1323
- ZIVcFU2Ix7e64HXprQU9nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE0
1324
- 7e9GceBrAqg1cmuXm2bgyxx5X9gaBGgeRwLmnWDiNpcB3841kt++Z8dtd1k7j53W
1325
- kBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGttm/81w7a4DSwDRp35+MI
1326
- mO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G
1327
- A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJ
1328
- KoZIhvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ1
1329
- 6CePbJC/kRYkRj5KTs4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl
1330
- 4b7UVXGYNTq+k+qurUKykG/g/CFNNWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6K
1331
- oKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHaFloxt/m0cYASSJlyc1pZU8Fj
1332
- UjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG1riR/aYNKxoU
1333
- AT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk=
1334
- -----END CERTIFICATE-----
1335
-
1336
- # Issuer: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only
1337
- # Subject: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only
1338
- # Label: "thawte Primary Root CA"
1339
- # Serial: 69529181992039203566298953787712940909
1340
- # MD5 Fingerprint: 8c:ca:dc:0b:22:ce:f5:be:72:ac:41:1a:11:a8:d8:12
1341
- # SHA1 Fingerprint: 91:c6:d6:ee:3e:8a:c8:63:84:e5:48:c2:99:29:5c:75:6c:81:7b:81
1342
- # SHA256 Fingerprint: 8d:72:2f:81:a9:c1:13:c0:79:1d:f1:36:a2:96:6d:b2:6c:95:0a:97:1d:b4:6b:41:99:f4:ea:54:b7:8b:fb:9f
1343
- -----BEGIN CERTIFICATE-----
1344
- MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCB
1345
- qTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf
1346
- Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw
1347
- MDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNV
1348
- BAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3MDAwMDAwWhcNMzYw
1349
- NzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5j
1350
- LjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYG
1351
- A1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl
1352
- IG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqG
1353
- SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsoPD7gFnUnMekz52hWXMJEEUMDSxuaPFs
1354
- W0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ1CRfBsDMRJSUjQJib+ta
1355
- 3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGcq/gcfomk
1356
- 6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6
1357
- Sk/KaAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94J
1358
- NqR32HuHUETVPm4pafs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBA
1359
- MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XP
1360
- r87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUFAAOCAQEAeRHAS7ORtvzw6WfU
1361
- DW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeEuzLlQRHAd9mz
1362
- YJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX
1363
- xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2
1364
- /qxAeeWsEG89jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/
1365
- LHbTY5xZ3Y+m4Q6gLkH3LpVHz7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7
1366
- jVaMaA==
1367
- -----END CERTIFICATE-----
1368
-
1369
- # Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only
1370
- # Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only
1371
- # Label: "VeriSign Class 3 Public Primary Certification Authority - G5"
1372
- # Serial: 33037644167568058970164719475676101450
1373
- # MD5 Fingerprint: cb:17:e4:31:67:3e:e2:09:fe:45:57:93:f3:0a:fa:1c
1374
- # SHA1 Fingerprint: 4e:b6:d5:78:49:9b:1c:cf:5f:58:1e:ad:56:be:3d:9b:67:44:a5:e5
1375
- # SHA256 Fingerprint: 9a:cf:ab:7e:43:c8:d8:80:d0:6b:26:2a:94:de:ee:e4:b4:65:99:89:c3:d0:ca:f1:9b:af:64:05:e4:1a:b7:df
1376
- -----BEGIN CERTIFICATE-----
1377
- MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB
1378
- yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
1379
- ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp
1380
- U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW
1381
- ZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0
1382
- aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCByjEL
1383
- MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW
1384
- ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2ln
1385
- biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp
1386
- U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y
1387
- aXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvJAgIKXo1
1388
- nmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKzj/i5Vbex
1389
- t0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIz
1390
- SdhDY2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQG
1391
- BO+QueQA5N06tRn/Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+
1392
- rCpSx4/VBEnkjWNHiDxpg8v+R70rfk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/
1393
- NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E
1394
- BAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEwHzAH
1395
- BgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy
1396
- aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKv
1397
- MzEzMA0GCSqGSIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzE
1398
- p6B4Eq1iDkVwZMXnl2YtmAl+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y
1399
- 5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKEKQsTb47bDN0lAtukixlE0kF6BWlK
1400
- WE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiCKm0oHw0LxOXnGiYZ
1401
- 4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vEZV8N
1402
- hnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq
1403
- -----END CERTIFICATE-----
1404
-
1405
- # Issuer: CN=COMODO Certification Authority O=COMODO CA Limited
1406
- # Subject: CN=COMODO Certification Authority O=COMODO CA Limited
1407
- # Label: "COMODO Certification Authority"
1408
- # Serial: 104350513648249232941998508985834464573
1409
- # MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75
1410
- # SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b
1411
- # SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66
1412
- -----BEGIN CERTIFICATE-----
1413
- MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB
1414
- gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
1415
- A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV
1416
- BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw
1417
- MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl
1418
- YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P
1419
- RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0
1420
- aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3
1421
- UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI
1422
- 2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8
1423
- Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp
1424
- +2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+
1425
- DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O
1426
- nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW
1427
- /zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g
1428
- PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u
1429
- QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY
1430
- SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv
1431
- IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/
1432
- RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4
1433
- zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd
1434
- BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB
1435
- ZQ==
1436
- -----END CERTIFICATE-----
1437
-
1438
- # Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.
1439
- # Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.
1440
- # Label: "Network Solutions Certificate Authority"
1441
- # Serial: 116697915152937497490437556386812487904
1442
- # MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e
1443
- # SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce
1444
- # SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c
1445
- -----BEGIN CERTIFICATE-----
1446
- MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi
1447
- MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu
1448
- MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp
1449
- dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV
1450
- UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO
1451
- ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG
1452
- SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz
1453
- c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP
1454
- OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl
1455
- mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF
1456
- BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4
1457
- qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw
1458
- gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB
1459
- BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu
1460
- bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp
1461
- dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8
1462
- 6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/
1463
- h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH
1464
- /nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv
1465
- wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN
1466
- pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey
1467
- -----END CERTIFICATE-----
1468
-
1469
- # Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited
1470
- # Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited
1471
- # Label: "COMODO ECC Certification Authority"
1472
- # Serial: 41578283867086692638256921589707938090
1473
- # MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23
1474
- # SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11
1475
- # SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7
1476
- -----BEGIN CERTIFICATE-----
1477
- MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL
1478
- MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
1479
- BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT
1480
- IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw
1481
- MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy
1482
- ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N
1483
- T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv
1484
- biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR
1485
- FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J
1486
- cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW
1487
- BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/
1488
- BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm
1489
- fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv
1490
- GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY=
1491
- -----END CERTIFICATE-----
1492
-
1493
- # Issuer: CN=TC TrustCenter Class 2 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 2 CA
1494
- # Subject: CN=TC TrustCenter Class 2 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 2 CA
1495
- # Label: "TC TrustCenter Class 2 CA II"
1496
- # Serial: 941389028203453866782103406992443
1497
- # MD5 Fingerprint: ce:78:33:5c:59:78:01:6e:18:ea:b9:36:a0:b9:2e:23
1498
- # SHA1 Fingerprint: ae:50:83:ed:7c:f4:5c:bc:8f:61:c6:21:fe:68:5d:79:42:21:15:6e
1499
- # SHA256 Fingerprint: e6:b8:f8:76:64:85:f8:07:ae:7f:8d:ac:16:70:46:1f:07:c0:a1:3e:ef:3a:1f:f7:17:53:8d:7a:ba:d3:91:b4
1500
- -----BEGIN CERTIFICATE-----
1501
- MIIEqjCCA5KgAwIBAgIOLmoAAQACH9dSISwRXDswDQYJKoZIhvcNAQEFBQAwdjEL
1502
- MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV
1503
- BAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDIgQ0ExJTAjBgNVBAMTHFRDIFRydXN0
1504
- Q2VudGVyIENsYXNzIDIgQ0EgSUkwHhcNMDYwMTEyMTQzODQzWhcNMjUxMjMxMjI1
1505
- OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i
1506
- SDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQTElMCMGA1UEAxMc
1507
- VEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD
1508
- ggEPADCCAQoCggEBAKuAh5uO8MN8h9foJIIRszzdQ2Lu+MNF2ujhoF/RKrLqk2jf
1509
- tMjWQ+nEdVl//OEd+DFwIxuInie5e/060smp6RQvkL4DUsFJzfb95AhmC1eKokKg
1510
- uNV/aVyQMrKXDcpK3EY+AlWJU+MaWss2xgdW94zPEfRMuzBwBJWl9jmM/XOBCH2J
1511
- XjIeIqkiRUuwZi4wzJ9l/fzLganx4Duvo4bRierERXlQXa7pIXSSTYtZgo+U4+lK
1512
- 8edJsBTj9WLL1XK9H7nSn6DNqPoByNkN39r8R52zyFTfSUrxIan+GE7uSNQZu+99
1513
- 5OKdy1u2bv/jzVrndIIFuoAlOMvkaZ6vQaoahPUCAwEAAaOCATQwggEwMA8GA1Ud
1514
- EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTjq1RMgKHbVkO3
1515
- kUrL84J6E1wIqzCB7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRy
1516
- dXN0Y2VudGVyLmRlL2NybC92Mi90Y19jbGFzc18yX2NhX0lJLmNybIaBn2xkYXA6
1517
- Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBUcnVzdENlbnRlciUyMENsYXNz
1518
- JTIwMiUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21iSCxPVT1yb290
1519
- Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u
1520
- TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEAjNfffu4bgBCzg/XbEeprS6iS
1521
- GNn3Bzn1LL4GdXpoUxUc6krtXvwjshOg0wn/9vYua0Fxec3ibf2uWWuFHbhOIprt
1522
- ZjluS5TmVfwLG4t3wVMTZonZKNaL80VKY7f9ewthXbhtvsPcW3nS7Yblok2+XnR8
1523
- au0WOB9/WIFaGusyiC2y8zl3gK9etmF1KdsjTYjKUCjLhdLTEKJZbtOTVAB6okaV
1524
- hgWcqRmY5TFyDADiZ9lA4CQze28suVyrZZ0srHbqNZn1l7kPJOzHdiEoZa5X6AeI
1525
- dUpWoNIFOqTmjZKILPPy4cHGYdtBxceb9w4aUUXCYWvcZCcXjFq32nQozZfkvQ==
1526
- -----END CERTIFICATE-----
1527
-
1528
- # Issuer: CN=TC TrustCenter Class 3 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 3 CA
1529
- # Subject: CN=TC TrustCenter Class 3 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 3 CA
1530
- # Label: "TC TrustCenter Class 3 CA II"
1531
- # Serial: 1506523511417715638772220530020799
1532
- # MD5 Fingerprint: 56:5f:aa:80:61:12:17:f6:67:21:e6:2b:6d:61:56:8e
1533
- # SHA1 Fingerprint: 80:25:ef:f4:6e:70:c8:d4:72:24:65:84:fe:40:3b:8a:8d:6a:db:f5
1534
- # SHA256 Fingerprint: 8d:a0:84:fc:f9:9c:e0:77:22:f8:9b:32:05:93:98:06:fa:5c:b8:11:e1:c8:13:f6:a1:08:c7:d3:36:b3:40:8e
1535
- -----BEGIN CERTIFICATE-----
1536
- MIIEqjCCA5KgAwIBAgIOSkcAAQAC5aBd1j8AUb8wDQYJKoZIhvcNAQEFBQAwdjEL
1537
- MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV
1538
- BAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDMgQ0ExJTAjBgNVBAMTHFRDIFRydXN0
1539
- Q2VudGVyIENsYXNzIDMgQ0EgSUkwHhcNMDYwMTEyMTQ0MTU3WhcNMjUxMjMxMjI1
1540
- OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i
1541
- SDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQTElMCMGA1UEAxMc
1542
- VEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD
1543
- ggEPADCCAQoCggEBALTgu1G7OVyLBMVMeRwjhjEQY0NVJz/GRcekPewJDRoeIMJW
1544
- Ht4bNwcwIi9v8Qbxq63WyKthoy9DxLCyLfzDlml7forkzMA5EpBCYMnMNWju2l+Q
1545
- Vl/NHE1bWEnrDgFPZPosPIlY2C8u4rBo6SI7dYnWRBpl8huXJh0obazovVkdKyT2
1546
- 1oQDZogkAHhg8fir/gKya/si+zXmFtGt9i4S5Po1auUZuV3bOx4a+9P/FRQI2Alq
1547
- ukWdFHlgfa9Aigdzs5OW03Q0jTo3Kd5c7PXuLjHCINy+8U9/I1LZW+Jk2ZyqBwi1
1548
- Rb3R0DHBq1SfqdLDYmAD8bs5SpJKPQq5ncWg/jcCAwEAAaOCATQwggEwMA8GA1Ud
1549
- EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTUovyfs8PYA9NX
1550
- XAek0CSnwPIA1DCB7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRy
1551
- dXN0Y2VudGVyLmRlL2NybC92Mi90Y19jbGFzc18zX2NhX0lJLmNybIaBn2xkYXA6
1552
- Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBUcnVzdENlbnRlciUyMENsYXNz
1553
- JTIwMyUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21iSCxPVT1yb290
1554
- Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u
1555
- TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEANmDkcPcGIEPZIxpC8vijsrlN
1556
- irTzwppVMXzEO2eatN9NDoqTSheLG43KieHPOh6sHfGcMrSOWXaiQYUlN6AT0PV8
1557
- TtXqluJucsG7Kv5sbviRmEb8yRtXW+rIGjs/sFGYPAfaLFkB2otE6OF0/ado3VS6
1558
- g0bsyEa1+K+XwDsJHI/OcpY9M1ZwvJbL2NV9IJqDnxrcOfHFcqMRA/07QlIp2+gB
1559
- 95tejNaNhk4Z+rwcvsUhpYeeeC422wlxo3I0+GzjBgnyXlal092Y+tTmBvTwtiBj
1560
- S+opvaqCZh77gaqnN60TGOaSw4HBM7uIHqHn4rS9MWwOUT1v+5ZWgOI2F9Hc5A==
1561
- -----END CERTIFICATE-----
1562
-
1563
- # Issuer: CN=TC TrustCenter Universal CA I O=TC TrustCenter GmbH OU=TC TrustCenter Universal CA
1564
- # Subject: CN=TC TrustCenter Universal CA I O=TC TrustCenter GmbH OU=TC TrustCenter Universal CA
1565
- # Label: "TC TrustCenter Universal CA I"
1566
- # Serial: 601024842042189035295619584734726
1567
- # MD5 Fingerprint: 45:e1:a5:72:c5:a9:36:64:40:9e:f5:e4:58:84:67:8c
1568
- # SHA1 Fingerprint: 6b:2f:34:ad:89:58:be:62:fd:b0:6b:5c:ce:bb:9d:d9:4f:4e:39:f3
1569
- # SHA256 Fingerprint: eb:f3:c0:2a:87:89:b1:fb:7d:51:19:95:d6:63:b7:29:06:d9:13:ce:0d:5e:10:56:8a:8a:77:e2:58:61:67:e7
1570
- -----BEGIN CERTIFICATE-----
1571
- MIID3TCCAsWgAwIBAgIOHaIAAQAC7LdggHiNtgYwDQYJKoZIhvcNAQEFBQAweTEL
1572
- MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNV
1573
- BAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEmMCQGA1UEAxMdVEMgVHJ1
1574
- c3RDZW50ZXIgVW5pdmVyc2FsIENBIEkwHhcNMDYwMzIyMTU1NDI4WhcNMjUxMjMx
1575
- MjI1OTU5WjB5MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIg
1576
- R21iSDEkMCIGA1UECxMbVEMgVHJ1c3RDZW50ZXIgVW5pdmVyc2FsIENBMSYwJAYD
1577
- VQQDEx1UQyBUcnVzdENlbnRlciBVbml2ZXJzYWwgQ0EgSTCCASIwDQYJKoZIhvcN
1578
- AQEBBQADggEPADCCAQoCggEBAKR3I5ZEr5D0MacQ9CaHnPM42Q9e3s9B6DGtxnSR
1579
- JJZ4Hgmgm5qVSkr1YnwCqMqs+1oEdjneX/H5s7/zA1hV0qq34wQi0fiU2iIIAI3T
1580
- fCZdzHd55yx4Oagmcw6iXSVphU9VDprvxrlE4Vc93x9UIuVvZaozhDrzznq+VZeu
1581
- jRIPFDPiUHDDSYcTvFHe15gSWu86gzOSBnWLknwSaHtwag+1m7Z3W0hZneTvWq3z
1582
- wZ7U10VOylY0Ibw+F1tvdwxIAUMpsN0/lm7mlaoMwCC2/T42J5zjXM9OgdwZu5GQ
1583
- fezmlwQek8wiSdeXhrYTCjxDI3d+8NzmzSQfO4ObNDqDNOMCAwEAAaNjMGEwHwYD
1584
- VR0jBBgwFoAUkqR1LKSevoFE63n8isWVpesQdXMwDwYDVR0TAQH/BAUwAwEB/zAO
1585
- BgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJKkdSyknr6BROt5/IrFlaXrEHVzMA0G
1586
- CSqGSIb3DQEBBQUAA4IBAQAo0uCG1eb4e/CX3CJrO5UUVg8RMKWaTzqwOuAGy2X1
1587
- 7caXJ/4l8lfmXpWMPmRgFVp/Lw0BxbFg/UU1z/CyvwbZ71q+s2IhtNerNXxTPqYn
1588
- 8aEt2hojnczd7Dwtnic0XQ/CNnm8yUpiLe1r2X1BQ3y2qsrtYbE3ghUJGooWMNjs
1589
- ydZHcnhLEEYUjl8Or+zHL6sQ17bxbuyGssLoDZJz3KL0Dzq/YSMQiZxIQG5wALPT
1590
- ujdEWBF6AmqI8Dc08BnprNRlc/ZpjGSUOnmFKbAWKwyCPwacx/0QK54PLLae4xW/
1591
- 2TYcuiUaUj0a7CIMHOCkoj3w6DnPgcB77V0fb8XQC9eY
1592
- -----END CERTIFICATE-----
1593
-
1594
- # Issuer: CN=Cybertrust Global Root O=Cybertrust, Inc
1595
- # Subject: CN=Cybertrust Global Root O=Cybertrust, Inc
1596
- # Label: "Cybertrust Global Root"
1597
- # Serial: 4835703278459682877484360
1598
- # MD5 Fingerprint: 72:e4:4a:87:e3:69:40:80:77:ea:bc:e3:f4:ff:f0:e1
1599
- # SHA1 Fingerprint: 5f:43:e5:b1:bf:f8:78:8c:ac:1c:c7:ca:4a:9a:c6:22:2b:cc:34:c6
1600
- # SHA256 Fingerprint: 96:0a:df:00:63:e9:63:56:75:0c:29:65:dd:0a:08:67:da:0b:9c:bd:6e:77:71:4a:ea:fb:23:49:ab:39:3d:a3
1601
- -----BEGIN CERTIFICATE-----
1602
- MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG
1603
- A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh
1604
- bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE
1605
- ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS
1606
- b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5
1607
- 7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS
1608
- J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y
1609
- HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP
1610
- t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz
1611
- FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY
1612
- XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/
1613
- MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw
1614
- hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js
1615
- MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA
1616
- A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj
1617
- Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx
1618
- XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o
1619
- omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc
1620
- A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW
1621
- WL1WMRJOEcgh4LMRkWXbtKaIOM5V
1622
- -----END CERTIFICATE-----
1623
-
1624
- # Issuer: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only
1625
- # Subject: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only
1626
- # Label: "GeoTrust Primary Certification Authority - G3"
1627
- # Serial: 28809105769928564313984085209975885599
1628
- # MD5 Fingerprint: b5:e8:34:36:c9:10:44:58:48:70:6d:2e:83:d4:b8:05
1629
- # SHA1 Fingerprint: 03:9e:ed:b8:0b:e7:a0:3c:69:53:89:3b:20:d2:d9:32:3a:4c:2a:fd
1630
- # SHA256 Fingerprint: b4:78:b8:12:25:0d:f8:78:63:5c:2a:a7:ec:7d:15:5e:aa:62:5e:e8:29:16:e2:cd:29:43:61:88:6c:d1:fb:d4
1631
- -----BEGIN CERTIFICATE-----
1632
- MIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCB
1633
- mDELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsT
1634
- MChjKSAyMDA4IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s
1635
- eTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhv
1636
- cml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIzNTk1OVowgZgxCzAJ
1637
- BgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg
1638
- MjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0
1639
- BgNVBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
1640
- LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz
1641
- +uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5jK/BGvESyiaHAKAxJcCGVn2TAppMSAmUm
1642
- hsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdEc5IiaacDiGydY8hS2pgn
1643
- 5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3CIShwiP/W
1644
- JmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exAL
1645
- DmKudlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZC
1646
- huOl1UcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw
1647
- HQYDVR0OBBYEFMR5yo6hTgMdHNxr2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IB
1648
- AQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9cr5HqQ6XErhK8WTTOd8lNNTB
1649
- zU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbEAp7aDHdlDkQN
1650
- kv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD
1651
- AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUH
1652
- SJsMC8tJP33st/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2G
1653
- spki4cErx5z481+oghLrGREt
1654
- -----END CERTIFICATE-----
1655
-
1656
- # Issuer: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only
1657
- # Subject: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only
1658
- # Label: "thawte Primary Root CA - G2"
1659
- # Serial: 71758320672825410020661621085256472406
1660
- # MD5 Fingerprint: 74:9d:ea:60:24:c4:fd:22:53:3e:cc:3a:72:d9:29:4f
1661
- # SHA1 Fingerprint: aa:db:bc:22:23:8f:c4:01:a1:27:bb:38:dd:f4:1d:db:08:9e:f0:12
1662
- # SHA256 Fingerprint: a4:31:0d:50:af:18:a6:44:71:90:37:2a:86:af:af:8b:95:1f:fb:43:1d:83:7f:1e:56:88:b4:59:71:ed:15:57
1663
- -----BEGIN CERTIFICATE-----
1664
- MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDEL
1665
- MAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMp
1666
- IDIwMDcgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAi
1667
- BgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMjAeFw0wNzExMDUwMDAw
1668
- MDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh
1669
- d3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBGb3Ig
1670
- YXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9v
1671
- dCBDQSAtIEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/
1672
- BebfowJPDQfGAFG6DAJSLSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6
1673
- papu+7qzcMBniKI11KOasf2twu8x+qi58/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8E
1674
- BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUmtgAMADna3+FGO6Lts6K
1675
- DPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUNG4k8VIZ3
1676
- KMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41ox
1677
- XZ3Krr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg==
1678
- -----END CERTIFICATE-----
1679
-
1680
- # Issuer: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only
1681
- # Subject: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only
1682
- # Label: "thawte Primary Root CA - G3"
1683
- # Serial: 127614157056681299805556476275995414779
1684
- # MD5 Fingerprint: fb:1b:5d:43:8a:94:cd:44:c6:76:f2:43:4b:47:e7:31
1685
- # SHA1 Fingerprint: f1:8b:53:8d:1b:e9:03:b6:a6:f0:56:43:5b:17:15:89:ca:f3:6b:f2
1686
- # SHA256 Fingerprint: 4b:03:f4:58:07:ad:70:f2:1b:fc:2c:ae:71:c9:fd:e4:60:4c:06:4c:f5:ff:b6:86:ba:e5:db:aa:d7:fd:d3:4c
1687
- -----BEGIN CERTIFICATE-----
1688
- MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCB
1689
- rjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf
1690
- Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw
1691
- MDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNV
1692
- BAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0wODA0MDIwMDAwMDBa
1693
- Fw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3Rl
1694
- LCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9u
1695
- MTgwNgYDVQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXpl
1696
- ZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEcz
1697
- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr8nLPvb2FvdeHsbnndm
1698
- gcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2AtP0LMqmsywCPLLEHd5N/8
1699
- YZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC+BsUa0Lf
1700
- b1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9
1701
- 9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S
1702
- zhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk
1703
- OQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNV
1704
- HQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJKoZIhvcNAQELBQADggEBABpA
1705
- 2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweKA3rD6z8KLFIW
1706
- oCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu
1707
- t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7c
1708
- KUGRIjxpp7sC8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fM
1709
- m7v/OeZWYdMKp8RcTGB7BXcmer/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZu
1710
- MdRAGmI0Nj81Aa6sY6A=
1711
- -----END CERTIFICATE-----
1712
-
1713
- # Issuer: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only
1714
- # Subject: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only
1715
- # Label: "GeoTrust Primary Certification Authority - G2"
1716
- # Serial: 80682863203381065782177908751794619243
1717
- # MD5 Fingerprint: 01:5e:d8:6b:bd:6f:3d:8e:a1:31:f8:12:e0:98:73:6a
1718
- # SHA1 Fingerprint: 8d:17:84:d5:37:f3:03:7d:ec:70:fe:57:8b:51:9a:99:e6:10:d7:b0
1719
- # SHA256 Fingerprint: 5e:db:7a:c4:3b:82:a0:6a:87:61:e8:d7:be:49:79:eb:f2:61:1f:7d:d7:9b:f9:1c:1c:6b:56:6a:21:9e:d7:66
1720
- -----BEGIN CERTIFICATE-----
1721
- MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL
1722
- MAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj
1723
- KSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2
1724
- MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0
1725
- eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV
1726
- BAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw
1727
- NyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV
1728
- BAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH
1729
- MjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL
1730
- So17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal
1731
- tJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO
1732
- BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG
1733
- CCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT
1734
- qQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz
1735
- rD6ogRLQy7rQkgu2npaqBA+K
1736
- -----END CERTIFICATE-----
1737
-
1738
- # Issuer: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only
1739
- # Subject: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only
1740
- # Label: "VeriSign Universal Root Certification Authority"
1741
- # Serial: 85209574734084581917763752644031726877
1742
- # MD5 Fingerprint: 8e:ad:b5:01:aa:4d:81:e4:8c:1d:d1:e1:14:00:95:19
1743
- # SHA1 Fingerprint: 36:79:ca:35:66:87:72:30:4d:30:a5:fb:87:3b:0f:a7:7b:b7:0d:54
1744
- # SHA256 Fingerprint: 23:99:56:11:27:a5:71:25:de:8c:ef:ea:61:0d:df:2f:a0:78:b5:c8:06:7f:4e:82:82:90:bf:b8:60:e8:4b:3c
1745
- -----BEGIN CERTIFICATE-----
1746
- MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB
1747
- vTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
1748
- ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp
1749
- U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W
1750
- ZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe
1751
- Fw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX
1752
- MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0
1753
- IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y
1754
- IGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh
1755
- bCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF
1756
- AAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF
1757
- 9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH
1758
- H26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H
1759
- LL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN
1760
- /BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT
1761
- rJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud
1762
- EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw
1763
- WTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs
1764
- exkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud
1765
- DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4
1766
- sAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+
1767
- seQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz
1768
- 4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+
1769
- BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR
1770
- lRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3
1771
- 7M2CYfE45k+XmCpajQ==
1772
- -----END CERTIFICATE-----
1773
-
1774
- # Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only
1775
- # Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only
1776
- # Label: "VeriSign Class 3 Public Primary Certification Authority - G4"
1777
- # Serial: 63143484348153506665311985501458640051
1778
- # MD5 Fingerprint: 3a:52:e1:e7:fd:6f:3a:e3:6f:f3:6f:99:1b:f9:22:41
1779
- # SHA1 Fingerprint: 22:d5:d8:df:8f:02:31:d1:8d:f7:9d:b7:cf:8a:2d:64:c9:3f:6c:3a
1780
- # SHA256 Fingerprint: 69:dd:d7:ea:90:bb:57:c9:3e:13:5d:c8:5e:a6:fc:d5:48:0b:60:32:39:bd:c4:54:fc:75:8b:2a:26:cf:7f:79
1781
- -----BEGIN CERTIFICATE-----
1782
- MIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjEL
1783
- MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW
1784
- ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2ln
1785
- biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp
1786
- U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y
1787
- aXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjELMAkG
1788
- A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJp
1789
- U2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwg
1790
- SW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2ln
1791
- biBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
1792
- IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8Utpkmw4tXNherJI9/gHm
1793
- GUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGzrl0Bp3ve
1794
- fLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUw
1795
- AwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJ
1796
- aW1hZ2UvZ2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYj
1797
- aHR0cDovL2xvZ28udmVyaXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMW
1798
- kf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMDA2gAMGUCMGYhDBgmYFo4e1ZC
1799
- 4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIxAJw9SDkjOVga
1800
- FRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA==
1801
- -----END CERTIFICATE-----
1802
-
1803
- # Issuer: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority
1804
- # Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority
1805
- # Label: "Verisign Class 3 Public Primary Certification Authority"
1806
- # Serial: 80507572722862485515306429940691309246
1807
- # MD5 Fingerprint: ef:5a:f1:33:ef:f1:cd:bb:51:02:ee:12:14:4b:96:c4
1808
- # SHA1 Fingerprint: a1:db:63:93:91:6f:17:e4:18:55:09:40:04:15:c7:02:40:b0:ae:6b
1809
- # SHA256 Fingerprint: a4:b6:b3:99:6f:c2:f3:06:b3:fd:86:81:bd:63:41:3d:8c:50:09:cc:4f:a3:29:c2:cc:f0:e2:fa:1b:14:03:05
1810
- -----BEGIN CERTIFICATE-----
1811
- MIICPDCCAaUCEDyRMcsf9tAbDpq40ES/Er4wDQYJKoZIhvcNAQEFBQAwXzELMAkG
1812
- A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
1813
- cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
1814
- MDEyOTAwMDAwMFoXDTI4MDgwMjIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
1815
- BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt
1816
- YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
1817
- ADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE
1818
- BarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is
1819
- I19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G
1820
- CSqGSIb3DQEBBQUAA4GBABByUqkFFBkyCEHwxWsKzH4PIRnN5GfcX6kb5sroc50i
1821
- 2JhucwNhkcV8sEVAbkSdjbCxlnRhLQ2pRdKkkirWmnWXbj9T/UWZYB2oK0z5XqcJ
1822
- 2HUw19JlYD1n1khVdWk/kfVIC0dpImmClr7JyDiGSnoscxlIaU5rfGW/D/xwzoiQ
1823
- -----END CERTIFICATE-----
1824
-
1825
- # Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3
1826
- # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3
1827
- # Label: "GlobalSign Root CA - R3"
1828
- # Serial: 4835703278459759426209954
1829
- # MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28
1830
- # SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad
1831
- # SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b
1832
- -----BEGIN CERTIFICATE-----
1833
- MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G
1834
- A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp
1835
- Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4
1836
- MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG
1837
- A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI
1838
- hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8
1839
- RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT
1840
- gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm
1841
- KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd
1842
- QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ
1843
- XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw
1844
- DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o
1845
- LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU
1846
- RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp
1847
- jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK
1848
- 6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX
1849
- mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs
1850
- Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH
1851
- WD9f
1852
- -----END CERTIFICATE-----
1853
-
1854
- # Issuer: CN=TC TrustCenter Universal CA III O=TC TrustCenter GmbH OU=TC TrustCenter Universal CA
1855
- # Subject: CN=TC TrustCenter Universal CA III O=TC TrustCenter GmbH OU=TC TrustCenter Universal CA
1856
- # Label: "TC TrustCenter Universal CA III"
1857
- # Serial: 2010889993983507346460533407902964
1858
- # MD5 Fingerprint: 9f:dd:db:ab:ff:8e:ff:45:21:5f:f0:6c:9d:8f:fe:2b
1859
- # SHA1 Fingerprint: 96:56:cd:7b:57:96:98:95:d0:e1:41:46:68:06:fb:b8:c6:11:06:87
1860
- # SHA256 Fingerprint: 30:9b:4a:87:f6:ca:56:c9:31:69:aa:a9:9c:6d:98:88:54:d7:89:2b:d5:43:7e:2d:07:b2:9c:be:da:55:d3:5d
1861
- -----BEGIN CERTIFICATE-----
1862
- MIID4TCCAsmgAwIBAgIOYyUAAQACFI0zFQLkbPQwDQYJKoZIhvcNAQEFBQAwezEL
1863
- MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNV
1864
- BAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEoMCYGA1UEAxMfVEMgVHJ1
1865
- c3RDZW50ZXIgVW5pdmVyc2FsIENBIElJSTAeFw0wOTA5MDkwODE1MjdaFw0yOTEy
1866
- MzEyMzU5NTlaMHsxCzAJBgNVBAYTAkRFMRwwGgYDVQQKExNUQyBUcnVzdENlbnRl
1867
- ciBHbWJIMSQwIgYDVQQLExtUQyBUcnVzdENlbnRlciBVbml2ZXJzYWwgQ0ExKDAm
1868
- BgNVBAMTH1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQSBJSUkwggEiMA0GCSqG
1869
- SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDC2pxisLlxErALyBpXsq6DFJmzNEubkKLF
1870
- 5+cvAqBNLaT6hdqbJYUtQCggbergvbFIgyIpRJ9Og+41URNzdNW88jBmlFPAQDYv
1871
- DIRlzg9uwliT6CwLOunBjvvya8o84pxOjuT5fdMnnxvVZ3iHLX8LR7PH6MlIfK8v
1872
- zArZQe+f/prhsq75U7Xl6UafYOPfjdN/+5Z+s7Vy+EutCHnNaYlAJ/Uqwa1D7KRT
1873
- yGG299J5KmcYdkhtWyUB0SbFt1dpIxVbYYqt8Bst2a9c8SaQaanVDED1M4BDj5yj
1874
- dipFtK+/fz6HP3bFzSreIMUWWMv5G/UPyw0RUmS40nZid4PxWJ//AgMBAAGjYzBh
1875
- MB8GA1UdIwQYMBaAFFbn4VslQ4Dg9ozhcbyO5YAvxEjiMA8GA1UdEwEB/wQFMAMB
1876
- Af8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRW5+FbJUOA4PaM4XG8juWAL8RI
1877
- 4jANBgkqhkiG9w0BAQUFAAOCAQEAg8ev6n9NCjw5sWi+e22JLumzCecYV42Fmhfz
1878
- dkJQEw/HkG8zrcVJYCtsSVgZ1OK+t7+rSbyUyKu+KGwWaODIl0YgoGhnYIg5IFHY
1879
- aAERzqf2EQf27OysGh+yZm5WZ2B6dF7AbZc2rrUNXWZzwCUyRdhKBgePxLcHsU0G
1880
- DeGl6/R1yrqc0L2z0zIkTO5+4nYES0lT2PLpVDP85XEfPRRclkvxOvIAu2y0+pZV
1881
- CIgJwcyRGSmwIC3/yzikQOEXvnlhgP8HA4ZMTnsGnxGGjYnuJ8Tb4rwZjgvDwxPH
1882
- LQNjO9Po5KIqwoIIlBZU8O8fJ5AluA0OKBtHd0e9HKgl8ZS0Zg==
1883
- -----END CERTIFICATE-----
1884
-
1885
- # Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.
1886
- # Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.
1887
- # Label: "Go Daddy Root Certificate Authority - G2"
1888
- # Serial: 0
1889
- # MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01
1890
- # SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b
1891
- # SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da
1892
- -----BEGIN CERTIFICATE-----
1893
- MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx
1894
- EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT
1895
- EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp
1896
- ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz
1897
- NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH
1898
- EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE
1899
- AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw
1900
- DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD
1901
- E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH
1902
- /PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy
1903
- DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh
1904
- GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR
1905
- tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA
1906
- AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE
1907
- FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX
1908
- WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu
1909
- 9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr
1910
- gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo
1911
- 2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO
1912
- LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI
1913
- 4uJEvlz36hz1
1914
- -----END CERTIFICATE-----
1915
-
1916
- # Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.
1917
- # Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.
1918
- # Label: "Starfield Root Certificate Authority - G2"
1919
- # Serial: 0
1920
- # MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96
1921
- # SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e
1922
- # SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5
1923
- -----BEGIN CERTIFICATE-----
1924
- MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx
1925
- EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT
1926
- HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs
1927
- ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw
1928
- MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6
1929
- b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj
1930
- aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp
1931
- Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
1932
- ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg
1933
- nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1
1934
- HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N
1935
- Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN
1936
- dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0
1937
- HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO
1938
- BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G
1939
- CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU
1940
- sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3
1941
- 4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg
1942
- 8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K
1943
- pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1
1944
- mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0
1945
- -----END CERTIFICATE-----
1946
-
1947
- # Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.
1948
- # Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.
1949
- # Label: "Starfield Services Root Certificate Authority - G2"
1950
- # Serial: 0
1951
- # MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2
1952
- # SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f
1953
- # SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5
1954
- -----BEGIN CERTIFICATE-----
1955
- MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx
1956
- EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT
1957
- HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs
1958
- ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5
1959
- MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD
1960
- VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy
1961
- ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy
1962
- dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI
1963
- hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p
1964
- OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2
1965
- 8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K
1966
- Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe
1967
- hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk
1968
- 6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw
1969
- DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q
1970
- AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI
1971
- bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB
1972
- ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z
1973
- qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd
1974
- iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn
1975
- 0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN
1976
- sSi6
1977
- -----END CERTIFICATE-----
1978
-
1979
- # Issuer: CN=AffirmTrust Commercial O=AffirmTrust
1980
- # Subject: CN=AffirmTrust Commercial O=AffirmTrust
1981
- # Label: "AffirmTrust Commercial"
1982
- # Serial: 8608355977964138876
1983
- # MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7
1984
- # SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7
1985
- # SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7
1986
- -----BEGIN CERTIFICATE-----
1987
- MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE
1988
- BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz
1989
- dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL
1990
- MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp
1991
- cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
1992
- AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP
1993
- Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr
1994
- ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
1995
- MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1
1996
- yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr
1997
- VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/
1998
- nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ
1999
- KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG
2000
- XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj
2001
- vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt
2002
- Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g
2003
- N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC
2004
- nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8=
2005
- -----END CERTIFICATE-----
2006
-
2007
- # Issuer: CN=AffirmTrust Networking O=AffirmTrust
2008
- # Subject: CN=AffirmTrust Networking O=AffirmTrust
2009
- # Label: "AffirmTrust Networking"
2010
- # Serial: 8957382827206547757
2011
- # MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f
2012
- # SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f
2013
- # SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b
2014
- -----BEGIN CERTIFICATE-----
2015
- MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE
2016
- BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz
2017
- dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL
2018
- MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp
2019
- cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
2020
- AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y
2021
- YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua
2022
- kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL
2023
- QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp
2024
- 6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG
2025
- yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i
2026
- QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ
2027
- KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO
2028
- tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu
2029
- QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ
2030
- Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u
2031
- olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48
2032
- x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s=
2033
- -----END CERTIFICATE-----
2034
-
2035
- # Issuer: CN=AffirmTrust Premium O=AffirmTrust
2036
- # Subject: CN=AffirmTrust Premium O=AffirmTrust
2037
- # Label: "AffirmTrust Premium"
2038
- # Serial: 7893706540734352110
2039
- # MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57
2040
- # SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27
2041
- # SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a
2042
- -----BEGIN CERTIFICATE-----
2043
- MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE
2044
- BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz
2045
- dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG
2046
- A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U
2047
- cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf
2048
- qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ
2049
- JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ
2050
- +jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS
2051
- s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5
2052
- HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7
2053
- 70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG
2054
- V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S
2055
- qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S
2056
- 5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia
2057
- C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX
2058
- OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE
2059
- FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/
2060
- BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2
2061
- KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg
2062
- Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B
2063
- 8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ
2064
- MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc
2065
- 0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ
2066
- u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF
2067
- u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH
2068
- YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8
2069
- GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO
2070
- RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e
2071
- KeC2uAloGRwYQw==
2072
- -----END CERTIFICATE-----
2073
-
2074
- # Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust
2075
- # Subject: CN=AffirmTrust Premium ECC O=AffirmTrust
2076
- # Label: "AffirmTrust Premium ECC"
2077
- # Serial: 8401224907861490260
2078
- # MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d
2079
- # SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb
2080
- # SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23
2081
- -----BEGIN CERTIFICATE-----
2082
- MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC
2083
- VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ
2084
- cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ
2085
- BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt
2086
- VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D
2087
- 0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9
2088
- ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G
2089
- A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G
2090
- A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs
2091
- aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I
2092
- flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ==
2093
- -----END CERTIFICATE-----
2094
-
2095
- # Issuer: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing
2096
- # Subject: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing
2097
- # Label: "StartCom Certification Authority"
2098
- # Serial: 45
2099
- # MD5 Fingerprint: c9:3b:0d:84:41:fc:a4:76:79:23:08:57:de:10:19:16
2100
- # SHA1 Fingerprint: a3:f1:33:3f:e2:42:bf:cf:c5:d1:4e:8f:39:42:98:40:68:10:d1:a0
2101
- # SHA256 Fingerprint: e1:78:90:ee:09:a3:fb:f4:f4:8b:9c:41:4a:17:d6:37:b7:a5:06:47:e9:bc:75:23:22:72:7f:cc:17:42:a9:11
2102
- -----BEGIN CERTIFICATE-----
2103
- MIIHhzCCBW+gAwIBAgIBLTANBgkqhkiG9w0BAQsFADB9MQswCQYDVQQGEwJJTDEW
2104
- MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg
2105
- Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh
2106
- dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM3WhcNMzYwOTE3MTk0NjM2WjB9
2107
- MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi
2108
- U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh
2109
- cnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA
2110
- A4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk
2111
- pMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf
2112
- OQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C
2113
- Ji/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT
2114
- Kqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi
2115
- HzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM
2116
- Av+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w
2117
- +2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+
2118
- Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3
2119
- Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B
2120
- 26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID
2121
- AQABo4ICEDCCAgwwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD
2122
- VR0OBBYEFE4L7xqkQFulF2mHMMo0aEPQQa7yMB8GA1UdIwQYMBaAFE4L7xqkQFul
2123
- F2mHMMo0aEPQQa7yMIIBWgYDVR0gBIIBUTCCAU0wggFJBgsrBgEEAYG1NwEBATCC
2124
- ATgwLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5w
2125
- ZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL2ludGVybWVk
2126
- aWF0ZS5wZGYwgc8GCCsGAQUFBwICMIHCMCcWIFN0YXJ0IENvbW1lcmNpYWwgKFN0
2127
- YXJ0Q29tKSBMdGQuMAMCAQEagZZMaW1pdGVkIExpYWJpbGl0eSwgcmVhZCB0aGUg
2128
- c2VjdGlvbiAqTGVnYWwgTGltaXRhdGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0
2129
- aWZpY2F0aW9uIEF1dGhvcml0eSBQb2xpY3kgYXZhaWxhYmxlIGF0IGh0dHA6Ly93
2130
- d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwEQYJYIZIAYb4QgEBBAQDAgAHMDgG
2131
- CWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1
2132
- dGhvcml0eTANBgkqhkiG9w0BAQsFAAOCAgEAjo/n3JR5fPGFf59Jb2vKXfuM/gTF
2133
- wWLRfUKKvFO3lANmMD+x5wqnUCBVJX92ehQN6wQOQOY+2IirByeDqXWmN3PH/UvS
2134
- Ta0XQMhGvjt/UfzDtgUx3M2FIk5xt/JxXrAaxrqTi3iSSoX4eA+D/i+tLPfkpLst
2135
- 0OcNOrg+zvZ49q5HJMqjNTbOx8aHmNrs++myziebiMMEofYLWWivydsQD032ZGNc
2136
- pRJvkrKTlMeIFw6Ttn5ii5B/q06f/ON1FE8qMt9bDeD1e5MNq6HPh+GlBEXoPBKl
2137
- CcWw0bdT82AUuoVpaiF8H3VhFyAXe2w7QSlc4axa0c2Mm+tgHRns9+Ww2vl5GKVF
2138
- P0lDV9LdJNUso/2RjSe15esUBppMeyG7Oq0wBhjA2MFrLH9ZXF2RsXAiV+uKa0hK
2139
- 1Q8p7MZAwC+ITGgBF3f0JBlPvfrhsiAhS90a2Cl9qrjeVOwhVYBsHvUwyKMQ5bLm
2140
- KhQxw4UtjJixhlpPiVktucf3HMiKf8CdBUrmQk9io20ppB+Fq9vlgcitKj1MXVuE
2141
- JnHEhV5xJMqlG2zYYdMa4FTbzrqpMrUi9nNBCV24F10OD5mQ1kfabwo6YigUZ4LZ
2142
- 8dCAWZvLMdibD4x3TrVoivJs9iQOLWxwxXPR3hTQcY+203sC9uO41Alua551hDnm
2143
- fyWl8kgAwKQB2j8=
2144
- -----END CERTIFICATE-----
2145
-
2146
- # Issuer: CN=StartCom Certification Authority G2 O=StartCom Ltd.
2147
- # Subject: CN=StartCom Certification Authority G2 O=StartCom Ltd.
2148
- # Label: "StartCom Certification Authority G2"
2149
- # Serial: 59
2150
- # MD5 Fingerprint: 78:4b:fb:9e:64:82:0a:d3:b8:4c:62:f3:64:f2:90:64
2151
- # SHA1 Fingerprint: 31:f1:fd:68:22:63:20:ee:c6:3b:3f:9d:ea:4a:3e:53:7c:7c:39:17
2152
- # SHA256 Fingerprint: c7:ba:65:67:de:93:a7:98:ae:1f:aa:79:1e:71:2d:37:8f:ae:1f:93:c4:39:7f:ea:44:1b:b7:cb:e6:fd:59:95
2153
- -----BEGIN CERTIFICATE-----
2154
- MIIFYzCCA0ugAwIBAgIBOzANBgkqhkiG9w0BAQsFADBTMQswCQYDVQQGEwJJTDEW
2155
- MBQGA1UEChMNU3RhcnRDb20gTHRkLjEsMCoGA1UEAxMjU3RhcnRDb20gQ2VydGlm
2156
- aWNhdGlvbiBBdXRob3JpdHkgRzIwHhcNMTAwMTAxMDEwMDAxWhcNMzkxMjMxMjM1
2157
- OTAxWjBTMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEsMCoG
2158
- A1UEAxMjU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRzIwggIiMA0G
2159
- CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2iTZbB7cgNr2Cu+EWIAOVeq8Oo1XJ
2160
- JZlKxdBWQYeQTSFgpBSHO839sj60ZwNq7eEPS8CRhXBF4EKe3ikj1AENoBB5uNsD
2161
- vfOpL9HG4A/LnooUCri99lZi8cVytjIl2bLzvWXFDSxu1ZJvGIsAQRSCb0AgJnoo
2162
- D/Uefyf3lLE3PbfHkffiAez9lInhzG7TNtYKGXmu1zSCZf98Qru23QumNK9LYP5/
2163
- Q0kGi4xDuFby2X8hQxfqp0iVAXV16iulQ5XqFYSdCI0mblWbq9zSOdIxHWDirMxW
2164
- RST1HFSr7obdljKF+ExP6JV2tgXdNiNnvP8V4so75qbsO+wmETRIjfaAKxojAuuK
2165
- HDp2KntWFhxyKrOq42ClAJ8Em+JvHhRYW6Vsi1g8w7pOOlz34ZYrPu8HvKTlXcxN
2166
- nw3h3Kq74W4a7I/htkxNeXJdFzULHdfBR9qWJODQcqhaX2YtENwvKhOuJv4KHBnM
2167
- 0D4LnMgJLvlblnpHnOl68wVQdJVznjAJ85eCXuaPOQgeWeU1FEIT/wCc976qUM/i
2168
- UUjXuG+v+E5+M5iSFGI6dWPPe/regjupuznixL0sAA7IF6wT700ljtizkC+p2il9
2169
- Ha90OrInwMEePnWjFqmveiJdnxMaz6eg6+OGCtP95paV1yPIN93EfKo2rJgaErHg
2170
- TuixO/XWb/Ew1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE
2171
- AwIBBjAdBgNVHQ4EFgQUS8W0QGutHLOlHGVuRjaJhwUMDrYwDQYJKoZIhvcNAQEL
2172
- BQADggIBAHNXPyzVlTJ+N9uWkusZXn5T50HsEbZH77Xe7XRcxfGOSeD8bpkTzZ+K
2173
- 2s06Ctg6Wgk/XzTQLwPSZh0avZyQN8gMjgdalEVGKua+etqhqaRpEpKwfTbURIfX
2174
- UfEpY9Z1zRbkJ4kd+MIySP3bmdCPX1R0zKxnNBFi2QwKN4fRoxdIjtIXHfbX/dtl
2175
- 6/2o1PXWT6RbdejF0mCy2wl+JYt7ulKSnj7oxXehPOBKc2thz4bcQ///If4jXSRK
2176
- 9dNtD2IEBVeC2m6kMyV5Sy5UGYvMLD0w6dEG/+gyRr61M3Z3qAFdlsHB1b6uJcDJ
2177
- HgoJIIihDsnzb02CVAAgp9KP5DlUFy6NHrgbuxu9mk47EDTcnIhT76IxW1hPkWLI
2178
- wpqazRVdOKnWvvgTtZ8SafJQYqz7Fzf07rh1Z2AQ+4NQ+US1dZxAF7L+/XldblhY
2179
- XzD8AK6vM8EOTmy6p6ahfzLbOOCxchcKK5HsamMm7YnUeMx0HgX4a/6ManY5Ka5l
2180
- IxKVCCIcl85bBu4M4ru8H0ST9tg4RQUh7eStqxK2A6RCLi3ECToDZ2mEmuFZkIoo
2181
- hdVddLHRDiBYmxOlsGOm7XtH/UVVMKTumtTm4ofvmMkyghEpIrwACjFeLQ/Ajulr
2182
- so8uBtjRkcfGEvRM/TAXw8HaOFvjqermobp573PYtlNXLfbQ4ddI
2183
- -----END CERTIFICATE-----
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Logger/Abstract.php DELETED
@@ -1,406 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2014 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Abstract logging class based on the PSR-3 standard.
22
- *
23
- * NOTE: We don't implement `Psr\Log\LoggerInterface` because we need to
24
- * maintain PHP 5.2 support.
25
- *
26
- * @see https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md
27
- */
28
- abstract class Google_Logger_Abstract
29
- {
30
- /**
31
- * Default log format
32
- */
33
- const DEFAULT_LOG_FORMAT = "[%datetime%] %level%: %message% %context%\n";
34
- /**
35
- * Default date format
36
- *
37
- * Example: 16/Nov/2014:03:26:16 -0500
38
- */
39
- const DEFAULT_DATE_FORMAT = 'd/M/Y:H:i:s O';
40
-
41
- /**
42
- * System is unusable
43
- */
44
- const EMERGENCY = 'emergency';
45
- /**
46
- * Action must be taken immediately
47
- *
48
- * Example: Entire website down, database unavailable, etc. This should
49
- * trigger the SMS alerts and wake you up.
50
- */
51
- const ALERT = 'alert';
52
- /**
53
- * Critical conditions
54
- *
55
- * Example: Application component unavailable, unexpected exception.
56
- */
57
- const CRITICAL = 'critical';
58
- /**
59
- * Runtime errors that do not require immediate action but should typically
60
- * be logged and monitored.
61
- */
62
- const ERROR = 'error';
63
- /**
64
- * Exceptional occurrences that are not errors.
65
- *
66
- * Example: Use of deprecated APIs, poor use of an API, undesirable things
67
- * that are not necessarily wrong.
68
- */
69
- const WARNING = 'warning';
70
- /**
71
- * Normal but significant events.
72
- */
73
- const NOTICE = 'notice';
74
- /**
75
- * Interesting events.
76
- *
77
- * Example: User logs in, SQL logs.
78
- */
79
- const INFO = 'info';
80
- /**
81
- * Detailed debug information.
82
- */
83
- const DEBUG = 'debug';
84
-
85
- /**
86
- * @var array $levels Logging levels
87
- */
88
- protected static $levels = array(
89
- self::EMERGENCY => 600,
90
- self::ALERT => 550,
91
- self::CRITICAL => 500,
92
- self::ERROR => 400,
93
- self::WARNING => 300,
94
- self::NOTICE => 250,
95
- self::INFO => 200,
96
- self::DEBUG => 100,
97
- );
98
-
99
- /**
100
- * @var integer $level The minimum logging level
101
- */
102
- protected $level = self::DEBUG;
103
-
104
- /**
105
- * @var string $logFormat The current log format
106
- */
107
- protected $logFormat = self::DEFAULT_LOG_FORMAT;
108
- /**
109
- * @var string $dateFormat The current date format
110
- */
111
- protected $dateFormat = self::DEFAULT_DATE_FORMAT;
112
-
113
- /**
114
- * @var boolean $allowNewLines If newlines are allowed
115
- */
116
- protected $allowNewLines = false;
117
-
118
- /**
119
- * @param Google_Client $client The current Google client
120
- */
121
- public function __construct(Google_Client $client)
122
- {
123
- $this->setLevel(
124
- $client->getClassConfig('Google_Logger_Abstract', 'level')
125
- );
126
-
127
- $format = $client->getClassConfig('Google_Logger_Abstract', 'log_format');
128
- $this->logFormat = $format ? $format : self::DEFAULT_LOG_FORMAT;
129
-
130
- $format = $client->getClassConfig('Google_Logger_Abstract', 'date_format');
131
- $this->dateFormat = $format ? $format : self::DEFAULT_DATE_FORMAT;
132
-
133
- $this->allowNewLines = (bool) $client->getClassConfig(
134
- 'Google_Logger_Abstract',
135
- 'allow_newlines'
136
- );
137
- }
138
-
139
- /**
140
- * Sets the minimum logging level that this logger handles.
141
- *
142
- * @param integer $level
143
- */
144
- public function setLevel($level)
145
- {
146
- $this->level = $this->normalizeLevel($level);
147
- }
148
-
149
- /**
150
- * Checks if the logger should handle messages at the provided level.
151
- *
152
- * @param integer $level
153
- * @return boolean
154
- */
155
- public function shouldHandle($level)
156
- {
157
- return $this->normalizeLevel($level) >= $this->level;
158
- }
159
-
160
- /**
161
- * System is unusable.
162
- *
163
- * @param string $message The log message
164
- * @param array $context The log context
165
- */
166
- public function emergency($message, array $context = array())
167
- {
168
- $this->log(self::EMERGENCY, $message, $context);
169
- }
170
-
171
- /**
172
- * Action must be taken immediately.
173
- *
174
- * Example: Entire website down, database unavailable, etc. This should
175
- * trigger the SMS alerts and wake you up.
176
- *
177
- * @param string $message The log message
178
- * @param array $context The log context
179
- */
180
- public function alert($message, array $context = array())
181
- {
182
- $this->log(self::ALERT, $message, $context);
183
- }
184
-
185
- /**
186
- * Critical conditions.
187
- *
188
- * Example: Application component unavailable, unexpected exception.
189
- *
190
- * @param string $message The log message
191
- * @param array $context The log context
192
- */
193
- public function critical($message, array $context = array())
194
- {
195
- $this->log(self::CRITICAL, $message, $context);
196
- }
197
-
198
- /**
199
- * Runtime errors that do not require immediate action but should typically
200
- * be logged and monitored.
201
- *
202
- * @param string $message The log message
203
- * @param array $context The log context
204
- */
205
- public function error($message, array $context = array())
206
- {
207
- $this->log(self::ERROR, $message, $context);
208
- }
209
-
210
- /**
211
- * Exceptional occurrences that are not errors.
212
- *
213
- * Example: Use of deprecated APIs, poor use of an API, undesirable things
214
- * that are not necessarily wrong.
215
- *
216
- * @param string $message The log message
217
- * @param array $context The log context
218
- */
219
- public function warning($message, array $context = array())
220
- {
221
- $this->log(self::WARNING, $message, $context);
222
- }
223
-
224
- /**
225
- * Normal but significant events.
226
- *
227
- * @param string $message The log message
228
- * @param array $context The log context
229
- */
230
- public function notice($message, array $context = array())
231
- {
232
- $this->log(self::NOTICE, $message, $context);
233
- }
234
-
235
- /**
236
- * Interesting events.
237
- *
238
- * Example: User logs in, SQL logs.
239
- *
240
- * @param string $message The log message
241
- * @param array $context The log context
242
- */
243
- public function info($message, array $context = array())
244
- {
245
- $this->log(self::INFO, $message, $context);
246
- }
247
-
248
- /**
249
- * Detailed debug information.
250
- *
251
- * @param string $message The log message
252
- * @param array $context The log context
253
- */
254
- public function debug($message, array $context = array())
255
- {
256
- $this->log(self::DEBUG, $message, $context);
257
- }
258
-
259
- /**
260
- * Logs with an arbitrary level.
261
- *
262
- * @param mixed $level The log level
263
- * @param string $message The log message
264
- * @param array $context The log context
265
- */
266
- public function log($level, $message, array $context = array())
267
- {
268
- if (!$this->shouldHandle($level)) {
269
- return false;
270
- }
271
-
272
- $levelName = is_int($level) ? array_search($level, self::$levels) : $level;
273
- $message = $this->interpolate(
274
- array(
275
- 'message' => $message,
276
- 'context' => $context,
277
- 'level' => strtoupper($levelName),
278
- 'datetime' => new DateTime(),
279
- )
280
- );
281
-
282
- $this->write($message);
283
- }
284
-
285
- /**
286
- * Interpolates log variables into the defined log format.
287
- *
288
- * @param array $variables The log variables.
289
- * @return string
290
- */
291
- protected function interpolate(array $variables = array())
292
- {
293
- $template = $this->logFormat;
294
-
295
- if (!$variables['context']) {
296
- $template = str_replace('%context%', '', $template);
297
- unset($variables['context']);
298
- } else {
299
- $this->reverseJsonInContext($variables['context']);
300
- }
301
-
302
- foreach ($variables as $key => $value) {
303
- if (strpos($template, '%'. $key .'%') !== false) {
304
- $template = str_replace(
305
- '%' . $key . '%',
306
- $this->export($value),
307
- $template
308
- );
309
- }
310
- }
311
-
312
- return $template;
313
- }
314
-
315
- /**
316
- * Reverses JSON encoded PHP arrays and objects so that they log better.
317
- *
318
- * @param array $context The log context
319
- */
320
- protected function reverseJsonInContext(array &$context)
321
- {
322
- if (!$context) {
323
- return;
324
- }
325
-
326
- foreach ($context as $key => $val) {
327
- if (!$val || !is_string($val) || !($val[0] == '{' || $val[0] == '[')) {
328
- continue;
329
- }
330
-
331
- $json = @json_decode($val);
332
- if (is_object($json) || is_array($json)) {
333
- $context[$key] = $json;
334
- }
335
- }
336
- }
337
-
338
- /**
339
- * Exports a PHP value for logging to a string.
340
- *
341
- * @param mixed $value The value to
342
- */
343
- protected function export($value)
344
- {
345
- if (is_string($value)) {
346
- if ($this->allowNewLines) {
347
- return $value;
348
- }
349
-
350
- return preg_replace('/[\r\n]+/', ' ', $value);
351
- }
352
-
353
- if (is_resource($value)) {
354
- return sprintf(
355
- 'resource(%d) of type (%s)',
356
- $value,
357
- get_resource_type($value)
358
- );
359
- }
360
-
361
- if ($value instanceof DateTime) {
362
- return $value->format($this->dateFormat);
363
- }
364
-
365
- if (version_compare(PHP_VERSION, '5.4.0', '>=')) {
366
- $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE;
367
-
368
- if ($this->allowNewLines) {
369
- $options |= JSON_PRETTY_PRINT;
370
- }
371
-
372
- return @json_encode($value, $options);
373
- }
374
-
375
- return str_replace('\\/', '/', @json_encode($value));
376
- }
377
-
378
- /**
379
- * Converts a given log level to the integer form.
380
- *
381
- * @param mixed $level The logging level
382
- * @return integer $level The normalized level
383
- * @throws Google_Logger_Exception If $level is invalid
384
- */
385
- protected function normalizeLevel($level)
386
- {
387
- if (is_int($level) && array_search($level, self::$levels) !== false) {
388
- return $level;
389
- }
390
-
391
- if (is_string($level) && isset(self::$levels[$level])) {
392
- return self::$levels[$level];
393
- }
394
-
395
- throw new Google_Logger_Exception(
396
- sprintf("Unknown LogLevel: '%s'", $level)
397
- );
398
- }
399
-
400
- /**
401
- * Writes a message to the current log implementation.
402
- *
403
- * @param string $message The message
404
- */
405
- abstract protected function write($message);
406
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Logger/Null.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2014 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- //require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
19
-
20
- /**
21
- * Null logger based on the PSR-3 standard.
22
- *
23
- * This logger simply discards all messages.
24
- */
25
- class Google_Logger_Null extends Google_Logger_Abstract
26
- {
27
- /**
28
- * {@inheritdoc}
29
- */
30
- public function shouldHandle($level)
31
- {
32
- return false;
33
- }
34
-
35
- /**
36
- * {@inheritdoc}
37
- */
38
- protected function write($message, array $context = array())
39
- {
40
- }
41
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Model.php DELETED
@@ -1,281 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2011 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- /**
19
- * This class defines attributes, valid values, and usage which is generated
20
- * from a given json schema.
21
- * http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5
22
- *
23
- * @author Chirag Shah <chirags@google.com>
24
- *
25
- */
26
- class Google_Model implements ArrayAccess
27
- {
28
- protected $internal_gapi_mappings = array();
29
- protected $modelData = array();
30
- protected $processed = array();
31
-
32
- /**
33
- * Polymorphic - accepts a variable number of arguments dependent
34
- * on the type of the model subclass.
35
- */
36
- final public function __construct()
37
- {
38
- if (func_num_args() == 1 && is_array(func_get_arg(0))) {
39
- // Initialize the model with the array's contents.
40
- $array = func_get_arg(0);
41
- $this->mapTypes($array);
42
- }
43
- $this->gapiInit();
44
- }
45
-
46
- /**
47
- * Getter that handles passthrough access to the data array, and lazy object creation.
48
- * @param string $key Property name.
49
- * @return mixed The value if any, or null.
50
- */
51
- public function __get($key)
52
- {
53
- $keyTypeName = $this->keyType($key);
54
- $keyDataType = $this->dataType($key);
55
- if (isset($this->$keyTypeName) && !isset($this->processed[$key])) {
56
- if (isset($this->modelData[$key])) {
57
- $val = $this->modelData[$key];
58
- } else if (isset($this->$keyDataType) &&
59
- ($this->$keyDataType == 'array' || $this->$keyDataType == 'map')) {
60
- $val = array();
61
- } else {
62
- $val = null;
63
- }
64
-
65
- if ($this->isAssociativeArray($val)) {
66
- if (isset($this->$keyDataType) && 'map' == $this->$keyDataType) {
67
- foreach ($val as $arrayKey => $arrayItem) {
68
- $this->modelData[$key][$arrayKey] =
69
- $this->createObjectFromName($keyTypeName, $arrayItem);
70
- }
71
- } else {
72
- $this->modelData[$key] = $this->createObjectFromName($keyTypeName, $val);
73
- }
74
- } else if (is_array($val)) {
75
- $arrayObject = array();
76
- foreach ($val as $arrayIndex => $arrayItem) {
77
- $arrayObject[$arrayIndex] =
78
- $this->createObjectFromName($keyTypeName, $arrayItem);
79
- }
80
- $this->modelData[$key] = $arrayObject;
81
- }
82
- $this->processed[$key] = true;
83
- }
84
-
85
- return isset($this->modelData[$key]) ? $this->modelData[$key] : null;
86
- }
87
-
88
- /**
89
- * Initialize this object's properties from an array.
90
- *
91
- * @param array $array Used to seed this object's properties.
92
- * @return void
93
- */
94
- protected function mapTypes($array)
95
- {
96
- // Hard initilise simple types, lazy load more complex ones.
97
- foreach ($array as $key => $val) {
98
- if ( !property_exists($this, $this->keyType($key)) &&
99
- property_exists($this, $key)) {
100
- $this->$key = $val;
101
- unset($array[$key]);
102
- } elseif (property_exists($this, $camelKey = Google_Utils::camelCase($key))) {
103
- // This checks if property exists as camelCase, leaving it in array as snake_case
104
- // in case of backwards compatibility issues.
105
- $this->$camelKey = $val;
106
- }
107
- }
108
- $this->modelData = $array;
109
- }
110
-
111
- /**
112
- * Blank initialiser to be used in subclasses to do post-construction initialisation - this
113
- * avoids the need for subclasses to have to implement the variadics handling in their
114
- * constructors.
115
- */
116
- protected function gapiInit()
117
- {
118
- return;
119
- }
120
-
121
- /**
122
- * Create a simplified object suitable for straightforward
123
- * conversion to JSON. This is relatively expensive
124
- * due to the usage of reflection, but shouldn't be called
125
- * a whole lot, and is the most straightforward way to filter.
126
- */
127
- public function toSimpleObject()
128
- {
129
- $object = new stdClass();
130
-
131
- // Process all other data.
132
- foreach ($this->modelData as $key => $val) {
133
- $result = $this->getSimpleValue($val);
134
- if ($result !== null) {
135
- $object->$key = $result;
136
- }
137
- }
138
-
139
- // Process all public properties.
140
- $reflect = new ReflectionObject($this);
141
- $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC);
142
- foreach ($props as $member) {
143
- $name = $member->getName();
144
- $result = $this->getSimpleValue($this->$name);
145
- if ($result !== null) {
146
- $name = $this->getMappedName($name);
147
- $object->$name = $result;
148
- }
149
- }
150
-
151
- return $object;
152
- }
153
-
154
- /**
155
- * Handle different types of values, primarily
156
- * other objects and map and array data types.
157
- */
158
- private function getSimpleValue($value)
159
- {
160
- if ($value instanceof Google_Model) {
161
- return $value->toSimpleObject();
162
- } else if (is_array($value)) {
163
- $return = array();
164
- foreach ($value as $key => $a_value) {
165
- $a_value = $this->getSimpleValue($a_value);
166
- if ($a_value !== null) {
167
- $key = $this->getMappedName($key);
168
- $return[$key] = $a_value;
169
- }
170
- }
171
- return $return;
172
- }
173
- return $value;
174
- }
175
-
176
- /**
177
- * If there is an internal name mapping, use that.
178
- */
179
- private function getMappedName($key)
180
- {
181
- if (isset($this->internal_gapi_mappings) &&
182
- isset($this->internal_gapi_mappings[$key])) {
183
- $key = $this->internal_gapi_mappings[$key];
184
- }
185
- return $key;
186
- }
187
-
188
- /**
189
- * Returns true only if the array is associative.
190
- * @param array $array
191
- * @return bool True if the array is associative.
192
- */
193
- protected function isAssociativeArray($array)
194
- {
195
- if (!is_array($array)) {
196
- return false;
197
- }
198
- $keys = array_keys($array);
199
- foreach ($keys as $key) {
200
- if (is_string($key)) {
201
- return true;
202
- }
203
- }
204
- return false;
205
- }
206
-
207
- /**
208
- * Given a variable name, discover its type.
209
- *
210
- * @param $name
211
- * @param $item
212
- * @return object The object from the item.
213
- */
214
- private function createObjectFromName($name, $item)
215
- {
216
- $type = $this->$name;
217
- return new $type($item);
218
- }
219
-
220
- /**
221
- * Verify if $obj is an array.
222
- * @throws Google_Exception Thrown if $obj isn't an array.
223
- * @param array $obj Items that should be validated.
224
- * @param string $method Method expecting an array as an argument.
225
- */
226
- public function assertIsArray($obj, $method)
227
- {
228
- if ($obj && !is_array($obj)) {
229
- throw new Google_Exception(
230
- "Incorrect parameter type passed to $method(). Expected an array."
231
- );
232
- }
233
- }
234
-
235
- public function offsetExists($offset)
236
- {
237
- return isset($this->$offset) || isset($this->modelData[$offset]);
238
- }
239
-
240
- public function offsetGet($offset)
241
- {
242
- return isset($this->$offset) ?
243
- $this->$offset :
244
- $this->__get($offset);
245
- }
246
-
247
- public function offsetSet($offset, $value)
248
- {
249
- if (property_exists($this, $offset)) {
250
- $this->$offset = $value;
251
- } else {
252
- $this->modelData[$offset] = $value;
253
- $this->processed[$offset] = true;
254
- }
255
- }
256
-
257
- public function offsetUnset($offset)
258
- {
259
- unset($this->modelData[$offset]);
260
- }
261
-
262
- protected function keyType($key)
263
- {
264
- return $key . "Type";
265
- }
266
-
267
- protected function dataType($key)
268
- {
269
- return $key . "DataType";
270
- }
271
-
272
- public function __isset($key)
273
- {
274
- return isset($this->modelData[$key]);
275
- }
276
-
277
- public function __unset($key)
278
- {
279
- unset($this->modelData[$key]);
280
- }
281
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/Google/Oauth2.php DELETED
@@ -1,390 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright 2010 Google Inc.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
- * use this file except in compliance with the License. You may obtain a copy of
7
- * the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
- * License for the specific language governing permissions and limitations under
15
- * the License.
16
- */
17
-
18
- /**
19
- * Service definition for Oauth2 (v2).
20
- *
21
- * <p>
22
- * Lets you access OAuth2 protocol related APIs.</p>
23
- *
24
- * <p>
25
- * For more information about this service, see the API
26
- * <a href="https://developers.google.com/accounts/docs/OAuth2" target="_blank">Documentation</a>
27
- * </p>
28
- *
29
- * @author Google, Inc.
30
- */
31
- class Google_Service_Oauth2 extends Google_Service
32
- {
33
- /** Know your basic profile info and list of people in your circles.. */
34
- const PLUS_LOGIN =
35
- "https://www.googleapis.com/auth/plus.login";
36
- /** Know who you are on Google. */
37
- const PLUS_ME =
38
- "https://www.googleapis.com/auth/plus.me";
39
- /** View your email address. */
40
- const USERINFO_EMAIL =
41
- "https://www.googleapis.com/auth/userinfo.email";
42
- /** View your basic profile info. */
43
- const USERINFO_PROFILE =
44
- "https://www.googleapis.com/auth/userinfo.profile";
45
-
46
- public $userinfo;
47
- public $userinfo_v2_me;
48
- private $base_methods;
49
-
50
- /**
51
- * Constructs the internal representation of the Oauth2 service.
52
- *
53
- * @param Google_Client $client
54
- */
55
- public function __construct(Google_Client $client)
56
- {
57
- parent::__construct($client);
58
- $this->servicePath = '';
59
- $this->version = 'v2';
60
- $this->serviceName = 'oauth2';
61
-
62
- $this->userinfo = new Google_Service_Oauth2_Userinfo_Resource(
63
- $this,
64
- $this->serviceName,
65
- 'userinfo',
66
- array(
67
- 'methods' => array(
68
- 'get' => array(
69
- 'path' => 'oauth2/v2/userinfo',
70
- 'httpMethod' => 'GET',
71
- 'parameters' => array(),
72
- ),
73
- )
74
- )
75
- );
76
- $this->userinfo_v2_me = new Google_Service_Oauth2_UserinfoV2Me_Resource(
77
- $this,
78
-