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

Version Description

[21 July 2022] = * [New] Added Odnoklassniki in Social Login networks * [New] Added Yandex in Social Login networks * [New] Added Mastodon in Social Share networks * [Improvement] Linkedin social avatars are now being loaded from your website instead of the Linkedin server * [Improvement] Improved Vkontakte logo * [Improvement] Improved Gettr logo * [Improvement] Updated the Facebook JS SDK being used throughout the plugin to the latest version 14.0 * [Improvement] Minor CSS improvements for the social share buttons

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

Code changes from version 7.13.35 to 7.13.36

admin/social_login.php CHANGED
@@ -174,11 +174,20 @@
174
  <div class="theChampHorizontalSharingProviderContainer">
175
  <input id="the_champ_login_spotify" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('spotify', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="spotify" />
176
  <label for="the_champ_login_spotify"><?php _e("Spotify", 'super-socializer'); ?></label>
177
- </div><div class="theChampHorizontalSharingProviderContainer">
 
178
  <input id="the_champ_login_dribbble" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('dribbble', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="dribbble" />
179
  <label for="the_champ_login_dribbble"><?php _e("Dribbble", 'super-socializer'); ?></label>
180
  </div>
181
  <div class="theChampHorizontalSharingProviderContainer">
 
 
 
 
 
 
 
 
182
  <input id="the_champ_login_twitch" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('twitch', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="twitch" />
183
  <label for="the_champ_login_twitch"><?php _e("Twitch", 'super-socializer'); ?></label>
184
  </div>
@@ -235,7 +244,7 @@
235
  <div>
236
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
237
  <br/>
238
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
239
  <br/>
240
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
241
  </div>
@@ -256,7 +265,7 @@
256
  <div>
257
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
258
  <br/>
259
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
260
  <br/>
261
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
262
  </div>
@@ -277,11 +286,11 @@
277
  <div>
278
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
279
  <br/>
280
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option mentioned at the link', 'super-socializer'); ?></span>
281
  <br/>
282
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
283
  <br/>
284
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
285
  <br/>
286
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
287
  </div>
@@ -302,11 +311,11 @@
302
  <div>
303
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
304
  <br/>
305
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option mentioned at the link', 'super-socializer'); ?></span>
306
  <br/>
307
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
308
  <br/>
309
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
310
  <br/>
311
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
312
  </div>
@@ -327,7 +336,7 @@
327
  <div>
328
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
329
  <br/>
330
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
331
  <br/>
332
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/?SuperSocializerAuth=Linkedin'; ?></strong>
333
  </div>
@@ -348,7 +357,7 @@
348
  <div>
349
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
350
  <br/>
351
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
352
  <br/>
353
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/?SuperSocializerAuth=Linkedin'; ?></strong>
354
  </div>
@@ -369,7 +378,7 @@
369
  <div>
370
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
371
  <br/>
372
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
373
  <br/>
374
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
375
  </div>
@@ -390,7 +399,7 @@
390
  <div>
391
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
392
  <br/>
393
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
394
  <br/>
395
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
396
  </div>
@@ -411,7 +420,7 @@
411
  <div>
412
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
413
  <br/>
414
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option mentioned at the link', 'super-socializer'); ?></span>
415
  <br/>
416
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
417
  </div>
@@ -432,7 +441,7 @@
432
  <div>
433
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
434
  <br/>
435
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option mentioned at the link', 'super-socializer'); ?></span>
436
  <br/>
437
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
438
  </div>
@@ -453,7 +462,7 @@
453
  <div>
454
  <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
455
  <br/>
456
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Valid OAuth Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
457
  <br/>
458
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Instagram'; ?></strong>
459
  </div>
@@ -474,7 +483,7 @@
474
  <div>
475
  <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
476
  <br/>
477
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Valid OAuth Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
478
  <br/>
479
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Instagram'; ?></strong>
480
  </div>
@@ -494,7 +503,7 @@
494
  <div>
495
  <?php echo sprintf(__('Required for Line Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Line Channel ID', 'super-socializer'), 'http://support.heateor.com/create-line-channel-for-line-login/') ?>
496
  <br/>
497
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
498
  <br/>
499
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Line'; ?></strong>
500
  </div>
@@ -514,7 +523,7 @@
514
  <div>
515
  <?php echo sprintf(__('Required for Line Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Line Channel Secret', 'super-socializer'), 'http://support.heateor.com/create-line-channel-for-line-login/') ?>
516
  <br/>
517
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
518
  <br/>
519
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Line'; ?></strong>
520
  </div>
@@ -534,7 +543,7 @@
534
  <div>
535
  <?php echo sprintf(__('Required for Wordpress Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Wordpress Client ID', 'super-socializer'), 'http://support.heateor.com/get-wordpress-client-id-client-secret') ?>
536
  <br/>
537
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
538
  <br/>
539
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Wordpress'; ?></strong>
540
  </div>
@@ -554,7 +563,7 @@
554
  <div>
555
  <?php echo sprintf(__('Required for Wordpress Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Wordpress Client Secret', 'super-socializer'), 'http://support.heateor.com/get-wordpress-client-id-client-secret') ?>
556
  <br/>
557
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
558
  <br/>
559
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Wordpress'; ?></strong>
560
  </div>
@@ -574,7 +583,7 @@
574
  <div>
575
  <?php echo sprintf(__('Required for Live Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Microsoft Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-windows-live-client-id-and-client-secret-key') ?>
576
  <br/>
577
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
578
  <br/>
579
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Live'; ?></strong>
580
  </div>
@@ -594,7 +603,7 @@
594
  <div>
595
  <?php echo sprintf(__('Required for Live Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Microsoft Client Secret key', 'super-socializer'), 'http://support.heateor.com/how-to-get-windows-live-client-id-and-client-secret-key') ?>
596
  <br/>
597
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
598
  <br/>
599
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Live'; ?></strong>
600
  </div>
@@ -807,7 +816,7 @@
807
  <div>
808
  <?php echo sprintf(__('Required for Spotify Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Spotify Client ID', 'super-socializer'), 'http://support.heateor.com/get-spotify-client-id-client-secret') ?>
809
  <br/>
810
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
811
  <br/>
812
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Spotify'; ?></strong>
813
  </div>
@@ -827,7 +836,7 @@
827
  <div>
828
  <?php echo sprintf(__('Required for Spotify Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Spotify Client Secret', 'super-socializer'), 'http://support.heateor.com/get-spotify-client-id-client-secret') ?>
829
  <br/>
830
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
831
  <br/>
832
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Spotify'; ?></strong>
833
  </div>
@@ -849,7 +858,7 @@
849
  <div>
850
  <?php echo sprintf(__('Required for Dribbble Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Dribbble Client ID', 'super-socializer'), 'http://support.heateor.com/get-dribbble-client-id-client-secret') ?>
851
  <br/>
852
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
853
  <br/>
854
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dribbble'; ?></strong>
855
  </div>
@@ -869,13 +878,115 @@
869
  <div>
870
  <?php echo sprintf(__('Required for Dribbble Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Dribbble Client Secret', 'super-socializer'), 'http://support.heateor.com/get-dribbble-client-id-client-secret') ?>
871
  <br/>
872
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
873
  <br/>
874
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dribbble'; ?></strong>
875
  </div>
876
  </td>
877
  </tr>
878
  <!-- end of Dribbble -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
879
  <!-- Twitch -->
880
  <tr>
881
  <th>
@@ -890,7 +1001,7 @@
890
  <div>
891
  <?php echo sprintf(__('Required for Twitch Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitch Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-enable-twitch-login-at-wordpress-website/') ?>
892
  <br/>
893
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
894
  <br/>
895
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Twitch'; ?></strong>
896
  </div>
@@ -910,7 +1021,7 @@
910
  <div>
911
  <?php echo sprintf(__('Required for Twitch Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitch Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-enable-twitch-login-at-wordpress-website/') ?>
912
  <br/>
913
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
914
  <br/>
915
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Twitch'; ?></strong>
916
  </div>
@@ -932,7 +1043,7 @@
932
  <div>
933
  <?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') ?>
934
  <br/>
935
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
936
  <br/>
937
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Foursquare'; ?></strong>
938
  </div>
@@ -952,7 +1063,7 @@
952
  <div>
953
  <?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') ?>
954
  <br/>
955
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
956
  <br/>
957
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Foursquare'; ?></strong>
958
  </div>
@@ -972,7 +1083,7 @@
972
  <div>
973
  <?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') ?>
974
  <br/>
975
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
976
  <br/>
977
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dropbox'; ?></strong>
978
  </div>
@@ -992,7 +1103,7 @@
992
  <div>
993
  <?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') ?>
994
  <br/>
995
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
996
  <br/>
997
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dropbox'; ?></strong>
998
  </div>
@@ -1015,7 +1126,7 @@
1015
  <div>
1016
  <?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') ?>
1017
  <br/>
1018
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1019
  <br/>
1020
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Disqus'; ?></strong>
1021
  </div>
@@ -1035,7 +1146,7 @@
1035
  <div>
1036
  <?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') ?>
1037
  <br/>
1038
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1039
  <br/>
1040
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Disqus'; ?></strong>
1041
  </div>
@@ -1057,7 +1168,7 @@
1057
  <div>
1058
  <?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') ?>
1059
  <br/>
1060
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect Uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1061
  <br/>
1062
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Reddit'; ?></strong>
1063
  </div>
@@ -1077,7 +1188,7 @@
1077
  <div>
1078
  <?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') ?>
1079
  <br/>
1080
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect Uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1081
  <br/>
1082
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Reddit'; ?></strong>
1083
  </div>
@@ -1100,7 +1211,7 @@
1100
  <div>
1101
  <?php echo sprintf(__('Required for Mail.ru Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Mail.ru Client ID', 'super-socializer'), 'http://support.heateor.com/get-mail-ru-client-id-and-secret') ?>
1102
  <br/>
1103
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>All redirect_uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1104
  <br/>
1105
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Mailru'; ?></strong>
1106
  </div>
@@ -1120,7 +1231,7 @@
1120
  <div>
1121
  <?php echo sprintf(__('Required for Mail.ru Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Mail.ru Client Secret', 'super-socializer'), 'http://support.heateor.com/get-mail-ru-client-id-and-secret') ?>
1122
  <br/>
1123
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>All redirect_uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1124
  <br/>
1125
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Mailru'; ?></strong>
1126
  </div>
@@ -1143,7 +1254,7 @@
1143
  <div>
1144
  <?php echo sprintf(__('Required for Github Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Github Client ID', 'super-socializer'), 'http://support.heateor.com/get-github-client-id-client-secret') ?>
1145
  <br/>
1146
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1147
  <br/>
1148
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Github'; ?></strong>
1149
  </div>
@@ -1163,7 +1274,7 @@
1163
  <div>
1164
  <?php echo sprintf(__('Required for Github Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Github Client Secret', 'super-socializer'), 'http://support.heateor.com/get-github-client-id-client-secret') ?>
1165
  <br/>
1166
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1167
  <br/>
1168
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Github'; ?></strong>
1169
  </div>
@@ -1185,7 +1296,7 @@
1185
  <div>
1186
  <?php echo sprintf(__('Required for Kakao Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Kakao Client ID', 'super-socializer'), 'http://support.heateor.com/get-kakao-client-id-client-secret') ?>
1187
  <br/>
1188
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1189
  <br/>
1190
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Kakao'; ?></strong>
1191
  </div>
@@ -1205,7 +1316,7 @@
1205
  <div>
1206
  <?php echo sprintf(__('Required for Kakao Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Kakao Client Secret', 'super-socializer'), 'http://support.heateor.com/get-kakao-client-id-client-secret') ?>
1207
  <br/>
1208
- <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1209
  <br/>
1210
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Kakao'; ?></strong>
1211
  </div>
174
  <div class="theChampHorizontalSharingProviderContainer">
175
  <input id="the_champ_login_spotify" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('spotify', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="spotify" />
176
  <label for="the_champ_login_spotify"><?php _e("Spotify", 'super-socializer'); ?></label>
177
+ </div>
178
+ <div class="theChampHorizontalSharingProviderContainer">
179
  <input id="the_champ_login_dribbble" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('dribbble', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="dribbble" />
180
  <label for="the_champ_login_dribbble"><?php _e("Dribbble", 'super-socializer'); ?></label>
181
  </div>
182
  <div class="theChampHorizontalSharingProviderContainer">
183
+ <input id="the_champ_login_odnoklassniki" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('odnoklassniki', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="odnoklassniki" />
184
+ <label for="the_champ_login_odnoklassniki"><?php _e("Odnoklassniki", 'super-socializer'); ?></label>
185
+ </div>
186
+ <div class="theChampHorizontalSharingProviderContainer">
187
+ <input id="the_champ_login_yandex" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('yandex', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="yandex" />
188
+ <label for="the_champ_login_yandex"><?php _e("Yandex", 'super-socializer'); ?></label>
189
+ </div>
190
+ <div class="theChampHorizontalSharingProviderContainer">
191
  <input id="the_champ_login_twitch" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('twitch', $theChampLoginOptions['providers']) ? 'checked' : '';?> value="twitch" />
192
  <label for="the_champ_login_twitch"><?php _e("Twitch", 'super-socializer'); ?></label>
193
  </div>
244
  <div>
245
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
246
  <br/>
247
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Site URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
248
  <br/>
249
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
250
  </div>
265
  <div>
266
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
267
  <br/>
268
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Site URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
269
  <br/>
270
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
271
  </div>
286
  <div>
287
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
288
  <br/>
289
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Website</strong> option mentioned at the link', 'super-socializer'); ?></span>
290
  <br/>
291
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
292
  <br/>
293
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
294
  <br/>
295
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
296
  </div>
311
  <div>
312
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
313
  <br/>
314
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Website</strong> option mentioned at the link', 'super-socializer'); ?></span>
315
  <br/>
316
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
317
  <br/>
318
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
319
  <br/>
320
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
321
  </div>
336
  <div>
337
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
338
  <br/>
339
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
340
  <br/>
341
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/?SuperSocializerAuth=Linkedin'; ?></strong>
342
  </div>
357
  <div>
358
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
359
  <br/>
360
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
361
  <br/>
362
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/?SuperSocializerAuth=Linkedin'; ?></strong>
363
  </div>
378
  <div>
379
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
380
  <br/>
381
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>AUTHORIZED REDIRECT URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
382
  <br/>
383
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
384
  </div>
399
  <div>
400
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
401
  <br/>
402
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>AUTHORIZED REDIRECT URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
403
  <br/>
404
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
405
  </div>
420
  <div>
421
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
422
  <br/>
423
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Site address</strong> option mentioned at the link', 'super-socializer'); ?></span>
424
  <br/>
425
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
426
  </div>
441
  <div>
442
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
443
  <br/>
444
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Site address</strong> option mentioned at the link', 'super-socializer'); ?></span>
445
  <br/>
446
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
447
  </div>
462
  <div>
463
  <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
464
  <br/>
465
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Valid OAuth Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
466
  <br/>
467
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Instagram'; ?></strong>
468
  </div>
483
  <div>
484
  <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
485
  <br/>
486
+ <span style="color: #14ACDF"><?php _e('Paste following url in the <strong>Valid OAuth Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
487
  <br/>
488
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Instagram'; ?></strong>
489
  </div>
503
  <div>
504
  <?php echo sprintf(__('Required for Line Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Line Channel ID', 'super-socializer'), 'http://support.heateor.com/create-line-channel-for-line-login/') ?>
505
  <br/>
506
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
507
  <br/>
508
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Line'; ?></strong>
509
  </div>
523
  <div>
524
  <?php echo sprintf(__('Required for Line Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Line Channel Secret', 'super-socializer'), 'http://support.heateor.com/create-line-channel-for-line-login/') ?>
525
  <br/>
526
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
527
  <br/>
528
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Line'; ?></strong>
529
  </div>
543
  <div>
544
  <?php echo sprintf(__('Required for Wordpress Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Wordpress Client ID', 'super-socializer'), 'http://support.heateor.com/get-wordpress-client-id-client-secret') ?>
545
  <br/>
546
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
547
  <br/>
548
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Wordpress'; ?></strong>
549
  </div>
563
  <div>
564
  <?php echo sprintf(__('Required for Wordpress Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Wordpress Client Secret', 'super-socializer'), 'http://support.heateor.com/get-wordpress-client-id-client-secret') ?>
565
  <br/>
566
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
567
  <br/>
568
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Wordpress'; ?></strong>
569
  </div>
583
  <div>
584
  <?php echo sprintf(__('Required for Live Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Microsoft Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-windows-live-client-id-and-client-secret-key') ?>
585
  <br/>
586
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
587
  <br/>
588
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Live'; ?></strong>
589
  </div>
603
  <div>
604
  <?php echo sprintf(__('Required for Live Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Microsoft Client Secret key', 'super-socializer'), 'http://support.heateor.com/how-to-get-windows-live-client-id-and-client-secret-key') ?>
605
  <br/>
606
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
607
  <br/>
608
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Live'; ?></strong>
609
  </div>
816
  <div>
817
  <?php echo sprintf(__('Required for Spotify Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Spotify Client ID', 'super-socializer'), 'http://support.heateor.com/get-spotify-client-id-client-secret') ?>
818
  <br/>
819
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
820
  <br/>
821
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Spotify'; ?></strong>
822
  </div>
836
  <div>
837
  <?php echo sprintf(__('Required for Spotify Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Spotify Client Secret', 'super-socializer'), 'http://support.heateor.com/get-spotify-client-id-client-secret') ?>
838
  <br/>
839
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
840
  <br/>
841
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Spotify'; ?></strong>
842
  </div>
858
  <div>
859
  <?php echo sprintf(__('Required for Dribbble Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Dribbble Client ID', 'super-socializer'), 'http://support.heateor.com/get-dribbble-client-id-client-secret') ?>
860
  <br/>
861
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
862
  <br/>
863
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dribbble'; ?></strong>
864
  </div>
878
  <div>
879
  <?php echo sprintf(__('Required for Dribbble Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Dribbble Client Secret', 'super-socializer'), 'http://support.heateor.com/get-dribbble-client-id-client-secret') ?>
880
  <br/>
881
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
882
  <br/>
883
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dribbble'; ?></strong>
884
  </div>
885
  </td>
886
  </tr>
887
  <!-- end of Dribbble -->
888
+ <!-- ok.ru -->
889
+ <tr>
890
+ <th>
891
+ <label for="the_champ_sl_odnoklassniki_key"><?php _e("Odnoklassniki Application ID", 'super-socializer'); ?></label><img id="the_champ_sl_odnoklassniki_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
892
+ </th>
893
+ <td>
894
+ <input id="the_champ_sl_odnoklassniki_key" name="the_champ_login[odnoklassniki_client_id]" type="text" value="<?php echo isset($theChampLoginOptions['odnoklassniki_client_id']) ? $theChampLoginOptions['odnoklassniki_client_id'] : '' ?>" />
895
+ </td>
896
+ </tr>
897
+ <tr class="the_champ_help_content" id="the_champ_sl_odnoklassniki_key_help_cont">
898
+ <td colspan="2">
899
+ <div>
900
+ <?php echo sprintf(__('Required for Odnoklassniki Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Odnoklassniki Application ID', 'super-socializer'), 'https://support.heateor.com/odnoklassniki-application-id-and-secret-key/') ?>
901
+ <br/>
902
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
903
+ <br/>
904
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Odnoklassniki'; ?></strong>
905
+ </div>
906
+ </td>
907
+ </tr>
908
+ <tr>
909
+ <th>
910
+ <label for="the_champ_sl_odnoklassniki_public_key"><?php _e("Odnoklassniki Public key", 'super-socializer'); ?></label><img id="the_champ_sl_odnoklassniki_public_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
911
+ </th>
912
+ <td>
913
+ <input id="the_champ_sl_odnoklassniki_public_key" name="the_champ_login[odnoklassniki_public_key]" type="text" value="<?php echo isset($theChampLoginOptions['odnoklassniki_public_key']) ? $theChampLoginOptions['odnoklassniki_public_key'] : '' ?>" />
914
+ </td>
915
+ </tr>
916
+ <tr class="the_champ_help_content" id="the_champ_sl_odnoklassniki_public_key_help_cont">
917
+ <td colspan="2">
918
+ <div>
919
+ <?php echo sprintf(__('Required for Odnoklassniki Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Odnoklassniki Public Key', 'super-socializer'), 'https://support.heateor.com/odnoklassniki-application-id-and-secret-key/') ?>
920
+ <br/>
921
+ <span style="color:#14ACDF"><?php _e( 'Paste following url in the <strong>Redirect URI</strong> option mentioned at the link', 'super-socializer' ); ?></span>
922
+ <br/>
923
+ <strong style="color:#14ACDF"><?php echo esc_url( home_url() ) . '/SuperSocializerAuth/Odnoklassniki'; ?></strong>
924
+ </div>
925
+ </td>
926
+ </tr>
927
+
928
+ <tr>
929
+ <th>
930
+ <label for="the_champ_sl_odnoklassniki_secret"><?php _e("Odnoklassniki Secret Key", 'super-socializer'); ?></label><img id="the_champ_sl_odnoklassniki_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
931
+ </th>
932
+ <td>
933
+ <input id="the_champ_sl_odnoklassniki_secret" name="the_champ_login[odnoklassniki_client_secret]" type="text" value="<?php echo isset($theChampLoginOptions['odnoklassniki_client_secret']) ? $theChampLoginOptions['odnoklassniki_client_secret'] : '' ?>" />
934
+ </td>
935
+ </tr>
936
+ <tr class="the_champ_help_content" id="the_champ_sl_odnoklassniki_secret_help_cont">
937
+ <td colspan="2">
938
+ <div>
939
+ <?php echo sprintf(__('Required for Odnoklassniki Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Odnoklassniki Secret Key', 'super-socializer'), 'https://support.heateor.com/odnoklassniki-application-id-and-secret-key/') ?>
940
+ <br/>
941
+ <span style="color:#14ACDF"><?php _e( 'Paste following url in the <strong>Redirect URI</strong> option mentioned at the link', 'super-socializer' ); ?></span>
942
+ <br/>
943
+ <strong style="color:#14ACDF"><?php echo esc_url( home_url() ) . '/SuperSocializerAuth/Odnoklassniki'; ?></strong>
944
+ </div>
945
+ </td>
946
+ </tr>
947
+ <!-- end of ok.ru -->
948
+
949
+ <!-- yandex -->
950
+ <tr>
951
+ <th>
952
+ <label for="the_champ_sl_yandex_key"><?php _e("Yandex Client ID", 'super-socializer'); ?></label><img id="the_champ_sl_yandex_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
953
+ </th>
954
+ <td>
955
+ <input id="the_champ_sl_yandex_key" name="the_champ_login[yandex_client_id]" type="text" value="<?php echo isset($theChampLoginOptions['yandex_client_id']) ? $theChampLoginOptions['yandex_client_id'] : '' ?>" />
956
+ </td>
957
+ </tr>
958
+ <tr class="the_champ_help_content" id="the_champ_sl_yandex_key_help_cont">
959
+ <td colspan="2">
960
+ <div>
961
+ <?php echo sprintf(__('Required for Yandex Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Yandex Client ID', 'super-socializer'), 'https://support.heateor.com/yandex-client-id/') ?>
962
+ <br/>
963
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
964
+ <br/>
965
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Yandex'; ?></strong>
966
+ </div>
967
+ </td>
968
+ </tr>
969
+
970
+ <tr>
971
+ <th>
972
+ <label for="the_champ_sl_yandex_secret"><?php _e("Yandex Client Secret", 'super-socializer'); ?></label><img id="the_champ_sl_yandex_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
973
+ </th>
974
+ <td>
975
+ <input id="the_champ_sl_yandex_secret" name="the_champ_login[yandex_client_secret]" type="text" value="<?php echo isset($theChampLoginOptions['yandex_client_secret']) ? $theChampLoginOptions['yandex_client_secret'] : '' ?>" />
976
+ </td>
977
+ </tr>
978
+ <tr class="the_champ_help_content" id="the_champ_sl_yandex_secret_help_cont">
979
+ <td colspan="2">
980
+ <div>
981
+ <?php echo sprintf(__('Required for Yandex Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Yandex Client Secret', 'super-socializer'), 'https://support.heateor.com/yandex-client-id/') ?>
982
+ <br/>
983
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
984
+ <br/>
985
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Yandex'; ?></strong>
986
+ </div>
987
+ </td>
988
+ </tr>
989
+ <!-- yandex -->
990
  <!-- Twitch -->
991
  <tr>
992
  <th>
1001
  <div>
1002
  <?php echo sprintf(__('Required for Twitch Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitch Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-enable-twitch-login-at-wordpress-website/') ?>
1003
  <br/>
1004
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1005
  <br/>
1006
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Twitch'; ?></strong>
1007
  </div>
1021
  <div>
1022
  <?php echo sprintf(__('Required for Twitch Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitch Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-enable-twitch-login-at-wordpress-website/') ?>
1023
  <br/>
1024
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1025
  <br/>
1026
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Twitch'; ?></strong>
1027
  </div>
1043
  <div>
1044
  <?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') ?>
1045
  <br/>
1046
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1047
  <br/>
1048
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Foursquare'; ?></strong>
1049
  </div>
1063
  <div>
1064
  <?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') ?>
1065
  <br/>
1066
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1067
  <br/>
1068
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Foursquare'; ?></strong>
1069
  </div>
1083
  <div>
1084
  <?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') ?>
1085
  <br/>
1086
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
1087
  <br/>
1088
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dropbox'; ?></strong>
1089
  </div>
1103
  <div>
1104
  <?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') ?>
1105
  <br/>
1106
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
1107
  <br/>
1108
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Dropbox'; ?></strong>
1109
  </div>
1126
  <div>
1127
  <?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') ?>
1128
  <br/>
1129
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1130
  <br/>
1131
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Disqus'; ?></strong>
1132
  </div>
1146
  <div>
1147
  <?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') ?>
1148
  <br/>
1149
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1150
  <br/>
1151
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Disqus'; ?></strong>
1152
  </div>
1168
  <div>
1169
  <?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') ?>
1170
  <br/>
1171
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect Uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1172
  <br/>
1173
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Reddit'; ?></strong>
1174
  </div>
1188
  <div>
1189
  <?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') ?>
1190
  <br/>
1191
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Redirect Uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1192
  <br/>
1193
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Reddit'; ?></strong>
1194
  </div>
1211
  <div>
1212
  <?php echo sprintf(__('Required for Mail.ru Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Mail.ru Client ID', 'super-socializer'), 'http://support.heateor.com/get-mail-ru-client-id-and-secret') ?>
1213
  <br/>
1214
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>All redirect_uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1215
  <br/>
1216
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Mailru'; ?></strong>
1217
  </div>
1231
  <div>
1232
  <?php echo sprintf(__('Required for Mail.ru Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Mail.ru Client Secret', 'super-socializer'), 'http://support.heateor.com/get-mail-ru-client-id-and-secret') ?>
1233
  <br/>
1234
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>All redirect_uri</strong> option mentioned at the link', 'super-socializer'); ?></span>
1235
  <br/>
1236
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Mailru'; ?></strong>
1237
  </div>
1254
  <div>
1255
  <?php echo sprintf(__('Required for Github Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Github Client ID', 'super-socializer'), 'http://support.heateor.com/get-github-client-id-client-secret') ?>
1256
  <br/>
1257
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1258
  <br/>
1259
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Github'; ?></strong>
1260
  </div>
1274
  <div>
1275
  <?php echo sprintf(__('Required for Github Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Github Client Secret', 'super-socializer'), 'http://support.heateor.com/get-github-client-id-client-secret') ?>
1276
  <br/>
1277
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1278
  <br/>
1279
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Github'; ?></strong>
1280
  </div>
1296
  <div>
1297
  <?php echo sprintf(__('Required for Kakao Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Kakao Client ID', 'super-socializer'), 'http://support.heateor.com/get-kakao-client-id-client-secret') ?>
1298
  <br/>
1299
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1300
  <br/>
1301
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Kakao'; ?></strong>
1302
  </div>
1316
  <div>
1317
  <?php echo sprintf(__('Required for Kakao Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Kakao Client Secret', 'super-socializer'), 'http://support.heateor.com/get-kakao-client-id-client-secret') ?>
1318
  <br/>
1319
+ <span style="color:#14ACDF"><?php _e('Paste following url in the <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
1320
  <br/>
1321
  <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Kakao'; ?></strong>
1322
  </div>
admin/social_sharing.php CHANGED
@@ -809,7 +809,7 @@
809
 
810
  <?php
811
  $likeButtons = array('facebook_share', 'facebook_like', 'facebook_recommend', 'twitter_tweet', 'linkedin_share', 'pinterest_pin', 'buffer_share', 'xing_share', 'yummly_share', 'reddit_badge');
812
- $sharingNetworks = array('facebook','youtube', 'gettr', 'gab', 'twitter', 'Parler' , 'linkedin', 'print', 'email', 'reddit', 'digg', 'float_it', 'tumblr', 'vkontakte', 'pinterest', 'xing', 'whatsapp', 'instagram', 'yummly', 'buffer', 'AIM', 'Amazon_Wish_List', 'AOL_Mail', 'App.net', 'Balatarin', 'BibSonomy', 'Bitty_Browser', 'Blinklist', 'Blogger_Post', 'BlogMarks', 'Bookmarks.fr', 'Box.net', 'BuddyMarks', 'Care2_News', 'Comment', 'Copy_Link', 'Diary.Ru', 'Diaspora', 'Diigo', 'Douban', 'Draugiem', 'Evernote', 'Facebook_Messenger', 'Fark', 'Fintel', 'Flipboard', 'Folkd', 'GentleReader', 'Google_Bookmarks', 'Google_Classroom', 'Google_Gmail', 'Hacker_News', 'Hatena', 'Instapaper', 'Jamespot', 'Kakao', 'Kik', 'Kindle_It', 'Known', 'Line', 'LiveJournal', 'Mail.Ru', 'Mendeley', 'Meneame', 'MeWe', 'mix', 'Mixi', 'MySpace', 'Netvouz', 'Odnoklassniki', 'Outlook.com', 'Papaly', 'Pinboard', 'Plurk', 'Pocket', 'PrintFriendly', 'Protopage_Bookmarks', 'Pusha', 'Qzone', 'Rediff MyPage', 'Refind', 'Renren', 'Sina Weibo', 'SiteJot', 'Skype', 'Slashdot', 'SMS', 'StockTwits', 'Svejo', 'Symbaloo_Feeds', 'Telegram', 'Threema', 'Trello', 'Tuenti', 'Twiddla', 'TypePad_Post', 'Viadeo', 'Viber', 'Webnews', 'WordPress', 'Wykop', 'Yahoo_Mail', 'Yoolink');
813
  ?>
814
 
815
  <tr>
809
 
810
  <?php
811
  $likeButtons = array('facebook_share', 'facebook_like', 'facebook_recommend', 'twitter_tweet', 'linkedin_share', 'pinterest_pin', 'buffer_share', 'xing_share', 'yummly_share', 'reddit_badge');
812
+ $sharingNetworks = array('facebook','youtube', 'gettr', 'gab','mastodon', 'twitter', 'Parler' , 'linkedin', 'print', 'email', 'reddit', 'digg', 'float_it', 'tumblr', 'vkontakte', 'pinterest', 'xing', 'whatsapp', 'instagram', 'yummly', 'buffer', 'AIM', 'Amazon_Wish_List', 'AOL_Mail', 'App.net', 'Balatarin', 'BibSonomy', 'Bitty_Browser', 'Blinklist', 'Blogger_Post', 'BlogMarks', 'Bookmarks.fr', 'Box.net', 'BuddyMarks', 'Care2_News', 'Comment', 'Copy_Link', 'Diary.Ru', 'Diaspora', 'Diigo', 'Douban', 'Draugiem', 'Evernote', 'Facebook_Messenger', 'Fark', 'Fintel', 'Flipboard', 'Folkd', 'GentleReader', 'Google_Bookmarks', 'Google_Classroom', 'Google_Gmail', 'Hacker_News', 'Hatena', 'Instapaper', 'Jamespot', 'Kakao', 'Kik', 'Kindle_It', 'Known', 'Line', 'LiveJournal', 'Mail.Ru', 'Mendeley', 'Meneame', 'MeWe', 'mix', 'Mixi', 'MySpace', 'Netvouz', 'Odnoklassniki', 'Outlook.com', 'Papaly', 'Pinboard', 'Plurk', 'Pocket', 'PrintFriendly', 'Protopage_Bookmarks', 'Pusha', 'Qzone', 'Rediff MyPage', 'Refind', 'Renren', 'Sina Weibo', 'SiteJot', 'Skype', 'Slashdot', 'SMS', 'StockTwits', 'Svejo', 'Symbaloo_Feeds', 'Telegram', 'Threema', 'Trello', 'Tuenti', 'Twiddla', 'TypePad_Post', 'Viadeo', 'Viber', 'Webnews', 'WordPress', 'Wykop', 'Yahoo_Mail', 'Yoolink');
813
  ?>
814
 
815
  <tr>
css/admin.css CHANGED
@@ -1,2 +1,2 @@
1
- .clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{padding-top:0!important;border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0!important;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px;margin-bottom:0!important;}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:help;vertical-align:bottom}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:71%!important}.the_champ_right_column{float:left;width:27.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampGettrBackground{background-color:#E50000}.theChampGabBackground{background-color:#25CC80}.theChampLinkedinBackground{background-color:#0077B5}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:11px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.theChampYummlyBackground{background-color:#E16120}.theChampParlerBackground{background-color:#C63240}.theChampFacebookBackground{background-color:#4267B2}.theChampBufferBackground{background-color:#000}.theChampInstagramBackground{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYoutubeBackground{background-color:red}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebookshareBackground{width:60px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebookshareSvg{background:url(../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
2
  .theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCommentBackground{background-color: #444}.theChampCopyLinkBackground{background-color: #FFC112}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.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:#FEE500}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color:#00C300}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampMailruBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.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}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampGentleReaderBackground{background-color:#46aecf}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.form-table small{font-weight:normal}div.the_champ_left_column div.stuffbox{padding:0px 4px 5px 6px;}div.the_champ_left_column div.stuffbox h3{padding-left:7px}div.the_champ_right_column div.stuffbox{padding:0 4px 10px 9px;}div#tabs div.the_champ_right_column div.stuffbox h3{padding-left:0px}div.the_champ_right_column div.stuffbox h3{padding-left:1px;}@media screen and (max-width:783px){.the_champ_left_column{width:99%!important;}.the_champ_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
1
+ .clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{padding-top:0!important;border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0!important;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px;margin-bottom:0!important;}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:help;vertical-align:bottom}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:71%!important}.the_champ_right_column{float:left;width:27.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampGettrBackground{background-color:#E50000}.theChampGabBackground{background-color:#25CC80}.theChampMastodonBackground{background-color:#2b90d9}.theChampLinkedinBackground{background-color:#0077B5}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20viewBox%3D%220%2013%2046%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.54%2034.58c-10.94%200-17.18-7.5-17.44-19.98h5.48c.18%209.16%204.22%2013.04%207.42%2013.84V14.6h5.16v7.9c3.16-.34%206.48-3.94%207.6-7.9h5.16c-.86%204.88-4.46%208.48-7.02%209.96%202.56%201.2%206.66%204.34%208.22%2010.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:11px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.theChampYummlyBackground{background-color:#E16120}.theChampParlerBackground{background-color:#C63240}.theChampFacebookBackground{background-color:#4267B2}.theChampBufferBackground{background-color:#000}.theChampInstagramBackground{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#0077FF}.theChampYoutubeBackground{background-color:red}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebookshareBackground{width:60px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebookshareSvg{background:url(../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
2
  .theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCommentBackground{background-color: #444}.theChampCopyLinkBackground{background-color: #FFC112}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.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:#FEE500}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color:#00C300}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampMailruBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.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}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampGentleReaderBackground{background-color:#46aecf}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.form-table small{font-weight:normal}div.the_champ_left_column div.stuffbox{padding:0px 4px 5px 6px;}div.the_champ_left_column div.stuffbox h3{padding-left:7px}div.the_champ_right_column div.stuffbox{padding:0 4px 10px 9px;}div#tabs div.the_champ_right_column div.stuffbox h3{padding-left:0px}div.the_champ_right_column div.stuffbox h3{padding-left:1px;}@media screen and (max-width:783px){.the_champ_left_column{width:99%!important;}.the_champ_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
css/front.css CHANGED
@@ -1 +1 @@
1
- #the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}div.heateor_ss_follow_ul a:focus,div.heateor_ss_follow_ul a:link,div.the_champ_sharing_ul a:link,div.the_champ_sharing_ul a:focus{text-decoration:none;background:transparent!important}.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{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:83%!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%20data-v-2f45413c%3D%22%22%20data-v-47403985%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%227.5%207.5%2021%2021%22%20class%3D%22ico%5fshare%5fkakao%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22none%22%20data-v-2f45413c%3D%22%22%3E%3Cg%20data-v-2f45413c%3D%22%22%3E%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M0%200H18V18H0z%22%20transform%3D%22translate%289%209%29%22%3E%3C%2Fpath%3E%20%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M9.375%201.5C5.025%201.5%201.5%204.393%201.5%207.962c0%202.718%201.151%203.858%202.949%205.042l.01%203.315c0%20.149.178.234.303.145L7.827%2014.3c.5.082%201.018.125%201.548.125%204.35%200%207.875-2.893%207.875-6.463%200-3.569-3.526-6.462-7.875-6.462%22%20transform%3D%22translate%289%209%29%22%20class%3D%22fill%22%20fill%3D%22black%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%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:92%}.theChampDiscordLoginSvg{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-3%20-3%2054%2054%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M40%2012s-4.586-3.59-10-4l-.488.977C34.406%2010.176%2036.652%2011.89%2039%2014c-4.047-2.066-8.04-4-15-4-6.96%200-10.953%201.934-15%204%202.348-2.11%205.02-4.016%209.488-5.023L18%208c-5.68.535-10%204-10%204s-5.121%207.426-6%2022c5.16%205.953%2013%206%2013%206l1.64-2.184C13.856%2036.848%2010.716%2035.121%208%2032c3.238%202.45%208.125%205%2016%205s12.762-2.55%2016-5c-2.715%203.121-5.855%204.848-8.64%205.816L33%2040s7.84-.047%2013-6c-.879-14.574-6-22-6-22zM17.5%2030c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204zm13%200c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204z%22%20fill%3D%22%23fff%22%20id%3D%22surface1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampStackoverflowLoginSvg{background-size:88%!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-20.5%20-20.5%20140%20170%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2288%2080%2099%2080%2099%20124%200%20124%200%2080%2011%2080%2011%20113%2088%20113%22%3E%3C%2Fpolygon%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M22.9878906%2C76.73%20L77.0128906%2C88.085%20L79.2838906%2C77.285%20L25.2588906%2C65.925%20L22.9878906%2C76.73%20Z%20M30.1368906%2C50.861%20L80.1828906%2C74.169%20L84.8448906%2C64.16%20L34.7978906%2C40.852%20L30.1368906%2C50.861%20Z%20M43.9848906%2C26.308%20L86.4128906%2C61.639%20L93.4788906%2C53.154%20L51.0508906%2C17.824%20L43.9848906%2C26.308%20Z%20M71.3718906%2C0.192%20L62.5118906%2C6.782%20L95.4598906%2C51.082%20L104.319891%2C44.493%20L71.3718906%2C0.192%20Z%20M22%2C102%20L77%2C102%20L77%2C91%20L22%2C91%20L22%2C102%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampAmazonLoginSvg{background-size:71%!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%220%200%201100%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%20776c3.333-5.333%208.666-5.667%2016-1%20166.666%2096.667%20348%20145%20544%20145%20130.666%200%20259.666-24.333%20387-73%203.333-1.333%208.166-3.333%2014.5-6%206.333-2.667%2010.833-4.667%2013.5-6%2010-4%2017.833-2%2023.5%206%205.666%208%203.833%2015.333-5.5%2022-12%208.667-27.334%2018.667-46%2030-57.334%2034-121.334%2060.333-192%2079-70.667%2018.667-139.667%2028-207%2028-104%200-202.334-18.167-295-54.5C162.333%20909.167%2079.333%20858%206%20792c-4-3.333-6-6.667-6-10%200-2%20.666-4%202-6zm301-285c0-46%2011.333-85.333%2034-118%2022.666-32.667%2053.666-57.333%2093-74%2036-15.333%2080.333-26.333%20133-33%2018-2%2047.333-4.667%2088-8v-17c0-42.667-4.667-71.333-14-86-14-20-36-30-66-30h-8c-22%202-41%209-57%2021s-26.334%2028.667-31%2050c-2.667%2013.333-9.334%2021-20%2023l-115-14c-11.334-2.667-17-8.667-17-18%200-2%20.333-4.333%201-7%2011.333-59.333%2039.166-103.333%2083.5-132C451.833%2019.333%20503.666%203.333%20563%200h25c76%200%20135.333%2019.667%20178%2059a190.52%20190.52%200%200%201%2018.5%2021.5c5.666%207.667%2010.166%2014.5%2013.5%2020.5%203.333%206%206.333%2014.667%209%2026%202.666%2011.333%204.666%2019.167%206%2023.5%201.333%204.333%202.333%2013.667%203%2028%20.666%2014.333%201%2022.833%201%2025.5v242c0%2017.333%202.5%2033.167%207.5%2047.5s9.833%2024.667%2014.5%2031c4.666%206.333%2012.333%2016.5%2023%2030.5%204%206%206%2011.333%206%2016%200%205.333-2.667%2010-8%2014-55.334%2048-85.334%2074-90%2078-8%206-17.667%206.667-29%202-9.334-8-17.5-15.667-24.5-23s-12-12.667-15-16-7.834-9.833-14.5-19.5c-6.667-9.667-11.334-16.167-14-19.5-37.334%2040.667-74%2066-110%2076-22.667%206.667-50.667%2010-84%2010-51.334%200-93.5-15.833-126.5-47.5S303%20549%20303%20491zm172-20c0%2026%206.5%2046.833%2019.5%2062.5S525%20557%20547%20557c2%200%204.833-.333%208.5-1%203.666-.667%206.166-1%207.5-1%2028-7.333%2049.666-25.333%2065-54%207.333-12.667%2012.833-26.5%2016.5-41.5%203.666-15%205.666-27.167%206-36.5.333-9.333.5-24.667.5-46v-25c-38.667%200-68%202.667-88%208-58.667%2016.667-88%2053.667-88%20111zm420%20322c1.333-2.667%203.333-5.333%206-8%2016.666-11.333%2032.666-19%2048-23%2025.333-6.667%2050-10.333%2074-11%206.666-.667%2013-.333%2019%201%2030%202.667%2048%207.667%2054%2015%202.666%204%204%2010%204%2018v7c0%2023.333-6.334%2050.833-19%2082.5-12.667%2031.667-30.334%2057.167-53%2076.5-3.334%202.667-6.334%204-9%204-1.334%200-2.667-.333-4-1-4-2-5-5.667-3-11%2024.666-58%2037-98.333%2037-121%200-7.333-1.334-12.667-4-16-6.667-8-25.334-12-56-12-11.334%200-24.667.667-40%202-16.667%202-32%204-46%206-4%200-6.667-.667-8-2-1.334-1.333-1.667-2.667-1-4%200-.667.333-1.667%201-3z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMailruLoginSvg{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%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.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}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .55em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}div.heateor_ss_follow_ul a,div.the_champ_sharing_ul a,ul.the_champ_sharing_ul li{text-decoration:none!important;margin:2px;float:left;padding:0;list-style:none;border:none;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before{content:none!important}.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.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 .the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing .the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing .the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing .the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing .the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing .the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing .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 .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}.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}.theChampAmazonBackground{background-color:#f59829}.theChampDiscordBackground{background-color:#7289DA}.theChampStackoverflowBackground{background-color:#f3802e}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FEE500}.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}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMailruBackground{background-color:#356FAC}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}div.the_champ_sharing_ul .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}.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;}.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}#the_champ_sharing_more_providers .all-services ul li a span{width:51%;}@media screen and (max-width:783px){.the_champ_hide_sharing{display:none}}
1
+ #the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}div.heateor_ss_follow_ul a:focus,div.heateor_ss_follow_ul a:link,div.the_champ_sharing_ul a:link,div.the_champ_sharing_ul a:focus{text-decoration:none;background:transparent!important}.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{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:83%!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}.theChampOdnoklassnikiLoginSvg{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}.theChampYandexLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%22-92%20-12%20317.397%20187.918%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cg%20transform%3D%22translate%28-151.302%20-165.536%29%22%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20transform%3D%22matrix%281%200%200%20-1%200%20524%29%22%20d%3D%22M0%20524h1000V0H0z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M207.189%20331.072V314.4c0-22.627-2.627-33.82-11.703-53.352l-44.184-95.51h30.57l37.498%2081.695c10.986%2023.82%2015.763%2036.204%2015.763%2063.595v20.245zM225.102%20245.565l34.87-80.029h29.376L254%20245.566z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%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%20fill%3D%22none%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20viewBox%3D%220%2013%2046%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.54%2034.58c-10.94%200-17.18-7.5-17.44-19.98h5.48c.18%209.16%204.22%2013.04%207.42%2013.84V14.6h5.16v7.9c3.16-.34%206.48-3.94%207.6-7.9h5.16c-.86%204.88-4.46%208.48-7.02%209.96%202.56%201.2%206.66%204.34%208.22%2010.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%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%20data-v-2f45413c%3D%22%22%20data-v-47403985%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%227.5%207.5%2021%2021%22%20class%3D%22ico%5fshare%5fkakao%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22none%22%20data-v-2f45413c%3D%22%22%3E%3Cg%20data-v-2f45413c%3D%22%22%3E%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M0%200H18V18H0z%22%20transform%3D%22translate%289%209%29%22%3E%3C%2Fpath%3E%20%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M9.375%201.5C5.025%201.5%201.5%204.393%201.5%207.962c0%202.718%201.151%203.858%202.949%205.042l.01%203.315c0%20.149.178.234.303.145L7.827%2014.3c.5.082%201.018.125%201.548.125%204.35%200%207.875-2.893%207.875-6.463%200-3.569-3.526-6.462-7.875-6.462%22%20transform%3D%22translate%289%209%29%22%20class%3D%22fill%22%20fill%3D%22black%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%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:92%}.theChampDiscordLoginSvg{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-3%20-3%2054%2054%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M40%2012s-4.586-3.59-10-4l-.488.977C34.406%2010.176%2036.652%2011.89%2039%2014c-4.047-2.066-8.04-4-15-4-6.96%200-10.953%201.934-15%204%202.348-2.11%205.02-4.016%209.488-5.023L18%208c-5.68.535-10%204-10%204s-5.121%207.426-6%2022c5.16%205.953%2013%206%2013%206l1.64-2.184C13.856%2036.848%2010.716%2035.121%208%2032c3.238%202.45%208.125%205%2016%205s12.762-2.55%2016-5c-2.715%203.121-5.855%204.848-8.64%205.816L33%2040s7.84-.047%2013-6c-.879-14.574-6-22-6-22zM17.5%2030c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204zm13%200c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204z%22%20fill%3D%22%23fff%22%20id%3D%22surface1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampStackoverflowLoginSvg{background-size:88%!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-20.5%20-20.5%20140%20170%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2288%2080%2099%2080%2099%20124%200%20124%200%2080%2011%2080%2011%20113%2088%20113%22%3E%3C%2Fpolygon%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M22.9878906%2C76.73%20L77.0128906%2C88.085%20L79.2838906%2C77.285%20L25.2588906%2C65.925%20L22.9878906%2C76.73%20Z%20M30.1368906%2C50.861%20L80.1828906%2C74.169%20L84.8448906%2C64.16%20L34.7978906%2C40.852%20L30.1368906%2C50.861%20Z%20M43.9848906%2C26.308%20L86.4128906%2C61.639%20L93.4788906%2C53.154%20L51.0508906%2C17.824%20L43.9848906%2C26.308%20Z%20M71.3718906%2C0.192%20L62.5118906%2C6.782%20L95.4598906%2C51.082%20L104.319891%2C44.493%20L71.3718906%2C0.192%20Z%20M22%2C102%20L77%2C102%20L77%2C91%20L22%2C91%20L22%2C102%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampAmazonLoginSvg{background-size:71%!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%220%200%201100%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%20776c3.333-5.333%208.666-5.667%2016-1%20166.666%2096.667%20348%20145%20544%20145%20130.666%200%20259.666-24.333%20387-73%203.333-1.333%208.166-3.333%2014.5-6%206.333-2.667%2010.833-4.667%2013.5-6%2010-4%2017.833-2%2023.5%206%205.666%208%203.833%2015.333-5.5%2022-12%208.667-27.334%2018.667-46%2030-57.334%2034-121.334%2060.333-192%2079-70.667%2018.667-139.667%2028-207%2028-104%200-202.334-18.167-295-54.5C162.333%20909.167%2079.333%20858%206%20792c-4-3.333-6-6.667-6-10%200-2%20.666-4%202-6zm301-285c0-46%2011.333-85.333%2034-118%2022.666-32.667%2053.666-57.333%2093-74%2036-15.333%2080.333-26.333%20133-33%2018-2%2047.333-4.667%2088-8v-17c0-42.667-4.667-71.333-14-86-14-20-36-30-66-30h-8c-22%202-41%209-57%2021s-26.334%2028.667-31%2050c-2.667%2013.333-9.334%2021-20%2023l-115-14c-11.334-2.667-17-8.667-17-18%200-2%20.333-4.333%201-7%2011.333-59.333%2039.166-103.333%2083.5-132C451.833%2019.333%20503.666%203.333%20563%200h25c76%200%20135.333%2019.667%20178%2059a190.52%20190.52%200%200%201%2018.5%2021.5c5.666%207.667%2010.166%2014.5%2013.5%2020.5%203.333%206%206.333%2014.667%209%2026%202.666%2011.333%204.666%2019.167%206%2023.5%201.333%204.333%202.333%2013.667%203%2028%20.666%2014.333%201%2022.833%201%2025.5v242c0%2017.333%202.5%2033.167%207.5%2047.5s9.833%2024.667%2014.5%2031c4.666%206.333%2012.333%2016.5%2023%2030.5%204%206%206%2011.333%206%2016%200%205.333-2.667%2010-8%2014-55.334%2048-85.334%2074-90%2078-8%206-17.667%206.667-29%202-9.334-8-17.5-15.667-24.5-23s-12-12.667-15-16-7.834-9.833-14.5-19.5c-6.667-9.667-11.334-16.167-14-19.5-37.334%2040.667-74%2066-110%2076-22.667%206.667-50.667%2010-84%2010-51.334%200-93.5-15.833-126.5-47.5S303%20549%20303%20491zm172-20c0%2026%206.5%2046.833%2019.5%2062.5S525%20557%20547%20557c2%200%204.833-.333%208.5-1%203.666-.667%206.166-1%207.5-1%2028-7.333%2049.666-25.333%2065-54%207.333-12.667%2012.833-26.5%2016.5-41.5%203.666-15%205.666-27.167%206-36.5.333-9.333.5-24.667.5-46v-25c-38.667%200-68%202.667-88%208-58.667%2016.667-88%2053.667-88%20111zm420%20322c1.333-2.667%203.333-5.333%206-8%2016.666-11.333%2032.666-19%2048-23%2025.333-6.667%2050-10.333%2074-11%206.666-.667%2013-.333%2019%201%2030%202.667%2048%207.667%2054%2015%202.666%204%204%2010%204%2018v7c0%2023.333-6.334%2050.833-19%2082.5-12.667%2031.667-30.334%2057.167-53%2076.5-3.334%202.667-6.334%204-9%204-1.334%200-2.667-.333-4-1-4-2-5-5.667-3-11%2024.666-58%2037-98.333%2037-121%200-7.333-1.334-12.667-4-16-6.667-8-25.334-12-56-12-11.334%200-24.667.667-40%202-16.667%202-32%204-46%206-4%200-6.667-.667-8-2-1.334-1.333-1.667-2.667-1-4%200-.667.333-1.667%201-3z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMailruLoginSvg{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%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.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}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .55em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}div.heateor_ss_follow_ul a,div.the_champ_sharing_ul a{text-decoration:none!important;margin:2px;float:left;padding:0;list-style:none;border:none;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before{content:none!important}.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.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 .the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing .the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing .the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing .the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing .the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing .the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing .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 .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}.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}.theChampAmazonBackground{background-color:#f59829}.theChampDiscordBackground{background-color:#7289DA}.theChampStackoverflowBackground{background-color:#f3802e}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FEE500}.theChampDropboxBackground{background-color:#0061ff}.theChampFoursquareBackground{background-color:#f94877}.theChampDisqusBackground{background-color:#2e9fff}.theChampFacebookBackground{background-color:#4267B2}.theChampOdnoklassnikiBackground{background-color:#F2720C}.theChampYandexBackground{background-color:#e52620}.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}.theChampMastodonBackground{background-color:#2b90d9}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampVkontakteBackground{background-color:#0077FF}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMailruBackground{background-color:#356FAC}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}div.the_champ_sharing_ul .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}.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;}.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}#the_champ_sharing_more_providers .all-services ul li a span{width:51%;}@media screen and (max-width:783px){.the_champ_hide_sharing{display:none}}
css/share-svg.css CHANGED
@@ -1,2 +1,2 @@
1
- .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}.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}.theChampMoreSvg{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%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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;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-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRedditSvg{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.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}.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}.theChampTwitterSvg{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%2039%2039%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') no-repeat center center}.theChampVkontakteSvg{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%20-2%2034%2034%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') no-repeat center center}.theChampXingSvg{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-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappSvg{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%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAIMSvg{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%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAmazonWishListSvg{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%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%2F%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAOLMailSvg{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%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAppnetSvg{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%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBalatarinSvg{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%23B90E10%22%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2022h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22%23079948%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%2F%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBibSonomySvg{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-7%20-7%2046%2046%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.058%2025.892c-.25%200-.484.065-.694.17l-5.907-8.2a1.548%201.548%200%200%200%20.344-1.68l4.28-2.573c.288.333.71.552%201.187.552.862%200%201.56-.7%201.56-1.56%200-.776-.567-1.415-1.31-1.535V6.11a1.556%201.556%200%200%200-.25-3.095c-.862%200-1.56.7-1.56%201.56%200%20.196.04.383.106.556l-4.256%202.477a1.548%201.548%200%200%200-1.2-.574c-.862%200-1.56.7-1.56%201.56%200%20.778.567%201.417%201.31%201.537v5.1c-.218.035-.42.112-.598.23L9.93%208.204c.213-.268.345-.6.345-.97a1.56%201.56%200%201%200-.712%201.309l6.575%207.25c-.213.267-.345.6-.345.968%200%20.23.054.45.144.647L8.08%2022.66a1.547%201.547%200%200%200-1.138-.5%201.56%201.56%200%201%200%201.56%201.56c0-.23-.053-.45-.144-.646l7.857-5.25c.07.076.147.144.23.204l-1.95%203.927a1.536%201.536%200%200%200-.457-.076c-.862%200-1.56.695-1.56%201.56a1.56%201.56%200%201%200%202.468-1.27l1.95-3.926c.146.045.297.076.458.076.25%200%20.484-.064.694-.17l5.907%208.2a1.56%201.56%200%201%200%201.103-.459zM18.914%208.59c0-.197-.04-.383-.106-.556l4.257-2.473c.236.29.567.49.95.55v4.96a1.558%201.558%200%200%200-1.197%202.115l-4.278%202.573a1.542%201.542%200%200%200-.935-.53v-5.102a1.555%201.555%200%200%200%201.31-1.534z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBittyBrowserSvg{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%23999%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlinklistSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%2F%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%2F%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBloggerPostSvg{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%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%2F%3E%3Cpath%20fill%3D%22%23F8A154%22%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlogMarksSvg{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%23A3DE38%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBoxnetSvg{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%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBookmarksfrSvg{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%23CC3467%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBuddyMarksSvg{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%3Cg%20fill%3D%22%238B0102%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23BA3628%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCare2NewsSvg{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.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCommentSvg{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-150%20-150%20791%20791%22%3E%3Cg%3E%3Cpath%20d%3D%22M477.364%2C127.481c-22.839-28.072-53.864-50.248-93.072-66.522c-39.208-16.274-82.036-24.41-128.479-24.41%20c-46.442%2C0-89.269%2C8.136-128.478%2C24.41c-39.209%2C16.274-70.233%2C38.446-93.074%2C66.522C11.419%2C155.555%2C0%2C186.15%2C0%2C219.269%20c0%2C28.549%2C8.61%2C55.299%2C25.837%2C80.232c17.227%2C24.934%2C40.778%2C45.874%2C70.664%2C62.813c-2.096%2C7.611-4.57%2C14.842-7.426%2C21.7%20c-2.855%2C6.851-5.424%2C12.467-7.708%2C16.847c-2.286%2C4.374-5.376%2C9.23-9.281%2C14.555c-3.899%2C5.332-6.849%2C9.093-8.848%2C11.283%20c-1.997%2C2.19-5.28%2C5.801-9.851%2C10.848c-4.565%2C5.041-7.517%2C8.33-8.848%2C9.853c-0.193%2C0.097-0.953%2C0.948-2.285%2C2.574%20c-1.331%2C1.615-1.999%2C2.419-1.999%2C2.419l-1.713%2C2.57c-0.953%2C1.42-1.381%2C2.327-1.287%2C2.703c0.096%2C0.384-0.094%2C1.335-0.57%2C2.854%20c-0.477%2C1.526-0.428%2C2.669%2C0.142%2C3.429v0.287c0.762%2C3.234%2C2.283%2C5.853%2C4.567%2C7.851c2.284%2C1.992%2C4.858%2C2.991%2C7.71%2C2.991h1.429%20c12.375-1.526%2C23.223-3.613%2C32.548-6.279c49.87-12.751%2C93.649-35.782%2C131.334-69.094c14.274%2C1.523%2C28.074%2C2.283%2C41.396%2C2.283%20c46.442%2C0%2C89.271-8.135%2C128.479-24.414c39.208-16.276%2C70.233-38.444%2C93.072-66.517c22.843-28.072%2C34.263-58.67%2C34.263-91.789%20C511.626%2C186.154%2C500.207%2C155.555%2C477.364%2C127.481z%20M445.244%2C292.075c-19.896%2C22.456-46.733%2C40.303-80.517%2C53.529%20c-33.784%2C13.223-70.093%2C19.842-108.921%2C19.842c-11.609%2C0-23.98-0.76-37.113-2.286l-16.274-1.708l-12.277%2C10.852%20c-23.408%2C20.558-49.582%2C36.829-78.513%2C48.821c8.754-15.414%2C15.416-31.785%2C19.986-49.102l7.708-27.412l-24.838-14.27%20c-24.744-14.093-43.918-30.793-57.53-50.114c-13.61-19.315-20.412-39.638-20.412-60.954c0-26.077%2C9.945-50.343%2C29.834-72.803%20c19.895-22.458%2C46.729-40.303%2C80.515-53.531c33.786-13.229%2C70.089-19.849%2C108.92-19.849c38.828%2C0%2C75.13%2C6.617%2C108.914%2C19.845%20c33.783%2C13.229%2C60.62%2C31.073%2C80.517%2C53.531c19.89%2C22.46%2C29.834%2C46.727%2C29.834%2C72.802S465.133%2C269.615%2C445.244%2C292.075z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCopyLinkSvg{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%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.412%2021.177c0-.36-.126-.665-.377-.917l-2.804-2.804a1.235%201.235%200%200%200-.913-.378c-.377%200-.7.144-.97.43.026.028.11.11.255.25.144.14.24.236.29.29s.117.14.2.256c.087.117.146.232.177.344.03.112.046.236.046.37%200%20.36-.126.666-.377.918a1.25%201.25%200%200%201-.918.377%201.4%201.4%200%200%201-.373-.047%201.062%201.062%200%200%201-.345-.175%202.268%202.268%200%200%201-.256-.2%206.815%206.815%200%200%201-.29-.29c-.14-.142-.223-.23-.25-.254-.297.28-.445.607-.445.984%200%20.36.126.664.377.916l2.778%202.79c.243.243.548.364.917.364.36%200%20.665-.118.917-.35l1.982-1.97c.252-.25.378-.55.378-.9zm-9.477-9.504c0-.36-.126-.665-.377-.917l-2.777-2.79a1.235%201.235%200%200%200-.913-.378c-.35%200-.656.12-.917.364L7.967%209.92c-.254.252-.38.553-.38.903%200%20.36.126.665.38.917l2.802%202.804c.242.243.547.364.916.364.377%200%20.7-.14.97-.418-.026-.027-.11-.11-.255-.25s-.24-.235-.29-.29a2.675%202.675%200%200%201-.2-.255%201.052%201.052%200%200%201-.176-.344%201.396%201.396%200%200%201-.047-.37c0-.36.126-.662.377-.914.252-.252.557-.377.917-.377.136%200%20.26.015.37.046.114.03.23.09.346.175.117.085.202.153.256.2.054.05.15.148.29.29.14.146.222.23.25.258.294-.278.442-.606.442-.983zM27%2021.177c0%201.078-.382%201.99-1.146%202.736l-1.982%201.968c-.745.75-1.658%201.12-2.736%201.12-1.087%200-2.004-.38-2.75-1.143l-2.777-2.79c-.75-.747-1.12-1.66-1.12-2.737%200-1.106.392-2.046%201.183-2.818l-1.186-1.185c-.774.79-1.708%201.186-2.805%201.186-1.078%200-1.995-.376-2.75-1.13l-2.803-2.81C5.377%2012.82%205%2011.903%205%2010.826c0-1.08.382-1.993%201.146-2.738L8.128%206.12C8.873%205.372%209.785%205%2010.864%205c1.087%200%202.004.382%202.75%201.146l2.777%202.79c.75.747%201.12%201.66%201.12%202.737%200%201.105-.392%202.045-1.183%202.817l1.186%201.186c.774-.79%201.708-1.186%202.805-1.186%201.078%200%201.995.377%202.75%201.132l2.804%202.804c.754.755%201.13%201.672%201.13%202.75z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiaryRuSvg{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%23912D31%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiasporaSvg{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%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiigoSvg{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-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDoubanSvg{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%22M5.755%205.505h20.55v2.59H5.755v-2.59zm14.99%2018.47l1.93-4.29h2.21v-9.97h-18v9.98h2.04l1.93%204.29h-5.78v2.51h21.85v-2.51l-6.18-.01zm-10.74-6.95v-4.88h11.68v4.88h-11.68zm7.99%206.95h-4.37l-1.93-4.29h8.24l-1.94%204.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDraugiemSvg{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.55%2011.33c4.656.062%207.374%202.92%204.294%206.828-1.415%201.798-3.812%203.575-7.003%204.725-.15.056-.303.105-.46.16-.3.098-.595.188-.89.28a24.866%2024.866%200%200%201-4.05.814c-.464.043-.91.078-1.35.085-2.97.077-5.205-.74-5.93-2.474-.88-2.077.9-4.976%204.454-7.178-2.627%201.06-7.408%203.546-7.61%207.12v.454c.02.362.09.725.21%201.108.76%202.41%204.333%203.533%208.884%203.13.446-.036.892-.092%201.352-.16.66-.1%201.337-.23%202.027-.39a35.76%2035.76%200%200%200%202.02-.558c.154-.056.3-.098.454-.153.31-.094.608-.2.9-.31%203.945-1.436%206.87-3.34%208.58-5.526.975-1.253%201.476-2.424%201.574-3.448v-.787c-.28-2.61-3.317-4.135-7.45-3.717zm-3.024-1.29c.11%200%20.21-.014.307-.035.662-.167.983-.87%201.01-1.7.028-.885-.286-1.624-1.01-1.728-.063-.014-.125-.014-.195-.014-.578%200-.955.348-1.157.857-.094.265-.16.564-.163.885-.014.383.034.745.167%201.038.196.418.53.697%201.046.697zm-.014.292c-.293%200-.544.028-.76.084l.063.084.11.202.092.21.077.215.056.223.035.223.02.23.008.223v.237l-.014.23-.018.23-.028.23-.028.23-.043.23-.042.23-.04.223-.056.223-.042.212-.056.21-.057.2-.057.196-.042.19-.04.18-.02.11-.03.125-.028.132-.02.14-.03.152-.02.124v.03l-.028.166-.056.21-.02.172-.03.18-.02.182-.03.18-.02.19-.03.18-.02.188-.02.188-.02.19v.007c.04.537.082.997.103%201.26.02.3.085.517.18.663.14.215.378.292.706.32.28-.028.487-.084.647-.23.153-.14.237-.376.3-.753.118-.774.467-3.31.767-4.397.425-1.568%201.456-4.418-1.066-4.634-.122-.024-.226-.024-.338-.024zm-3.06-.8h.015c.976-.008%201.436-.9%201.436-1.994s-.46-1.993-1.436-2h-.014c-.99%200-1.45.9-1.45%202s.46%201.993%201.45%201.993zm-2.013%204.626c.09.383.18.732.254%201.052.307%201.254.606%204.16.718%205.038.105.885.418%201.073%201.052%201.136.62-.063.94-.25%201.045-1.136.105-.878.41-3.79.71-5.038.08-.314.175-.67.266-1.052.28-1.15.502-2.495%200-3.366-.32-.557-.94-.92-2.02-.92-1.088%200-1.708.37-2.03.92-.5.864-.27%202.216%200%203.366zm-1.35-4.153c.1.02.196.035.308.035.516%200%20.857-.28%201.045-.704.118-.293.174-.655.167-1.038a2.96%202.96%200%200%200-.167-.885c-.202-.51-.585-.857-1.157-.857-.07%200-.134%200-.197.014-.725.105-1.045.843-1.01%201.728.02.836.35%201.54%201.01%201.707zm-.3%209.373c.057.376.154.606.3.753.16.157.37.206.65.23.33-.024.557-.1.704-.32.09-.14.153-.36.18-.66.022-.264.064-.72.106-1.253v-.014l-.02-.187-.02-.188-.03-.188-.02-.18-.02-.19-.03-.18-.02-.18-.03-.183-.025-.174-.02-.166-.03-.167v-.02l-.02-.133-.028-.153-.028-.14-.024-.13-.028-.125-.03-.11-.034-.184-.056-.188-.04-.196-.058-.203-.056-.21-.056-.215-.04-.223-.057-.225-.04-.23-.033-.23-.028-.23-.03-.23-.02-.23-.008-.237v-.23l.007-.223.02-.23.034-.223.056-.222.07-.216.1-.21.11-.2.065-.085a3.128%203.128%200%200%200-.76-.083c-.11%200-.216%200-.32.014-2.524.216-1.492%203.066-1.067%204.634.262%201.054.603%203.59.728%204.364z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
2
- .theChampEvernoteSvg{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%232A2A2A%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookMessengerSvg{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%22M16%205C9.986%205%205.11%209.56%205.11%2015.182c0%203.2%201.58%206.054%204.046%207.92V27l3.716-2.06c.99.276%202.04.425%203.128.425%206.014%200%2010.89-4.56%2010.89-10.183S22.013%205%2016%205zm1.147%2013.655L14.33%2015.73l-5.423%203%205.946-6.31%202.816%202.925%205.42-3-5.946%206.31z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFarkSvg{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%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFintelSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20version%3D%221.1%22%20style%3D%22shape-rendering%3AgeometricPrecision%3B%20text-rendering%3AgeometricPrecision%3B%20image-rendering%3AoptimizeQuality%3B%20fill-rule%3Aevenodd%3B%20clip-rule%3Aevenodd%22%0AviewBox%3D%22-110%20-120%20428%20494%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B.fil0%20%7Bfill%3A%23fff%7D.fil1%20%7Bfill%3A%23fff%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_x0020_1%22%3E%3Cmetadata%20id%3D%22CorelCorpID_0Corel-Layer%22%2F%3E%3Cpolygon%20class%3D%22fil0%22%20points%3D%22108%2C274%2048%2C274%2048%2C152%200%2C152%200%2C95%2048%2C95%2048%2C0%20208%2C0%20208%2C56%20108%2C56%20108%2C95%20180%2C95%20180%2C151%20108%2C151%20%22%2F%3E%3Cpolygon%20class%3D%22fil1%22%20points%3D%2299%2C272%20103%2C272%20103%2C147%20175%2C147%20175%2C100%20103%2C100%20103%2C52%20203%2C52%20203%2C7%20199%2C7%20199%2C48%2098%2C48%2098%2C104%20171%2C104%20171%2C142%2099%2C142%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlipboardSvg{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%23F5CCCC%22%20d%3D%22M19%2019H7V7h12v12z%22%2F%3E%3Cpath%20fill%3D%22%23FAE5E5%22%20d%3D%22M25%2013H7V7h18v6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13%2025H7V7h6v18z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFolkdSvg{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%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleClassroomSvg{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%202%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M22.667%2016.667a1.667%201.667%200%201%200%200-3.334%201.667%201.667%200%200%200%200%203.334zM22.333%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117zm-13-1.333a1.668%201.668%200%201%200-.002-3.336%201.668%201.668%200%200%200%20.002%203.336zM9.667%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117z%22%2F%3E%3Cpath%20d%3D%22M15.335%2015.333A2.332%202.332%200%201%200%2013%2013a2.333%202.333%200%200%200%202.335%202.333zm.332%201.334c-2.572%200-5.333%201.392-5.333%203.11v1.557H21v-1.556c0-1.72-2.762-3.11-5.333-3.11zm3%2010.666h8v2h-8v-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleGmailSvg{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%22M2.902%206.223h26.195v19.554H2.902z%22%2F%3E%3Cpath%20fill%3D%22%23E14C41%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHackerNewsSvg{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%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHatenaSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstapaperSvg{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%23111%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampJamespotSvg{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%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKakaoSvg{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') no-repeat center center}.theChampKikSvg{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-6%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M23.436%2020.74a2.511%202.511%200%200%200%20.109-5.019h-.11a2.516%202.516%200%200%200-2.507%202.515%202.509%202.509%200%200%200%202.508%202.508zm-7.946-3.09l2.89-2.89c.93-.93.93-2.434%200-3.363a2.374%202.374%200%200%200-3.362%200l-4.262%204.263V7.267A2.378%202.378%200%200%200%206%207.263V24.7a2.378%202.378%200%200%200%204.756.002v-2.316l1.335-1.335%203.76%205.07a2.378%202.378%200%200%200%203.866-2.771c-.016-.02-.03-.04-.047-.06l-4.177-5.638v-.002z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKindleItSvg{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%23FFA036%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKnownSvg{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%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLineSvg{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') no-repeat center center}.theChampLiveJournalSvg{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%23203468%22%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%2F%3E%3Cpath%20fill%3D%22%23FFC805%22%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%2F%3E%3Cpath%20fill%3D%22%239291AD%22%20d%3D%22M13.285%2010.666c-1.22.873-2.197%201.915-2.84%202.987l-1.898-2.735c.557-1.043%201.654-2.108%202.875-2.944l1.863%202.692z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.215%2010.283c1.35-3.24%204.182-4.8%207.568-5.527l.55-.026.38.397.314.322%201.14%201.817-1.835.243h-.012c-.242.038-.512.108-.8.212h-.003c-.3.1-.613.238-.957.406-1.69.837-3.4%202.216-3.898%203.306l-.928%201.746-1.252-1.66-.166-.285-.25-.453.15-.5z%22%2F%3E%3Cpath%20fill%3D%22%23F5A8AA%22%20d%3D%22M8.33%2010.597c.95-2.725%203.1-4.214%206.504-4.615l.314.322c-2.3.35-5.756%202.777-6.598%204.62l-.22-.327z%22%2F%3E%3Cpath%20fill%3D%22%23485E85%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M16.41%2021.274c.053-.062.113-.133.176-.197.635-.712%201.287-1.447%201.43-2.695l-4.875-7.02c-.436.35-.832.706-1.176%201.062-.363.382-.674.775-.924%201.168l5.37%207.682zm.93.483c-.203.222-.398.445-.572.665l-.416.54-.402-.566-5.94-8.49-.183-.265.166-.282c.318-.558.73-1.097%201.236-1.63.494-.526%201.076-1.027%201.726-1.5l.424-.305.296.425%205.27%207.6.103.15-.014.17c-.113%201.718-.92%202.615-1.697%203.49z%22%2F%3E%3Cpath%20fill%3D%22%236A9AC2%22%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M22.125%2017.31c-.09.026-.168.062-.248.093-.89.35-1.81.71-3.027.396l-4.87-7.02c.48-.29.95-.53%201.405-.73.486-.208.96-.36%201.42-.464l5.32%207.724zm.12%201.037c.28-.11.563-.22.823-.294l.658-.21-.39-.568-5.888-8.532-.18-.267-.32.052c-.635.105-1.287.3-1.967.59-.66.286-1.67.887-2.342%201.33l5.893%208.313c1.647.49%202.627.014%203.717-.412z%22%2F%3E%3Cpath%20fill%3D%22%23A1BBD6%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMailRuSvg{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%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMendeleySvg{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.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeneameSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixiSvg{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%23D1AD5A%22%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMySpaceSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampNetvouzSvg{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%236C3%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%2F%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%2F%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}.theChampOutlookcomSvg{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%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%2F%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPapalySvg{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.5%20-3.5%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.744%208.217c1.112%200%202.296.519%203.106%201.329l.185.185c1.361%201.361%201.402%204.432.042%205.792l-3.103%202.787L16%2022.777l-4.974-4.467-3.103-2.787c-1.361-1.361-1.319-4.432.042-5.792l.185-.185c.81-.81%201.994-1.329%203.106-1.329.756%200%201.48.24%202.03.79L16%2012.291l2.714-3.284c.55-.55%201.274-.79%202.03-.79m0-2.921c-1.58%200-3.035.585-4.096%201.646l-.098.098-.088.107-.462.558-.462-.559-.088-.106-.098-.098c-1.061-1.061-2.516-1.646-4.096-1.646-1.871%200-3.804.816-5.172%202.184l-.185.185c-2.515%202.515-2.535%207.43-.042%209.924l.055.055.058.052%203.103%202.787%204.974%204.467L16%2026.704l1.952-1.753%204.974-4.467%203.103-2.787.058-.052.055-.055c2.494-2.494%202.473-7.409-.042-9.924l-.184-.186c-1.368-1.368-3.301-2.184-5.172-2.184z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPinboardSvg{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%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPlurkSvg{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.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPocketSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-1%2032%2032%22%3E%3Cpath%20fill%3D%22%23EE4056%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintFriendlySvg{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%23A9A9A9%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%2F%3E%3Cpath%20fill%3D%22%23DCDCDC%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%2F%3E%3Cpath%20d%3D%22M9.19%208.118h13.467v6.106H9.19z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampProtopageBookmarksSvg{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%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPushaSvg{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%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampQzoneSvg{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%23FFC820%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRediffMyPageSvg{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%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRefindSvg{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%2021.256c-2.891%200-5.256-2.365-5.256-5.255%200-2.891%202.365-5.255%205.255-5.255%202.891%200%205.255%202.365%205.255%205.255.002%202.89-2.363%205.255-5.254%205.255z%22%2F%3E%3Cpath%20d%3D%22M20.664%2023.676A8.91%208.91%200%200%201%2016%2025c-4.95%200-9-4.05-9-9s4.05-9%209-9%209%204.05%209%209a8.912%208.912%200%200%201-1.302%204.628l2.293%201.991A11.908%2011.908%200%200%200%2028%2016c0-6.6-5.4-12-12-12S4%209.4%204%2016s5.4%2012%2012%2012c2.456%200%204.745-.75%206.652-2.029l-1.988-2.295z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRenrenSvg{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%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSinaWeiboSvg{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%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%2F%3E%3Cpath%20fill%3D%22%23E6162D%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%2F%3E%3Cpath%20fill%3D%22%23F93%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%2F%3E%3Cpath%20d%3D%22M14.16%2019.87c-.15.26-.484.383-.746.275-.256-.104-.335-.393-.19-.646.15-.253.47-.376.725-.274.26.094.35.386.21.644m-1.373%201.762c-.417.665-1.308.956-1.98.65-.66-.303-.855-1.073-.44-1.722.413-.644%201.274-.932%201.94-.652.673.287.888%201.054.48%201.724m1.564-4.7c-2.046-.533-4.363.488-5.253%202.293-.904%201.84-.028%203.884%202.04%204.552%202.144.69%204.67-.368%205.55-2.354.865-1.944-.216-3.944-2.336-4.49%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSiteJotSvg{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%23CA0805%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSkypeSvg{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%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.15%2018c-.007.04-.012.084-.02.126l-.04-.24.06.113c.124-.678.19-1.37.19-2.06%200-1.53-.3-3.013-.892-4.41a11.273%2011.273%200%200%200-2.43-3.602%2011.288%2011.288%200%200%200-8.012-3.32c-.72%200-1.443.068-2.146.203h-.005c.04.023.08.04.118.063l-.238-.037c.04-.01.08-.018.12-.026a6.717%206.717%200%200%200-3.146-.787%206.67%206.67%200%200%200-4.748%201.965A6.7%206.7%200%200%200%204%2010.738c0%201.14.293%202.262.844%203.253.007-.04.012-.08.02-.12l.04.238-.06-.114c-.112.643-.17%201.3-.17%201.954a11.285%2011.285%200%200%200%203.32%208.012c1.04%201.04%202.25%201.86%203.602%202.43%201.397.592%202.882.89%204.412.89.666%200%201.334-.06%201.985-.175-.038-.02-.077-.04-.116-.063l.242.04c-.046.01-.088.015-.13.02a6.68%206.68%200%200%200%203.3.87%206.661%206.661%200%200%200%204.743-1.963A6.666%206.666%200%200%200%2028%2021.26c0-1.145-.295-2.27-.85-3.264zm-11.098%204.885c-4.027%200-5.828-1.98-5.828-3.463%200-.76.562-1.294%201.336-1.294%201.723%200%201.277%202.474%204.49%202.474%201.647%200%202.556-.893%202.556-1.808%200-.55-.27-1.16-1.355-1.426l-3.58-.895c-2.88-.723-3.405-2.282-3.405-3.748%200-3.043%202.865-4.186%205.556-4.186%202.478%200%205.4%201.37%205.4%203.192%200%20.783-.677%201.237-1.45%201.237-1.472%200-1.2-2.035-4.163-2.035-1.47%200-2.285.666-2.285%201.618%200%20.95%201.16%201.254%202.17%201.484l2.65.587c2.905.647%203.64%202.342%203.64%203.94%200%202.47-1.895%204.318-5.726%204.318z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSMSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-140%20-170%20770%20770%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cg%3E%3Cpath%20d%3D%22M87.412%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997c0-4.888-2.93-7.22-14.037-10.927%20c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.806-31.198c11.122%200%2021.078%202.526%2026.923%205.456%20l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803c0%204.485%203.707%206.832%2015.412%2010.927%20c18.133%206.234%2025.741%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809c-12.482%200-23.604-2.721-30.809-6.622%20L87.412%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M172.23%20166.856c0-11.884-0.389-22.034-0.777-30.42h24.964l1.36%2012.871h0.583c4.096-6.039%2012.482-15.008%2028.866-15.008%20c12.288%200%2022.034%206.233%2026.13%2016.174h0.389c3.513-4.873%207.803-8.775%2012.288-11.495c5.277-3.124%2011.122-4.679%2018.148-4.679%20c18.327%200%2032.184%2012.871%2032.184%2041.333v56.177h-28.866v-51.872c0-13.857-4.5-21.855-14.052-21.855%20c-6.817%200-11.705%204.679-13.648%2010.344c-0.777%202.138-1.166%205.262-1.166%207.609v55.773h-28.866v-53.441%20c0-12.093-4.29-20.285-13.663-20.285c-7.594%200-12.093%205.86-13.842%2010.733c-0.972%202.332-1.166%205.068-1.166%207.415v55.579H172.23%20V166.856z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M339.729%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997%20c0-4.888-2.93-7.22-14.037-10.927c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.807-31.198%20c11.122%200%2021.063%202.526%2026.922%205.456l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803%20c0%204.485%203.707%206.832%2015.412%2010.927c18.133%206.234%2025.742%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809%20c-12.482%200-23.604-2.721-30.809-6.622L339.729%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M383.947%20490L230.694%20364.252H50.713c-27.924%200-50.631-23.111-50.631-51.528V51.528C0.082%2023.111%2022.789%200%2050.713%200%20h388.574c27.924%200%2050.631%2023.111%2050.631%2051.528v261.197c0%2028.417-22.707%2051.528-50.631%2051.528h-55.34V490z%20M50.713%2030.615%20c-11.032%200-20.016%209.388-20.016%2020.913v261.197c0%2011.525%208.984%2020.913%2020.016%2020.913h190.923l111.696%2091.635v-91.635h85.954%20c11.032%200%2020.016-9.388%2020.016-20.913V51.528c0-11.525-8.984-20.913-20.016-20.913H50.713z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSlashdotSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSvejoSvg{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%235BD428%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%2F%3E%3Cpath%20fill%3D%22%2337AD29%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%2F%3E%3Cpath%20fill%3D%22%23FDAA09%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%2F%3E%3Cpath%20fill%3D%22%23FEE70A%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSymbalooFeedsSvg{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%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23FFF%22%2F%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}.theChampThreemaSvg{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%3Cpath%20d%3D%22M11.4%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M24.067%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M17.733%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M16.082%208.716h-.262c-.886%200-1.507.682-1.507%201.568v2.015h3.372v-2.015c.001-.886-.718-1.568-1.603-1.568z%22%2F%3E%3Cpath%20d%3D%22M16%204.325c-6.075%200-11%203.752-11%208.381%200%201.924.851%203.697%202.283%205.111.49.484.607%201.231.283%201.839l-1.479%202.776%204.39-1.384a6.183%206.183%200%200%201%201.863-.284c.383%200%20.766.034%201.145.102.807.144%201.649.22%202.514.22%206.075%200%2011-3.752%2011-8.381S22.075%204.325%2016%204.325zm3.793%2012.432c0%20.368-.409.6-.777.6H12.85c-.368%200-.643-.231-.643-.6v-3.733c0-.368.275-.725.643-.725h.2v-2.015c0-1.585%201.187-2.832%202.771-2.832h.262c1.583%200%202.868%201.247%202.868%202.832v2.015h.066c.368%200%20.777.357.777.725v3.733z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTrelloSvg{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%22M26.5%204h-21A1.5%201.5%200%200%200%204%205.5v21A1.5%201.5%200%200%200%205.5%2028h21a1.5%201.5%200%200%200%201.5-1.5v-21A1.5%201.5%200%200%200%2026.5%204zM14.44%2022.12c0%20.825-.675%201.5-1.5%201.5H8.62c-.825%200-1.5-.675-1.5-1.5V8.62c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v13.5zm10.44-6c0%20.825-.675%201.5-1.5%201.5h-4.32c-.825%200-1.5-.675-1.5-1.5v-7.5c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v7.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTuentiSvg{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%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTwiddlaSvg{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%232A2A2A%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViadeoSvg{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%3Cg%20fill%3D%22%23F79A30%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViberSvg{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%20d%3D%22M22.57%2027.22a7.39%207.39%200%200%201-1.14-.32%2029%2029%200%200%201-16-16.12c-1-2.55%200-4.7%202.66-5.58a2%202%200%200%201%201.39%200c1.12.41%203.94%204.3%204%205.46a2%202%200%200%201-1.16%201.78%202%202%200%200%200-.66%202.84A10.3%2010.3%200%200%200%2017%2020.55%201.67%201.67%200%200%200%2019.35%2020c1.07-1.62%202.38-1.54%203.82-.54.72.51%201.45%201%202.14%201.55.93.75%202.1%201.37%201.55%202.94A5.21%205.21%200%200%201%2022.57%2027.22Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.06%204.79A10.42%2010.42%200%200%201%2026.79%2015c0%20.51.18%201.27-.58%201.25s-.54-.78-.6-1.29c-.7-5.52-3.23-8.13-8.71-9-.45-.07-1.15%200-1.11-.57C15.84%204.52%2016.66%204.85%2017.06%204.79Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24.09%2014.06c-.05.38.17%201-.45%201.13-.83.13-.67-.64-.75-1.13-.56-3.36-1.74-4.59-5.12-5.35-.5-.11-1.27%200-1.15-.8s.82-.48%201.35-.42A6.9%206.9%200%200%201%2024.09%2014.06Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.52%2013.45c0%20.43%200%20.87-.53.93s-.6-.26-.64-.64a2.47%202.47%200%200%200-2.26-2.43c-.42-.07-.82-.2-.63-.76.13-.38.47-.41.83-.42A3.66%203.66%200%200%201%2021.52%2013.45Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTypePadPostSvg{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%23D2DE61%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWebnewsSvg{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%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWordPressSvg{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}.theChampWykopSvg{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.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%2F%3E%3Cpath%20fill%3D%22%23F58237%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYahooMailSvg{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') no-repeat center center}.theChampYoolinkSvg{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%232E6EB5%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%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}.theChampStockTwitsSvg{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%3Cpath%20d%3D%22M11.328%2014.309l-1.793-.736c-1.303-.536-1.955-1.244-1.955-2.123%200-.637.249-1.166.746-1.587.498-.427%201.123-.642%201.878-.642.614%200%201.115.125%201.504.373.373.218.766.684%201.178%201.399l2.204-1.306c-1.166-2.024-2.788-3.037-4.863-3.037-1.539%200-2.828.459-3.866%201.376-1.039.909-1.559%202.039-1.559%203.391%200%202.005%201.232%203.528%203.698%204.569l1.738.722c.451.194.84.399%201.167.612.326.214.593.443.799.687.206.245.358.513.455.805.097.291.146.612.146.961%200%20.871-.28%201.59-.84%202.156-.56.568-1.263.851-2.111.851-1.073%200-1.889-.389-2.449-1.166-.311-.405-.529-1.135-.653-2.193L4%2020.028c.249%201.679.875%202.986%201.878%203.92%201.018.936%202.309%201.403%203.872%201.403%201.648%200%203.028-.544%204.139-1.634%201.102-1.082%201.653-2.451%201.653-4.109%200-1.237-.338-2.281-1.012-3.134-.676-.852-1.743-1.573-3.202-2.165zM28%207.023H17.037v2.571h4.14v15.425h2.695V9.594H28z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGentleReaderSvg{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-80%20-80.014%201200.014%201200%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M819.664%2C291.684C572.661-7.32%2C155.656%2C203.683%2C169.656%2C527.687%20c38%2C489.007%2C727.009%2C448.006%2C683.009-28H562.661v98h177.002c-54.721%2C270.685-443.659%2C218.617-464.179-77.827%20c-0.48-6.934%2C1.493-36.96%2C3.053-44.641c44.28-217.95%2C300.377-317.791%2C467.126-110.535L819.664%2C291.684z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-7%20-8%2045%2045%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M27.87%204.125c-5.224%200-9.467%204.159-9.467%209.291v2.89c0-1.306%201.074-2.362%202.399-2.362s2.399%201.056%202.399%202.362v1.204c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V4.134c-.036-.009-.082-.009-.129-.009%22%2F%3E%3Cpath%20d%3D%22M4%204.125v12.94c2.566%200%204.668-1.973%204.807-4.465v-2.214c0-.065%200-.12.009-.176.093-1.213%201.13-2.177%202.39-2.177%201.325%200%202.399%201.056%202.399%202.362v9.226c0%201.306%201.074%202.353%202.399%202.353s2.399-1.056%202.399-2.353v-6.206c0-5.132%204.233-9.291%209.467-9.291H4z%22%2F%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M4%2017.074v8.438c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V12.61C8.659%2015.102%206.566%2017.074%204%2017.074%22%2F%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}.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}.theChampGabSvg{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%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-14.5%205.5%2046%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.8%2C7.6h-2.4v0.7V9l-0.4-0.3C10.2%2C7.8%2C9%2C7.2%2C7.7%2C7.2c-0.2%2C0-0.4%2C0-0.4%2C0c-0.1%2C0-0.3%2C0-0.5%2C0%0Ac-5.6%2C0.3-8.7%2C7.2-5.4%2C12.1c2.3%2C3.4%2C7.1%2C4.1%2C9.7%2C1.5l0.3-0.3l0%2C0.7c0%2C1-0.1%2C1.5-0.4%2C2.2c-1%2C2.4-4.1%2C3-6.8%2C1.3%0Ac-0.2-0.1-0.4-0.2-0.4-0.2c-0.1%2C0.1-1.9%2C3.5-1.9%2C3.6c0%2C0.1%2C0.5%2C0.4%2C0.8%2C0.6c2.2%2C1.4%2C5.6%2C1.7%2C8.3%2C0.8c2.7-0.9%2C4.5-3.2%2C5-6.4%0Ac0.2-1.1%2C0.2-0.8%2C0.2-8.4l0-7.1H13.8z%20M9.7%2C17.6c-2.2%2C1.2-4.9-0.4-4.9-2.9C4.8%2C12.6%2C7%2C11%2C9%2C11.6C11.8%2C12.4%2C12.3%2C16.1%2C9.7%2C17.6z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGettrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2032C24.8366%2032%2032%2024.8366%2032%2016C32%207.16344%2024.8366%200%2016%200C7.16344%200%200%207.16344%200%2016C0%2024.8366%207.16344%2032%2016%2032Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M24.528%207.9125C24.1467%208.22187%2023.7874%208.3875%2023.2655%208.39688C23.7249%207.94688%2024.1405%207.43125%2024.478%206.875C24.8155%206.31875%2025.0717%205.71875%2025.2624%205.09375C23.6436%206.32187%2021.1561%206.64062%2018.9186%207.55312C16.753%208.42812%2014.8186%209.85312%2014.5655%2011.7312C14.3874%2013.0781%2015.0686%2014.6531%2016.0249%2016.0063C16.1311%2015.6469%2016.303%2015.2781%2016.553%2015.0125C17.0467%2014.4906%2017.853%2014.3594%2018.628%2014.2344C19.7999%2014.0469%2020.8936%2013.875%2021.8561%2013.3156C22.5342%2012.9219%2023.1436%2012.3313%2023.528%2011.6281C23.7467%2011.2344%2023.8936%2010.8031%2023.9811%2010.3656C23.7311%2010.6%2023.3405%2010.7531%2023.0155%2010.6844C23.8186%209.9%2024.3374%209.00625%2024.528%207.9125Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M16.0221%2017.6094H8.7002V18.2969C8.7002%2018.2969%2012.1314%2018.4781%2012.6877%2021.0938H16.0189H19.3502C19.9064%2018.4781%2023.3377%2018.2969%2023.3377%2018.2969V17.6094H16.0221Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M19.2221%2021.6846C19.0033%2021.6439%2018.8002%2021.7658%2018.7627%2021.9596L18.3689%2024.4533C18.3658%2024.4721%2018.3627%2024.4908%2018.3627%2024.5096H17.6346L17.9564%2022.0721C17.9752%2021.8752%2017.8127%2021.7033%2017.5971%2021.6814C17.3783%2021.6596%2017.1846%2021.8033%2017.1689%2021.9971L17.0189%2024.5064C17.0189%2024.5096%2017.0189%2024.5096%2017.0189%2024.5127H16.3314L16.4221%2022.0377C16.4221%2021.8533%2016.2627%2021.7002%2016.0658%2021.6846C16.0533%2021.6846%2016.0408%2021.6814%2016.0252%2021.6814C16.0127%2021.6814%2015.9971%2021.6814%2015.9846%2021.6846C15.8377%2021.6971%2015.7127%2021.7814%2015.6596%2021.9033C15.6377%2021.9471%2015.6283%2021.9939%2015.6283%2022.0439L15.7189%2024.5189H15.0314C15.0314%2024.5158%2015.0314%2024.5158%2015.0314%2024.5127L14.8752%2022.0002C14.8564%2021.8033%2014.6658%2021.6627%2014.4471%2021.6846C14.2283%2021.7064%2014.0658%2021.8814%2014.0877%2022.0752L14.4096%2024.5127H13.6814C13.6783%2024.4939%2013.6752%2024.4752%2013.6752%2024.4564L13.2814%2021.9627C13.2439%2021.7689%2013.0377%2021.6471%2012.8221%2021.6877C12.6033%2021.7283%2012.4627%2021.9221%2012.5002%2022.1158L13.0564%2024.5158H13.3846C13.4814%2025.0502%2013.5439%2025.4252%2013.5783%2025.6283H14.1283C14.2314%2026.6533%2015.2189%2036.1221%2015.2189%2036.1221C15.2189%2036.1221%2015.2846%2036.9252%2016.0221%2036.9252C16.7564%2036.9252%2016.8252%2036.1221%2016.8252%2036.1221C16.9908%2034.7971%2017.8064%2026.5814%2017.9158%2025.6283H18.4689C18.5033%2025.4252%2018.5658%2025.0502%2018.6627%2024.5158H18.9908L19.5471%2022.1158C19.5814%2021.9189%2019.4377%2021.7252%2019.2221%2021.6846Z%22%20fill%3D%22white%22%2F%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}
1
+ .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}.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}.theChampMoreSvg{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%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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;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-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRedditSvg{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.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}.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}.theChampTwitterSvg{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%2039%2039%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') no-repeat center center}.theChampVkontakteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20viewBox%3D%220%2013%2046%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.54%2034.58c-10.94%200-17.18-7.5-17.44-19.98h5.48c.18%209.16%204.22%2013.04%207.42%2013.84V14.6h5.16v7.9c3.16-.34%206.48-3.94%207.6-7.9h5.16c-.86%204.88-4.46%208.48-7.02%209.96%202.56%201.2%206.66%204.34%208.22%2010.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampXingSvg{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-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappSvg{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%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAIMSvg{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%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAmazonWishListSvg{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%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%2F%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAOLMailSvg{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%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAppnetSvg{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%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBalatarinSvg{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%23B90E10%22%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2022h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22%23079948%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%2F%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBibSonomySvg{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-7%20-7%2046%2046%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.058%2025.892c-.25%200-.484.065-.694.17l-5.907-8.2a1.548%201.548%200%200%200%20.344-1.68l4.28-2.573c.288.333.71.552%201.187.552.862%200%201.56-.7%201.56-1.56%200-.776-.567-1.415-1.31-1.535V6.11a1.556%201.556%200%200%200-.25-3.095c-.862%200-1.56.7-1.56%201.56%200%20.196.04.383.106.556l-4.256%202.477a1.548%201.548%200%200%200-1.2-.574c-.862%200-1.56.7-1.56%201.56%200%20.778.567%201.417%201.31%201.537v5.1c-.218.035-.42.112-.598.23L9.93%208.204c.213-.268.345-.6.345-.97a1.56%201.56%200%201%200-.712%201.309l6.575%207.25c-.213.267-.345.6-.345.968%200%20.23.054.45.144.647L8.08%2022.66a1.547%201.547%200%200%200-1.138-.5%201.56%201.56%200%201%200%201.56%201.56c0-.23-.053-.45-.144-.646l7.857-5.25c.07.076.147.144.23.204l-1.95%203.927a1.536%201.536%200%200%200-.457-.076c-.862%200-1.56.695-1.56%201.56a1.56%201.56%200%201%200%202.468-1.27l1.95-3.926c.146.045.297.076.458.076.25%200%20.484-.064.694-.17l5.907%208.2a1.56%201.56%200%201%200%201.103-.459zM18.914%208.59c0-.197-.04-.383-.106-.556l4.257-2.473c.236.29.567.49.95.55v4.96a1.558%201.558%200%200%200-1.197%202.115l-4.278%202.573a1.542%201.542%200%200%200-.935-.53v-5.102a1.555%201.555%200%200%200%201.31-1.534z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBittyBrowserSvg{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%23999%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlinklistSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%2F%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%2F%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBloggerPostSvg{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%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%2F%3E%3Cpath%20fill%3D%22%23F8A154%22%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlogMarksSvg{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%23A3DE38%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBoxnetSvg{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%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBookmarksfrSvg{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%23CC3467%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBuddyMarksSvg{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%3Cg%20fill%3D%22%238B0102%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23BA3628%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCare2NewsSvg{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.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCommentSvg{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-150%20-150%20791%20791%22%3E%3Cg%3E%3Cpath%20d%3D%22M477.364%2C127.481c-22.839-28.072-53.864-50.248-93.072-66.522c-39.208-16.274-82.036-24.41-128.479-24.41%20c-46.442%2C0-89.269%2C8.136-128.478%2C24.41c-39.209%2C16.274-70.233%2C38.446-93.074%2C66.522C11.419%2C155.555%2C0%2C186.15%2C0%2C219.269%20c0%2C28.549%2C8.61%2C55.299%2C25.837%2C80.232c17.227%2C24.934%2C40.778%2C45.874%2C70.664%2C62.813c-2.096%2C7.611-4.57%2C14.842-7.426%2C21.7%20c-2.855%2C6.851-5.424%2C12.467-7.708%2C16.847c-2.286%2C4.374-5.376%2C9.23-9.281%2C14.555c-3.899%2C5.332-6.849%2C9.093-8.848%2C11.283%20c-1.997%2C2.19-5.28%2C5.801-9.851%2C10.848c-4.565%2C5.041-7.517%2C8.33-8.848%2C9.853c-0.193%2C0.097-0.953%2C0.948-2.285%2C2.574%20c-1.331%2C1.615-1.999%2C2.419-1.999%2C2.419l-1.713%2C2.57c-0.953%2C1.42-1.381%2C2.327-1.287%2C2.703c0.096%2C0.384-0.094%2C1.335-0.57%2C2.854%20c-0.477%2C1.526-0.428%2C2.669%2C0.142%2C3.429v0.287c0.762%2C3.234%2C2.283%2C5.853%2C4.567%2C7.851c2.284%2C1.992%2C4.858%2C2.991%2C7.71%2C2.991h1.429%20c12.375-1.526%2C23.223-3.613%2C32.548-6.279c49.87-12.751%2C93.649-35.782%2C131.334-69.094c14.274%2C1.523%2C28.074%2C2.283%2C41.396%2C2.283%20c46.442%2C0%2C89.271-8.135%2C128.479-24.414c39.208-16.276%2C70.233-38.444%2C93.072-66.517c22.843-28.072%2C34.263-58.67%2C34.263-91.789%20C511.626%2C186.154%2C500.207%2C155.555%2C477.364%2C127.481z%20M445.244%2C292.075c-19.896%2C22.456-46.733%2C40.303-80.517%2C53.529%20c-33.784%2C13.223-70.093%2C19.842-108.921%2C19.842c-11.609%2C0-23.98-0.76-37.113-2.286l-16.274-1.708l-12.277%2C10.852%20c-23.408%2C20.558-49.582%2C36.829-78.513%2C48.821c8.754-15.414%2C15.416-31.785%2C19.986-49.102l7.708-27.412l-24.838-14.27%20c-24.744-14.093-43.918-30.793-57.53-50.114c-13.61-19.315-20.412-39.638-20.412-60.954c0-26.077%2C9.945-50.343%2C29.834-72.803%20c19.895-22.458%2C46.729-40.303%2C80.515-53.531c33.786-13.229%2C70.089-19.849%2C108.92-19.849c38.828%2C0%2C75.13%2C6.617%2C108.914%2C19.845%20c33.783%2C13.229%2C60.62%2C31.073%2C80.517%2C53.531c19.89%2C22.46%2C29.834%2C46.727%2C29.834%2C72.802S465.133%2C269.615%2C445.244%2C292.075z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCopyLinkSvg{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%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.412%2021.177c0-.36-.126-.665-.377-.917l-2.804-2.804a1.235%201.235%200%200%200-.913-.378c-.377%200-.7.144-.97.43.026.028.11.11.255.25.144.14.24.236.29.29s.117.14.2.256c.087.117.146.232.177.344.03.112.046.236.046.37%200%20.36-.126.666-.377.918a1.25%201.25%200%200%201-.918.377%201.4%201.4%200%200%201-.373-.047%201.062%201.062%200%200%201-.345-.175%202.268%202.268%200%200%201-.256-.2%206.815%206.815%200%200%201-.29-.29c-.14-.142-.223-.23-.25-.254-.297.28-.445.607-.445.984%200%20.36.126.664.377.916l2.778%202.79c.243.243.548.364.917.364.36%200%20.665-.118.917-.35l1.982-1.97c.252-.25.378-.55.378-.9zm-9.477-9.504c0-.36-.126-.665-.377-.917l-2.777-2.79a1.235%201.235%200%200%200-.913-.378c-.35%200-.656.12-.917.364L7.967%209.92c-.254.252-.38.553-.38.903%200%20.36.126.665.38.917l2.802%202.804c.242.243.547.364.916.364.377%200%20.7-.14.97-.418-.026-.027-.11-.11-.255-.25s-.24-.235-.29-.29a2.675%202.675%200%200%201-.2-.255%201.052%201.052%200%200%201-.176-.344%201.396%201.396%200%200%201-.047-.37c0-.36.126-.662.377-.914.252-.252.557-.377.917-.377.136%200%20.26.015.37.046.114.03.23.09.346.175.117.085.202.153.256.2.054.05.15.148.29.29.14.146.222.23.25.258.294-.278.442-.606.442-.983zM27%2021.177c0%201.078-.382%201.99-1.146%202.736l-1.982%201.968c-.745.75-1.658%201.12-2.736%201.12-1.087%200-2.004-.38-2.75-1.143l-2.777-2.79c-.75-.747-1.12-1.66-1.12-2.737%200-1.106.392-2.046%201.183-2.818l-1.186-1.185c-.774.79-1.708%201.186-2.805%201.186-1.078%200-1.995-.376-2.75-1.13l-2.803-2.81C5.377%2012.82%205%2011.903%205%2010.826c0-1.08.382-1.993%201.146-2.738L8.128%206.12C8.873%205.372%209.785%205%2010.864%205c1.087%200%202.004.382%202.75%201.146l2.777%202.79c.75.747%201.12%201.66%201.12%202.737%200%201.105-.392%202.045-1.183%202.817l1.186%201.186c.774-.79%201.708-1.186%202.805-1.186%201.078%200%201.995.377%202.75%201.132l2.804%202.804c.754.755%201.13%201.672%201.13%202.75z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiaryRuSvg{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%23912D31%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiasporaSvg{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%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiigoSvg{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-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDoubanSvg{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%22M5.755%205.505h20.55v2.59H5.755v-2.59zm14.99%2018.47l1.93-4.29h2.21v-9.97h-18v9.98h2.04l1.93%204.29h-5.78v2.51h21.85v-2.51l-6.18-.01zm-10.74-6.95v-4.88h11.68v4.88h-11.68zm7.99%206.95h-4.37l-1.93-4.29h8.24l-1.94%204.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDraugiemSvg{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.55%2011.33c4.656.062%207.374%202.92%204.294%206.828-1.415%201.798-3.812%203.575-7.003%204.725-.15.056-.303.105-.46.16-.3.098-.595.188-.89.28a24.866%2024.866%200%200%201-4.05.814c-.464.043-.91.078-1.35.085-2.97.077-5.205-.74-5.93-2.474-.88-2.077.9-4.976%204.454-7.178-2.627%201.06-7.408%203.546-7.61%207.12v.454c.02.362.09.725.21%201.108.76%202.41%204.333%203.533%208.884%203.13.446-.036.892-.092%201.352-.16.66-.1%201.337-.23%202.027-.39a35.76%2035.76%200%200%200%202.02-.558c.154-.056.3-.098.454-.153.31-.094.608-.2.9-.31%203.945-1.436%206.87-3.34%208.58-5.526.975-1.253%201.476-2.424%201.574-3.448v-.787c-.28-2.61-3.317-4.135-7.45-3.717zm-3.024-1.29c.11%200%20.21-.014.307-.035.662-.167.983-.87%201.01-1.7.028-.885-.286-1.624-1.01-1.728-.063-.014-.125-.014-.195-.014-.578%200-.955.348-1.157.857-.094.265-.16.564-.163.885-.014.383.034.745.167%201.038.196.418.53.697%201.046.697zm-.014.292c-.293%200-.544.028-.76.084l.063.084.11.202.092.21.077.215.056.223.035.223.02.23.008.223v.237l-.014.23-.018.23-.028.23-.028.23-.043.23-.042.23-.04.223-.056.223-.042.212-.056.21-.057.2-.057.196-.042.19-.04.18-.02.11-.03.125-.028.132-.02.14-.03.152-.02.124v.03l-.028.166-.056.21-.02.172-.03.18-.02.182-.03.18-.02.19-.03.18-.02.188-.02.188-.02.19v.007c.04.537.082.997.103%201.26.02.3.085.517.18.663.14.215.378.292.706.32.28-.028.487-.084.647-.23.153-.14.237-.376.3-.753.118-.774.467-3.31.767-4.397.425-1.568%201.456-4.418-1.066-4.634-.122-.024-.226-.024-.338-.024zm-3.06-.8h.015c.976-.008%201.436-.9%201.436-1.994s-.46-1.993-1.436-2h-.014c-.99%200-1.45.9-1.45%202s.46%201.993%201.45%201.993zm-2.013%204.626c.09.383.18.732.254%201.052.307%201.254.606%204.16.718%205.038.105.885.418%201.073%201.052%201.136.62-.063.94-.25%201.045-1.136.105-.878.41-3.79.71-5.038.08-.314.175-.67.266-1.052.28-1.15.502-2.495%200-3.366-.32-.557-.94-.92-2.02-.92-1.088%200-1.708.37-2.03.92-.5.864-.27%202.216%200%203.366zm-1.35-4.153c.1.02.196.035.308.035.516%200%20.857-.28%201.045-.704.118-.293.174-.655.167-1.038a2.96%202.96%200%200%200-.167-.885c-.202-.51-.585-.857-1.157-.857-.07%200-.134%200-.197.014-.725.105-1.045.843-1.01%201.728.02.836.35%201.54%201.01%201.707zm-.3%209.373c.057.376.154.606.3.753.16.157.37.206.65.23.33-.024.557-.1.704-.32.09-.14.153-.36.18-.66.022-.264.064-.72.106-1.253v-.014l-.02-.187-.02-.188-.03-.188-.02-.18-.02-.19-.03-.18-.02-.18-.03-.183-.025-.174-.02-.166-.03-.167v-.02l-.02-.133-.028-.153-.028-.14-.024-.13-.028-.125-.03-.11-.034-.184-.056-.188-.04-.196-.058-.203-.056-.21-.056-.215-.04-.223-.057-.225-.04-.23-.033-.23-.028-.23-.03-.23-.02-.23-.008-.237v-.23l.007-.223.02-.23.034-.223.056-.222.07-.216.1-.21.11-.2.065-.085a3.128%203.128%200%200%200-.76-.083c-.11%200-.216%200-.32.014-2.524.216-1.492%203.066-1.067%204.634.262%201.054.603%203.59.728%204.364z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
2
+ .theChampEvernoteSvg{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%232A2A2A%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookMessengerSvg{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%22M16%205C9.986%205%205.11%209.56%205.11%2015.182c0%203.2%201.58%206.054%204.046%207.92V27l3.716-2.06c.99.276%202.04.425%203.128.425%206.014%200%2010.89-4.56%2010.89-10.183S22.013%205%2016%205zm1.147%2013.655L14.33%2015.73l-5.423%203%205.946-6.31%202.816%202.925%205.42-3-5.946%206.31z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFarkSvg{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%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFintelSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20version%3D%221.1%22%20style%3D%22shape-rendering%3AgeometricPrecision%3B%20text-rendering%3AgeometricPrecision%3B%20image-rendering%3AoptimizeQuality%3B%20fill-rule%3Aevenodd%3B%20clip-rule%3Aevenodd%22%0AviewBox%3D%22-110%20-120%20428%20494%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B.fil0%20%7Bfill%3A%23fff%7D.fil1%20%7Bfill%3A%23fff%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_x0020_1%22%3E%3Cmetadata%20id%3D%22CorelCorpID_0Corel-Layer%22%2F%3E%3Cpolygon%20class%3D%22fil0%22%20points%3D%22108%2C274%2048%2C274%2048%2C152%200%2C152%200%2C95%2048%2C95%2048%2C0%20208%2C0%20208%2C56%20108%2C56%20108%2C95%20180%2C95%20180%2C151%20108%2C151%20%22%2F%3E%3Cpolygon%20class%3D%22fil1%22%20points%3D%2299%2C272%20103%2C272%20103%2C147%20175%2C147%20175%2C100%20103%2C100%20103%2C52%20203%2C52%20203%2C7%20199%2C7%20199%2C48%2098%2C48%2098%2C104%20171%2C104%20171%2C142%2099%2C142%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlipboardSvg{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%23F5CCCC%22%20d%3D%22M19%2019H7V7h12v12z%22%2F%3E%3Cpath%20fill%3D%22%23FAE5E5%22%20d%3D%22M25%2013H7V7h18v6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13%2025H7V7h6v18z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFolkdSvg{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%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleClassroomSvg{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%202%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M22.667%2016.667a1.667%201.667%200%201%200%200-3.334%201.667%201.667%200%200%200%200%203.334zM22.333%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117zm-13-1.333a1.668%201.668%200%201%200-.002-3.336%201.668%201.668%200%200%200%20.002%203.336zM9.667%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117z%22%2F%3E%3Cpath%20d%3D%22M15.335%2015.333A2.332%202.332%200%201%200%2013%2013a2.333%202.333%200%200%200%202.335%202.333zm.332%201.334c-2.572%200-5.333%201.392-5.333%203.11v1.557H21v-1.556c0-1.72-2.762-3.11-5.333-3.11zm3%2010.666h8v2h-8v-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleGmailSvg{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%22M2.902%206.223h26.195v19.554H2.902z%22%2F%3E%3Cpath%20fill%3D%22%23E14C41%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHackerNewsSvg{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%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHatenaSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstapaperSvg{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%23111%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampJamespotSvg{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%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKakaoSvg{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') no-repeat center center}.theChampKikSvg{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-6%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M23.436%2020.74a2.511%202.511%200%200%200%20.109-5.019h-.11a2.516%202.516%200%200%200-2.507%202.515%202.509%202.509%200%200%200%202.508%202.508zm-7.946-3.09l2.89-2.89c.93-.93.93-2.434%200-3.363a2.374%202.374%200%200%200-3.362%200l-4.262%204.263V7.267A2.378%202.378%200%200%200%206%207.263V24.7a2.378%202.378%200%200%200%204.756.002v-2.316l1.335-1.335%203.76%205.07a2.378%202.378%200%200%200%203.866-2.771c-.016-.02-.03-.04-.047-.06l-4.177-5.638v-.002z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKindleItSvg{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%23FFA036%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKnownSvg{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%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLineSvg{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') no-repeat center center}.theChampLiveJournalSvg{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%23203468%22%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%2F%3E%3Cpath%20fill%3D%22%23FFC805%22%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%2F%3E%3Cpath%20fill%3D%22%239291AD%22%20d%3D%22M13.285%2010.666c-1.22.873-2.197%201.915-2.84%202.987l-1.898-2.735c.557-1.043%201.654-2.108%202.875-2.944l1.863%202.692z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.215%2010.283c1.35-3.24%204.182-4.8%207.568-5.527l.55-.026.38.397.314.322%201.14%201.817-1.835.243h-.012c-.242.038-.512.108-.8.212h-.003c-.3.1-.613.238-.957.406-1.69.837-3.4%202.216-3.898%203.306l-.928%201.746-1.252-1.66-.166-.285-.25-.453.15-.5z%22%2F%3E%3Cpath%20fill%3D%22%23F5A8AA%22%20d%3D%22M8.33%2010.597c.95-2.725%203.1-4.214%206.504-4.615l.314.322c-2.3.35-5.756%202.777-6.598%204.62l-.22-.327z%22%2F%3E%3Cpath%20fill%3D%22%23485E85%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M16.41%2021.274c.053-.062.113-.133.176-.197.635-.712%201.287-1.447%201.43-2.695l-4.875-7.02c-.436.35-.832.706-1.176%201.062-.363.382-.674.775-.924%201.168l5.37%207.682zm.93.483c-.203.222-.398.445-.572.665l-.416.54-.402-.566-5.94-8.49-.183-.265.166-.282c.318-.558.73-1.097%201.236-1.63.494-.526%201.076-1.027%201.726-1.5l.424-.305.296.425%205.27%207.6.103.15-.014.17c-.113%201.718-.92%202.615-1.697%203.49z%22%2F%3E%3Cpath%20fill%3D%22%236A9AC2%22%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M22.125%2017.31c-.09.026-.168.062-.248.093-.89.35-1.81.71-3.027.396l-4.87-7.02c.48-.29.95-.53%201.405-.73.486-.208.96-.36%201.42-.464l5.32%207.724zm.12%201.037c.28-.11.563-.22.823-.294l.658-.21-.39-.568-5.888-8.532-.18-.267-.32.052c-.635.105-1.287.3-1.967.59-.66.286-1.67.887-2.342%201.33l5.893%208.313c1.647.49%202.627.014%203.717-.412z%22%2F%3E%3Cpath%20fill%3D%22%23A1BBD6%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMailRuSvg{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%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMendeleySvg{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.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeneameSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixiSvg{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%23D1AD5A%22%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMySpaceSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampNetvouzSvg{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%236C3%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%2F%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%2F%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}.theChampOutlookcomSvg{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%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%2F%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPapalySvg{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.5%20-3.5%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.744%208.217c1.112%200%202.296.519%203.106%201.329l.185.185c1.361%201.361%201.402%204.432.042%205.792l-3.103%202.787L16%2022.777l-4.974-4.467-3.103-2.787c-1.361-1.361-1.319-4.432.042-5.792l.185-.185c.81-.81%201.994-1.329%203.106-1.329.756%200%201.48.24%202.03.79L16%2012.291l2.714-3.284c.55-.55%201.274-.79%202.03-.79m0-2.921c-1.58%200-3.035.585-4.096%201.646l-.098.098-.088.107-.462.558-.462-.559-.088-.106-.098-.098c-1.061-1.061-2.516-1.646-4.096-1.646-1.871%200-3.804.816-5.172%202.184l-.185.185c-2.515%202.515-2.535%207.43-.042%209.924l.055.055.058.052%203.103%202.787%204.974%204.467L16%2026.704l1.952-1.753%204.974-4.467%203.103-2.787.058-.052.055-.055c2.494-2.494%202.473-7.409-.042-9.924l-.184-.186c-1.368-1.368-3.301-2.184-5.172-2.184z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPinboardSvg{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%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPlurkSvg{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.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPocketSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-1%2032%2032%22%3E%3Cpath%20fill%3D%22%23EE4056%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintFriendlySvg{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%23A9A9A9%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%2F%3E%3Cpath%20fill%3D%22%23DCDCDC%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%2F%3E%3Cpath%20d%3D%22M9.19%208.118h13.467v6.106H9.19z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampProtopageBookmarksSvg{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%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPushaSvg{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%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampQzoneSvg{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%23FFC820%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRediffMyPageSvg{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%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRefindSvg{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%2021.256c-2.891%200-5.256-2.365-5.256-5.255%200-2.891%202.365-5.255%205.255-5.255%202.891%200%205.255%202.365%205.255%205.255.002%202.89-2.363%205.255-5.254%205.255z%22%2F%3E%3Cpath%20d%3D%22M20.664%2023.676A8.91%208.91%200%200%201%2016%2025c-4.95%200-9-4.05-9-9s4.05-9%209-9%209%204.05%209%209a8.912%208.912%200%200%201-1.302%204.628l2.293%201.991A11.908%2011.908%200%200%200%2028%2016c0-6.6-5.4-12-12-12S4%209.4%204%2016s5.4%2012%2012%2012c2.456%200%204.745-.75%206.652-2.029l-1.988-2.295z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRenrenSvg{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%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSinaWeiboSvg{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%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%2F%3E%3Cpath%20fill%3D%22%23E6162D%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%2F%3E%3Cpath%20fill%3D%22%23F93%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%2F%3E%3Cpath%20d%3D%22M14.16%2019.87c-.15.26-.484.383-.746.275-.256-.104-.335-.393-.19-.646.15-.253.47-.376.725-.274.26.094.35.386.21.644m-1.373%201.762c-.417.665-1.308.956-1.98.65-.66-.303-.855-1.073-.44-1.722.413-.644%201.274-.932%201.94-.652.673.287.888%201.054.48%201.724m1.564-4.7c-2.046-.533-4.363.488-5.253%202.293-.904%201.84-.028%203.884%202.04%204.552%202.144.69%204.67-.368%205.55-2.354.865-1.944-.216-3.944-2.336-4.49%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSiteJotSvg{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%23CA0805%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSkypeSvg{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%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.15%2018c-.007.04-.012.084-.02.126l-.04-.24.06.113c.124-.678.19-1.37.19-2.06%200-1.53-.3-3.013-.892-4.41a11.273%2011.273%200%200%200-2.43-3.602%2011.288%2011.288%200%200%200-8.012-3.32c-.72%200-1.443.068-2.146.203h-.005c.04.023.08.04.118.063l-.238-.037c.04-.01.08-.018.12-.026a6.717%206.717%200%200%200-3.146-.787%206.67%206.67%200%200%200-4.748%201.965A6.7%206.7%200%200%200%204%2010.738c0%201.14.293%202.262.844%203.253.007-.04.012-.08.02-.12l.04.238-.06-.114c-.112.643-.17%201.3-.17%201.954a11.285%2011.285%200%200%200%203.32%208.012c1.04%201.04%202.25%201.86%203.602%202.43%201.397.592%202.882.89%204.412.89.666%200%201.334-.06%201.985-.175-.038-.02-.077-.04-.116-.063l.242.04c-.046.01-.088.015-.13.02a6.68%206.68%200%200%200%203.3.87%206.661%206.661%200%200%200%204.743-1.963A6.666%206.666%200%200%200%2028%2021.26c0-1.145-.295-2.27-.85-3.264zm-11.098%204.885c-4.027%200-5.828-1.98-5.828-3.463%200-.76.562-1.294%201.336-1.294%201.723%200%201.277%202.474%204.49%202.474%201.647%200%202.556-.893%202.556-1.808%200-.55-.27-1.16-1.355-1.426l-3.58-.895c-2.88-.723-3.405-2.282-3.405-3.748%200-3.043%202.865-4.186%205.556-4.186%202.478%200%205.4%201.37%205.4%203.192%200%20.783-.677%201.237-1.45%201.237-1.472%200-1.2-2.035-4.163-2.035-1.47%200-2.285.666-2.285%201.618%200%20.95%201.16%201.254%202.17%201.484l2.65.587c2.905.647%203.64%202.342%203.64%203.94%200%202.47-1.895%204.318-5.726%204.318z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSMSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-140%20-170%20770%20770%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cg%3E%3Cpath%20d%3D%22M87.412%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997c0-4.888-2.93-7.22-14.037-10.927%20c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.806-31.198c11.122%200%2021.078%202.526%2026.923%205.456%20l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803c0%204.485%203.707%206.832%2015.412%2010.927%20c18.133%206.234%2025.741%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809c-12.482%200-23.604-2.721-30.809-6.622%20L87.412%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M172.23%20166.856c0-11.884-0.389-22.034-0.777-30.42h24.964l1.36%2012.871h0.583c4.096-6.039%2012.482-15.008%2028.866-15.008%20c12.288%200%2022.034%206.233%2026.13%2016.174h0.389c3.513-4.873%207.803-8.775%2012.288-11.495c5.277-3.124%2011.122-4.679%2018.148-4.679%20c18.327%200%2032.184%2012.871%2032.184%2041.333v56.177h-28.866v-51.872c0-13.857-4.5-21.855-14.052-21.855%20c-6.817%200-11.705%204.679-13.648%2010.344c-0.777%202.138-1.166%205.262-1.166%207.609v55.773h-28.866v-53.441%20c0-12.093-4.29-20.285-13.663-20.285c-7.594%200-12.093%205.86-13.842%2010.733c-0.972%202.332-1.166%205.068-1.166%207.415v55.579H172.23%20V166.856z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M339.729%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997%20c0-4.888-2.93-7.22-14.037-10.927c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.807-31.198%20c11.122%200%2021.063%202.526%2026.922%205.456l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803%20c0%204.485%203.707%206.832%2015.412%2010.927c18.133%206.234%2025.742%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809%20c-12.482%200-23.604-2.721-30.809-6.622L339.729%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M383.947%20490L230.694%20364.252H50.713c-27.924%200-50.631-23.111-50.631-51.528V51.528C0.082%2023.111%2022.789%200%2050.713%200%20h388.574c27.924%200%2050.631%2023.111%2050.631%2051.528v261.197c0%2028.417-22.707%2051.528-50.631%2051.528h-55.34V490z%20M50.713%2030.615%20c-11.032%200-20.016%209.388-20.016%2020.913v261.197c0%2011.525%208.984%2020.913%2020.016%2020.913h190.923l111.696%2091.635v-91.635h85.954%20c11.032%200%2020.016-9.388%2020.016-20.913V51.528c0-11.525-8.984-20.913-20.016-20.913H50.713z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSlashdotSvg{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%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSvejoSvg{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%235BD428%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%2F%3E%3Cpath%20fill%3D%22%2337AD29%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%2F%3E%3Cpath%20fill%3D%22%23FDAA09%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%2F%3E%3Cpath%20fill%3D%22%23FEE70A%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSymbalooFeedsSvg{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%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23FFF%22%2F%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}.theChampThreemaSvg{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%3Cpath%20d%3D%22M11.4%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M24.067%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M17.733%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M16.082%208.716h-.262c-.886%200-1.507.682-1.507%201.568v2.015h3.372v-2.015c.001-.886-.718-1.568-1.603-1.568z%22%2F%3E%3Cpath%20d%3D%22M16%204.325c-6.075%200-11%203.752-11%208.381%200%201.924.851%203.697%202.283%205.111.49.484.607%201.231.283%201.839l-1.479%202.776%204.39-1.384a6.183%206.183%200%200%201%201.863-.284c.383%200%20.766.034%201.145.102.807.144%201.649.22%202.514.22%206.075%200%2011-3.752%2011-8.381S22.075%204.325%2016%204.325zm3.793%2012.432c0%20.368-.409.6-.777.6H12.85c-.368%200-.643-.231-.643-.6v-3.733c0-.368.275-.725.643-.725h.2v-2.015c0-1.585%201.187-2.832%202.771-2.832h.262c1.583%200%202.868%201.247%202.868%202.832v2.015h.066c.368%200%20.777.357.777.725v3.733z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTrelloSvg{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%22M26.5%204h-21A1.5%201.5%200%200%200%204%205.5v21A1.5%201.5%200%200%200%205.5%2028h21a1.5%201.5%200%200%200%201.5-1.5v-21A1.5%201.5%200%200%200%2026.5%204zM14.44%2022.12c0%20.825-.675%201.5-1.5%201.5H8.62c-.825%200-1.5-.675-1.5-1.5V8.62c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v13.5zm10.44-6c0%20.825-.675%201.5-1.5%201.5h-4.32c-.825%200-1.5-.675-1.5-1.5v-7.5c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v7.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTuentiSvg{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%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTwiddlaSvg{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%232A2A2A%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViadeoSvg{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%3Cg%20fill%3D%22%23F79A30%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViberSvg{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%20d%3D%22M22.57%2027.22a7.39%207.39%200%200%201-1.14-.32%2029%2029%200%200%201-16-16.12c-1-2.55%200-4.7%202.66-5.58a2%202%200%200%201%201.39%200c1.12.41%203.94%204.3%204%205.46a2%202%200%200%201-1.16%201.78%202%202%200%200%200-.66%202.84A10.3%2010.3%200%200%200%2017%2020.55%201.67%201.67%200%200%200%2019.35%2020c1.07-1.62%202.38-1.54%203.82-.54.72.51%201.45%201%202.14%201.55.93.75%202.1%201.37%201.55%202.94A5.21%205.21%200%200%201%2022.57%2027.22Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.06%204.79A10.42%2010.42%200%200%201%2026.79%2015c0%20.51.18%201.27-.58%201.25s-.54-.78-.6-1.29c-.7-5.52-3.23-8.13-8.71-9-.45-.07-1.15%200-1.11-.57C15.84%204.52%2016.66%204.85%2017.06%204.79Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24.09%2014.06c-.05.38.17%201-.45%201.13-.83.13-.67-.64-.75-1.13-.56-3.36-1.74-4.59-5.12-5.35-.5-.11-1.27%200-1.15-.8s.82-.48%201.35-.42A6.9%206.9%200%200%201%2024.09%2014.06Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.52%2013.45c0%20.43%200%20.87-.53.93s-.6-.26-.64-.64a2.47%202.47%200%200%200-2.26-2.43c-.42-.07-.82-.2-.63-.76.13-.38.47-.41.83-.42A3.66%203.66%200%200%201%2021.52%2013.45Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTypePadPostSvg{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%23D2DE61%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWebnewsSvg{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%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWordPressSvg{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}.theChampWykopSvg{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.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%2F%3E%3Cpath%20fill%3D%22%23F58237%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYahooMailSvg{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') no-repeat center center}.theChampYoolinkSvg{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%232E6EB5%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%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}.theChampStockTwitsSvg{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%3Cpath%20d%3D%22M11.328%2014.309l-1.793-.736c-1.303-.536-1.955-1.244-1.955-2.123%200-.637.249-1.166.746-1.587.498-.427%201.123-.642%201.878-.642.614%200%201.115.125%201.504.373.373.218.766.684%201.178%201.399l2.204-1.306c-1.166-2.024-2.788-3.037-4.863-3.037-1.539%200-2.828.459-3.866%201.376-1.039.909-1.559%202.039-1.559%203.391%200%202.005%201.232%203.528%203.698%204.569l1.738.722c.451.194.84.399%201.167.612.326.214.593.443.799.687.206.245.358.513.455.805.097.291.146.612.146.961%200%20.871-.28%201.59-.84%202.156-.56.568-1.263.851-2.111.851-1.073%200-1.889-.389-2.449-1.166-.311-.405-.529-1.135-.653-2.193L4%2020.028c.249%201.679.875%202.986%201.878%203.92%201.018.936%202.309%201.403%203.872%201.403%201.648%200%203.028-.544%204.139-1.634%201.102-1.082%201.653-2.451%201.653-4.109%200-1.237-.338-2.281-1.012-3.134-.676-.852-1.743-1.573-3.202-2.165zM28%207.023H17.037v2.571h4.14v15.425h2.695V9.594H28z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGentleReaderSvg{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-80%20-80.014%201200.014%201200%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M819.664%2C291.684C572.661-7.32%2C155.656%2C203.683%2C169.656%2C527.687%20c38%2C489.007%2C727.009%2C448.006%2C683.009-28H562.661v98h177.002c-54.721%2C270.685-443.659%2C218.617-464.179-77.827%20c-0.48-6.934%2C1.493-36.96%2C3.053-44.641c44.28-217.95%2C300.377-317.791%2C467.126-110.535L819.664%2C291.684z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-7%20-8%2045%2045%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M27.87%204.125c-5.224%200-9.467%204.159-9.467%209.291v2.89c0-1.306%201.074-2.362%202.399-2.362s2.399%201.056%202.399%202.362v1.204c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V4.134c-.036-.009-.082-.009-.129-.009%22%2F%3E%3Cpath%20d%3D%22M4%204.125v12.94c2.566%200%204.668-1.973%204.807-4.465v-2.214c0-.065%200-.12.009-.176.093-1.213%201.13-2.177%202.39-2.177%201.325%200%202.399%201.056%202.399%202.362v9.226c0%201.306%201.074%202.353%202.399%202.353s2.399-1.056%202.399-2.353v-6.206c0-5.132%204.233-9.291%209.467-9.291H4z%22%2F%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M4%2017.074v8.438c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V12.61C8.659%2015.102%206.566%2017.074%204%2017.074%22%2F%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}.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}.theChampGabSvg{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%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-14.5%205.5%2046%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.8%2C7.6h-2.4v0.7V9l-0.4-0.3C10.2%2C7.8%2C9%2C7.2%2C7.7%2C7.2c-0.2%2C0-0.4%2C0-0.4%2C0c-0.1%2C0-0.3%2C0-0.5%2C0%0Ac-5.6%2C0.3-8.7%2C7.2-5.4%2C12.1c2.3%2C3.4%2C7.1%2C4.1%2C9.7%2C1.5l0.3-0.3l0%2C0.7c0%2C1-0.1%2C1.5-0.4%2C2.2c-1%2C2.4-4.1%2C3-6.8%2C1.3%0Ac-0.2-0.1-0.4-0.2-0.4-0.2c-0.1%2C0.1-1.9%2C3.5-1.9%2C3.6c0%2C0.1%2C0.5%2C0.4%2C0.8%2C0.6c2.2%2C1.4%2C5.6%2C1.7%2C8.3%2C0.8c2.7-0.9%2C4.5-3.2%2C5-6.4%0Ac0.2-1.1%2C0.2-0.8%2C0.2-8.4l0-7.1H13.8z%20M9.7%2C17.6c-2.2%2C1.2-4.9-0.4-4.9-2.9C4.8%2C12.6%2C7%2C11%2C9%2C11.6C11.8%2C12.4%2C12.3%2C16.1%2C9.7%2C17.6z%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}.theChampMastodonSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20aria-hidden%3D%22true%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M27%2012c0-5.12-3.35-6.62-3.35-6.62C22%204.56%2019.05%204.23%2016%204.21c-3%200-5.92.35-7.61%201.12C8.36%205.33%205%206.83%205%2012v4c.12%205%20.92%209.93%205.54%2011.16a17.67%2017.67%200%20005.44.6%2010.88%2010.88%200%20004.18-.95l-.09-1.95a13.36%2013.36%200%2001-4.07.54c-2.12-.07-4.37-.23-4.71-2.84a5.58%205.58%200%2001-.05-.73%2027.46%2027.46%200%20004.73.63%2026.76%2026.76%200%20004.68-.28c3-.35%205.53-2.17%205.85-3.83A39.25%2039.25%200%200027%2012zm-3.95%206.59h-2.46v-6c0-1.27-.53-1.91-1.6-1.91s-1.77.76-1.77%202.27v3.29h-2.44v-3.35c0-1.51-.59-2.27-1.77-2.27s-1.6.64-1.6%201.91v6H9v-6.18a4.49%204.49%200%20011-3%203.39%203.39%200%20012.63-1.12%203.17%203.17%200%20012.84%201.44l.61%201%20.61-1a3.17%203.17%200%20012.84-1.44%203.39%203.39%200%20012.63%201.12%204.49%204.49%200%20011%203z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGettrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-178%20-112%201380%201380%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%221024%22%20height%3D%221024%22%20rx%3D%22240%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M620.01%20810.414C548.28%20810.414%20476.551%20810.414%20405.435%20810.414C407.274%20820.836%20409.113%20831.871%20410.952%20842.293C426.279%20842.293%20439.154%20853.329%20441.606%20868.042C450.189%20920.154%20459.385%20971.652%20467.968%201023.76C498.008%201023.76%20528.049%201023.76%20557.476%201023.76C566.059%20971.652%20575.256%20920.154%20583.839%20868.042C586.291%20853.329%20599.165%20842.293%20614.492%20842.293C616.331%20831.871%20618.171%20820.836%20620.01%20810.414C618.171%20820.836%20616.331%20831.871%20614.492%20842.293Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M789.83%20628.333C604.682%20628.333%20420.148%20628.333%20235%20628.333C235%20636.303%20235%20644.273%20235%20652.243C344.74%20677.992%20379.072%20718.455%20394.399%20762.596C472.872%20762.596%20551.958%20762.596%20630.431%20762.596C645.145%20718.455%20680.09%20677.992%20789.83%20652.243C789.83%20644.273%20789.83%20636.303%20789.83%20628.333Z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M610.2%20250.68C640.241%20298.499%20659.246%20345.093%20652.502%20388.008C640.241%20471.999%20534.179%20529.014%20512.722%20581.126C435.475%20502.039%20388.268%20448.089%20380.911%20398.43C369.263%20305.243%20502.912%20229.835%20512.722%20125C536.631%20155.041%20543.988%20208.378%20543.988%20238.418C555.637%20223.092%20562.38%20204.086%20562.994%20184.468C585.677%20211.443%20593.034%20258.037%20593.034%20292.982C602.843%20281.333%20609.587%20266.62%20610.2%20250.68Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}
helper.php CHANGED
@@ -80,6 +80,12 @@ function the_champ_login_notifications($loginOptions){
80
  if(in_array('mailru', $loginOptions['providers']) && (!$loginOptions['mailru_client_id'] || !$loginOptions['mailru_client_secret'])){
81
  $errorHtml .= the_champ_error_message('Specify Mail.ru Client ID and Secret in the <strong>Super Socializer</strong> > <strong>Social Login</strong> section in the admin panel for Mail.ru Login to work');
82
  }
 
 
 
 
 
 
83
  }
84
  return $errorHtml;
85
  }
80
  if(in_array('mailru', $loginOptions['providers']) && (!$loginOptions['mailru_client_id'] || !$loginOptions['mailru_client_secret'])){
81
  $errorHtml .= the_champ_error_message('Specify Mail.ru Client ID and Secret in the <strong>Super Socializer</strong> > <strong>Social Login</strong> section in the admin panel for Mail.ru Login to work');
82
  }
83
+ if(in_array('odnoklassniki', $loginOptions['providers']) && (!$loginOptions['odnoklassniki_client_id'] || !$loginOptions['odnoklassniki_client_secret'] || !$loginOptions['odnoklassniki_public_key'])){
84
+ $errorHtml .= the_champ_error_message('Specify Odnoklassniki Application ID, Public Key and Secret Key in the <strong>Super Socializer</strong> > <strong>Social Login</strong> section in the admin panel for Odnoklassniki Login to work');
85
+ }
86
+ if(in_array('yandex', $loginOptions['providers']) && (!$loginOptions['yandex_client_id'] || !$loginOptions['yandex_client_secret'])){
87
+ $errorHtml .= the_champ_error_message('Specify Yandex Client ID and Secret in the <strong>Super Socializer</strong> > <strong>Social Login</strong> section in the admin panel for Yandex Login to work');
88
+ }
89
  }
90
  return $errorHtml;
91
  }
images/amp/gettr.svg CHANGED
@@ -1 +1 @@
1
- <svg width="100%" height="100%" viewBox="-8 -5 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M24.528 7.9125C24.1467 8.22187 23.7874 8.3875 23.2655 8.39688C23.7249 7.94688 24.1405 7.43125 24.478 6.875C24.8155 6.31875 25.0717 5.71875 25.2624 5.09375C23.6436 6.32187 21.1561 6.64062 18.9186 7.55312C16.753 8.42812 14.8186 9.85312 14.5655 11.7312C14.3874 13.0781 15.0686 14.6531 16.0249 16.0063C16.1311 15.6469 16.303 15.2781 16.553 15.0125C17.0467 14.4906 17.853 14.3594 18.628 14.2344C19.7999 14.0469 20.8936 13.875 21.8561 13.3156C22.5342 12.9219 23.1436 12.3313 23.528 11.6281C23.7467 11.2344 23.8936 10.8031 23.9811 10.3656C23.7311 10.6 23.3405 10.7531 23.0155 10.6844C23.8186 9.9 24.3374 9.00625 24.528 7.9125Z" fill="#fff"/><path d="M16.0221 17.6094H8.7002V18.2969C8.7002 18.2969 12.1314 18.4781 12.6877 21.0938H16.0189H19.3502C19.9064 18.4781 23.3377 18.2969 23.3377 18.2969V17.6094H16.0221Z" fill="#fff"/><path d="M19.2221 21.6846C19.0033 21.6439 18.8002 21.7658 18.7627 21.9596L18.3689 24.4533C18.3658 24.4721 18.3627 24.4908 18.3627 24.5096H17.6346L17.9564 22.0721C17.9752 21.8752 17.8127 21.7033 17.5971 21.6814C17.3783 21.6596 17.1846 21.8033 17.1689 21.9971L17.0189 24.5064C17.0189 24.5096 17.0189 24.5096 17.0189 24.5127H16.3314L16.4221 22.0377C16.4221 21.8533 16.2627 21.7002 16.0658 21.6846C16.0533 21.6846 16.0408 21.6814 16.0252 21.6814C16.0127 21.6814 15.9971 21.6814 15.9846 21.6846C15.8377 21.6971 15.7127 21.7814 15.6596 21.9033C15.6377 21.9471 15.6283 21.9939 15.6283 22.0439L15.7189 24.5189H15.0314C15.0314 24.5158 15.0314 24.5158 15.0314 24.5127L14.8752 22.0002C14.8564 21.8033 14.6658 21.6627 14.4471 21.6846C14.2283 21.7064 14.0658 21.8814 14.0877 22.0752L14.4096 24.5127H13.6814C13.6783 24.4939 13.6752 24.4752 13.6752 24.4564L13.2814 21.9627C13.2439 21.7689 13.0377 21.6471 12.8221 21.6877C12.6033 21.7283 12.4627 21.9221 12.5002 22.1158L13.0564 24.5158H13.3846C13.4814 25.0502 13.5439 25.4252 13.5783 25.6283H14.1283C14.2314 26.6533 15.2189 36.1221 15.2189 36.1221C15.2189 36.1221 15.2846 36.9252 16.0221 36.9252C16.7564 36.9252 16.8252 36.1221 16.8252 36.1221C16.9908 34.7971 17.8064 26.5814 17.9158 25.6283H18.4689C18.5033 25.4252 18.5658 25.0502 18.6627 24.5158H18.9908L19.5471 22.1158C19.5814 21.9189 19.4377 21.7252 19.2221 21.6846Z" fill="#fff"/></svg>
1
+ <svg width="100%" height="100%" viewBox="-178 -112 1380 1380" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1024" height="1024" rx="240"></rect><path d="M620.01 810.414C548.28 810.414 476.551 810.414 405.435 810.414C407.274 820.836 409.113 831.871 410.952 842.293C426.279 842.293 439.154 853.329 441.606 868.042C450.189 920.154 459.385 971.652 467.968 1023.76C498.008 1023.76 528.049 1023.76 557.476 1023.76C566.059 971.652 575.256 920.154 583.839 868.042C586.291 853.329 599.165 842.293 614.492 842.293C616.331 831.871 618.171 820.836 620.01 810.414C618.171 820.836 616.331 831.871 614.492 842.293Z" fill="#fff"></path><path fill="#fff" d="M789.83 628.333C604.682 628.333 420.148 628.333 235 628.333C235 636.303 235 644.273 235 652.243C344.74 677.992 379.072 718.455 394.399 762.596C472.872 762.596 551.958 762.596 630.431 762.596C645.145 718.455 680.09 677.992 789.83 652.243C789.83 644.273 789.83 636.303 789.83 628.333Z"></path><path fill="#fff" d="M610.2 250.68C640.241 298.499 659.246 345.093 652.502 388.008C640.241 471.999 534.179 529.014 512.722 581.126C435.475 502.039 388.268 448.089 380.911 398.43C369.263 305.243 502.912 229.835 512.722 125C536.631 155.041 543.988 208.378 543.988 238.418C555.637 223.092 562.38 204.086 562.994 184.468C585.677 211.443 593.034 258.037 593.034 292.982C602.843 281.333 609.587 266.62 610.2 250.68Z"></path></svg>
images/amp/mastodon.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M27 12c0-5.12-3.35-6.62-3.35-6.62C22 4.56 19.05 4.23 16 4.21c-3 0-5.92.35-7.61 1.12C8.36 5.33 5 6.83 5 12v4c.12 5 .92 9.93 5.54 11.16a17.67 17.67 0 005.44.6 10.88 10.88 0 004.18-.95l-.09-1.95a13.36 13.36 0 01-4.07.54c-2.12-.07-4.37-.23-4.71-2.84a5.58 5.58 0 01-.05-.73 27.46 27.46 0 004.73.63 26.76 26.76 0 004.68-.28c3-.35 5.53-2.17 5.85-3.83A39.25 39.25 0 0027 12zm-3.95 6.59h-2.46v-6c0-1.27-.53-1.91-1.6-1.91s-1.77.76-1.77 2.27v3.29h-2.44v-3.35c0-1.51-.59-2.27-1.77-2.27s-1.6.64-1.6 1.91v6H9v-6.18a4.49 4.49 0 011-3 3.39 3.39 0 012.63-1.12 3.17 3.17 0 012.84 1.44l.61 1 .61-1a3.17 3.17 0 012.84-1.44 3.39 3.39 0 012.63 1.12 4.49 4.49 0 011 3z" fill="#fff"></path></svg>
images/amp/vkontakte.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -1.5 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.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 1.353-1.804 1.893-2.902 1.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 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-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 1.496.33 1.496s.193 2.852-.46 3.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 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"></path></svg>
1
+ <svg height="100%" width="100%" viewBox="0 13 46 20" xmlns="http://www.w3.org/2000/svg"><path d="M25.54 34.58c-10.94 0-17.18-7.5-17.44-19.98h5.48c.18 9.16 4.22 13.04 7.42 13.84V14.6h5.16v7.9c3.16-.34 6.48-3.94 7.6-7.9h5.16c-.86 4.88-4.46 8.48-7.02 9.96 2.56 1.2 6.66 4.34 8.22 10.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z" fill="#fff"></path></svg>
inc/shortcode.php CHANGED
@@ -264,7 +264,7 @@ function the_champ_fb_commenting_shortcode($params){
264
  $html .= ' data-numposts="' . $num_posts . '"';
265
  $html .= ' data-width="' . ($width == '' ? '100%' : $width) . '"';
266
  $html .= ' ></div></div><script type="text/javascript" src="//connect.facebook.net/' . $language . '/sdk.js
267
- "></script><script>FB.init({xfbml:1,version: "v13.0"});</script>';
268
  if(defined('HEATEOR_FB_COM_NOT_VERSION') && version_compare('1.1.5', HEATEOR_FB_COM_NOT_VERSION) < 0){
269
  $html .= '<script type="text/javascript">jQuery(window).load(function(){"undefined"!=typeof theChampFacebookCommentsNotifierOptinText&&(null!=heateorFcnGetCookie("heateorFcnOptin")&&jQuery("input.heateor_ss_fb_comments_notifier_optin").prop("checked",!0),jQuery("input.heateor_ss_fb_comments_notifier_optin").click(function(){if(jQuery(this).is(":checked")){if(heateorFcnOptin=1,null==heateorFcnGetCookie("heateorFcnOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorFcnOptin=1; expires="+e.toUTCString()+"; path=/"}}else heateorFcnOptin=0,document.cookie="heateorFcnOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"}));});</script>';
270
  }
264
  $html .= ' data-numposts="' . $num_posts . '"';
265
  $html .= ' data-width="' . ($width == '' ? '100%' : $width) . '"';
266
  $html .= ' ></div></div><script type="text/javascript" src="//connect.facebook.net/' . $language . '/sdk.js
267
+ "></script><script>FB.init({xfbml:1,version: "v14.0"});</script>';
268
  if(defined('HEATEOR_FB_COM_NOT_VERSION') && version_compare('1.1.5', HEATEOR_FB_COM_NOT_VERSION) < 0){
269
  $html .= '<script type="text/javascript">jQuery(window).load(function(){"undefined"!=typeof theChampFacebookCommentsNotifierOptinText&&(null!=heateorFcnGetCookie("heateorFcnOptin")&&jQuery("input.heateor_ss_fb_comments_notifier_optin").prop("checked",!0),jQuery("input.heateor_ss_fb_comments_notifier_optin").click(function(){if(jQuery(this).is(":checked")){if(heateorFcnOptin=1,null==heateorFcnGetCookie("heateorFcnOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorFcnOptin=1; expires="+e.toUTCString()+"; path=/"}}else heateorFcnOptin=0,document.cookie="heateorFcnOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"}));});</script>';
270
  }
inc/social_login.php CHANGED
@@ -156,7 +156,7 @@ function the_champ_login_user($userId, $profileData = array(), $socialId = '', $
156
  $user = get_user_by('id', $userId);
157
  if($update && !get_user_meta($userId, 'thechamp_dontupdate_avatar', true)){
158
  if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
159
- if($profileData['provider'] == 'facebook'){
160
  $localAvatarUrl = heateor_ss_save_social_avatar($profileData['avatar'], $profileData['id']);
161
  if($localAvatarUrl){
162
  update_user_meta($userId, 'thechamp_avatar', $localAvatarUrl);
@@ -166,7 +166,7 @@ function the_champ_login_user($userId, $profileData = array(), $socialId = '', $
166
  }
167
  }
168
  if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
169
- if($profileData['provider'] == 'facebook'){
170
  $localLargeAvatarUrl = heateor_ss_save_social_avatar($profileData['large_avatar'], $profileData['id'] . '_large');
171
  if($localLargeAvatarUrl){
172
  update_user_meta($userId, 'thechamp_large_avatar', $localLargeAvatarUrl);
@@ -741,8 +741,8 @@ function the_champ_sanitize_profile_data($profileData, $provider){
741
  $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) : '';
742
  $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) : '';
743
  $temp['name'] = '';
744
- $temp['first_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->firstName) ? sanitize_text_field($profileData->response->user->firstName) : '';
745
- $temp['last_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->lastName) ? sanitize_text_field($profileData->response->user->lastName) : '';
746
  $temp['id'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->id) ? sanitize_text_field($profileData->response->user->id) : '';
747
  $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) : '';
748
  }elseif($provider == 'amazon'){
@@ -767,6 +767,28 @@ function the_champ_sanitize_profile_data($profileData, $provider){
767
  $temp['last_name'] = '';
768
  $temp['id'] = isset($profileData->account_id) ? sanitize_text_field($profileData->account_id) : '';
769
  $temp['large_avatar'] = '';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
770
  }elseif($provider == 'discord'){
771
  if(!empty($profileData->email)){
772
  $temp['email'] = sanitize_email($profileData->email);
156
  $user = get_user_by('id', $userId);
157
  if($update && !get_user_meta($userId, 'thechamp_dontupdate_avatar', true)){
158
  if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
159
+ if($profileData['provider'] == 'facebook' || $profileData['provider'] == 'linkedin'){
160
  $localAvatarUrl = heateor_ss_save_social_avatar($profileData['avatar'], $profileData['id']);
161
  if($localAvatarUrl){
162
  update_user_meta($userId, 'thechamp_avatar', $localAvatarUrl);
166
  }
167
  }
168
  if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
169
+ if($profileData['provider'] == 'facebook' || $profileData['provider'] == 'linkedin'){
170
  $localLargeAvatarUrl = heateor_ss_save_social_avatar($profileData['large_avatar'], $profileData['id'] . '_large');
171
  if($localLargeAvatarUrl){
172
  update_user_meta($userId, 'thechamp_large_avatar', $localLargeAvatarUrl);
741
  $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) : '';
742
  $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) : '';
743
  $temp['name'] = '';
744
+ $temp['first_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->firstName) ? $profileData->response->user->firstName : '';
745
+ $temp['last_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->lastName) ? $profileData->response->user->lastName : '';
746
  $temp['id'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->id) ? sanitize_text_field($profileData->response->user->id) : '';
747
  $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) : '';
748
  }elseif($provider == 'amazon'){
767
  $temp['last_name'] = '';
768
  $temp['id'] = isset($profileData->account_id) ? sanitize_text_field($profileData->account_id) : '';
769
  $temp['large_avatar'] = '';
770
+ }elseif($provider == 'yandex'){
771
+ $temp['email'] = isset($profileData->login) ? sanitize_email($profileData->login) : '';
772
+ $temp['bio'] = '';
773
+ $temp['username'] = '';
774
+ $temp['link'] = '';
775
+ $temp['avatar'] = 'https://avatars.mds.yandex.net/get-yapic/' . (isset($profileData->default_avatar_id) ? sanitize_text_field($profileData->default_avatar_id) : '') . '/islands-200';
776
+ $temp['name'] = isset($profileData->real_name) ? $profileData->real_name : '';
777
+ $temp['first_name'] = isset($profileData->first_name) ? $profileData->first_name : '';
778
+ $temp['last_name'] = isset($profileData->last_name) ? $profileData->last_name : '';
779
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
780
+ $temp['large_avatar'] = '';
781
+ }elseif($provider == 'odnoklassniki'){
782
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
783
+ $temp['bio'] = '';
784
+ $temp['username'] = '';
785
+ $temp['link'] = '';
786
+ $temp['avatar'] = isset($profileData->pic_1) && heateor_ss_validate_url($profileData->pic_1) ? trim($profileData->pic_1) : '';
787
+ $temp['name'] = isset($profileData->name) ? $profileData->name : '';
788
+ $temp['first_name'] = isset($profileData->first_name) ? $profileData->first_name : '';
789
+ $temp['last_name'] = isset($profileData->last_name) ? $profileData->last_name : '';
790
+ $temp['id'] = isset($profileData->uid) ? sanitize_text_field($profileData->uid) : '';
791
+ $temp['large_avatar'] = isset($profileData->pic_3) && heateor_ss_validate_url($profileData->pic_3) ? trim($profileData->pic_3) : '';
792
  }elseif($provider == 'discord'){
793
  if(!empty($profileData->email)){
794
  $temp['email'] = sanitize_email($profileData->email);
inc/social_sharing_networks.php CHANGED
@@ -12,19 +12,19 @@ function heateor_ss_fetch_sharing_networks($sharingType){
12
  $fbKey = $theChampLoginOptions['fb_key'];
13
  }
14
  $sharingNetworks = array(
15
- 'facebook_share' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button_count"></div></a>',
16
- 'facebook_like' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></a>',
17
- 'facebook_recommend' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></a>',
18
- 'twitter_tweet' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%" data-super-socializer-href="%post_url%">%like_count_container%<a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if( !d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></a>',
19
- 'linkedin_share' => '<a style="padding:7.35px 0!important;margin-top:-2px!important;" class="the_champ_%network%">%like_count_container%<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: %language%</script><script type="IN/Share" data-url="%post_url%" data-counter="right"></script></a>',
20
- 'pinterest_pin' => '<a style="padding:%padding%px 0!important;margin-top:-1px!important" class="the_champ_%network%">%like_count_container%<a data-pin-lang="%language%" href="//www.pinterest.com/pin/create/button/?url=%post_url%" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></a>',
21
- 'buffer_share' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></a>',
22
- 'xing_share' => '<a style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s){var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></a>',
23
- 'yummly_share' => '<a style="padding:%padding%px 0!important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></a>',
24
- 'reddit_badge' => '<a style="padding:%padding%px 0!important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></a>',
25
  'MeWe' => '<a class="the_champ_MeWe" href="https://mewe.com/share?link=%encoded_post_url%" title="MeWe" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#007da1;%span_style%"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -3 38 38"><g fill="%logo_color%"><path d="M9.636 10.427a1.22 1.22 0 1 1-2.44 0 1.22 1.22 0 1 1 2.44 0zM15.574 10.431a1.22 1.22 0 0 1-2.438 0 1.22 1.22 0 1 1 2.438 0zM22.592 10.431a1.221 1.221 0 1 1-2.443 0 1.221 1.221 0 0 1 2.443 0zM29.605 10.431a1.221 1.221 0 1 1-2.442 0 1.221 1.221 0 0 1 2.442 0zM3.605 13.772c0-.471.374-.859.859-.859h.18c.374 0 .624.194.789.457l2.935 4.597 2.95-4.611c.18-.291.43-.443.774-.443h.18c.485 0 .859.387.859.859v8.113a.843.843 0 0 1-.859.845.857.857 0 0 1-.845-.845V16.07l-2.366 3.559c-.18.276-.402.443-.72.443-.304 0-.526-.167-.706-.443l-2.354-3.53V21.9c0 .471-.374.83-.845.83a.815.815 0 0 1-.83-.83v-8.128h-.001zM14.396 14.055a.9.9 0 0 1-.069-.333c0-.471.402-.83.872-.83.415 0 .735.263.845.624l2.23 6.66 2.187-6.632c.139-.402.428-.678.859-.678h.124c.428 0 .735.278.859.678l2.187 6.632 2.23-6.675c.126-.346.415-.609.83-.609.457 0 .845.361.845.817a.96.96 0 0 1-.083.346l-2.867 8.032c-.152.43-.471.706-.887.706h-.165c-.415 0-.721-.263-.872-.706l-2.161-6.328-2.16 6.328c-.152.443-.47.706-.887.706h-.165c-.415 0-.72-.263-.887-.706l-2.865-8.032z"></path></g></svg></span></a>',
26
  'facebook' => '<a class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%" title="Facebook" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#3c589a;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="%logo_color%"></path></svg></span></a>',
27
- 'gettr' => '<a class="the_champ_gettr" href="https://gettr.com/share?text=%post_title%&url=%encoded_post_url%" title="Gettr" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#E50000;%span_style%"><svg width="100%" height="100%" viewBox="-8 -5 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M24.528 7.9125C24.1467 8.22187 23.7874 8.3875 23.2655 8.39688C23.7249 7.94688 24.1405 7.43125 24.478 6.875C24.8155 6.31875 25.0717 5.71875 25.2624 5.09375C23.6436 6.32187 21.1561 6.64062 18.9186 7.55312C16.753 8.42812 14.8186 9.85312 14.5655 11.7312C14.3874 13.0781 15.0686 14.6531 16.0249 16.0063C16.1311 15.6469 16.303 15.2781 16.553 15.0125C17.0467 14.4906 17.853 14.3594 18.628 14.2344C19.7999 14.0469 20.8936 13.875 21.8561 13.3156C22.5342 12.9219 23.1436 12.3313 23.528 11.6281C23.7467 11.2344 23.8936 10.8031 23.9811 10.3656C23.7311 10.6 23.3405 10.7531 23.0155 10.6844C23.8186 9.9 24.3374 9.00625 24.528 7.9125Z" fill="%logo_color%"/><path d="M16.0221 17.6094H8.7002V18.2969C8.7002 18.2969 12.1314 18.4781 12.6877 21.0938H16.0189H19.3502C19.9064 18.4781 23.3377 18.2969 23.3377 18.2969V17.6094H16.0221Z" fill="%logo_color%"/><path d="M19.2221 21.6846C19.0033 21.6439 18.8002 21.7658 18.7627 21.9596L18.3689 24.4533C18.3658 24.4721 18.3627 24.4908 18.3627 24.5096H17.6346L17.9564 22.0721C17.9752 21.8752 17.8127 21.7033 17.5971 21.6814C17.3783 21.6596 17.1846 21.8033 17.1689 21.9971L17.0189 24.5064C17.0189 24.5096 17.0189 24.5096 17.0189 24.5127H16.3314L16.4221 22.0377C16.4221 21.8533 16.2627 21.7002 16.0658 21.6846C16.0533 21.6846 16.0408 21.6814 16.0252 21.6814C16.0127 21.6814 15.9971 21.6814 15.9846 21.6846C15.8377 21.6971 15.7127 21.7814 15.6596 21.9033C15.6377 21.9471 15.6283 21.9939 15.6283 22.0439L15.7189 24.5189H15.0314C15.0314 24.5158 15.0314 24.5158 15.0314 24.5127L14.8752 22.0002C14.8564 21.8033 14.6658 21.6627 14.4471 21.6846C14.2283 21.7064 14.0658 21.8814 14.0877 22.0752L14.4096 24.5127H13.6814C13.6783 24.4939 13.6752 24.4752 13.6752 24.4564L13.2814 21.9627C13.2439 21.7689 13.0377 21.6471 12.8221 21.6877C12.6033 21.7283 12.4627 21.9221 12.5002 22.1158L13.0564 24.5158H13.3846C13.4814 25.0502 13.5439 25.4252 13.5783 25.6283H14.1283C14.2314 26.6533 15.2189 36.1221 15.2189 36.1221C15.2189 36.1221 15.2846 36.9252 16.0221 36.9252C16.7564 36.9252 16.8252 36.1221 16.8252 36.1221C16.9908 34.7971 17.8064 26.5814 17.9158 25.6283H18.4689C18.5033 25.4252 18.5658 25.0502 18.6627 24.5158H18.9908L19.5471 22.1158C19.5814 21.9189 19.4377 21.7252 19.2221 21.6846Z" fill="%logo_color%"/></svg></span></a>',
28
  'Parler' => '<a class="the_champ_parler" href="https://parler.com/new-post?message=%post_title%&url=%encoded_post_url%" title="Parler" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#C63240;%span_style%"><svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="-24 -30 140 160"><g fill="%logo_color%"><path d="M58.34 83.31h-25v-8.49c0-4.5 3.64-8.14 8.14-8.14h16.87c13.8 0 25.02-11.19 25.02-24.94 0-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0 7.45 7.45 0 16.63 0h36.41l5.44.17C81.39.24 100 18.86 100 41.74c0 22.92-18.69 41.57-41.66 41.57z"></path><path d="M16.65 100C7.46 100 .02 92.55.02 83.37V49.49c0-8.92 7.23-16.16 16.16-16.16h42.19a8.32 8.32 0 010 16.64h-33.5c-4.53 0-8.21 3.67-8.21 8.21V100z"></path></g></svg></span></a>',
29
  'gab' => '<a class="the_champ_gab" href="https://gab.com/compose?url=%encoded_post_url%&text=%post_title%" title="Gab" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#25CC80;%span_style%"><svg style="%inner_style%" version="1.1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-14.5 3.5 46 30" xml:space="preserve"><g><path fill="%logo_color%" d="M13.8,7.6h-2.4v0.7V9l-0.4-0.3C10.2,7.8,9,7.2,7.7,7.2c-0.2,0-0.4,0-0.4,0c-0.1,0-0.3,0-0.5,0 c-5.6,0.3-8.7,7.2-5.4,12.1c2.3,3.4,7.1,4.1,9.7,1.5l0.3-0.3l0,0.7c0,1-0.1,1.5-0.4,2.2c-1,2.4-4.1,3-6.8,1.3 c-0.2-0.1-0.4-0.2-0.4-0.2c-0.1,0.1-1.9,3.5-1.9,3.6c0,0.1,0.5,0.4,0.8,0.6c2.2,1.4,5.6,1.7,8.3,0.8c2.7-0.9,4.5-3.2,5-6.4 c0.2-1.1,0.2-0.8,0.2-8.4l0-7.1H13.8z M9.7,17.6c-2.2,1.2-4.9-0.4-4.9-2.9C4.8,12.6,7,11,9,11.6C11.8,12.4,12.3,16.1,9.7,17.6z"></path></g></svg></span></a>',
30
  'twitter' => '<a class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%" title="Twitter" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="%logo_color%"></path></svg></span></a>',
@@ -32,10 +32,11 @@ function heateor_ss_fetch_sharing_networks($sharingType){
32
  'print' => '<a class="the_champ_button_print" onclick="window.print()" title="Print" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_print" style="background-color:#fd6500;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M4.467 14.305h23.065v6.498H4.467v-6.498z"/><path fill="#DCDCDC" stroke="%logo_color%" stroke-width=".1" d="M5.228 12.83H26.77l.745 1.39H4.485l.743-1.39z"/><path d="M9.19 8.118h13.467v6.106H9.19z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M9.844 6.516h12.312v7.31H9.844z"/><path stroke="%logo_color%" stroke-width=".1" d="M8.602 17.37h14.574v3.396H8.602z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M10.152 17.97h11.27l2.233 7.515H7.92l2.232-7.514z"/></svg></span></a>',
33
  'email' => '<a class="the_champ_email" onclick="window.open(\'mailto:?subject=\' + decodeURIComponent(\'%post_title%\').replace(\'&\', \'%26\') + \'&body=\' + decodeURIComponent(\'%encoded_post_url%\'), \'_blank\')" title="Email" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg" style="background-color:#649a3f;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 43 43"><path d="M 5.5 11 h 23 v 1 l -11 6 l -11 -6 v -1 m 0 2 l 11 6 l 11 -6 v 11 h -22 v -11" stroke-width="1" fill="%logo_color%"></path></svg></span></a>',
34
  'reddit' => '<a class="the_champ_button_reddit" href="http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%" title="Reddit" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="%logo_color%"/></svg></span></a>',
 
35
  'digg' => '<a class="the_champ_button_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_digg" style="background-color:#006094;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 49 49"><path class="the_champ_svg_stroke the_champ_no_fill" d="M 6 20 h 10 c 0 -14 -9 -14 -9 0 m 5 0 v 7 m -1 0 v -7 m 4 -7 h 4.5 v -5 h 8 v 8 h -8 v -3 m 8 0 h 4 v 5.5 h -3 v 12 h -4 v -8 m 0 8 h -6.5 v -12 h -2" stroke-width="2" stroke="%logo_color%" fill="none"></path><ellipse cx="11.5" cy="28.5" rx="4" ry="2" fill="%logo_color%"></ellipse></svg></span></a>',
36
  'float_it' => '<a class="the_champ_button_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float It" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_float_it" style="background-color:#53beee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 38 38"><g fill="%logo_color%"><path d="M16 3C8.814 3 3 8.814 3 16s5.814 13 13 13 13-5.814 13-13S23.187 3 16 3zm0 25.152c-6.712 0-12.153-5.44-12.153-12.152C3.847 9.288 9.287 3.848 16 3.848S28.152 9.288 28.152 16c0 6.712-5.44 12.152-12.152 12.152z"/><path d="M22.406 16A6.402 6.402 0 0 0 16 9.593 6.402 6.402 0 0 0 9.593 16 6.4 6.4 0 0 0 16 22.406 6.4 6.4 0 0 0 22.406 16zM16 21.39A5.392 5.392 0 0 1 10.61 16 5.403 5.403 0 0 1 16 10.61 5.393 5.393 0 0 1 21.39 16 5.382 5.382 0 0 1 16 21.39z"/><path d="M13.763 9.187V4.864c-4.475.9-8 4.424-8.898 8.898h4.322a7.226 7.226 0 0 1 4.576-4.575zm9.05 4.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224 7.224 0 0 1 4.575 4.576zm-4.576 9.052v4.322c4.475-.9 8-4.424 8.897-8.9h-4.322a7.232 7.232 0 0 1-4.575 4.578zm-9.05-4.578H4.863c.898 4.475 4.424 8 8.898 8.9v-4.323a7.233 7.233 0 0 1-4.574-4.577z"/></g></svg></span></a>',
37
  'tumblr' => '<a class="the_champ_button_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_tumblr" style="background-color:#29435d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="%logo_color%" d="M20.775 21.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 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg></span></a>',
38
- 'vkontakte' => '<a class="the_champ_button_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_vkontakte" style="background-color:#5e84ac;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -2 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="%logo_color%" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.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 1.353-1.804 1.893-2.902 1.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 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-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 1.496.33 1.496s.193 2.852-.46 3.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 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"/></svg></span></a>',
39
  'youtube' => '<a class="the_champ_button_youtube" href="%youtube_username%" title="Youtube" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_youtube" style="background-color:#5e84ac;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" d="M26.78 11.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 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.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 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>',
40
  'pinterest' => '<a class="the_champ_button_pinterest" onclick="javascript:void((function(){var e=document.createElement(\'script\');e.setAttribute(\'type\',\'text/javascript\');e.setAttribute(\'charset\',\'UTF-8\');e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="%logo_color%" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.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 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a>',
41
  'xing' => '<a class="the_champ_button_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="xing" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_xing" style="background-color:#00797d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -6 42 42"><path d="M 6 9 h 5 l 4 4 l -5 7 h -5 l 5 -7 z m 15 -4 h 5 l -9 13 l 4 8 h -5 l -4 -8 z" fill="%logo_color%"></path> </svg></span></a>',
@@ -169,6 +170,7 @@ function heateor_ss_fetch_amp_sharing_networks(){
169
  'gab' => '<a class="the_champ_amp the_champ_amp_gab" href="https://gab.com/compose?url=%encoded_post_url%&text=%post_title%" title="Gab" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/gab.svg" width="%width%" height="%height%" alt="Gab" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>',
170
  'email' => '<a class="the_champ_amp the_champ_amp_email" href="mailto:?subject=%post_title%&body=%encoded_post_url%" title="Email" rel="nofollow noopener"><amp-img src="%img_url%/email.svg" width="%width%" height="%height%" alt="Email" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>',
171
  'reddit' => '<a class="the_champ_amp the_champ_amp_reddit" href="http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%" title="Reddit" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/reddit.svg" width="%width%" height="%height%" alt="Reddit" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
 
172
  'digg' => '<a class="the_champ_amp the_champ_amp_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/digg.svg" width="%width%" height="%height%" alt="Digg" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
173
  'float_it' => '<a class="the_champ_amp the_champ_amp_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float it" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/float_it.svg" width="%width%" height="%height%" alt="Float it" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
174
  'tumblr' => '<a class="the_champ_amp the_champ_amp_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
12
  $fbKey = $theChampLoginOptions['fb_key'];
13
  }
14
  $sharingNetworks = array(
15
+ 'facebook_share' => '<a style="padding:%padding%px 0" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button_count"></div></a>',
16
+ 'facebook_like' => '<a style="padding:%padding%px 0" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></a>',
17
+ 'facebook_recommend' => '<a style="padding:%padding%px 0" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></a>',
18
+ 'twitter_tweet' => '<a style="padding:%padding%px 0" class="the_champ_%network%" data-super-socializer-href="%post_url%">%like_count_container%<a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if( !d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></a>',
19
+ 'linkedin_share' => '<a style="padding:7.35px 0;margin-top:-2px" class="the_champ_%network%">%like_count_container%<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: %language%</script><script type="IN/Share" data-url="%post_url%" data-counter="right"></script></a>',
20
+ 'pinterest_pin' => '<a style="padding:%padding%px 0;margin-top:-1px" class="the_champ_%network%">%like_count_container%<a data-pin-lang="%language%" href="//www.pinterest.com/pin/create/button/?url=%post_url%" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></a>',
21
+ 'buffer_share' => '<a style="padding:%padding%px 0" class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></a>',
22
+ 'xing_share' => '<a style="padding:%padding%px 0" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s){var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></a>',
23
+ 'yummly_share' => '<a style="padding:%padding%px 0" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></a>',
24
+ 'reddit_badge' => '<a style="padding:%padding%px 0" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></a>',
25
  'MeWe' => '<a class="the_champ_MeWe" href="https://mewe.com/share?link=%encoded_post_url%" title="MeWe" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#007da1;%span_style%"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -3 38 38"><g fill="%logo_color%"><path d="M9.636 10.427a1.22 1.22 0 1 1-2.44 0 1.22 1.22 0 1 1 2.44 0zM15.574 10.431a1.22 1.22 0 0 1-2.438 0 1.22 1.22 0 1 1 2.438 0zM22.592 10.431a1.221 1.221 0 1 1-2.443 0 1.221 1.221 0 0 1 2.443 0zM29.605 10.431a1.221 1.221 0 1 1-2.442 0 1.221 1.221 0 0 1 2.442 0zM3.605 13.772c0-.471.374-.859.859-.859h.18c.374 0 .624.194.789.457l2.935 4.597 2.95-4.611c.18-.291.43-.443.774-.443h.18c.485 0 .859.387.859.859v8.113a.843.843 0 0 1-.859.845.857.857 0 0 1-.845-.845V16.07l-2.366 3.559c-.18.276-.402.443-.72.443-.304 0-.526-.167-.706-.443l-2.354-3.53V21.9c0 .471-.374.83-.845.83a.815.815 0 0 1-.83-.83v-8.128h-.001zM14.396 14.055a.9.9 0 0 1-.069-.333c0-.471.402-.83.872-.83.415 0 .735.263.845.624l2.23 6.66 2.187-6.632c.139-.402.428-.678.859-.678h.124c.428 0 .735.278.859.678l2.187 6.632 2.23-6.675c.126-.346.415-.609.83-.609.457 0 .845.361.845.817a.96.96 0 0 1-.083.346l-2.867 8.032c-.152.43-.471.706-.887.706h-.165c-.415 0-.721-.263-.872-.706l-2.161-6.328-2.16 6.328c-.152.443-.47.706-.887.706h-.165c-.415 0-.72-.263-.887-.706l-2.865-8.032z"></path></g></svg></span></a>',
26
  'facebook' => '<a class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%" title="Facebook" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#3c589a;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="%logo_color%"></path></svg></span></a>',
27
+ 'gettr' => '<a class="the_champ_gettr" href="https://gettr.com/share?text=%post_title%&url=%encoded_post_url%" title="Gettr" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#E50000;%span_style%"><svg style="%inner_style%" width="100%" height="100%" viewBox="-178 -112 1380 1380" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1024" height="1024" rx="240"></rect><path d="M620.01 810.414C548.28 810.414 476.551 810.414 405.435 810.414C407.274 820.836 409.113 831.871 410.952 842.293C426.279 842.293 439.154 853.329 441.606 868.042C450.189 920.154 459.385 971.652 467.968 1023.76C498.008 1023.76 528.049 1023.76 557.476 1023.76C566.059 971.652 575.256 920.154 583.839 868.042C586.291 853.329 599.165 842.293 614.492 842.293C616.331 831.871 618.171 820.836 620.01 810.414C618.171 820.836 616.331 831.871 614.492 842.293Z" fill="%logo_color%"></path><path fill="%logo_color%" d="M789.83 628.333C604.682 628.333 420.148 628.333 235 628.333C235 636.303 235 644.273 235 652.243C344.74 677.992 379.072 718.455 394.399 762.596C472.872 762.596 551.958 762.596 630.431 762.596C645.145 718.455 680.09 677.992 789.83 652.243C789.83 644.273 789.83 636.303 789.83 628.333Z"></path><path fill="%logo_color%" d="M610.2 250.68C640.241 298.499 659.246 345.093 652.502 388.008C640.241 471.999 534.179 529.014 512.722 581.126C435.475 502.039 388.268 448.089 380.911 398.43C369.263 305.243 502.912 229.835 512.722 125C536.631 155.041 543.988 208.378 543.988 238.418C555.637 223.092 562.38 204.086 562.994 184.468C585.677 211.443 593.034 258.037 593.034 292.982C602.843 281.333 609.587 266.62 610.2 250.68Z"></path></svg></span></a>',
28
  'Parler' => '<a class="the_champ_parler" href="https://parler.com/new-post?message=%post_title%&url=%encoded_post_url%" title="Parler" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#C63240;%span_style%"><svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="-24 -30 140 160"><g fill="%logo_color%"><path d="M58.34 83.31h-25v-8.49c0-4.5 3.64-8.14 8.14-8.14h16.87c13.8 0 25.02-11.19 25.02-24.94 0-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0 7.45 7.45 0 16.63 0h36.41l5.44.17C81.39.24 100 18.86 100 41.74c0 22.92-18.69 41.57-41.66 41.57z"></path><path d="M16.65 100C7.46 100 .02 92.55.02 83.37V49.49c0-8.92 7.23-16.16 16.16-16.16h42.19a8.32 8.32 0 010 16.64h-33.5c-4.53 0-8.21 3.67-8.21 8.21V100z"></path></g></svg></span></a>',
29
  'gab' => '<a class="the_champ_gab" href="https://gab.com/compose?url=%encoded_post_url%&text=%post_title%" title="Gab" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#25CC80;%span_style%"><svg style="%inner_style%" version="1.1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-14.5 3.5 46 30" xml:space="preserve"><g><path fill="%logo_color%" d="M13.8,7.6h-2.4v0.7V9l-0.4-0.3C10.2,7.8,9,7.2,7.7,7.2c-0.2,0-0.4,0-0.4,0c-0.1,0-0.3,0-0.5,0 c-5.6,0.3-8.7,7.2-5.4,12.1c2.3,3.4,7.1,4.1,9.7,1.5l0.3-0.3l0,0.7c0,1-0.1,1.5-0.4,2.2c-1,2.4-4.1,3-6.8,1.3 c-0.2-0.1-0.4-0.2-0.4-0.2c-0.1,0.1-1.9,3.5-1.9,3.6c0,0.1,0.5,0.4,0.8,0.6c2.2,1.4,5.6,1.7,8.3,0.8c2.7-0.9,4.5-3.2,5-6.4 c0.2-1.1,0.2-0.8,0.2-8.4l0-7.1H13.8z M9.7,17.6c-2.2,1.2-4.9-0.4-4.9-2.9C4.8,12.6,7,11,9,11.6C11.8,12.4,12.3,16.1,9.7,17.6z"></path></g></svg></span></a>',
30
  'twitter' => '<a class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%" title="Twitter" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="%logo_color%"></path></svg></span></a>',
32
  'print' => '<a class="the_champ_button_print" onclick="window.print()" title="Print" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_print" style="background-color:#fd6500;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M4.467 14.305h23.065v6.498H4.467v-6.498z"/><path fill="#DCDCDC" stroke="%logo_color%" stroke-width=".1" d="M5.228 12.83H26.77l.745 1.39H4.485l.743-1.39z"/><path d="M9.19 8.118h13.467v6.106H9.19z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M9.844 6.516h12.312v7.31H9.844z"/><path stroke="%logo_color%" stroke-width=".1" d="M8.602 17.37h14.574v3.396H8.602z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M10.152 17.97h11.27l2.233 7.515H7.92l2.232-7.514z"/></svg></span></a>',
33
  'email' => '<a class="the_champ_email" onclick="window.open(\'mailto:?subject=\' + decodeURIComponent(\'%post_title%\').replace(\'&\', \'%26\') + \'&body=\' + decodeURIComponent(\'%encoded_post_url%\'), \'_blank\')" title="Email" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg" style="background-color:#649a3f;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 43 43"><path d="M 5.5 11 h 23 v 1 l -11 6 l -11 -6 v -1 m 0 2 l 11 6 l 11 -6 v 11 h -22 v -11" stroke-width="1" fill="%logo_color%"></path></svg></span></a>',
34
  'reddit' => '<a class="the_champ_button_reddit" href="http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%" title="Reddit" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="%logo_color%"/></svg></span></a>',
35
+ 'mastodon' => '<a class="the_champ_button_mastodon" href="https://mastodon.social/share?text=%encoded_post_url%&title=%post_title%" title="Mastodon" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_mastodon" style="background-color:#2b90d9;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M27 12c0-5.12-3.35-6.62-3.35-6.62C22 4.56 19.05 4.23 16 4.21c-3 0-5.92.35-7.61 1.12C8.36 5.33 5 6.83 5 12v4c.12 5 .92 9.93 5.54 11.16a17.67 17.67 0 005.44.6 10.88 10.88 0 004.18-.95l-.09-1.95a13.36 13.36 0 01-4.07.54c-2.12-.07-4.37-.23-4.71-2.84a5.58 5.58 0 01-.05-.73 27.46 27.46 0 004.73.63 26.76 26.76 0 004.68-.28c3-.35 5.53-2.17 5.85-3.83A39.25 39.25 0 0027 12zm-3.95 6.59h-2.46v-6c0-1.27-.53-1.91-1.6-1.91s-1.77.76-1.77 2.27v3.29h-2.44v-3.35c0-1.51-.59-2.27-1.77-2.27s-1.6.64-1.6 1.91v6H9v-6.18a4.49 4.49 0 011-3 3.39 3.39 0 012.63-1.12 3.17 3.17 0 012.84 1.44l.61 1 .61-1a3.17 3.17 0 012.84-1.44 3.39 3.39 0 012.63 1.12 4.49 4.49 0 011 3z" fill="%logo_color%"></path></svg></span></a>',
36
  'digg' => '<a class="the_champ_button_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_digg" style="background-color:#006094;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 49 49"><path class="the_champ_svg_stroke the_champ_no_fill" d="M 6 20 h 10 c 0 -14 -9 -14 -9 0 m 5 0 v 7 m -1 0 v -7 m 4 -7 h 4.5 v -5 h 8 v 8 h -8 v -3 m 8 0 h 4 v 5.5 h -3 v 12 h -4 v -8 m 0 8 h -6.5 v -12 h -2" stroke-width="2" stroke="%logo_color%" fill="none"></path><ellipse cx="11.5" cy="28.5" rx="4" ry="2" fill="%logo_color%"></ellipse></svg></span></a>',
37
  'float_it' => '<a class="the_champ_button_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float It" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_float_it" style="background-color:#53beee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 38 38"><g fill="%logo_color%"><path d="M16 3C8.814 3 3 8.814 3 16s5.814 13 13 13 13-5.814 13-13S23.187 3 16 3zm0 25.152c-6.712 0-12.153-5.44-12.153-12.152C3.847 9.288 9.287 3.848 16 3.848S28.152 9.288 28.152 16c0 6.712-5.44 12.152-12.152 12.152z"/><path d="M22.406 16A6.402 6.402 0 0 0 16 9.593 6.402 6.402 0 0 0 9.593 16 6.4 6.4 0 0 0 16 22.406 6.4 6.4 0 0 0 22.406 16zM16 21.39A5.392 5.392 0 0 1 10.61 16 5.403 5.403 0 0 1 16 10.61 5.393 5.393 0 0 1 21.39 16 5.382 5.382 0 0 1 16 21.39z"/><path d="M13.763 9.187V4.864c-4.475.9-8 4.424-8.898 8.898h4.322a7.226 7.226 0 0 1 4.576-4.575zm9.05 4.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224 7.224 0 0 1 4.575 4.576zm-4.576 9.052v4.322c4.475-.9 8-4.424 8.897-8.9h-4.322a7.232 7.232 0 0 1-4.575 4.578zm-9.05-4.578H4.863c.898 4.475 4.424 8 8.898 8.9v-4.323a7.233 7.233 0 0 1-4.574-4.577z"/></g></svg></span></a>',
38
  'tumblr' => '<a class="the_champ_button_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_tumblr" style="background-color:#29435d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="%logo_color%" d="M20.775 21.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 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg></span></a>',
39
+ 'vkontakte' => '<a class="the_champ_button_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_vkontakte" style="background-color:#0077FF;%span_style%"><svg fill="none" height="100%" width="100%" viewBox="0 13 46 20" xmlns="http://www.w3.org/2000/svg"><path d="M25.54 34.58c-10.94 0-17.18-7.5-17.44-19.98h5.48c.18 9.16 4.22 13.04 7.42 13.84V14.6h5.16v7.9c3.16-.34 6.48-3.94 7.6-7.9h5.16c-.86 4.88-4.46 8.48-7.02 9.96 2.56 1.2 6.66 4.34 8.22 10.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z" fill="%logo_color%"></path></svg></span></a>',
40
  'youtube' => '<a class="the_champ_button_youtube" href="%youtube_username%" title="Youtube" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_youtube" style="background-color:#5e84ac;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" d="M26.78 11.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 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.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 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>',
41
  'pinterest' => '<a class="the_champ_button_pinterest" onclick="javascript:void((function(){var e=document.createElement(\'script\');e.setAttribute(\'type\',\'text/javascript\');e.setAttribute(\'charset\',\'UTF-8\');e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="%logo_color%" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.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 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a>',
42
  'xing' => '<a class="the_champ_button_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="xing" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_xing" style="background-color:#00797d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -6 42 42"><path d="M 6 9 h 5 l 4 4 l -5 7 h -5 l 5 -7 z m 15 -4 h 5 l -9 13 l 4 8 h -5 l -4 -8 z" fill="%logo_color%"></path> </svg></span></a>',
170
  'gab' => '<a class="the_champ_amp the_champ_amp_gab" href="https://gab.com/compose?url=%encoded_post_url%&text=%post_title%" title="Gab" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/gab.svg" width="%width%" height="%height%" alt="Gab" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>',
171
  'email' => '<a class="the_champ_amp the_champ_amp_email" href="mailto:?subject=%post_title%&body=%encoded_post_url%" title="Email" rel="nofollow noopener"><amp-img src="%img_url%/email.svg" width="%width%" height="%height%" alt="Email" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>',
172
  'reddit' => '<a class="the_champ_amp the_champ_amp_reddit" href="http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%" title="Reddit" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/reddit.svg" width="%width%" height="%height%" alt="Reddit" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
173
+ 'mastodon' => '<a class="the_champ_amp the_champ_amp_mastodon" href="https://mastodon.social/share?text=%encoded_post_url%&title=%post_title%" title="Mastodon" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/mastodon.svg" width="%width%" height="%height%" alt="Reddit" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
174
  'digg' => '<a class="the_champ_amp the_champ_amp_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/digg.svg" width="%width%" height="%height%" alt="Digg" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
175
  'float_it' => '<a class="the_champ_amp the_champ_amp_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float it" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/float_it.svg" width="%width%" height="%height%" alt="Float it" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
176
  'tumblr' => '<a class="the_champ_amp the_champ_amp_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
inc/widget.php CHANGED
@@ -10,7 +10,7 @@ class TheChampLoginWidget extends WP_Widget {
10
  'TheChampLogin', //unique id
11
  __('Super Socializer - Login'), //title displayed at admin panel
12
  array(
13
- 'description' => __('Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google, LinkedIn', 'super-socializer'))
14
  );
15
  }
16
 
@@ -20,7 +20,7 @@ class TheChampLoginWidget extends WP_Widget {
20
  if(!the_champ_social_login_enabled()){
21
  return;
22
  }
23
- extract($args );
24
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
25
  echo $before_widget;
26
  if(!empty($instance['before_widget_content'])){
10
  'TheChampLogin', //unique id
11
  __('Super Socializer - Login'), //title displayed at admin panel
12
  array(
13
+ 'description' => __('Let your website users login/register via their favorite Social ID Provider, such as Facebook, Twitter, Google, Linkedin and many more', 'super-socializer'))
14
  );
15
  }
16
 
20
  if(!the_champ_social_login_enabled()){
21
  return;
22
  }
23
+ extract($args);
24
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
25
  echo $before_widget;
26
  if(!empty($instance['before_widget_content'])){
js/admin/fb_sdk.js CHANGED
@@ -1 +1 @@
1
- !function(e,n,t){var o,c=e.getElementsByTagName(n)[0];e.getElementById(t)||(o=e.createElement(n),o.id=t,o.src="//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v13.0",c.parentNode.insertBefore(o,c))}(document,"script","facebook-jssdk");
1
+ !function(e,n,t){var o,c=e.getElementsByTagName(n)[0];e.getElementById(t)||(o=e.createElement(n),o.id=t,o.src="//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v14.0",c.parentNode.insertBefore(o,c))}(document,"script","facebook-jssdk");
js/front/combined.js CHANGED
@@ -3,9 +3,9 @@ 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):"foursquare"==a?theChampLoginPopup(theChampFoursquareAuthUrl):"mailru"==a?theChampLoginPopup(theChampMailruAuthUrl):"dropbox"==a?theChampLoginPopup(theChampDropboxAuthUrl):"disqus"==a?theChampLoginPopup(theChampDisqusAuthUrl):"stackoverflow"==a?theChampLoginPopup(theChampStackoverflowAuthUrl):"discord"==a?theChampLoginPopup(theChampDiscordAuthUrl):"amazon"==a?theChampLoginPopup(theChampAmazonAuthUrl):"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:"v13.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
10
  function theChampRenderFBCommenting(){var e=typeof theChampCommentingId!='undefined'?document.getElementById(theChampCommentingId):'';if(e){var t=[],n=[],a=[];t.wordpress='<div style="clear:both"></div>'+e.innerHTML,theChampFBCommentingContent=("undefined"!=typeof theChampFacebookCommentsNotifierOptinText?'<div class="heateor_ss_fb_comments_notifier_optin_container"><label><input type="checkbox" class="heateor_ss_fb_comments_notifier_optin" value="1" />'+theChampFacebookCommentsNotifierOptinText+"</label></div>":"")+("undefined"!=typeof theChampFacebookCommentsOptinText?'<div class="heateor_ss_fb_comments_optin_container"><label><input type="checkbox" class="heateor_ss_fb_comments_optin" value="1" />'+theChampFacebookCommentsOptinText+"</label></div>":"")+'<div class="fb-comments" data-href="'+theChampFBCommentUrl+'"',""!=theChampFBCommentColor&&(theChampFBCommentingContent+=' data-colorscheme="'+theChampFBCommentColor+'"'),""!=theChampFBCommentNumPosts&&(theChampFBCommentingContent+=' data-numposts="'+theChampFBCommentNumPosts+'"'),theChampFBCommentingContent+=' data-width="'+theChampFBCommentWidth+'"',""!=theChampFBCommentOrderby&&(theChampFBCommentingContent+=' data-order-by="'+theChampFBCommentOrderby+'"'),theChampFBCommentingContent+=" ></div>",t.fb=theChampFBCommentingContent,n.fb="theChampInitiateFB();",t.googleplus="<div class='g-comments' data-href='"+theChampGpCommentsUrl+"' "+(theChampGpCommentsWidth?"data-width='"+theChampGpCommentsWidth+"'":"")+" data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>",n.googleplus=" ",a.googleplus="//apis.google.com/js/plusone.js",t.disqus='<div class="embed-container clearfix" id="disqus_thread">'+(""!=theChampDisqusShortname?theChampDisqusShortname:'<div style="font-size: 14px;clear: both;">Specify a Disqus shortname in Super Socializer &gt; Social Commenting section in admin panel</div>')+"</div>",n.disqus="var disqus_shortname = '"+theChampDisqusShortname+"';(function(d) {var dsq = d.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(dsq); })(document);";var o='<div class="theChampCommentingTabs"><h3 id="theChampReplyTitle" style="margin-bottom:15px" class="comment-reply-title">'+theChampScLabel+"</h3><ul>";theChampScEnabledTabs=theChampScEnabledTabs.split(",");for(var i=0;i<theChampScEnabledTabs.length;i++){o+='<li id="theChampTabs-'+i+'-li" onclick="',o+="this.setAttribute('class', 'theChampSelectedTab');document.getElementById('theChampTabs-"+i+"').style.display='block';","fb"==theChampScEnabledTabs[i]&&(o+="theChampInitiateFB();");for(var m=0;m<theChampScEnabledTabs.length;m++)m!=i&&(o+="document.getElementById('theChampTabs-"+m+"-li').setAttribute('class', '');document.getElementById('theChampTabs-"+m+"').style.display='none';");o+='">',o+=theChampScTabLabels[theChampScEnabledTabs[i]],o+="</li>"}for(o+="</ul>",i=0;i<theChampScEnabledTabs.length;i++)o+='<div id="theChampTabs-'+i+'" ><div style="clear: both"></div>'+t[theChampScEnabledTabs[i]]+"</div>";o+="</div>",e.innerHTML=o;var h=document.getElementById("reply-title");for(h&&h.remove(),i=0;i<theChampScEnabledTabs.length;i++)if(n[theChampScEnabledTabs[i]]){var s=document.createElement("script");a[theChampScEnabledTabs[i]]&&s.setAttribute("src",a[theChampScEnabledTabs[i]]),s.innerHTML=n[theChampScEnabledTabs[i]],document.getElementById("theChampTabs-"+i).appendChild(s)}for(document.getElementById("theChampTabs-0-li").setAttribute("class","theChampSelectedTab"),i=1;i<theChampScEnabledTabs.length;i++)document.getElementById("theChampTabs-"+i).style.display="none";null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").length>0&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"}),"undefined"!=typeof theChampFacebookCommentsOptinText&&(null!=heateorFcmGetCookie("heateorFcmOptin")&&jQuery("input.heateor_ss_fb_comments_optin").prop("checked",!0),jQuery("input.heateor_ss_fb_comments_optin").click(function(){if(jQuery(this).is(":checked")){if(heateorFcmOptin=1,null==heateorFcmGetCookie("heateorFcmOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorFcmOptin=1; expires="+e.toUTCString()+"; path=/"}}else heateorFcmOptin=0,document.cookie="heateorFcmOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"})),"undefined"!=typeof theChampFacebookCommentsNotifierOptinText&&(null!=heateorFcnGetCookie("heateorFcnOptin")&&jQuery("input.heateor_ss_fb_comments_notifier_optin").prop("checked",!0),jQuery("input.heateor_ss_fb_comments_notifier_optin").click(function(){if(jQuery(this).is(":checked")){if(heateorFcnOptin=1,null==heateorFcnGetCookie("heateorFcnOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorFcnOptin=1; expires="+e.toUTCString()+"; path=/"}}else heateorFcnOptin=0,document.cookie="heateorFcnOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"}))}}theChampLoadEvent(function(){theChampRenderFBCommenting()});
11
  // sharing.js
@@ -24,6 +24,12 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
24
  redirect_url: "https://www.facebook.com/sharer.php?u=" + postUrl + "&t=" + postTitle + "&v=3",
25
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="#fff"></path></svg>'
26
  },
 
 
 
 
 
 
27
  twitter: {
28
  background_color: "#55acee",
29
  title: "Twitter",
@@ -53,7 +59,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
53
  background_color: "#E50000",
54
  title: "Gettr",
55
  redirect_url: "https://gettr.com/share?text="+postTitle+"&url="+postUrl,
56
- svg: '<svg width="100%" height="100%" viewBox="-8 -5 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.528 7.9125C24.1467 8.22187 23.7874 8.3875 23.2655 8.39688C23.7249 7.94688 24.1405 7.43125 24.478 6.875C24.8155 6.31875 25.0717 5.71875 25.2624 5.09375C23.6436 6.32187 21.1561 6.64062 18.9186 7.55312C16.753 8.42812 14.8186 9.85312 14.5655 11.7312C14.3874 13.0781 15.0686 14.6531 16.0249 16.0063C16.1311 15.6469 16.303 15.2781 16.553 15.0125C17.0467 14.4906 17.853 14.3594 18.628 14.2344C19.7999 14.0469 20.8936 13.875 21.8561 13.3156C22.5342 12.9219 23.1436 12.3313 23.528 11.6281C23.7467 11.2344 23.8936 10.8031 23.9811 10.3656C23.7311 10.6 23.3405 10.7531 23.0155 10.6844C23.8186 9.9 24.3374 9.00625 24.528 7.9125Z" fill="white"/><path d="M16.0221 17.6094H8.7002V18.2969C8.7002 18.2969 12.1314 18.4781 12.6877 21.0938H16.0189H19.3502C19.9064 18.4781 23.3377 18.2969 23.3377 18.2969V17.6094H16.0221Z" fill="white"/><path d="M19.2221 21.6846C19.0033 21.6439 18.8002 21.7658 18.7627 21.9596L18.3689 24.4533C18.3658 24.4721 18.3627 24.4908 18.3627 24.5096H17.6346L17.9564 22.0721C17.9752 21.8752 17.8127 21.7033 17.5971 21.6814C17.3783 21.6596 17.1846 21.8033 17.1689 21.9971L17.0189 24.5064C17.0189 24.5096 17.0189 24.5096 17.0189 24.5127H16.3314L16.4221 22.0377C16.4221 21.8533 16.2627 21.7002 16.0658 21.6846C16.0533 21.6846 16.0408 21.6814 16.0252 21.6814C16.0127 21.6814 15.9971 21.6814 15.9846 21.6846C15.8377 21.6971 15.7127 21.7814 15.6596 21.9033C15.6377 21.9471 15.6283 21.9939 15.6283 22.0439L15.7189 24.5189H15.0314C15.0314 24.5158 15.0314 24.5158 15.0314 24.5127L14.8752 22.0002C14.8564 21.8033 14.6658 21.6627 14.4471 21.6846C14.2283 21.7064 14.0658 21.8814 14.0877 22.0752L14.4096 24.5127H13.6814C13.6783 24.4939 13.6752 24.4752 13.6752 24.4564L13.2814 21.9627C13.2439 21.7689 13.0377 21.6471 12.8221 21.6877C12.6033 21.7283 12.4627 21.9221 12.5002 22.1158L13.0564 24.5158H13.3846C13.4814 25.0502 13.5439 25.4252 13.5783 25.6283H14.1283C14.2314 26.6533 15.2189 36.1221 15.2189 36.1221C15.2189 36.1221 15.2846 36.9252 16.0221 36.9252C16.7564 36.9252 16.8252 36.1221 16.8252 36.1221C16.9908 34.7971 17.8064 26.5814 17.9158 25.6283H18.4689C18.5033 25.4252 18.5658 25.0502 18.6627 24.5158H18.9908L19.5471 22.1158C19.5814 21.9189 19.4377 21.7252 19.2221 21.6846Z" fill="white"/></svg>'
57
  },
58
  MeWe: {
59
  background_color: "#007da1",
@@ -211,10 +217,10 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
211
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="#fff" d="M20.775 21.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 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg>'
212
  },
213
  vk: {
214
- background_color:"#5e84ac",
215
  title: "Vkontakte",
216
  redirect_url: "https://vk.com/share.php?url=" + postUrl + "&title=" + postTitle,
217
- svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -2 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.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 1.353-1.804 1.893-2.902 1.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 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-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 1.496.33 1.496s.193 2.852-.46 3.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 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"/></svg>'
218
  },
219
  evernote: {
220
  background_color:"#8be056",
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):"mailru"==a?theChampLoginPopup(theChampMailruAuthUrl):"dropbox"==a?theChampLoginPopup(theChampDropboxAuthUrl):"disqus"==a?theChampLoginPopup(theChampDisqusAuthUrl):"stackoverflow"==a?theChampLoginPopup(theChampStackoverflowAuthUrl):"discord"==a?theChampLoginPopup(theChampDiscordAuthUrl):"amazon"==a?theChampLoginPopup(theChampAmazonAuthUrl):"reddit"==a?theChampLoginPopup(theChampRedditAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"yandex"==a?theChampLoginPopup(theChampYandexAuthUrl):"odnoklassniki"==a?theChampLoginPopup(theChampOdnoklassnikiAuthUrl):"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:"v14.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
10
  function theChampRenderFBCommenting(){var e=typeof theChampCommentingId!='undefined'?document.getElementById(theChampCommentingId):'';if(e){var t=[],n=[],a=[];t.wordpress='<div style="clear:both"></div>'+e.innerHTML,theChampFBCommentingContent=("undefined"!=typeof theChampFacebookCommentsNotifierOptinText?'<div class="heateor_ss_fb_comments_notifier_optin_container"><label><input type="checkbox" class="heateor_ss_fb_comments_notifier_optin" value="1" />'+theChampFacebookCommentsNotifierOptinText+"</label></div>":"")+("undefined"!=typeof theChampFacebookCommentsOptinText?'<div class="heateor_ss_fb_comments_optin_container"><label><input type="checkbox" class="heateor_ss_fb_comments_optin" value="1" />'+theChampFacebookCommentsOptinText+"</label></div>":"")+'<div class="fb-comments" data-href="'+theChampFBCommentUrl+'"',""!=theChampFBCommentColor&&(theChampFBCommentingContent+=' data-colorscheme="'+theChampFBCommentColor+'"'),""!=theChampFBCommentNumPosts&&(theChampFBCommentingContent+=' data-numposts="'+theChampFBCommentNumPosts+'"'),theChampFBCommentingContent+=' data-width="'+theChampFBCommentWidth+'"',""!=theChampFBCommentOrderby&&(theChampFBCommentingContent+=' data-order-by="'+theChampFBCommentOrderby+'"'),theChampFBCommentingContent+=" ></div>",t.fb=theChampFBCommentingContent,n.fb="theChampInitiateFB();",t.googleplus="<div class='g-comments' data-href='"+theChampGpCommentsUrl+"' "+(theChampGpCommentsWidth?"data-width='"+theChampGpCommentsWidth+"'":"")+" data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>",n.googleplus=" ",a.googleplus="//apis.google.com/js/plusone.js",t.disqus='<div class="embed-container clearfix" id="disqus_thread">'+(""!=theChampDisqusShortname?theChampDisqusShortname:'<div style="font-size: 14px;clear: both;">Specify a Disqus shortname in Super Socializer &gt; Social Commenting section in admin panel</div>')+"</div>",n.disqus="var disqus_shortname = '"+theChampDisqusShortname+"';(function(d) {var dsq = d.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(dsq); })(document);";var o='<div class="theChampCommentingTabs"><h3 id="theChampReplyTitle" style="margin-bottom:15px" class="comment-reply-title">'+theChampScLabel+"</h3><ul>";theChampScEnabledTabs=theChampScEnabledTabs.split(",");for(var i=0;i<theChampScEnabledTabs.length;i++){o+='<li id="theChampTabs-'+i+'-li" onclick="',o+="this.setAttribute('class', 'theChampSelectedTab');document.getElementById('theChampTabs-"+i+"').style.display='block';","fb"==theChampScEnabledTabs[i]&&(o+="theChampInitiateFB();");for(var m=0;m<theChampScEnabledTabs.length;m++)m!=i&&(o+="document.getElementById('theChampTabs-"+m+"-li').setAttribute('class', '');document.getElementById('theChampTabs-"+m+"').style.display='none';");o+='">',o+=theChampScTabLabels[theChampScEnabledTabs[i]],o+="</li>"}for(o+="</ul>",i=0;i<theChampScEnabledTabs.length;i++)o+='<div id="theChampTabs-'+i+'" ><div style="clear: both"></div>'+t[theChampScEnabledTabs[i]]+"</div>";o+="</div>",e.innerHTML=o;var h=document.getElementById("reply-title");for(h&&h.remove(),i=0;i<theChampScEnabledTabs.length;i++)if(n[theChampScEnabledTabs[i]]){var s=document.createElement("script");a[theChampScEnabledTabs[i]]&&s.setAttribute("src",a[theChampScEnabledTabs[i]]),s.innerHTML=n[theChampScEnabledTabs[i]],document.getElementById("theChampTabs-"+i).appendChild(s)}for(document.getElementById("theChampTabs-0-li").setAttribute("class","theChampSelectedTab"),i=1;i<theChampScEnabledTabs.length;i++)document.getElementById("theChampTabs-"+i).style.display="none";null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").length>0&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"}),"undefined"!=typeof theChampFacebookCommentsOptinText&&(null!=heateorFcmGetCookie("heateorFcmOptin")&&jQuery("input.heateor_ss_fb_comments_optin").prop("checked",!0),jQuery("input.heateor_ss_fb_comments_optin").click(function(){if(jQuery(this).is(":checked")){if(heateorFcmOptin=1,null==heateorFcmGetCookie("heateorFcmOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorFcmOptin=1; expires="+e.toUTCString()+"; path=/"}}else heateorFcmOptin=0,document.cookie="heateorFcmOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"})),"undefined"!=typeof theChampFacebookCommentsNotifierOptinText&&(null!=heateorFcnGetCookie("heateorFcnOptin")&&jQuery("input.heateor_ss_fb_comments_notifier_optin").prop("checked",!0),jQuery("input.heateor_ss_fb_comments_notifier_optin").click(function(){if(jQuery(this).is(":checked")){if(heateorFcnOptin=1,null==heateorFcnGetCookie("heateorFcnOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorFcnOptin=1; expires="+e.toUTCString()+"; path=/"}}else heateorFcnOptin=0,document.cookie="heateorFcnOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"}))}}theChampLoadEvent(function(){theChampRenderFBCommenting()});
11
  // sharing.js
24
  redirect_url: "https://www.facebook.com/sharer.php?u=" + postUrl + "&t=" + postTitle + "&v=3",
25
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="#fff"></path></svg>'
26
  },
27
+ mastodon: {
28
+ background_color: "#2b90d9",
29
+ title: "Mastodon",
30
+ redirect_url: "https://mastodon.social/share?text=" + (twitterTitle ? twitterTitle : postTitle) + " " + postUrl,
31
+ svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27 12c0-5.12-3.35-6.62-3.35-6.62C22 4.56 19.05 4.23 16 4.21c-3 0-5.92.35-7.61 1.12C8.36 5.33 5 6.83 5 12v4c.12 5 .92 9.93 5.54 11.16a17.67 17.67 0 005.44.6 10.88 10.88 0 004.18-.95l-.09-1.95a13.36 13.36 0 01-4.07.54c-2.12-.07-4.37-.23-4.71-2.84a5.58 5.58 0 01-.05-.73 27.46 27.46 0 004.73.63 26.76 26.76 0 004.68-.28c3-.35 5.53-2.17 5.85-3.83A39.25 39.25 0 0027 12zm-3.95 6.59h-2.46v-6c0-1.27-.53-1.91-1.6-1.91s-1.77.76-1.77 2.27v3.29h-2.44v-3.35c0-1.51-.59-2.27-1.77-2.27s-1.6.64-1.6 1.91v6H9v-6.18a4.49 4.49 0 011-3 3.39 3.39 0 012.63-1.12 3.17 3.17 0 012.84 1.44l.61 1 .61-1a3.17 3.17 0 012.84-1.44 3.39 3.39 0 012.63 1.12 4.49 4.49 0 011 3z" fill="#fff"></path></svg>'
32
+ },
33
  twitter: {
34
  background_color: "#55acee",
35
  title: "Twitter",
59
  background_color: "#E50000",
60
  title: "Gettr",
61
  redirect_url: "https://gettr.com/share?text="+postTitle+"&url="+postUrl,
62
+ svg: '<svg width="100%" height="100%" viewBox="-178 -102 1380 1380" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1024" height="1024" rx="240"></rect><path d="M620.01 810.414C548.28 810.414 476.551 810.414 405.435 810.414C407.274 820.836 409.113 831.871 410.952 842.293C426.279 842.293 439.154 853.329 441.606 868.042C450.189 920.154 459.385 971.652 467.968 1023.76C498.008 1023.76 528.049 1023.76 557.476 1023.76C566.059 971.652 575.256 920.154 583.839 868.042C586.291 853.329 599.165 842.293 614.492 842.293C616.331 831.871 618.171 820.836 620.01 810.414C618.171 820.836 616.331 831.871 614.492 842.293Z" fill="#fff"></path><path fill="#fff" d="M789.83 628.333C604.682 628.333 420.148 628.333 235 628.333C235 636.303 235 644.273 235 652.243C344.74 677.992 379.072 718.455 394.399 762.596C472.872 762.596 551.958 762.596 630.431 762.596C645.145 718.455 680.09 677.992 789.83 652.243C789.83 644.273 789.83 636.303 789.83 628.333Z"></path><path fill="#fff" d="M610.2 250.68C640.241 298.499 659.246 345.093 652.502 388.008C640.241 471.999 534.179 529.014 512.722 581.126C435.475 502.039 388.268 448.089 380.911 398.43C369.263 305.243 502.912 229.835 512.722 125C536.631 155.041 543.988 208.378 543.988 238.418C555.637 223.092 562.38 204.086 562.994 184.468C585.677 211.443 593.034 258.037 593.034 292.982C602.843 281.333 609.587 266.62 610.2 250.68Z"></path></svg>'
63
  },
64
  MeWe: {
65
  background_color: "#007da1",
217
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="#fff" d="M20.775 21.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 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg>'
218
  },
219
  vk: {
220
+ background_color:"#0077FF",
221
  title: "Vkontakte",
222
  redirect_url: "https://vk.com/share.php?url=" + postUrl + "&title=" + postTitle,
223
+ svg: '<svg fill="none" height="100%" width="100%" viewBox="0 13 46 20" xmlns="http://www.w3.org/2000/svg"><path d="M25.54 34.58c-10.94 0-17.18-7.5-17.44-19.98h5.48c.18 9.16 4.22 13.04 7.42 13.84V14.6h5.16v7.9c3.16-.34 6.48-3.94 7.6-7.9h5.16c-.86 4.88-4.46 8.48-7.02 9.96 2.56 1.2 6.66 4.34 8.22 10.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z" fill="#FFFFFF"></path></svg>'
224
  },
225
  evernote: {
226
  background_color:"#8be056",
js/front/facebook/sdk.js CHANGED
@@ -1 +1 @@
1
- function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v10.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);
1
+ function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v14.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);
js/front/sharing/sharing.js CHANGED
@@ -13,6 +13,12 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
13
  redirect_url: "https://www.facebook.com/sharer.php?u=" + postUrl + "&t=" + postTitle + "&v=3",
14
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="#fff"></path></svg>'
15
  },
 
 
 
 
 
 
16
  twitter: {
17
  background_color: "#55acee",
18
  title: "Twitter",
@@ -42,7 +48,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
42
  background_color: "#E50000",
43
  title: "Gettr",
44
  redirect_url: "https://gettr.com/share?text="+postTitle+"&url="+postUrl,
45
- svg: '<svg width="100%" height="100%" viewBox="-8 -5 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.528 7.9125C24.1467 8.22187 23.7874 8.3875 23.2655 8.39688C23.7249 7.94688 24.1405 7.43125 24.478 6.875C24.8155 6.31875 25.0717 5.71875 25.2624 5.09375C23.6436 6.32187 21.1561 6.64062 18.9186 7.55312C16.753 8.42812 14.8186 9.85312 14.5655 11.7312C14.3874 13.0781 15.0686 14.6531 16.0249 16.0063C16.1311 15.6469 16.303 15.2781 16.553 15.0125C17.0467 14.4906 17.853 14.3594 18.628 14.2344C19.7999 14.0469 20.8936 13.875 21.8561 13.3156C22.5342 12.9219 23.1436 12.3313 23.528 11.6281C23.7467 11.2344 23.8936 10.8031 23.9811 10.3656C23.7311 10.6 23.3405 10.7531 23.0155 10.6844C23.8186 9.9 24.3374 9.00625 24.528 7.9125Z" fill="white"/><path d="M16.0221 17.6094H8.7002V18.2969C8.7002 18.2969 12.1314 18.4781 12.6877 21.0938H16.0189H19.3502C19.9064 18.4781 23.3377 18.2969 23.3377 18.2969V17.6094H16.0221Z" fill="white"/><path d="M19.2221 21.6846C19.0033 21.6439 18.8002 21.7658 18.7627 21.9596L18.3689 24.4533C18.3658 24.4721 18.3627 24.4908 18.3627 24.5096H17.6346L17.9564 22.0721C17.9752 21.8752 17.8127 21.7033 17.5971 21.6814C17.3783 21.6596 17.1846 21.8033 17.1689 21.9971L17.0189 24.5064C17.0189 24.5096 17.0189 24.5096 17.0189 24.5127H16.3314L16.4221 22.0377C16.4221 21.8533 16.2627 21.7002 16.0658 21.6846C16.0533 21.6846 16.0408 21.6814 16.0252 21.6814C16.0127 21.6814 15.9971 21.6814 15.9846 21.6846C15.8377 21.6971 15.7127 21.7814 15.6596 21.9033C15.6377 21.9471 15.6283 21.9939 15.6283 22.0439L15.7189 24.5189H15.0314C15.0314 24.5158 15.0314 24.5158 15.0314 24.5127L14.8752 22.0002C14.8564 21.8033 14.6658 21.6627 14.4471 21.6846C14.2283 21.7064 14.0658 21.8814 14.0877 22.0752L14.4096 24.5127H13.6814C13.6783 24.4939 13.6752 24.4752 13.6752 24.4564L13.2814 21.9627C13.2439 21.7689 13.0377 21.6471 12.8221 21.6877C12.6033 21.7283 12.4627 21.9221 12.5002 22.1158L13.0564 24.5158H13.3846C13.4814 25.0502 13.5439 25.4252 13.5783 25.6283H14.1283C14.2314 26.6533 15.2189 36.1221 15.2189 36.1221C15.2189 36.1221 15.2846 36.9252 16.0221 36.9252C16.7564 36.9252 16.8252 36.1221 16.8252 36.1221C16.9908 34.7971 17.8064 26.5814 17.9158 25.6283H18.4689C18.5033 25.4252 18.5658 25.0502 18.6627 24.5158H18.9908L19.5471 22.1158C19.5814 21.9189 19.4377 21.7252 19.2221 21.6846Z" fill="white"/></svg>'
46
  },
47
  MeWe: {
48
  background_color: "#007da1",
@@ -200,10 +206,10 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
200
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="#fff" d="M20.775 21.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 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg>'
201
  },
202
  vk: {
203
- background_color:"#5e84ac",
204
  title: "Vkontakte",
205
  redirect_url: "https://vk.com/share.php?url=" + postUrl + "&title=" + postTitle,
206
- svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -2 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.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 1.353-1.804 1.893-2.902 1.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 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-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 1.496.33 1.496s.193 2.852-.46 3.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 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"/></svg>'
207
  },
208
  evernote: {
209
  background_color:"#8be056",
13
  redirect_url: "https://www.facebook.com/sharer.php?u=" + postUrl + "&t=" + postTitle + "&v=3",
14
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="#fff"></path></svg>'
15
  },
16
+ mastodon: {
17
+ background_color: "#2b90d9",
18
+ title: "Mastodon",
19
+ redirect_url: "https://mastodon.social/share?text=" + postUrl + "&t=" + postTitle + "&v=3",
20
+ svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27 12c0-5.12-3.35-6.62-3.35-6.62C22 4.56 19.05 4.23 16 4.21c-3 0-5.92.35-7.61 1.12C8.36 5.33 5 6.83 5 12v4c.12 5 .92 9.93 5.54 11.16a17.67 17.67 0 005.44.6 10.88 10.88 0 004.18-.95l-.09-1.95a13.36 13.36 0 01-4.07.54c-2.12-.07-4.37-.23-4.71-2.84a5.58 5.58 0 01-.05-.73 27.46 27.46 0 004.73.63 26.76 26.76 0 004.68-.28c3-.35 5.53-2.17 5.85-3.83A39.25 39.25 0 0027 12zm-3.95 6.59h-2.46v-6c0-1.27-.53-1.91-1.6-1.91s-1.77.76-1.77 2.27v3.29h-2.44v-3.35c0-1.51-.59-2.27-1.77-2.27s-1.6.64-1.6 1.91v6H9v-6.18a4.49 4.49 0 011-3 3.39 3.39 0 012.63-1.12 3.17 3.17 0 012.84 1.44l.61 1 .61-1a3.17 3.17 0 012.84-1.44 3.39 3.39 0 012.63 1.12 4.49 4.49 0 011 3z" fill="#fff"></path></svg>'
21
+ },
22
  twitter: {
23
  background_color: "#55acee",
24
  title: "Twitter",
48
  background_color: "#E50000",
49
  title: "Gettr",
50
  redirect_url: "https://gettr.com/share?text="+postTitle+"&url="+postUrl,
51
+ svg: '<svg width="100%" height="100%" viewBox="-178 -102 1380 1380" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1024" height="1024" rx="240"></rect><path d="M620.01 810.414C548.28 810.414 476.551 810.414 405.435 810.414C407.274 820.836 409.113 831.871 410.952 842.293C426.279 842.293 439.154 853.329 441.606 868.042C450.189 920.154 459.385 971.652 467.968 1023.76C498.008 1023.76 528.049 1023.76 557.476 1023.76C566.059 971.652 575.256 920.154 583.839 868.042C586.291 853.329 599.165 842.293 614.492 842.293C616.331 831.871 618.171 820.836 620.01 810.414C618.171 820.836 616.331 831.871 614.492 842.293Z" fill="#fff"></path><path fill="#fff" d="M789.83 628.333C604.682 628.333 420.148 628.333 235 628.333C235 636.303 235 644.273 235 652.243C344.74 677.992 379.072 718.455 394.399 762.596C472.872 762.596 551.958 762.596 630.431 762.596C645.145 718.455 680.09 677.992 789.83 652.243C789.83 644.273 789.83 636.303 789.83 628.333Z"></path><path fill="#fff" d="M610.2 250.68C640.241 298.499 659.246 345.093 652.502 388.008C640.241 471.999 534.179 529.014 512.722 581.126C435.475 502.039 388.268 448.089 380.911 398.43C369.263 305.243 502.912 229.835 512.722 125C536.631 155.041 543.988 208.378 543.988 238.418C555.637 223.092 562.38 204.086 562.994 184.468C585.677 211.443 593.034 258.037 593.034 292.982C602.843 281.333 609.587 266.62 610.2 250.68Z"></path></svg>'
52
  },
53
  MeWe: {
54
  background_color: "#007da1",
206
  svg: '<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="#fff" d="M20.775 21.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 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg>'
207
  },
208
  vk: {
209
+ background_color:"#0077FF",
210
  title: "Vkontakte",
211
  redirect_url: "https://vk.com/share.php?url=" + postUrl + "&title=" + postTitle,
212
+ svg: '<svg fill="none" height="100%" width="100%" viewBox="0 13 46 20" xmlns="http://www.w3.org/2000/svg"><path d="M25.54 34.58c-10.94 0-17.18-7.5-17.44-19.98h5.48c.18 9.16 4.22 13.04 7.42 13.84V14.6h5.16v7.9c3.16-.34 6.48-3.94 7.6-7.9h5.16c-.86 4.88-4.46 8.48-7.02 9.96 2.56 1.2 6.66 4.34 8.22 10.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z" fill="#FFFFFF"></path></svg>'
213
  },
214
  evernote: {
215
  background_color:"#8be056",
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):"foursquare"==a?theChampLoginPopup(theChampFoursquareAuthUrl):"dropbox"==a?theChampLoginPopup(theChampDropboxAuthUrl):"amazon"==a?theChampLoginPopup(theChampAmazonAuthUrl):"disqus"==a?theChampLoginPopup(theChampDisqusAuthUrl):"stackoverflow"==a?theChampLoginPopup(theChampStackoverflowAuthUrl):"discord"==a?theChampLoginPopup(theChampDiscordAuthUrl):"reddit"==a?theChampLoginPopup(theChampRedditAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"twitch"==a?theChampLoginPopup(theChampTwitchAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"mailru"==a?theChampLoginPopup(theChampMailruAuthUrl):"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):"amazon"==a?theChampLoginPopup(theChampAmazonAuthUrl):"disqus"==a?theChampLoginPopup(theChampDisqusAuthUrl):"stackoverflow"==a?theChampLoginPopup(theChampStackoverflowAuthUrl):"discord"==a?theChampLoginPopup(theChampDiscordAuthUrl):"reddit"==a?theChampLoginPopup(theChampRedditAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"twitch"==a?theChampLoginPopup(theChampTwitchAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"mailru"==a?theChampLoginPopup(theChampMailruAuthUrl):"dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"yandex"==a?theChampLoginPopup(theChampYandexAuthUrl):"odnoklassniki"==a?theChampLoginPopup(theChampOdnoklassnikiAuthUrl):"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: 2022-05-23 18:35+0530\n"
6
- "PO-Revision-Date: 2022-05-23 18:35+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -19,7 +19,7 @@ msgstr ""
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
- #: admin/social_login.php:5 admin/social_login.php:1999
23
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
24
  #, fuzzy, php-format
25
  msgid ""
@@ -33,7 +33,7 @@ msgstr ""
33
  "التغريد\""
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
- #: super_socializer.php:2424
37
  #, fuzzy
38
  msgid "General Options"
39
  msgstr "المشاركات الأفقي"
@@ -86,21 +86,21 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
86
  msgstr ""
87
 
88
  #: admin/general_options.php:89 admin/like_buttons.php:781
89
- #: admin/social_commenting.php:401 admin/social_login.php:1995
90
- #: admin/social_sharing.php:1975 helper.php:926
91
  #, fuzzy
92
  msgid "Save Changes"
93
  msgstr "حفظ"
94
 
95
  #: admin/general_options.php:103 admin/like_buttons.php:791
96
- #: admin/social_commenting.php:411 admin/social_login.php:2005
97
  #: admin/social_sharing.php:1985
98
  #, fuzzy
99
  msgid "Instagram Shoutout"
100
  msgstr "إنستاجرام"
101
 
102
  #: admin/general_options.php:105 admin/like_buttons.php:793
103
- #: admin/social_commenting.php:413 admin/social_login.php:2007
104
  #: admin/social_sharing.php:1987
105
  msgid ""
106
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -240,7 +240,7 @@ msgid "3rd Party Integration"
240
  msgstr ""
241
 
242
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
243
- #: admin/social_login.php:45 admin/social_login.php:1962
244
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
245
  #: admin/social_sharing.php:1901
246
  #, fuzzy
@@ -249,7 +249,7 @@ msgstr "استخدم كود مختصر | Include the shortcode"
249
 
250
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
251
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
252
- #: admin/social_login.php:46 admin/social_login.php:1976
253
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
254
  #, fuzzy
255
  msgid "FAQ"
@@ -301,8 +301,8 @@ msgstr "رابط (URL) مخصّص"
301
  msgid "Url to like/share/tweet and display like/share/tweet counts"
302
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
303
 
304
- #: admin/like_buttons.php:105 admin/social_login.php:1231
305
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
306
  #, fuzzy
307
  msgid "Title"
308
  msgstr "العنوان"
@@ -380,7 +380,7 @@ msgid "Interface location"
380
  msgstr "واجهة الموقع"
381
 
382
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
383
- #: admin/social_login.php:1548 admin/social_login.php:1577
384
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
385
  #, fuzzy
386
  msgid "Homepage"
@@ -687,7 +687,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
687
  msgstr ""
688
 
689
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
690
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
691
  msgid "More"
692
  msgstr ""
693
 
@@ -927,7 +927,7 @@ msgstr ""
927
  msgid "Social Commenting Shortcode"
928
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
929
 
930
- #: admin/social_commenting.php:386 admin/social_login.php:1978
931
  #: admin/social_sharing.php:1934
932
  msgid ""
933
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -945,7 +945,7 @@ msgid ""
945
  "Https?"
946
  msgstr ""
947
 
948
- #: admin/social_commenting.php:389 admin/social_login.php:1983
949
  #: admin/social_sharing.php:1949
950
  msgid "Why is my browser blocking some features of the plugin?"
951
  msgstr ""
@@ -983,12 +983,12 @@ msgstr "إنشاء ملف الإعدادات"
983
  msgid "Advanced Configuration"
984
  msgstr "إنشاء ملف الإعدادات"
985
 
986
- #: admin/social_login.php:41 admin/social_login.php:1762
987
- #: super_socializer.php:2492
988
  msgid "GDPR"
989
  msgstr ""
990
 
991
- #: admin/social_login.php:43 admin/social_login.php:1913
992
  msgid "XProfile Integration"
993
  msgstr ""
994
 
@@ -1114,56 +1114,64 @@ msgstr "شارك الأخرين عبر جوجل"
1114
  msgid "Spotify"
1115
  msgstr ""
1116
 
1117
- #: admin/social_login.php:179
1118
  msgid "Dribbble"
1119
  msgstr ""
1120
 
1121
- #: admin/social_login.php:183
 
 
 
 
 
 
 
 
1122
  #, fuzzy
1123
  msgid "Twitch"
1124
  msgstr "شارك الأخرين عبر تويتر"
1125
 
1126
- #: admin/social_login.php:187
1127
  #, fuzzy
1128
  msgid "Foursquare"
1129
  msgstr "مربع"
1130
 
1131
- #: admin/social_login.php:191
1132
  msgid "Dropbox"
1133
  msgstr ""
1134
 
1135
- #: admin/social_login.php:195
1136
  msgid "Disqus"
1137
  msgstr ""
1138
 
1139
- #: admin/social_login.php:199
1140
  #, fuzzy
1141
  msgid "Reddit"
1142
  msgstr "ريديت"
1143
 
1144
- #: admin/social_login.php:203
1145
  msgid "Mail.ru"
1146
  msgstr ""
1147
 
1148
- #: admin/social_login.php:207
1149
  msgid "Github"
1150
  msgstr ""
1151
 
1152
- #: admin/social_login.php:211
1153
  msgid "Kakao"
1154
  msgstr ""
1155
 
1156
- #: admin/social_login.php:219
1157
  #, fuzzy
1158
  msgid "Select Social ID provider to enable in Social Login"
1159
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1160
 
1161
- #: admin/social_login.php:226
1162
  #, fuzzy
1163
  msgid "Facebook App ID"
1164
  msgstr "رقم التعريف الخالص بك | ID"
1165
 
1166
- #: admin/social_login.php:236
1167
  #, fuzzy, php-format
1168
  msgid ""
1169
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1173,7 +1181,7 @@ msgstr ""
1173
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1174
  "فيسبوك"
1175
 
1176
- #: admin/social_login.php:238 admin/social_login.php:259
1177
  #, fuzzy
1178
  msgid ""
1179
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1181,12 +1189,12 @@ msgstr ""
1181
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1182
  "المذكورة"
1183
 
1184
- #: admin/social_login.php:247
1185
  #, fuzzy
1186
  msgid "Facebook App Secret"
1187
  msgstr "رقم التعريف الخالص بك | ID"
1188
 
1189
- #: admin/social_login.php:257
1190
  #, fuzzy, php-format
1191
  msgid ""
1192
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1196,12 +1204,12 @@ msgstr ""
1196
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1197
  "فيسبوك"
1198
 
1199
- #: admin/social_login.php:268
1200
  #, fuzzy
1201
  msgid "Twitter API Key"
1202
  msgstr "مفتاح API الخاص | API Private Key"
1203
 
1204
- #: admin/social_login.php:278
1205
  #, fuzzy, php-format
1206
  msgid ""
1207
  "Required for Twitter Social Login to work. Please follow the documentation at "
@@ -1211,19 +1219,19 @@ msgstr ""
1211
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
1212
  "التغريد\""
1213
 
1214
- #: admin/social_login.php:280 admin/social_login.php:305
1215
  #, fuzzy
1216
  msgid ""
1217
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1218
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1219
 
1220
- #: admin/social_login.php:284 admin/social_login.php:309
1221
- #: admin/social_login.php:497 admin/social_login.php:517
1222
- #: admin/social_login.php:852 admin/social_login.php:872
1223
- #: admin/social_login.php:893 admin/social_login.php:913
1224
- #: admin/social_login.php:1018 admin/social_login.php:1038
1225
- #: admin/social_login.php:1146 admin/social_login.php:1166
1226
- #: admin/social_login.php:1188 admin/social_login.php:1208
1227
  #, fuzzy
1228
  msgid ""
1229
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1232,12 +1240,12 @@ msgstr ""
1232
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
1233
  "المذكورة"
1234
 
1235
- #: admin/social_login.php:293
1236
  #, fuzzy
1237
  msgid "Twitter API Secret"
1238
  msgstr "شارك الأخرين عبر تويتر"
1239
 
1240
- #: admin/social_login.php:303
1241
  #, fuzzy, php-format
1242
  msgid ""
1243
  "Required for Twitter Social Login to work. Please follow the documentation at "
@@ -1247,12 +1255,12 @@ msgstr ""
1247
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API "
1248
  "التغريد\""
1249
 
1250
- #: admin/social_login.php:318
1251
  #, fuzzy
1252
  msgid "LinkedIn Client ID"
1253
  msgstr "شارك الأخرين عبر لنكيدان"
1254
 
1255
- #: admin/social_login.php:328
1256
  #, fuzzy, php-format
1257
  msgid ""
1258
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1261,8 +1269,8 @@ msgstr ""
1261
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1262
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1263
 
1264
- #: admin/social_login.php:330 admin/social_login.php:351
1265
- #: admin/social_login.php:537 admin/social_login.php:557
1266
  #, fuzzy
1267
  msgid ""
1268
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at the "
@@ -1271,12 +1279,12 @@ msgstr ""
1271
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1272
  "المذكورة"
1273
 
1274
- #: admin/social_login.php:339
1275
  #, fuzzy
1276
  msgid "LinkedIn Client Secret"
1277
  msgstr "شارك الأخرين عبر لنكيدان"
1278
 
1279
- #: admin/social_login.php:349
1280
  #, fuzzy, php-format
1281
  msgid ""
1282
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1286,12 +1294,12 @@ msgstr ""
1286
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1287
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1288
 
1289
- #: admin/social_login.php:360
1290
  #, fuzzy
1291
  msgid "Google Client ID"
1292
  msgstr "شارك الأخرين عبر جوجل"
1293
 
1294
- #: admin/social_login.php:370
1295
  #, fuzzy, php-format
1296
  msgid ""
1297
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1301,7 +1309,7 @@ msgstr ""
1301
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1302
  "GooglePlus"
1303
 
1304
- #: admin/social_login.php:372 admin/social_login.php:393
1305
  #, fuzzy
1306
  msgid ""
1307
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -1310,12 +1318,12 @@ msgstr ""
1310
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1311
  "المذكورة"
1312
 
1313
- #: admin/social_login.php:381
1314
  #, fuzzy
1315
  msgid "Google Client Secret"
1316
  msgstr "شارك الأخرين عبر جوجل"
1317
 
1318
- #: admin/social_login.php:391
1319
  #, fuzzy, php-format
1320
  msgid ""
1321
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1325,12 +1333,12 @@ msgstr ""
1325
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1326
  "GooglePlus"
1327
 
1328
- #: admin/social_login.php:402
1329
  #, fuzzy
1330
  msgid "Vkontakte Application ID"
1331
  msgstr "انشر عبر VKontakte"
1332
 
1333
- #: admin/social_login.php:412 admin/social_login.php:433
1334
  #, fuzzy, php-format
1335
  msgid ""
1336
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1341,7 +1349,7 @@ msgstr ""
1341
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1342
  "Vkontakte"
1343
 
1344
- #: admin/social_login.php:414 admin/social_login.php:435
1345
  #, fuzzy
1346
  msgid ""
1347
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -1349,17 +1357,17 @@ msgid ""
1349
  msgstr ""
1350
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1351
 
1352
- #: admin/social_login.php:423
1353
  #, fuzzy
1354
  msgid "Vkontakte Secure key"
1355
  msgstr "انشر عبر VKontakte"
1356
 
1357
- #: admin/social_login.php:444
1358
  #, fuzzy
1359
  msgid "Instagram App ID"
1360
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1361
 
1362
- #: admin/social_login.php:454
1363
  #, fuzzy, php-format
1364
  msgid ""
1365
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1369,7 +1377,7 @@ msgstr ""
1369
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1370
  "Instagram"
1371
 
1372
- #: admin/social_login.php:456 admin/social_login.php:477
1373
  #, fuzzy
1374
  msgid ""
1375
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -1378,12 +1386,12 @@ msgstr ""
1378
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1379
  "المذكورة"
1380
 
1381
- #: admin/social_login.php:465
1382
  #, fuzzy
1383
  msgid "Instagram App Secret"
1384
  msgstr "إنستاجرام"
1385
 
1386
- #: admin/social_login.php:475
1387
  #, fuzzy, php-format
1388
  msgid ""
1389
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1393,11 +1401,11 @@ msgstr ""
1393
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1394
  "Instagram"
1395
 
1396
- #: admin/social_login.php:486
1397
  msgid "Line Channel ID"
1398
  msgstr ""
1399
 
1400
- #: admin/social_login.php:495
1401
  #, fuzzy, php-format
1402
  msgid ""
1403
  "Required for Line Social Login to work. Please follow the documentation at <a "
@@ -1406,12 +1414,12 @@ msgstr ""
1406
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1407
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1408
 
1409
- #: admin/social_login.php:506
1410
  #, fuzzy
1411
  msgid "Line Channel Secret"
1412
  msgstr "شارك الأخرين عبر لنكيدان"
1413
 
1414
- #: admin/social_login.php:515
1415
  #, fuzzy, php-format
1416
  msgid ""
1417
  "Required for Line Social Login to work. Please follow the documentation at <a "
@@ -1420,12 +1428,12 @@ msgstr ""
1420
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1421
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1422
 
1423
- #: admin/social_login.php:526
1424
  #, fuzzy
1425
  msgid "Wordpress Client ID"
1426
  msgstr "شارك الأخرين عبر جوجل"
1427
 
1428
- #: admin/social_login.php:535
1429
  #, fuzzy, php-format
1430
  msgid ""
1431
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1435,12 +1443,12 @@ msgstr ""
1435
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1436
  "GooglePlus"
1437
 
1438
- #: admin/social_login.php:546
1439
  #, fuzzy
1440
  msgid "Wordpress Client Secret"
1441
  msgstr "شارك الأخرين عبر جوجل"
1442
 
1443
- #: admin/social_login.php:555
1444
  #, fuzzy, php-format
1445
  msgid ""
1446
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1451,12 +1459,12 @@ msgstr ""
1451
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1452
  "GooglePlus"
1453
 
1454
- #: admin/social_login.php:566
1455
  #, fuzzy
1456
  msgid "Microsoft Client ID"
1457
  msgstr "شارك الأخرين عبر جوجل"
1458
 
1459
- #: admin/social_login.php:575
1460
  #, fuzzy, php-format
1461
  msgid ""
1462
  "Required for Live Social Login to work. Please follow the documentation at <a "
@@ -1466,9 +1474,9 @@ msgstr ""
1466
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1467
  "GooglePlus"
1468
 
1469
- #: admin/social_login.php:577 admin/social_login.php:597
1470
- #: admin/social_login.php:810 admin/social_login.php:830
1471
- #: admin/social_login.php:975 admin/social_login.php:995
1472
  #, fuzzy
1473
  msgid ""
1474
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at the "
@@ -1477,12 +1485,12 @@ msgstr ""
1477
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1478
  "المذكورة"
1479
 
1480
- #: admin/social_login.php:586
1481
  #, fuzzy
1482
  msgid "Microsoft Client Secret"
1483
  msgstr "شارك الأخرين عبر جوجل"
1484
 
1485
- #: admin/social_login.php:595
1486
  #, fuzzy, php-format
1487
  msgid ""
1488
  "Required for Live Social Login to work. Please follow the documentation at <a "
@@ -1492,12 +1500,12 @@ msgstr ""
1492
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1493
  "GooglePlus"
1494
 
1495
- #: admin/social_login.php:605
1496
  #, fuzzy
1497
  msgid "Steam API Key"
1498
  msgstr "مفتاح API الخاص | API Private Key"
1499
 
1500
- #: admin/social_login.php:614
1501
  #, fuzzy, php-format
1502
  msgid ""
1503
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1507,19 +1515,19 @@ msgstr ""
1507
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
1508
  "التغريد\""
1509
 
1510
- #: admin/social_login.php:615
1511
  #, fuzzy
1512
  msgid "Save following <strong>domain</strong> to get the key"
1513
  msgstr ""
1514
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
1515
  "المذكورة"
1516
 
1517
- #: admin/social_login.php:624
1518
  #, fuzzy
1519
  msgid "Yahoo Client ID"
1520
  msgstr "شارك الأخرين عبر جوجل"
1521
 
1522
- #: admin/social_login.php:633
1523
  #, fuzzy, php-format
1524
  msgid ""
1525
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1529,7 +1537,7 @@ msgstr ""
1529
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1530
  "GooglePlus"
1531
 
1532
- #: admin/social_login.php:635 admin/social_login.php:655
1533
  #, fuzzy
1534
  msgid ""
1535
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
@@ -1538,12 +1546,12 @@ msgstr ""
1538
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1539
  "المذكورة"
1540
 
1541
- #: admin/social_login.php:644
1542
  #, fuzzy
1543
  msgid "Yahoo Client Secret"
1544
  msgstr "شارك الأخرين عبر جوجل"
1545
 
1546
- #: admin/social_login.php:653
1547
  #, fuzzy, php-format
1548
  msgid ""
1549
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1553,12 +1561,12 @@ msgstr ""
1553
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1554
  "GooglePlus"
1555
 
1556
- #: admin/social_login.php:666
1557
  #, fuzzy
1558
  msgid "Discord Client ID"
1559
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1560
 
1561
- #: admin/social_login.php:675
1562
  #, fuzzy, php-format
1563
  msgid ""
1564
  "Required for Discord Social Login to work. Please follow the documentation at "
@@ -1568,7 +1576,7 @@ msgstr ""
1568
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1569
  "GooglePlus"
1570
 
1571
- #: admin/social_login.php:677 admin/social_login.php:697
1572
  #, fuzzy
1573
  msgid ""
1574
  "Paste following url in the <strong>Redirects</strong> option mentioned at the "
@@ -1577,12 +1585,12 @@ msgstr ""
1577
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1578
  "المذكورة"
1579
 
1580
- #: admin/social_login.php:686
1581
  #, fuzzy
1582
  msgid "Discord Client Secret"
1583
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1584
 
1585
- #: admin/social_login.php:695
1586
  #, fuzzy, php-format
1587
  msgid ""
1588
  "Required for Discord Social Login to work. Please follow the documentation at "
@@ -1593,12 +1601,12 @@ msgstr ""
1593
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1594
  "GooglePlus"
1595
 
1596
- #: admin/social_login.php:708
1597
  #, fuzzy
1598
  msgid "Amazon Client ID"
1599
  msgstr "شارك الأخرين عبر جوجل"
1600
 
1601
- #: admin/social_login.php:717
1602
  #, fuzzy, php-format
1603
  msgid ""
1604
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1608,7 +1616,7 @@ msgstr ""
1608
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1609
  "GooglePlus"
1610
 
1611
- #: admin/social_login.php:719 admin/social_login.php:739
1612
  #, fuzzy
1613
  msgid ""
1614
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
@@ -1617,12 +1625,12 @@ msgstr ""
1617
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1618
  "المذكورة"
1619
 
1620
- #: admin/social_login.php:728
1621
  #, fuzzy
1622
  msgid "Amazon Client Secret"
1623
  msgstr "شارك الأخرين عبر جوجل"
1624
 
1625
- #: admin/social_login.php:737
1626
  #, fuzzy, php-format
1627
  msgid ""
1628
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1632,12 +1640,12 @@ msgstr ""
1632
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1633
  "GooglePlus"
1634
 
1635
- #: admin/social_login.php:750
1636
  #, fuzzy
1637
  msgid "Stack Overflow Client ID"
1638
  msgstr "شارك الأخرين عبر جوجل"
1639
 
1640
- #: admin/social_login.php:759
1641
  #, fuzzy, php-format
1642
  msgid ""
1643
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1648,12 +1656,12 @@ msgstr ""
1648
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1649
  "GooglePlus"
1650
 
1651
- #: admin/social_login.php:765
1652
  #, fuzzy
1653
  msgid "Stack Overflow Client Secret"
1654
  msgstr "شارك الأخرين عبر جوجل"
1655
 
1656
- #: admin/social_login.php:774
1657
  #, fuzzy, php-format
1658
  msgid ""
1659
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1664,12 +1672,12 @@ msgstr ""
1664
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1665
  "GooglePlus"
1666
 
1667
- #: admin/social_login.php:780
1668
  #, fuzzy
1669
  msgid "Stack Overflow Key"
1670
  msgstr "شارك الأخرين عبر جوجل"
1671
 
1672
- #: admin/social_login.php:790
1673
  #, fuzzy, php-format
1674
  msgid ""
1675
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1680,12 +1688,12 @@ msgstr ""
1680
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
1681
  "التغريد\""
1682
 
1683
- #: admin/social_login.php:799
1684
  #, fuzzy
1685
  msgid "Spotify Client ID"
1686
  msgstr "شارك الأخرين عبر جوجل"
1687
 
1688
- #: admin/social_login.php:808
1689
  #, fuzzy, php-format
1690
  msgid ""
1691
  "Required for Spotify Social Login to work. Please follow the documentation at "
@@ -1695,12 +1703,12 @@ msgstr ""
1695
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1696
  "GooglePlus"
1697
 
1698
- #: admin/social_login.php:819
1699
  #, fuzzy
1700
  msgid "Spotify Client Secret"
1701
  msgstr "شارك الأخرين عبر جوجل"
1702
 
1703
- #: admin/social_login.php:828
1704
  #, fuzzy, php-format
1705
  msgid ""
1706
  "Required for Spotify Social Login to work. Please follow the documentation at "
@@ -1710,12 +1718,12 @@ msgstr ""
1710
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1711
  "GooglePlus"
1712
 
1713
- #: admin/social_login.php:841
1714
  #, fuzzy
1715
  msgid "Dribbble Client ID"
1716
  msgstr "شارك الأخرين عبر جوجل"
1717
 
1718
- #: admin/social_login.php:850
1719
  #, fuzzy, php-format
1720
  msgid ""
1721
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1725,12 +1733,12 @@ msgstr ""
1725
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1726
  "GooglePlus"
1727
 
1728
- #: admin/social_login.php:861
1729
  #, fuzzy
1730
  msgid "Dribbble Client Secret"
1731
  msgstr "شارك الأخرين عبر جوجل"
1732
 
1733
- #: admin/social_login.php:870
1734
  #, fuzzy, php-format
1735
  msgid ""
1736
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1741,12 +1749,107 @@ msgstr ""
1741
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1742
  "GooglePlus"
1743
 
1744
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1745
  #, fuzzy
1746
  msgid "Twitch Client ID"
1747
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1748
 
1749
- #: admin/social_login.php:891
1750
  #, fuzzy, php-format
1751
  msgid ""
1752
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1756,12 +1859,12 @@ msgstr ""
1756
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1757
  "GooglePlus"
1758
 
1759
- #: admin/social_login.php:902
1760
  #, fuzzy
1761
  msgid "Twitch Client Secret"
1762
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1763
 
1764
- #: admin/social_login.php:911
1765
  #, fuzzy, php-format
1766
  msgid ""
1767
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1771,12 +1874,12 @@ msgstr ""
1771
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1772
  "GooglePlus"
1773
 
1774
- #: admin/social_login.php:924
1775
  #, fuzzy
1776
  msgid "Foursquare Client ID"
1777
  msgstr "شارك الأخرين عبر جوجل"
1778
 
1779
- #: admin/social_login.php:933
1780
  #, fuzzy, php-format
1781
  msgid ""
1782
  "Required for Foursquare Social Login to work. Please follow the documentation "
@@ -1786,7 +1889,7 @@ msgstr ""
1786
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1787
  "GooglePlus"
1788
 
1789
- #: admin/social_login.php:935 admin/social_login.php:955
1790
  #, fuzzy
1791
  msgid ""
1792
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
@@ -1795,12 +1898,12 @@ msgstr ""
1795
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1796
  "المذكورة"
1797
 
1798
- #: admin/social_login.php:944
1799
  #, fuzzy
1800
  msgid "Foursquare Client Secret"
1801
  msgstr "شارك الأخرين عبر جوجل"
1802
 
1803
- #: admin/social_login.php:953
1804
  #, fuzzy, php-format
1805
  msgid ""
1806
  "Required for Foursquare Social Login to work. Please follow the documentation "
@@ -1811,11 +1914,11 @@ msgstr ""
1811
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1812
  "GooglePlus"
1813
 
1814
- #: admin/social_login.php:964
1815
  msgid "Dropbox App Key"
1816
  msgstr ""
1817
 
1818
- #: admin/social_login.php:973
1819
  #, fuzzy, php-format
1820
  msgid ""
1821
  "Required for Dropbox Social Login to work. Please follow the documentation at "
@@ -1825,12 +1928,12 @@ msgstr ""
1825
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1826
  "فيسبوك"
1827
 
1828
- #: admin/social_login.php:984
1829
  #, fuzzy
1830
  msgid "Dropbox App Secret"
1831
  msgstr "رقم التعريف الخالص بك | ID"
1832
 
1833
- #: admin/social_login.php:993
1834
  #, fuzzy, php-format
1835
  msgid ""
1836
  "Required for Dropbox Social Login to work. Please follow the documentation at "
@@ -1840,11 +1943,11 @@ msgstr ""
1840
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1841
  "فيسبوك"
1842
 
1843
- #: admin/social_login.php:1007
1844
  msgid "Disqus Public Key"
1845
  msgstr ""
1846
 
1847
- #: admin/social_login.php:1016
1848
  #, fuzzy, php-format
1849
  msgid ""
1850
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1854,12 +1957,12 @@ msgstr ""
1854
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
1855
  "شينغ\""
1856
 
1857
- #: admin/social_login.php:1027
1858
  #, fuzzy
1859
  msgid "Disqus Secret Key"
1860
  msgstr "هارد Shortname"
1861
 
1862
- #: admin/social_login.php:1036
1863
  #, fuzzy, php-format
1864
  msgid ""
1865
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1869,12 +1972,12 @@ msgstr ""
1869
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
1870
  "شينغ\""
1871
 
1872
- #: admin/social_login.php:1049
1873
  #, fuzzy
1874
  msgid "Reddit Client ID"
1875
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1876
 
1877
- #: admin/social_login.php:1058
1878
  #, fuzzy, php-format
1879
  msgid ""
1880
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1884,7 +1987,7 @@ msgstr ""
1884
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1885
  "GooglePlus"
1886
 
1887
- #: admin/social_login.php:1060 admin/social_login.php:1080
1888
  #, fuzzy
1889
  msgid ""
1890
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
@@ -1893,12 +1996,12 @@ msgstr ""
1893
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1894
  "المذكورة"
1895
 
1896
- #: admin/social_login.php:1069
1897
  #, fuzzy
1898
  msgid "Reddit Client Secret"
1899
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1900
 
1901
- #: admin/social_login.php:1078
1902
  #, fuzzy, php-format
1903
  msgid ""
1904
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1908,12 +2011,12 @@ msgstr ""
1908
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1909
  "GooglePlus"
1910
 
1911
- #: admin/social_login.php:1092
1912
  #, fuzzy
1913
  msgid "Mail.ru Client ID"
1914
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1915
 
1916
- #: admin/social_login.php:1101
1917
  #, fuzzy, php-format
1918
  msgid ""
1919
  "Required for Mail.ru Social Login to work. Please follow the documentation at "
@@ -1923,7 +2026,7 @@ msgstr ""
1923
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1924
  "GooglePlus"
1925
 
1926
- #: admin/social_login.php:1103 admin/social_login.php:1123
1927
  #, fuzzy
1928
  msgid ""
1929
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
@@ -1932,12 +2035,12 @@ msgstr ""
1932
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1933
  "المذكورة"
1934
 
1935
- #: admin/social_login.php:1112
1936
  #, fuzzy
1937
  msgid "Mail.ru Client Secret"
1938
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1939
 
1940
- #: admin/social_login.php:1121
1941
  #, fuzzy, php-format
1942
  msgid ""
1943
  "Required for Mail.ru Social Login to work. Please follow the documentation at "
@@ -1947,12 +2050,12 @@ msgstr ""
1947
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1948
  "GooglePlus"
1949
 
1950
- #: admin/social_login.php:1135
1951
  #, fuzzy
1952
  msgid "Github Client ID"
1953
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1954
 
1955
- #: admin/social_login.php:1144
1956
  #, fuzzy, php-format
1957
  msgid ""
1958
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1962,12 +2065,12 @@ msgstr ""
1962
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1963
  "GooglePlus"
1964
 
1965
- #: admin/social_login.php:1155
1966
  #, fuzzy
1967
  msgid "Github Client Secret"
1968
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1969
 
1970
- #: admin/social_login.php:1164
1971
  #, fuzzy, php-format
1972
  msgid ""
1973
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1977,12 +2080,12 @@ msgstr ""
1977
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1978
  "GooglePlus"
1979
 
1980
- #: admin/social_login.php:1177
1981
  #, fuzzy
1982
  msgid "Kakao Client ID"
1983
  msgstr "شارك الأخرين عبر جوجل"
1984
 
1985
- #: admin/social_login.php:1186
1986
  #, fuzzy, php-format
1987
  msgid ""
1988
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1992,12 +2095,12 @@ msgstr ""
1992
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1993
  "GooglePlus"
1994
 
1995
- #: admin/social_login.php:1197
1996
  #, fuzzy
1997
  msgid "Kakao Client Secret"
1998
  msgstr "شارك الأخرين عبر جوجل"
1999
 
2000
- #: admin/social_login.php:1206
2001
  #, fuzzy, php-format
2002
  msgid ""
2003
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -2007,7 +2110,7 @@ msgstr ""
2007
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2008
  "GooglePlus"
2009
 
2010
- #: admin/social_login.php:1226
2011
  #, fuzzy
2012
  msgid "Social Login Options"
2013
  msgstr ""
@@ -2015,25 +2118,25 @@ msgstr ""
2015
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2016
  "فورا دون موافقة المشرف على النظام."
2017
 
2018
- #: admin/social_login.php:1241
2019
  #, fuzzy
2020
  msgid "Text to display above the Social Login interface"
2021
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2022
 
2023
- #: admin/social_login.php:1249
2024
  msgid "Trigger social login in the same browser tab"
2025
  msgstr ""
2026
 
2027
- #: admin/social_login.php:1259
2028
  msgid "Trigger social login in the same browser tab instead of a popup window"
2029
  msgstr ""
2030
 
2031
- #: admin/social_login.php:1266
2032
  #, fuzzy
2033
  msgid "Center align icons"
2034
  msgstr "إعادة ترتيب الرموز"
2035
 
2036
- #: admin/social_login.php:1276
2037
  #, fuzzy
2038
  msgid "Center align social login icons"
2039
  msgstr ""
@@ -2041,12 +2144,12 @@ msgstr ""
2041
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2042
  "فورا دون موافقة المشرف على النظام."
2043
 
2044
- #: admin/social_login.php:1283
2045
  #, fuzzy
2046
  msgid "Enable at login page"
2047
  msgstr "صفحة"
2048
 
2049
- #: admin/social_login.php:1293
2050
  #, fuzzy
2051
  msgid ""
2052
  "Social Login interface will get enabled at the login page of your website"
@@ -2054,12 +2157,12 @@ msgstr ""
2054
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2055
  "التعليق"
2056
 
2057
- #: admin/social_login.php:1300
2058
  #, fuzzy
2059
  msgid "Enable at register page"
2060
  msgstr "التسجيل العام"
2061
 
2062
- #: admin/social_login.php:1310
2063
  #, fuzzy
2064
  msgid ""
2065
  "Social Login interface will get enabled at the registration page of your "
@@ -2068,21 +2171,21 @@ msgstr ""
2068
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2069
  "الخاص بك"
2070
 
2071
- #: admin/social_login.php:1317
2072
  msgid "Enable at comment form"
2073
  msgstr "تمكين هذا الشكل من تعليق"
2074
 
2075
- #: admin/social_login.php:1327
2076
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2077
  msgstr ""
2078
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2079
  "التعليق"
2080
 
2081
- #: admin/social_login.php:1341
2082
  msgid "Enable before WooCommerce Customer Login Form"
2083
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2084
 
2085
- #: admin/social_login.php:1351
2086
  #, fuzzy
2087
  msgid ""
2088
  "Social Login Interface will get enabled before the customer login form at "
@@ -2091,12 +2194,12 @@ msgstr ""
2091
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2092
  "التعليق"
2093
 
2094
- #: admin/social_login.php:1358
2095
  #, fuzzy
2096
  msgid "Enable at WooCommerce Customer Login Form"
2097
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2098
 
2099
- #: admin/social_login.php:1368
2100
  #, fuzzy
2101
  msgid ""
2102
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2105,12 +2208,12 @@ msgstr ""
2105
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2106
  "التعليق"
2107
 
2108
- #: admin/social_login.php:1375
2109
  #, fuzzy
2110
  msgid "Enable at WooCommerce Customer Register Form"
2111
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2112
 
2113
- #: admin/social_login.php:1385
2114
  #, fuzzy
2115
  msgid ""
2116
  "Integrate Social Login Interface with the customer register form at "
@@ -2119,26 +2222,26 @@ msgstr ""
2119
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2120
  "التعليق"
2121
 
2122
- #: admin/social_login.php:1392
2123
  #, fuzzy
2124
  msgid "Enable at WooCommerce checkout page"
2125
  msgstr "التسجيل العام"
2126
 
2127
- #: admin/social_login.php:1402
2128
  #, fuzzy
2129
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2130
  msgstr ""
2131
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2132
  "التعليق"
2133
 
2134
- #: admin/social_login.php:1412
2135
  #, fuzzy
2136
  msgid "Auto-approve comments made by Social Login users"
2137
  msgstr ""
2138
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2139
  "الاجتماعي\""
2140
 
2141
- #: admin/social_login.php:1422
2142
  msgid ""
2143
  "If this option is enabled, and WordPress comment is made by Social Login "
2144
  "user, comment will get approved immediately without keeping in moderation."
@@ -2147,17 +2250,17 @@ msgstr ""
2147
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2148
  "فورا دون موافقة المشرف على النظام."
2149
 
2150
- #: admin/social_login.php:1423
2151
  #, fuzzy
2152
  msgid "Note: This is not related to Facebook comments"
2153
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2154
 
2155
- #: admin/social_login.php:1432
2156
  #, fuzzy
2157
  msgid "Enable social avatar"
2158
  msgstr "خدمة الشبكة الاجتماعية"
2159
 
2160
- #: admin/social_login.php:1442
2161
  #, fuzzy
2162
  msgid ""
2163
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2166,42 +2269,42 @@ msgstr ""
2166
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2167
  "الشخصية"
2168
 
2169
- #: admin/social_login.php:1451
2170
  #, fuzzy
2171
  msgid "Avatar quality"
2172
  msgstr "نوعية الصورة الرمزية"
2173
 
2174
- #: admin/social_login.php:1454
2175
  #, fuzzy
2176
  msgid "Average"
2177
  msgstr "المعدل"
2178
 
2179
- #: admin/social_login.php:1455
2180
  msgid "Best"
2181
  msgstr "أفضل"
2182
 
2183
- #: admin/social_login.php:1462
2184
  #, fuzzy
2185
  msgid "Choose avatar quality"
2186
  msgstr "إختيار ملف"
2187
 
2188
- #: admin/social_login.php:1470
2189
  #, fuzzy
2190
  msgid "Show option for users to update social avatar at BuddyPress profile page"
2191
  msgstr ""
2192
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2193
 
2194
- #: admin/social_login.php:1480
2195
  msgid ""
2196
  "If enabled, users would be able to update their social avatar from \"Profile "
2197
  "photo\" section in BuddyPress profile at front-end"
2198
  msgstr ""
2199
 
2200
- #: admin/social_login.php:1490 super_socializer.php:2098
2201
  msgid "Email required"
2202
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
2203
 
2204
- #: admin/social_login.php:1500
2205
  #, fuzzy
2206
  msgid ""
2207
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2212,11 +2315,11 @@ msgstr ""
2212
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء "
2213
  "بريد إلكتروني وهمية"
2214
 
2215
- #: admin/social_login.php:1508
2216
  msgid "Send post-registration email to user to set account password"
2217
  msgstr ""
2218
 
2219
- #: admin/social_login.php:1518
2220
  #, fuzzy
2221
  msgid ""
2222
  "If enabled, an email will be sent to user after registration through Social "
@@ -2228,12 +2331,12 @@ msgstr ""
2228
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2229
  "تسجيل الدخول التقليدية)"
2230
 
2231
- #: admin/social_login.php:1525
2232
  #, fuzzy
2233
  msgid "Send new user registration notification email to admin"
2234
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2235
 
2236
- #: admin/social_login.php:1535
2237
  #, fuzzy
2238
  msgid ""
2239
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2244,84 +2347,84 @@ msgstr ""
2244
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2245
  "تسجيل الدخول التقليدية)"
2246
 
2247
- #: admin/social_login.php:1542
2248
  #, fuzzy
2249
  msgid "Login redirection"
2250
  msgstr "تسجيل الدخول"
2251
 
2252
- #: admin/social_login.php:1546
2253
  #, fuzzy
2254
  msgid "Same page where user logged in"
2255
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2256
 
2257
- #: admin/social_login.php:1550 admin/social_login.php:1579
2258
  #, fuzzy
2259
  msgid "Account dashboard"
2260
  msgstr " لوحتك الخاصة بالتحكم"
2261
 
2262
- #: admin/social_login.php:1553 admin/social_login.php:1582
2263
  #, fuzzy
2264
  msgid "BuddyPress profile page"
2265
  msgstr "تحرير ملفي الشخصي"
2266
 
2267
- #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2268
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2269
  #, fuzzy
2270
  msgid "Custom Url"
2271
  msgstr "رابط (URL) مخصّص"
2272
 
2273
- #: admin/social_login.php:1564
2274
  #, fuzzy
2275
  msgid "User will be redirected to the selected page after Social Login"
2276
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2277
 
2278
- #: admin/social_login.php:1571
2279
  #, fuzzy
2280
  msgid "Registration redirection"
2281
  msgstr "نموذج التسجيل"
2282
 
2283
- #: admin/social_login.php:1575
2284
  #, fuzzy
2285
  msgid "Same page from where user registered"
2286
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2287
 
2288
- #: admin/social_login.php:1591
2289
  msgid "Username Separator"
2290
  msgstr ""
2291
 
2292
- #: admin/social_login.php:1595
2293
  msgid "Dash (-)"
2294
  msgstr ""
2295
 
2296
- #: admin/social_login.php:1597
2297
  msgid "Underscore (_)"
2298
  msgstr ""
2299
 
2300
- #: admin/social_login.php:1599
2301
  msgid "Dot (.)"
2302
  msgstr ""
2303
 
2304
- #: admin/social_login.php:1601
2305
  msgid "None"
2306
  msgstr ""
2307
 
2308
- #: admin/social_login.php:1609
2309
  msgid ""
2310
  "Choose one of the underscore, dot or dash to use to join first and last names "
2311
  "in the usernames of the new users"
2312
  msgstr ""
2313
 
2314
- #: admin/social_login.php:1618
2315
  #, fuzzy
2316
  msgid "Social Account Linking Options"
2317
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2318
 
2319
- #: admin/social_login.php:1633
2320
  #, fuzzy
2321
  msgid "Text to display above the Social Account Linking interface"
2322
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2323
 
2324
- #: admin/social_login.php:1640
2325
  #, fuzzy
2326
  msgid ""
2327
  "Link social account to already existing account, if email address matches"
@@ -2329,7 +2432,7 @@ msgstr ""
2329
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
2330
  "حسابك في هذا الموقع"
2331
 
2332
- #: admin/social_login.php:1650
2333
  msgid ""
2334
  "If email address of the user's Social Account matches with an already "
2335
  "existing account at your website, that social account will be linked to "
@@ -2337,12 +2440,12 @@ msgid ""
2337
  "Linking interface at their profile page."
2338
  msgstr ""
2339
 
2340
- #: admin/social_login.php:1658
2341
  #, fuzzy
2342
  msgid "Enable social account linking at BuddyPress profile page"
2343
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2344
 
2345
- #: admin/social_login.php:1668
2346
  #, fuzzy
2347
  msgid ""
2348
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2350,17 +2453,17 @@ msgid ""
2350
  msgstr ""
2351
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2352
 
2353
- #: admin/social_login.php:1679
2354
  #, fuzzy
2355
  msgid "Email popup options"
2356
  msgstr "الخيارات"
2357
 
2358
- #: admin/social_login.php:1684
2359
  #, fuzzy
2360
  msgid "Text on 'Email required' popup"
2361
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2362
 
2363
- #: admin/social_login.php:1694
2364
  #, fuzzy
2365
  msgid ""
2366
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2369,12 +2472,12 @@ msgstr ""
2369
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2370
  "غير مطلوب."
2371
 
2372
- #: admin/social_login.php:1702
2373
  #, fuzzy
2374
  msgid "Error message for 'Email required' popup"
2375
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2376
 
2377
- #: admin/social_login.php:1712
2378
  #, fuzzy
2379
  msgid ""
2380
  "This message will be displayed to user if it provides invalid or already "
@@ -2383,12 +2486,12 @@ msgstr ""
2383
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2384
  "المسجلة مسبقاً"
2385
 
2386
- #: admin/social_login.php:1720
2387
  #, fuzzy
2388
  msgid "Email popup height"
2389
  msgstr "ارتفاع"
2390
 
2391
- #: admin/social_login.php:1730
2392
  #, fuzzy
2393
  msgid ""
2394
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you can "
@@ -2398,12 +2501,12 @@ msgstr ""
2398
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2399
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2400
 
2401
- #: admin/social_login.php:1737
2402
  #, fuzzy
2403
  msgid "Enable email verification"
2404
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2405
 
2406
- #: admin/social_login.php:1747
2407
  #, fuzzy
2408
  msgid ""
2409
  "If enabled, email provided by the user will be verified by sending a "
@@ -2414,22 +2517,22 @@ msgstr ""
2414
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول "
2415
  "دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2416
 
2417
- #: admin/social_login.php:1767
2418
  #, fuzzy
2419
  msgid "Enable GDPR opt-in"
2420
  msgstr "إتاحة التعليق من هارد"
2421
 
2422
- #: admin/social_login.php:1777
2423
  msgid ""
2424
  "Enable it to show GDPR opt-in for social login and social account linking"
2425
  msgstr ""
2426
 
2427
- #: admin/social_login.php:1785
2428
  #, fuzzy
2429
  msgid "Placement of GDPR opt-in"
2430
  msgstr "إتاحة التعليق من هارد"
2431
 
2432
- #: admin/social_login.php:1789
2433
  #, fuzzy
2434
  msgid "Above Social Login icons"
2435
  msgstr ""
@@ -2437,7 +2540,7 @@ msgstr ""
2437
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2438
  "فورا دون موافقة المشرف على النظام."
2439
 
2440
- #: admin/social_login.php:1791
2441
  #, fuzzy
2442
  msgid "Below Social Login icons"
2443
  msgstr ""
@@ -2445,74 +2548,74 @@ msgstr ""
2445
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2446
  "فورا دون موافقة المشرف على النظام."
2447
 
2448
- #: admin/social_login.php:1797
2449
  #, fuzzy
2450
  msgid "Placement of GDPR opt-in above or below the social login icons"
2451
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2452
 
2453
- #: admin/social_login.php:1804
2454
  msgid "Opt-in text"
2455
  msgstr ""
2456
 
2457
- #: admin/social_login.php:1814
2458
  #, fuzzy
2459
  msgid "Text for the GDPR opt-in"
2460
  msgstr "إتاحة التعليق من هارد"
2461
 
2462
- #: admin/social_login.php:1821
2463
  msgid "Text to link to Terms-Conditions page"
2464
  msgstr ""
2465
 
2466
- #: admin/social_login.php:1831
2467
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2468
  msgstr ""
2469
 
2470
- #: admin/social_login.php:1838
2471
  msgid "Terms-Conditions Url"
2472
  msgstr ""
2473
 
2474
- #: admin/social_login.php:1848
2475
  #, fuzzy
2476
  msgid "Url of the terms-conditions page of your website"
2477
  msgstr "URL لعملاء الموقع (اختياري)"
2478
 
2479
- #: admin/social_login.php:1855
2480
  msgid "Text to link to Privacy Policy page"
2481
  msgstr ""
2482
 
2483
- #: admin/social_login.php:1865
2484
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2485
  msgstr ""
2486
 
2487
- #: admin/social_login.php:1872
2488
  msgid "Privacy Policy Url"
2489
  msgstr ""
2490
 
2491
- #: admin/social_login.php:1882
2492
  #, fuzzy
2493
  msgid "Url of the privacy policy page of your website"
2494
  msgstr "URL لعملاء الموقع (اختياري)"
2495
 
2496
- #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2497
  #: inc/widget.php:605 inc/widget.php:754
2498
  #, fuzzy
2499
  msgid "Select"
2500
  msgstr "أختر ..."
2501
 
2502
- #: admin/social_login.php:1964
2503
  #, fuzzy
2504
  msgid "Social Login Shortcode & Widget"
2505
  msgstr "استخدم كود مختصر | Include the shortcode"
2506
 
2507
- #: admin/social_login.php:1965
2508
  msgid "Social Linking Shortcode"
2509
  msgstr "الربط الاجتماعي رمز قصير"
2510
 
2511
- #: admin/social_login.php:1980
2512
  msgid "Why is social login not working?"
2513
  msgstr ""
2514
 
2515
- #: admin/social_login.php:1981
2516
  msgid ""
2517
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2518
  "belong to the same app"
@@ -3140,7 +3243,7 @@ msgstr ""
3140
  msgid "Why is Facebook share count not working?"
3141
  msgstr ""
3142
 
3143
- #: admin/social_sharing.php:1937 super_socializer.php:3249
3144
  #, php-format
3145
  msgid ""
3146
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3244,33 +3347,33 @@ msgstr ""
3244
  msgid "Settings saved"
3245
  msgstr "الإعدادات"
3246
 
3247
- #: helper.php:197
3248
  #, fuzzy
3249
  msgid "Click to toggle help"
3250
  msgstr "إضغط لإخفاء المساعدة "
3251
 
3252
- #: helper.php:278
3253
  #, fuzzy
3254
  msgid "Add-Ons"
3255
  msgstr "إضافات"
3256
 
3257
- #: helper.php:279
3258
  msgid "Support Documentation"
3259
  msgstr ""
3260
 
3261
- #: helper.php:280
3262
  msgid "Settings"
3263
  msgstr "الإعدادات"
3264
 
3265
- #: helper.php:556
3266
  msgid "Account linked successfully"
3267
  msgstr "تم ربط حسابك بنجاح"
3268
 
3269
- #: helper.php:560
3270
  msgid "Account already exists or linked"
3271
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
3272
 
3273
- #: helper.php:596 helper.php:598
3274
  #, fuzzy
3275
  msgid "Login with"
3276
  msgstr ""
@@ -3278,104 +3381,104 @@ msgstr ""
3278
  "من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون قادرة على "
3279
  "الدخول الاجتماعي."
3280
 
3281
- #: helper.php:633 helper.php:639
3282
  msgid "Currently"
3283
  msgstr "في الوقت الحاضر"
3284
 
3285
- #: helper.php:633 helper.php:639
3286
  msgid "Connected with"
3287
  msgstr ""
3288
 
3289
- #: helper.php:633 helper.php:639
3290
  msgid "Remove"
3291
  msgstr "إزالة"
3292
 
3293
- #: helper.php:712
3294
  #, fuzzy
3295
  msgid "Social Account Linking"
3296
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3297
 
3298
- #: helper.php:763
3299
  #, fuzzy
3300
  msgid "Disable Standard Social Sharing on this "
3301
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
3302
 
3303
- #: helper.php:768
3304
  #, fuzzy
3305
  msgid "Disable Floating Social Sharing on this "
3306
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
3307
 
3308
- #: helper.php:773
3309
  #, fuzzy
3310
  msgid "Disable Standard like buttons on this "
3311
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
3312
 
3313
- #: helper.php:778
3314
  #, fuzzy
3315
  msgid "Disable Floating like buttons on this "
3316
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
3317
 
3318
- #: helper.php:783
3319
  msgid "Disable Social Commenting on this "
3320
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3321
 
3322
- #: helper.php:792
3323
  #, fuzzy
3324
  msgid "Standard Sharing Interface"
3325
  msgstr "المشاركات الأفقي"
3326
 
3327
- #: helper.php:798 helper.php:817
3328
  msgid "Starting share count for "
3329
  msgstr "بدء العد حصة ل"
3330
 
3331
- #: helper.php:811
3332
  #, fuzzy
3333
  msgid "Floating Sharing Interface"
3334
  msgstr "المشاركات الأفقي"
3335
 
3336
- #: helper.php:911 super_socializer.php:2508
3337
  #, fuzzy
3338
  msgid "Social Avatar"
3339
  msgstr "صغير الرمزية رابط"
3340
 
3341
- #: helper.php:914 super_socializer.php:2519
3342
  msgid ""
3343
  "Do not fetch and update social avatar from my profile, next time I Social "
3344
  "Login"
3345
  msgstr ""
3346
 
3347
- #: helper.php:915 super_socializer.php:2523
3348
  msgid "Update social avatar, next time I Social Login"
3349
  msgstr ""
3350
 
3351
- #: helper.php:918
3352
  #, fuzzy
3353
  msgid "Small Avatar"
3354
  msgstr "صغير الرمزية رابط"
3355
 
3356
- #: helper.php:922
3357
  #, fuzzy
3358
  msgid "Large Avatar"
3359
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3360
 
3361
- #: helper.php:982 super_socializer.php:2076
3362
  msgid "Please verify your email address to login."
3363
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3364
 
3365
- #: helper.php:1019
3366
  msgid "Click to delete social profile data"
3367
  msgstr ""
3368
 
3369
- #: helper.php:1048
3370
  #, fuzzy
3371
  msgid "Deleting"
3372
  msgstr "الإعدادات"
3373
 
3374
- #: helper.php:1058
3375
  msgid "Deleted"
3376
  msgstr ""
3377
 
3378
- #: helper.php:1060
3379
  msgid "Something bad happened"
3380
  msgstr ""
3381
 
@@ -3393,29 +3496,29 @@ msgstr ""
3393
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3394
  "صفحة تسجيل الدخول\"."
3395
 
3396
- #: inc/social_login.php:1047
3397
  #, fuzzy
3398
  msgid "Email"
3399
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3400
 
3401
- #: inc/social_login.php:1048
3402
  msgid "Confirm email"
3403
  msgstr ""
3404
 
3405
- #: inc/social_login.php:1050
3406
  msgid "Save"
3407
  msgstr ""
3408
 
3409
- #: inc/social_login.php:1051
3410
  msgid "Cancel"
3411
  msgstr ""
3412
 
3413
- #: inc/social_login.php:1125
3414
  #, fuzzy
3415
  msgid "Email Verification"
3416
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3417
 
3418
- #: inc/social_login.php:1127
3419
  msgid ""
3420
  "Please click on the following link or paste it in browser to verify your email"
3421
  msgstr ""
@@ -3436,11 +3539,11 @@ msgstr "الأرشيف"
3436
  msgid "Total Shares"
3437
  msgstr "عرض عدد المقالات"
3438
 
3439
- #: inc/social_sharing.php:272 super_socializer.php:2186
3440
  msgid "Share"
3441
  msgstr ""
3442
 
3443
- #: inc/social_sharing.php:272 super_socializer.php:2186
3444
  msgid "Shares"
3445
  msgstr ""
3446
 
@@ -3462,8 +3565,8 @@ msgstr "آخر تسجيل دخول | Last Login"
3462
  #: inc/widget.php:13
3463
  #, fuzzy
3464
  msgid ""
3465
- "Let your website users login/register using their favorite Social ID "
3466
- "Provider, such as Facebook, Twitter, Google, LinkedIn"
3467
  msgstr ""
3468
  "السماح للمستخدمين تسجيل الدخول/تسجيل على \"موفر معرف الاجتماعية\" المفضلة "
3469
  "لديك، مثل فيس بوك، تويتر، Google +، LinkedIn باستخدام موقع الويب الخاص بك"
@@ -3822,7 +3925,7 @@ msgstr "شارك الأخرين عبر تويتر"
3822
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3823
  msgstr ""
3824
 
3825
- #: super_socializer.php:1853
3826
  #, fuzzy
3827
  msgid ""
3828
  "cURL is not enabled at your website server. Please contact your website "
@@ -3831,7 +3934,7 @@ msgstr ""
3831
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3832
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3833
 
3834
- #: super_socializer.php:1881
3835
  #, fuzzy, php-format
3836
  msgid ""
3837
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3840,7 +3943,7 @@ msgstr ""
3840
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3841
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3842
 
3843
- #: super_socializer.php:1884
3844
  #, fuzzy, php-format
3845
  msgid ""
3846
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3849,7 +3952,7 @@ msgstr ""
3849
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3850
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3851
 
3852
- #: super_socializer.php:1887
3853
  msgid ""
3854
  "Make sure cURL is enabled at your website server. You may need to contact the "
3855
  "server administrator of your website to verify this"
@@ -3857,131 +3960,131 @@ msgstr ""
3857
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3858
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3859
 
3860
- #: super_socializer.php:2054
3861
  msgid "Search"
3862
  msgstr ""
3863
 
3864
- #: super_socializer.php:2076
3865
  msgid "Your email has been verified. Now you can login to your account"
3866
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
3867
 
3868
- #: super_socializer.php:2080
3869
  msgid "Notification"
3870
  msgstr "تنبيهات"
3871
 
3872
- #: super_socializer.php:2101
3873
  msgid "Please check your email inbox to complete the registration."
3874
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
3875
 
3876
- #: super_socializer.php:2170
3877
  msgid "Leave a reply"
3878
  msgstr "اترك رد"
3879
 
3880
- #: super_socializer.php:2186
3881
  #, fuzzy
3882
  msgid "Link copied."
3883
  msgstr "شارك الأخرين عبر لنكيدان"
3884
 
3885
- #: super_socializer.php:2424
3886
  #, fuzzy
3887
  msgid "Super Socializer - General Options"
3888
  msgstr "آخر تسجيل دخول | Last Login"
3889
 
3890
- #: super_socializer.php:2495
3891
  msgid ""
3892
  "I agree to my personal data being stored and used as per Privacy Policy and "
3893
  "Terms and Conditions"
3894
  msgstr ""
3895
 
3896
- #: super_socializer.php:2499
3897
  msgid ""
3898
  "I revoke my consent to store and use my personal data. Kindly delete my "
3899
  "personal data saved in this website."
3900
  msgstr ""
3901
 
3902
- #: super_socializer.php:2511
3903
  msgid "Small Avatar Url"
3904
  msgstr "صغير الرمزية رابط"
3905
 
3906
- #: super_socializer.php:2515
3907
  #, fuzzy
3908
  msgid "Large Avatar Url"
3909
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3910
 
3911
- #: super_socializer.php:2617
3912
  msgid "Login with your Social ID"
3913
  msgstr ""
3914
 
3915
- #: super_socializer.php:2618
3916
  msgid "Email you entered is already registered or invalid"
3917
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
3918
 
3919
- #: super_socializer.php:2625
3920
  msgid "Please enter a valid email address. You might be required to verify it"
3921
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
3922
 
3923
- #: super_socializer.php:2630 super_socializer.php:3433
3924
  msgid "Link your social account to login to your account at this website"
3925
  msgstr ""
3926
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
3927
  "حسابك في هذا الموقع"
3928
 
3929
- #: super_socializer.php:2890
3930
  msgid "Thanks for installing Super Socializer plugin"
3931
  msgstr ""
3932
 
3933
- #: super_socializer.php:2892
3934
  msgid "Configure the Plugin"
3935
  msgstr ""
3936
 
3937
- #: super_socializer.php:2903
3938
  msgid ""
3939
  "Update \"Facebook Comments Moderation\" add-on for compatibility with current "
3940
  "version of Super Socializer"
3941
  msgstr ""
3942
 
3943
- #: super_socializer.php:2912
3944
  msgid ""
3945
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3946
  "compatibility with the current version of Super Socializer"
3947
  msgstr ""
3948
 
3949
- #: super_socializer.php:2921
3950
  msgid ""
3951
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3952
  "compatibility with the current version of Super Socializer"
3953
  msgstr ""
3954
 
3955
- #: super_socializer.php:2930
3956
  msgid ""
3957
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3958
  "version of Super Socializer"
3959
  msgstr ""
3960
 
3961
- #: super_socializer.php:2939
3962
  msgid ""
3963
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3964
  "compatibility with the current version of Super Socializer"
3965
  msgstr ""
3966
 
3967
- #: super_socializer.php:2948
3968
  msgid ""
3969
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3970
  "for compatibility with the current version of Super Socializer"
3971
  msgstr ""
3972
 
3973
- #: super_socializer.php:2957
3974
  msgid ""
3975
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3976
  "with current version of Super Socializer"
3977
  msgstr ""
3978
 
3979
- #: super_socializer.php:2968
3980
  #, php-format
3981
  msgid "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3982
  msgstr ""
3983
 
3984
- #: super_socializer.php:2977
3985
  #, php-format
3986
  msgid ""
3987
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3989,7 +4092,7 @@ msgid ""
3989
  "Instagram App Secret <a href=\"%s\">here</a>"
3990
  msgstr ""
3991
 
3992
- #: super_socializer.php:2986 super_socializer.php:2995
3993
  #, php-format
3994
  msgid ""
3995
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3998,13 +4101,13 @@ msgid ""
3998
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3999
  msgstr ""
4000
 
4001
- #: super_socializer.php:3011
4002
  #, php-format
4003
  msgid ""
4004
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
4005
  msgstr ""
4006
 
4007
- #: super_socializer.php:3035
4008
  #, php-format
4009
  msgid ""
4010
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -4012,13 +4115,13 @@ msgid ""
4012
  "target=\"_blank\">here</a>"
4013
  msgstr ""
4014
 
4015
- #: super_socializer.php:3035 super_socializer.php:3060 super_socializer.php:3085
4016
- #: super_socializer.php:3110 super_socializer.php:3143 super_socializer.php:3171
4017
- #: super_socializer.php:3198
4018
  msgid "Okay"
4019
  msgstr ""
4020
 
4021
- #: super_socializer.php:3060
4022
  #, php-format
4023
  msgid ""
4024
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -4026,7 +4129,7 @@ msgid ""
4026
  "\">here</a>"
4027
  msgstr ""
4028
 
4029
- #: super_socializer.php:3085
4030
  #, php-format
4031
  msgid ""
4032
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -4034,7 +4137,7 @@ msgid ""
4034
  "target=\"_blank\">here</a>"
4035
  msgstr ""
4036
 
4037
- #: super_socializer.php:3110
4038
  #, php-format
4039
  msgid ""
4040
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -4042,13 +4145,13 @@ msgid ""
4042
  "target=\"_blank\">here</a>"
4043
  msgstr ""
4044
 
4045
- #: super_socializer.php:3121
4046
  #, php-format
4047
  msgid ""
4048
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
4049
  msgstr ""
4050
 
4051
- #: super_socializer.php:3143
4052
  #, php-format
4053
  msgid ""
4054
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -4056,7 +4159,7 @@ msgid ""
4056
  "\"%s\" target=\"_blank\">here</a>"
4057
  msgstr ""
4058
 
4059
- #: super_socializer.php:3171
4060
  #, php-format
4061
  msgid ""
4062
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -4065,7 +4168,7 @@ msgid ""
4065
  "your website %s with them. No need to copy-paste any code from their website."
4066
  msgstr ""
4067
 
4068
- #: super_socializer.php:3198
4069
  #, php-format
4070
  msgid ""
4071
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -4073,7 +4176,7 @@ msgid ""
4073
  "\" target=\"_blank\">here</a>"
4074
  msgstr ""
4075
 
4076
- #: super_socializer.php:3223
4077
  #, php-format
4078
  msgid ""
4079
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -4081,11 +4184,11 @@ msgid ""
4081
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4082
  msgstr ""
4083
 
4084
- #: super_socializer.php:3223 super_socializer.php:3250
4085
  msgid "Dismiss"
4086
  msgstr ""
4087
 
4088
- #: super_socializer.php:3509
4089
  msgid ""
4090
  "Your browser is blocking some features of this website. Please follow the "
4091
  "instructions at {support_url} to unblock these."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-19 23:05+0530\n"
6
+ "PO-Revision-Date: 2022-07-19 23:05+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
+ #: admin/social_login.php:5 admin/social_login.php:2102
23
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
24
  #, fuzzy, php-format
25
  msgid ""
33
  "التغريد\""
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
+ #: super_socializer.php:2555
37
  #, fuzzy
38
  msgid "General Options"
39
  msgstr "المشاركات الأفقي"
86
  msgstr ""
87
 
88
  #: admin/general_options.php:89 admin/like_buttons.php:781
89
+ #: admin/social_commenting.php:401 admin/social_login.php:2098
90
+ #: admin/social_sharing.php:1975 helper.php:932
91
  #, fuzzy
92
  msgid "Save Changes"
93
  msgstr "حفظ"
94
 
95
  #: admin/general_options.php:103 admin/like_buttons.php:791
96
+ #: admin/social_commenting.php:411 admin/social_login.php:2108
97
  #: admin/social_sharing.php:1985
98
  #, fuzzy
99
  msgid "Instagram Shoutout"
100
  msgstr "إنستاجرام"
101
 
102
  #: admin/general_options.php:105 admin/like_buttons.php:793
103
+ #: admin/social_commenting.php:413 admin/social_login.php:2110
104
  #: admin/social_sharing.php:1987
105
  msgid ""
106
  "If you can send (to hello@heateor.com) how this plugin is helping your "
240
  msgstr ""
241
 
242
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
243
+ #: admin/social_login.php:45 admin/social_login.php:2065
244
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
245
  #: admin/social_sharing.php:1901
246
  #, fuzzy
249
 
250
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
251
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
252
+ #: admin/social_login.php:46 admin/social_login.php:2079
253
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
254
  #, fuzzy
255
  msgid "FAQ"
301
  msgid "Url to like/share/tweet and display like/share/tweet counts"
302
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
303
 
304
+ #: admin/like_buttons.php:105 admin/social_login.php:1334
305
+ #: admin/social_login.php:1726 admin/social_sharing.php:717 inc/widget.php:1038
306
  #, fuzzy
307
  msgid "Title"
308
  msgstr "العنوان"
380
  msgstr "واجهة الموقع"
381
 
382
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
383
+ #: admin/social_login.php:1651 admin/social_login.php:1680
384
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
385
  #, fuzzy
386
  msgid "Homepage"
687
  msgstr ""
688
 
689
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
690
+ #: admin/social_login.php:2087 admin/social_sharing.php:1964
691
  msgid "More"
692
  msgstr ""
693
 
927
  msgid "Social Commenting Shortcode"
928
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
929
 
930
+ #: admin/social_commenting.php:386 admin/social_login.php:2081
931
  #: admin/social_sharing.php:1934
932
  msgid ""
933
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
945
  "Https?"
946
  msgstr ""
947
 
948
+ #: admin/social_commenting.php:389 admin/social_login.php:2086
949
  #: admin/social_sharing.php:1949
950
  msgid "Why is my browser blocking some features of the plugin?"
951
  msgstr ""
983
  msgid "Advanced Configuration"
984
  msgstr "إنشاء ملف الإعدادات"
985
 
986
+ #: admin/social_login.php:41 admin/social_login.php:1865
987
+ #: super_socializer.php:2623
988
  msgid "GDPR"
989
  msgstr ""
990
 
991
+ #: admin/social_login.php:43 admin/social_login.php:2016
992
  msgid "XProfile Integration"
993
  msgstr ""
994
 
1114
  msgid "Spotify"
1115
  msgstr ""
1116
 
1117
+ #: admin/social_login.php:180
1118
  msgid "Dribbble"
1119
  msgstr ""
1120
 
1121
+ #: admin/social_login.php:184
1122
+ msgid "Odnoklassniki"
1123
+ msgstr ""
1124
+
1125
+ #: admin/social_login.php:188
1126
+ msgid "Yandex"
1127
+ msgstr ""
1128
+
1129
+ #: admin/social_login.php:192
1130
  #, fuzzy
1131
  msgid "Twitch"
1132
  msgstr "شارك الأخرين عبر تويتر"
1133
 
1134
+ #: admin/social_login.php:196
1135
  #, fuzzy
1136
  msgid "Foursquare"
1137
  msgstr "مربع"
1138
 
1139
+ #: admin/social_login.php:200
1140
  msgid "Dropbox"
1141
  msgstr ""
1142
 
1143
+ #: admin/social_login.php:204
1144
  msgid "Disqus"
1145
  msgstr ""
1146
 
1147
+ #: admin/social_login.php:208
1148
  #, fuzzy
1149
  msgid "Reddit"
1150
  msgstr "ريديت"
1151
 
1152
+ #: admin/social_login.php:212
1153
  msgid "Mail.ru"
1154
  msgstr ""
1155
 
1156
+ #: admin/social_login.php:216
1157
  msgid "Github"
1158
  msgstr ""
1159
 
1160
+ #: admin/social_login.php:220
1161
  msgid "Kakao"
1162
  msgstr ""
1163
 
1164
+ #: admin/social_login.php:228
1165
  #, fuzzy
1166
  msgid "Select Social ID provider to enable in Social Login"
1167
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1168
 
1169
+ #: admin/social_login.php:235
1170
  #, fuzzy
1171
  msgid "Facebook App ID"
1172
  msgstr "رقم التعريف الخالص بك | ID"
1173
 
1174
+ #: admin/social_login.php:245
1175
  #, fuzzy, php-format
1176
  msgid ""
1177
  "Required for Facebook Social Login to work. Please follow the documentation "
1181
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1182
  "فيسبوك"
1183
 
1184
+ #: admin/social_login.php:247 admin/social_login.php:268
1185
  #, fuzzy
1186
  msgid ""
1187
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1189
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1190
  "المذكورة"
1191
 
1192
+ #: admin/social_login.php:256
1193
  #, fuzzy
1194
  msgid "Facebook App Secret"
1195
  msgstr "رقم التعريف الخالص بك | ID"
1196
 
1197
+ #: admin/social_login.php:266
1198
  #, fuzzy, php-format
1199
  msgid ""
1200
  "Required for Facebook Social Login to work. Please follow the documentation "
1204
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1205
  "فيسبوك"
1206
 
1207
+ #: admin/social_login.php:277
1208
  #, fuzzy
1209
  msgid "Twitter API Key"
1210
  msgstr "مفتاح API الخاص | API Private Key"
1211
 
1212
+ #: admin/social_login.php:287
1213
  #, fuzzy, php-format
1214
  msgid ""
1215
  "Required for Twitter Social Login to work. Please follow the documentation at "
1219
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
1220
  "التغريد\""
1221
 
1222
+ #: admin/social_login.php:289 admin/social_login.php:314
1223
  #, fuzzy
1224
  msgid ""
1225
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1226
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1227
 
1228
+ #: admin/social_login.php:293 admin/social_login.php:318
1229
+ #: admin/social_login.php:506 admin/social_login.php:526
1230
+ #: admin/social_login.php:861 admin/social_login.php:881
1231
+ #: admin/social_login.php:996 admin/social_login.php:1016
1232
+ #: admin/social_login.php:1121 admin/social_login.php:1141
1233
+ #: admin/social_login.php:1249 admin/social_login.php:1269
1234
+ #: admin/social_login.php:1291 admin/social_login.php:1311
1235
  #, fuzzy
1236
  msgid ""
1237
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1240
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
1241
  "المذكورة"
1242
 
1243
+ #: admin/social_login.php:302
1244
  #, fuzzy
1245
  msgid "Twitter API Secret"
1246
  msgstr "شارك الأخرين عبر تويتر"
1247
 
1248
+ #: admin/social_login.php:312
1249
  #, fuzzy, php-format
1250
  msgid ""
1251
  "Required for Twitter Social Login to work. Please follow the documentation at "
1255
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API "
1256
  "التغريد\""
1257
 
1258
+ #: admin/social_login.php:327
1259
  #, fuzzy
1260
  msgid "LinkedIn Client ID"
1261
  msgstr "شارك الأخرين عبر لنكيدان"
1262
 
1263
+ #: admin/social_login.php:337
1264
  #, fuzzy, php-format
1265
  msgid ""
1266
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1269
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1270
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1271
 
1272
+ #: admin/social_login.php:339 admin/social_login.php:360
1273
+ #: admin/social_login.php:546 admin/social_login.php:566
1274
  #, fuzzy
1275
  msgid ""
1276
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at the "
1279
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1280
  "المذكورة"
1281
 
1282
+ #: admin/social_login.php:348
1283
  #, fuzzy
1284
  msgid "LinkedIn Client Secret"
1285
  msgstr "شارك الأخرين عبر لنكيدان"
1286
 
1287
+ #: admin/social_login.php:358
1288
  #, fuzzy, php-format
1289
  msgid ""
1290
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1294
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1295
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1296
 
1297
+ #: admin/social_login.php:369
1298
  #, fuzzy
1299
  msgid "Google Client ID"
1300
  msgstr "شارك الأخرين عبر جوجل"
1301
 
1302
+ #: admin/social_login.php:379
1303
  #, fuzzy, php-format
1304
  msgid ""
1305
  "Required for Google Social Login to work. Please follow the documentation at "
1309
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1310
  "GooglePlus"
1311
 
1312
+ #: admin/social_login.php:381 admin/social_login.php:402
1313
  #, fuzzy
1314
  msgid ""
1315
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1318
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1319
  "المذكورة"
1320
 
1321
+ #: admin/social_login.php:390
1322
  #, fuzzy
1323
  msgid "Google Client Secret"
1324
  msgstr "شارك الأخرين عبر جوجل"
1325
 
1326
+ #: admin/social_login.php:400
1327
  #, fuzzy, php-format
1328
  msgid ""
1329
  "Required for Google Social Login to work. Please follow the documentation at "
1333
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1334
  "GooglePlus"
1335
 
1336
+ #: admin/social_login.php:411
1337
  #, fuzzy
1338
  msgid "Vkontakte Application ID"
1339
  msgstr "انشر عبر VKontakte"
1340
 
1341
+ #: admin/social_login.php:421 admin/social_login.php:442
1342
  #, fuzzy, php-format
1343
  msgid ""
1344
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1349
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1350
  "Vkontakte"
1351
 
1352
+ #: admin/social_login.php:423 admin/social_login.php:444
1353
  #, fuzzy
1354
  msgid ""
1355
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1357
  msgstr ""
1358
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1359
 
1360
+ #: admin/social_login.php:432
1361
  #, fuzzy
1362
  msgid "Vkontakte Secure key"
1363
  msgstr "انشر عبر VKontakte"
1364
 
1365
+ #: admin/social_login.php:453
1366
  #, fuzzy
1367
  msgid "Instagram App ID"
1368
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1369
 
1370
+ #: admin/social_login.php:463
1371
  #, fuzzy, php-format
1372
  msgid ""
1373
  "Required for Instagram Social Login to work. Please follow the documentation "
1377
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1378
  "Instagram"
1379
 
1380
+ #: admin/social_login.php:465 admin/social_login.php:486
1381
  #, fuzzy
1382
  msgid ""
1383
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1386
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1387
  "المذكورة"
1388
 
1389
+ #: admin/social_login.php:474
1390
  #, fuzzy
1391
  msgid "Instagram App Secret"
1392
  msgstr "إنستاجرام"
1393
 
1394
+ #: admin/social_login.php:484
1395
  #, fuzzy, php-format
1396
  msgid ""
1397
  "Required for Instagram Social Login to work. Please follow the documentation "
1401
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1402
  "Instagram"
1403
 
1404
+ #: admin/social_login.php:495
1405
  msgid "Line Channel ID"
1406
  msgstr ""
1407
 
1408
+ #: admin/social_login.php:504
1409
  #, fuzzy, php-format
1410
  msgid ""
1411
  "Required for Line Social Login to work. Please follow the documentation at <a "
1414
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1415
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1416
 
1417
+ #: admin/social_login.php:515
1418
  #, fuzzy
1419
  msgid "Line Channel Secret"
1420
  msgstr "شارك الأخرين عبر لنكيدان"
1421
 
1422
+ #: admin/social_login.php:524
1423
  #, fuzzy, php-format
1424
  msgid ""
1425
  "Required for Line Social Login to work. Please follow the documentation at <a "
1428
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1429
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1430
 
1431
+ #: admin/social_login.php:535
1432
  #, fuzzy
1433
  msgid "Wordpress Client ID"
1434
  msgstr "شارك الأخرين عبر جوجل"
1435
 
1436
+ #: admin/social_login.php:544
1437
  #, fuzzy, php-format
1438
  msgid ""
1439
  "Required for Wordpress Social Login to work. Please follow the documentation "
1443
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1444
  "GooglePlus"
1445
 
1446
+ #: admin/social_login.php:555
1447
  #, fuzzy
1448
  msgid "Wordpress Client Secret"
1449
  msgstr "شارك الأخرين عبر جوجل"
1450
 
1451
+ #: admin/social_login.php:564
1452
  #, fuzzy, php-format
1453
  msgid ""
1454
  "Required for Wordpress Social Login to work. Please follow the documentation "
1459
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1460
  "GooglePlus"
1461
 
1462
+ #: admin/social_login.php:575
1463
  #, fuzzy
1464
  msgid "Microsoft Client ID"
1465
  msgstr "شارك الأخرين عبر جوجل"
1466
 
1467
+ #: admin/social_login.php:584
1468
  #, fuzzy, php-format
1469
  msgid ""
1470
  "Required for Live Social Login to work. Please follow the documentation at <a "
1474
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1475
  "GooglePlus"
1476
 
1477
+ #: admin/social_login.php:586 admin/social_login.php:606
1478
+ #: admin/social_login.php:819 admin/social_login.php:839
1479
+ #: admin/social_login.php:1078 admin/social_login.php:1098
1480
  #, fuzzy
1481
  msgid ""
1482
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at the "
1485
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1486
  "المذكورة"
1487
 
1488
+ #: admin/social_login.php:595
1489
  #, fuzzy
1490
  msgid "Microsoft Client Secret"
1491
  msgstr "شارك الأخرين عبر جوجل"
1492
 
1493
+ #: admin/social_login.php:604
1494
  #, fuzzy, php-format
1495
  msgid ""
1496
  "Required for Live Social Login to work. Please follow the documentation at <a "
1500
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1501
  "GooglePlus"
1502
 
1503
+ #: admin/social_login.php:614
1504
  #, fuzzy
1505
  msgid "Steam API Key"
1506
  msgstr "مفتاح API الخاص | API Private Key"
1507
 
1508
+ #: admin/social_login.php:623
1509
  #, fuzzy, php-format
1510
  msgid ""
1511
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1515
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
1516
  "التغريد\""
1517
 
1518
+ #: admin/social_login.php:624
1519
  #, fuzzy
1520
  msgid "Save following <strong>domain</strong> to get the key"
1521
  msgstr ""
1522
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
1523
  "المذكورة"
1524
 
1525
+ #: admin/social_login.php:633
1526
  #, fuzzy
1527
  msgid "Yahoo Client ID"
1528
  msgstr "شارك الأخرين عبر جوجل"
1529
 
1530
+ #: admin/social_login.php:642
1531
  #, fuzzy, php-format
1532
  msgid ""
1533
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1537
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1538
  "GooglePlus"
1539
 
1540
+ #: admin/social_login.php:644 admin/social_login.php:664
1541
  #, fuzzy
1542
  msgid ""
1543
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1546
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1547
  "المذكورة"
1548
 
1549
+ #: admin/social_login.php:653
1550
  #, fuzzy
1551
  msgid "Yahoo Client Secret"
1552
  msgstr "شارك الأخرين عبر جوجل"
1553
 
1554
+ #: admin/social_login.php:662
1555
  #, fuzzy, php-format
1556
  msgid ""
1557
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1561
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1562
  "GooglePlus"
1563
 
1564
+ #: admin/social_login.php:675
1565
  #, fuzzy
1566
  msgid "Discord Client ID"
1567
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1568
 
1569
+ #: admin/social_login.php:684
1570
  #, fuzzy, php-format
1571
  msgid ""
1572
  "Required for Discord Social Login to work. Please follow the documentation at "
1576
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1577
  "GooglePlus"
1578
 
1579
+ #: admin/social_login.php:686 admin/social_login.php:706
1580
  #, fuzzy
1581
  msgid ""
1582
  "Paste following url in the <strong>Redirects</strong> option mentioned at the "
1585
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1586
  "المذكورة"
1587
 
1588
+ #: admin/social_login.php:695
1589
  #, fuzzy
1590
  msgid "Discord Client Secret"
1591
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1592
 
1593
+ #: admin/social_login.php:704
1594
  #, fuzzy, php-format
1595
  msgid ""
1596
  "Required for Discord Social Login to work. Please follow the documentation at "
1601
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1602
  "GooglePlus"
1603
 
1604
+ #: admin/social_login.php:717
1605
  #, fuzzy
1606
  msgid "Amazon Client ID"
1607
  msgstr "شارك الأخرين عبر جوجل"
1608
 
1609
+ #: admin/social_login.php:726
1610
  #, fuzzy, php-format
1611
  msgid ""
1612
  "Required for Amazon Social Login to work. Please follow the documentation at "
1616
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1617
  "GooglePlus"
1618
 
1619
+ #: admin/social_login.php:728 admin/social_login.php:748
1620
  #, fuzzy
1621
  msgid ""
1622
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1625
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1626
  "المذكورة"
1627
 
1628
+ #: admin/social_login.php:737
1629
  #, fuzzy
1630
  msgid "Amazon Client Secret"
1631
  msgstr "شارك الأخرين عبر جوجل"
1632
 
1633
+ #: admin/social_login.php:746
1634
  #, fuzzy, php-format
1635
  msgid ""
1636
  "Required for Amazon Social Login to work. Please follow the documentation at "
1640
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1641
  "GooglePlus"
1642
 
1643
+ #: admin/social_login.php:759
1644
  #, fuzzy
1645
  msgid "Stack Overflow Client ID"
1646
  msgstr "شارك الأخرين عبر جوجل"
1647
 
1648
+ #: admin/social_login.php:768
1649
  #, fuzzy, php-format
1650
  msgid ""
1651
  "Required for Stack Overflow Social Login to work. Please follow the "
1656
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1657
  "GooglePlus"
1658
 
1659
+ #: admin/social_login.php:774
1660
  #, fuzzy
1661
  msgid "Stack Overflow Client Secret"
1662
  msgstr "شارك الأخرين عبر جوجل"
1663
 
1664
+ #: admin/social_login.php:783
1665
  #, fuzzy, php-format
1666
  msgid ""
1667
  "Required for Stack Overflow Social Login to work. Please follow the "
1672
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1673
  "GooglePlus"
1674
 
1675
+ #: admin/social_login.php:789
1676
  #, fuzzy
1677
  msgid "Stack Overflow Key"
1678
  msgstr "شارك الأخرين عبر جوجل"
1679
 
1680
+ #: admin/social_login.php:799
1681
  #, fuzzy, php-format
1682
  msgid ""
1683
  "Required for Stack Overflow Social Login to work. Please follow the "
1688
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
1689
  "التغريد\""
1690
 
1691
+ #: admin/social_login.php:808
1692
  #, fuzzy
1693
  msgid "Spotify Client ID"
1694
  msgstr "شارك الأخرين عبر جوجل"
1695
 
1696
+ #: admin/social_login.php:817
1697
  #, fuzzy, php-format
1698
  msgid ""
1699
  "Required for Spotify Social Login to work. Please follow the documentation at "
1703
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1704
  "GooglePlus"
1705
 
1706
+ #: admin/social_login.php:828
1707
  #, fuzzy
1708
  msgid "Spotify Client Secret"
1709
  msgstr "شارك الأخرين عبر جوجل"
1710
 
1711
+ #: admin/social_login.php:837
1712
  #, fuzzy, php-format
1713
  msgid ""
1714
  "Required for Spotify Social Login to work. Please follow the documentation at "
1718
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1719
  "GooglePlus"
1720
 
1721
+ #: admin/social_login.php:850
1722
  #, fuzzy
1723
  msgid "Dribbble Client ID"
1724
  msgstr "شارك الأخرين عبر جوجل"
1725
 
1726
+ #: admin/social_login.php:859
1727
  #, fuzzy, php-format
1728
  msgid ""
1729
  "Required for Dribbble Social Login to work. Please follow the documentation "
1733
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1734
  "GooglePlus"
1735
 
1736
+ #: admin/social_login.php:870
1737
  #, fuzzy
1738
  msgid "Dribbble Client Secret"
1739
  msgstr "شارك الأخرين عبر جوجل"
1740
 
1741
+ #: admin/social_login.php:879
1742
  #, fuzzy, php-format
1743
  msgid ""
1744
  "Required for Dribbble Social Login to work. Please follow the documentation "
1749
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1750
  "GooglePlus"
1751
 
1752
+ #: admin/social_login.php:891
1753
+ #, fuzzy
1754
+ msgid "Odnoklassniki Application ID"
1755
+ msgstr "انشر عبر VKontakte"
1756
+
1757
+ #: admin/social_login.php:900
1758
+ #, fuzzy, php-format
1759
+ msgid ""
1760
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1761
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1762
+ "Odnoklassniki Application ID"
1763
+ msgstr ""
1764
+ "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
1765
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1766
+ "Vkontakte"
1767
+
1768
+ #: admin/social_login.php:902
1769
+ #, fuzzy
1770
+ msgid ""
1771
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1772
+ "the link"
1773
+ msgstr ""
1774
+ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1775
+ "المذكورة"
1776
+
1777
+ #: admin/social_login.php:910
1778
+ msgid "Odnoklassniki Public key"
1779
+ msgstr ""
1780
+
1781
+ #: admin/social_login.php:919
1782
+ #, fuzzy, php-format
1783
+ msgid ""
1784
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1785
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1786
+ "Odnoklassniki Public Key"
1787
+ msgstr ""
1788
+ "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1789
+ "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
1790
+ "شينغ\""
1791
+
1792
+ #: admin/social_login.php:926
1793
+ #, fuzzy
1794
+ msgid "Odnoklassniki Secret Key"
1795
+ msgstr "هارد Shortname"
1796
+
1797
+ #: admin/social_login.php:935
1798
+ #, fuzzy, php-format
1799
+ msgid ""
1800
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1801
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1802
+ "Odnoklassniki Secret Key"
1803
+ msgstr ""
1804
+ "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1805
+ "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
1806
+ "شينغ\""
1807
+
1808
+ #: admin/social_login.php:944
1809
+ #, fuzzy
1810
+ msgid "Yandex Client ID"
1811
+ msgstr "شارك الأخرين عبر جوجل"
1812
+
1813
+ #: admin/social_login.php:953
1814
+ #, fuzzy, php-format
1815
+ msgid ""
1816
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1817
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1818
+ msgstr ""
1819
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
1820
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1821
+ "GooglePlus"
1822
+
1823
+ #: admin/social_login.php:955 admin/social_login.php:975
1824
+ #, fuzzy
1825
+ msgid ""
1826
+ "Paste following url in <strong>Callback URI</strong> option mentioned at the "
1827
+ "link"
1828
+ msgstr ""
1829
+ "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
1830
+ "المذكورة"
1831
+
1832
+ #: admin/social_login.php:964
1833
+ #, fuzzy
1834
+ msgid "Yandex Client Secret"
1835
+ msgstr "شارك الأخرين عبر جوجل"
1836
+
1837
+ #: admin/social_login.php:973
1838
+ #, fuzzy, php-format
1839
+ msgid ""
1840
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1841
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1842
+ msgstr ""
1843
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
1844
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1845
+ "GooglePlus"
1846
+
1847
+ #: admin/social_login.php:985
1848
  #, fuzzy
1849
  msgid "Twitch Client ID"
1850
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1851
 
1852
+ #: admin/social_login.php:994
1853
  #, fuzzy, php-format
1854
  msgid ""
1855
  "Required for Twitch Social Login to work. Please follow the documentation at "
1859
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1860
  "GooglePlus"
1861
 
1862
+ #: admin/social_login.php:1005
1863
  #, fuzzy
1864
  msgid "Twitch Client Secret"
1865
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1866
 
1867
+ #: admin/social_login.php:1014
1868
  #, fuzzy, php-format
1869
  msgid ""
1870
  "Required for Twitch Social Login to work. Please follow the documentation at "
1874
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1875
  "GooglePlus"
1876
 
1877
+ #: admin/social_login.php:1027
1878
  #, fuzzy
1879
  msgid "Foursquare Client ID"
1880
  msgstr "شارك الأخرين عبر جوجل"
1881
 
1882
+ #: admin/social_login.php:1036
1883
  #, fuzzy, php-format
1884
  msgid ""
1885
  "Required for Foursquare Social Login to work. Please follow the documentation "
1889
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1890
  "GooglePlus"
1891
 
1892
+ #: admin/social_login.php:1038 admin/social_login.php:1058
1893
  #, fuzzy
1894
  msgid ""
1895
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1898
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1899
  "المذكورة"
1900
 
1901
+ #: admin/social_login.php:1047
1902
  #, fuzzy
1903
  msgid "Foursquare Client Secret"
1904
  msgstr "شارك الأخرين عبر جوجل"
1905
 
1906
+ #: admin/social_login.php:1056
1907
  #, fuzzy, php-format
1908
  msgid ""
1909
  "Required for Foursquare Social Login to work. Please follow the documentation "
1914
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1915
  "GooglePlus"
1916
 
1917
+ #: admin/social_login.php:1067
1918
  msgid "Dropbox App Key"
1919
  msgstr ""
1920
 
1921
+ #: admin/social_login.php:1076
1922
  #, fuzzy, php-format
1923
  msgid ""
1924
  "Required for Dropbox Social Login to work. Please follow the documentation at "
1928
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1929
  "فيسبوك"
1930
 
1931
+ #: admin/social_login.php:1087
1932
  #, fuzzy
1933
  msgid "Dropbox App Secret"
1934
  msgstr "رقم التعريف الخالص بك | ID"
1935
 
1936
+ #: admin/social_login.php:1096
1937
  #, fuzzy, php-format
1938
  msgid ""
1939
  "Required for Dropbox Social Login to work. Please follow the documentation at "
1943
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1944
  "فيسبوك"
1945
 
1946
+ #: admin/social_login.php:1110
1947
  msgid "Disqus Public Key"
1948
  msgstr ""
1949
 
1950
+ #: admin/social_login.php:1119
1951
  #, fuzzy, php-format
1952
  msgid ""
1953
  "Required for Disqus Social Login to work. Please follow the documentation at "
1957
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
1958
  "شينغ\""
1959
 
1960
+ #: admin/social_login.php:1130
1961
  #, fuzzy
1962
  msgid "Disqus Secret Key"
1963
  msgstr "هارد Shortname"
1964
 
1965
+ #: admin/social_login.php:1139
1966
  #, fuzzy, php-format
1967
  msgid ""
1968
  "Required for Disqus Social Login to work. Please follow the documentation at "
1972
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
1973
  "شينغ\""
1974
 
1975
+ #: admin/social_login.php:1152
1976
  #, fuzzy
1977
  msgid "Reddit Client ID"
1978
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1979
 
1980
+ #: admin/social_login.php:1161
1981
  #, fuzzy, php-format
1982
  msgid ""
1983
  "Required for Reddit Social Login to work. Please follow the documentation at "
1987
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
1988
  "GooglePlus"
1989
 
1990
+ #: admin/social_login.php:1163 admin/social_login.php:1183
1991
  #, fuzzy
1992
  msgid ""
1993
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1996
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
1997
  "المذكورة"
1998
 
1999
+ #: admin/social_login.php:1172
2000
  #, fuzzy
2001
  msgid "Reddit Client Secret"
2002
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2003
 
2004
+ #: admin/social_login.php:1181
2005
  #, fuzzy, php-format
2006
  msgid ""
2007
  "Required for Reddit Social Login to work. Please follow the documentation at "
2011
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2012
  "GooglePlus"
2013
 
2014
+ #: admin/social_login.php:1195
2015
  #, fuzzy
2016
  msgid "Mail.ru Client ID"
2017
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2018
 
2019
+ #: admin/social_login.php:1204
2020
  #, fuzzy, php-format
2021
  msgid ""
2022
  "Required for Mail.ru Social Login to work. Please follow the documentation at "
2026
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2027
  "GooglePlus"
2028
 
2029
+ #: admin/social_login.php:1206 admin/social_login.php:1226
2030
  #, fuzzy
2031
  msgid ""
2032
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
2035
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة "
2036
  "المذكورة"
2037
 
2038
+ #: admin/social_login.php:1215
2039
  #, fuzzy
2040
  msgid "Mail.ru Client Secret"
2041
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2042
 
2043
+ #: admin/social_login.php:1224
2044
  #, fuzzy, php-format
2045
  msgid ""
2046
  "Required for Mail.ru Social Login to work. Please follow the documentation at "
2050
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2051
  "GooglePlus"
2052
 
2053
+ #: admin/social_login.php:1238
2054
  #, fuzzy
2055
  msgid "Github Client ID"
2056
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2057
 
2058
+ #: admin/social_login.php:1247
2059
  #, fuzzy, php-format
2060
  msgid ""
2061
  "Required for Github Social Login to work. Please follow the documentation at "
2065
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2066
  "GooglePlus"
2067
 
2068
+ #: admin/social_login.php:1258
2069
  #, fuzzy
2070
  msgid "Github Client Secret"
2071
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2072
 
2073
+ #: admin/social_login.php:1267
2074
  #, fuzzy, php-format
2075
  msgid ""
2076
  "Required for Github Social Login to work. Please follow the documentation at "
2080
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2081
  "GooglePlus"
2082
 
2083
+ #: admin/social_login.php:1280
2084
  #, fuzzy
2085
  msgid "Kakao Client ID"
2086
  msgstr "شارك الأخرين عبر جوجل"
2087
 
2088
+ #: admin/social_login.php:1289
2089
  #, fuzzy, php-format
2090
  msgid ""
2091
  "Required for Kakao Social Login to work. Please follow the documentation at "
2095
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2096
  "GooglePlus"
2097
 
2098
+ #: admin/social_login.php:1300
2099
  #, fuzzy
2100
  msgid "Kakao Client Secret"
2101
  msgstr "شارك الأخرين عبر جوجل"
2102
 
2103
+ #: admin/social_login.php:1309
2104
  #, fuzzy, php-format
2105
  msgid ""
2106
  "Required for Kakao Social Login to work. Please follow the documentation at "
2110
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2111
  "GooglePlus"
2112
 
2113
+ #: admin/social_login.php:1329
2114
  #, fuzzy
2115
  msgid "Social Login Options"
2116
  msgstr ""
2118
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2119
  "فورا دون موافقة المشرف على النظام."
2120
 
2121
+ #: admin/social_login.php:1344
2122
  #, fuzzy
2123
  msgid "Text to display above the Social Login interface"
2124
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2125
 
2126
+ #: admin/social_login.php:1352
2127
  msgid "Trigger social login in the same browser tab"
2128
  msgstr ""
2129
 
2130
+ #: admin/social_login.php:1362
2131
  msgid "Trigger social login in the same browser tab instead of a popup window"
2132
  msgstr ""
2133
 
2134
+ #: admin/social_login.php:1369
2135
  #, fuzzy
2136
  msgid "Center align icons"
2137
  msgstr "إعادة ترتيب الرموز"
2138
 
2139
+ #: admin/social_login.php:1379
2140
  #, fuzzy
2141
  msgid "Center align social login icons"
2142
  msgstr ""
2144
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2145
  "فورا دون موافقة المشرف على النظام."
2146
 
2147
+ #: admin/social_login.php:1386
2148
  #, fuzzy
2149
  msgid "Enable at login page"
2150
  msgstr "صفحة"
2151
 
2152
+ #: admin/social_login.php:1396
2153
  #, fuzzy
2154
  msgid ""
2155
  "Social Login interface will get enabled at the login page of your website"
2157
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2158
  "التعليق"
2159
 
2160
+ #: admin/social_login.php:1403
2161
  #, fuzzy
2162
  msgid "Enable at register page"
2163
  msgstr "التسجيل العام"
2164
 
2165
+ #: admin/social_login.php:1413
2166
  #, fuzzy
2167
  msgid ""
2168
  "Social Login interface will get enabled at the registration page of your "
2171
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2172
  "الخاص بك"
2173
 
2174
+ #: admin/social_login.php:1420
2175
  msgid "Enable at comment form"
2176
  msgstr "تمكين هذا الشكل من تعليق"
2177
 
2178
+ #: admin/social_login.php:1430
2179
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2180
  msgstr ""
2181
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2182
  "التعليق"
2183
 
2184
+ #: admin/social_login.php:1444
2185
  msgid "Enable before WooCommerce Customer Login Form"
2186
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2187
 
2188
+ #: admin/social_login.php:1454
2189
  #, fuzzy
2190
  msgid ""
2191
  "Social Login Interface will get enabled before the customer login form at "
2194
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2195
  "التعليق"
2196
 
2197
+ #: admin/social_login.php:1461
2198
  #, fuzzy
2199
  msgid "Enable at WooCommerce Customer Login Form"
2200
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2201
 
2202
+ #: admin/social_login.php:1471
2203
  #, fuzzy
2204
  msgid ""
2205
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2208
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2209
  "التعليق"
2210
 
2211
+ #: admin/social_login.php:1478
2212
  #, fuzzy
2213
  msgid "Enable at WooCommerce Customer Register Form"
2214
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2215
 
2216
+ #: admin/social_login.php:1488
2217
  #, fuzzy
2218
  msgid ""
2219
  "Integrate Social Login Interface with the customer register form at "
2222
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2223
  "التعليق"
2224
 
2225
+ #: admin/social_login.php:1495
2226
  #, fuzzy
2227
  msgid "Enable at WooCommerce checkout page"
2228
  msgstr "التسجيل العام"
2229
 
2230
+ #: admin/social_login.php:1505
2231
  #, fuzzy
2232
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2233
  msgstr ""
2234
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2235
  "التعليق"
2236
 
2237
+ #: admin/social_login.php:1515
2238
  #, fuzzy
2239
  msgid "Auto-approve comments made by Social Login users"
2240
  msgstr ""
2241
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2242
  "الاجتماعي\""
2243
 
2244
+ #: admin/social_login.php:1525
2245
  msgid ""
2246
  "If this option is enabled, and WordPress comment is made by Social Login "
2247
  "user, comment will get approved immediately without keeping in moderation."
2250
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2251
  "فورا دون موافقة المشرف على النظام."
2252
 
2253
+ #: admin/social_login.php:1526
2254
  #, fuzzy
2255
  msgid "Note: This is not related to Facebook comments"
2256
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2257
 
2258
+ #: admin/social_login.php:1535
2259
  #, fuzzy
2260
  msgid "Enable social avatar"
2261
  msgstr "خدمة الشبكة الاجتماعية"
2262
 
2263
+ #: admin/social_login.php:1545
2264
  #, fuzzy
2265
  msgid ""
2266
  "Social profile pictures of the logged in user will be displayed as profile "
2269
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2270
  "الشخصية"
2271
 
2272
+ #: admin/social_login.php:1554
2273
  #, fuzzy
2274
  msgid "Avatar quality"
2275
  msgstr "نوعية الصورة الرمزية"
2276
 
2277
+ #: admin/social_login.php:1557
2278
  #, fuzzy
2279
  msgid "Average"
2280
  msgstr "المعدل"
2281
 
2282
+ #: admin/social_login.php:1558
2283
  msgid "Best"
2284
  msgstr "أفضل"
2285
 
2286
+ #: admin/social_login.php:1565
2287
  #, fuzzy
2288
  msgid "Choose avatar quality"
2289
  msgstr "إختيار ملف"
2290
 
2291
+ #: admin/social_login.php:1573
2292
  #, fuzzy
2293
  msgid "Show option for users to update social avatar at BuddyPress profile page"
2294
  msgstr ""
2295
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2296
 
2297
+ #: admin/social_login.php:1583
2298
  msgid ""
2299
  "If enabled, users would be able to update their social avatar from \"Profile "
2300
  "photo\" section in BuddyPress profile at front-end"
2301
  msgstr ""
2302
 
2303
+ #: admin/social_login.php:1593 super_socializer.php:2229
2304
  msgid "Email required"
2305
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
2306
 
2307
+ #: admin/social_login.php:1603
2308
  #, fuzzy
2309
  msgid ""
2310
  "If enabled and Social ID provider does not provide user's email address on "
2315
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء "
2316
  "بريد إلكتروني وهمية"
2317
 
2318
+ #: admin/social_login.php:1611
2319
  msgid "Send post-registration email to user to set account password"
2320
  msgstr ""
2321
 
2322
+ #: admin/social_login.php:1621
2323
  #, fuzzy
2324
  msgid ""
2325
  "If enabled, an email will be sent to user after registration through Social "
2331
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2332
  "تسجيل الدخول التقليدية)"
2333
 
2334
+ #: admin/social_login.php:1628
2335
  #, fuzzy
2336
  msgid "Send new user registration notification email to admin"
2337
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2338
 
2339
+ #: admin/social_login.php:1638
2340
  #, fuzzy
2341
  msgid ""
2342
  "If enabled, an email will be sent to admin after new user registers through "
2347
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2348
  "تسجيل الدخول التقليدية)"
2349
 
2350
+ #: admin/social_login.php:1645
2351
  #, fuzzy
2352
  msgid "Login redirection"
2353
  msgstr "تسجيل الدخول"
2354
 
2355
+ #: admin/social_login.php:1649
2356
  #, fuzzy
2357
  msgid "Same page where user logged in"
2358
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2359
 
2360
+ #: admin/social_login.php:1653 admin/social_login.php:1682
2361
  #, fuzzy
2362
  msgid "Account dashboard"
2363
  msgstr " لوحتك الخاصة بالتحكم"
2364
 
2365
+ #: admin/social_login.php:1656 admin/social_login.php:1685
2366
  #, fuzzy
2367
  msgid "BuddyPress profile page"
2368
  msgstr "تحرير ملفي الشخصي"
2369
 
2370
+ #: admin/social_login.php:1659 admin/social_login.php:1688 inc/widget.php:265
2371
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2372
  #, fuzzy
2373
  msgid "Custom Url"
2374
  msgstr "رابط (URL) مخصّص"
2375
 
2376
+ #: admin/social_login.php:1667
2377
  #, fuzzy
2378
  msgid "User will be redirected to the selected page after Social Login"
2379
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2380
 
2381
+ #: admin/social_login.php:1674
2382
  #, fuzzy
2383
  msgid "Registration redirection"
2384
  msgstr "نموذج التسجيل"
2385
 
2386
+ #: admin/social_login.php:1678
2387
  #, fuzzy
2388
  msgid "Same page from where user registered"
2389
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2390
 
2391
+ #: admin/social_login.php:1694
2392
  msgid "Username Separator"
2393
  msgstr ""
2394
 
2395
+ #: admin/social_login.php:1698
2396
  msgid "Dash (-)"
2397
  msgstr ""
2398
 
2399
+ #: admin/social_login.php:1700
2400
  msgid "Underscore (_)"
2401
  msgstr ""
2402
 
2403
+ #: admin/social_login.php:1702
2404
  msgid "Dot (.)"
2405
  msgstr ""
2406
 
2407
+ #: admin/social_login.php:1704
2408
  msgid "None"
2409
  msgstr ""
2410
 
2411
+ #: admin/social_login.php:1712
2412
  msgid ""
2413
  "Choose one of the underscore, dot or dash to use to join first and last names "
2414
  "in the usernames of the new users"
2415
  msgstr ""
2416
 
2417
+ #: admin/social_login.php:1721
2418
  #, fuzzy
2419
  msgid "Social Account Linking Options"
2420
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2421
 
2422
+ #: admin/social_login.php:1736
2423
  #, fuzzy
2424
  msgid "Text to display above the Social Account Linking interface"
2425
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2426
 
2427
+ #: admin/social_login.php:1743
2428
  #, fuzzy
2429
  msgid ""
2430
  "Link social account to already existing account, if email address matches"
2432
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
2433
  "حسابك في هذا الموقع"
2434
 
2435
+ #: admin/social_login.php:1753
2436
  msgid ""
2437
  "If email address of the user's Social Account matches with an already "
2438
  "existing account at your website, that social account will be linked to "
2440
  "Linking interface at their profile page."
2441
  msgstr ""
2442
 
2443
+ #: admin/social_login.php:1761
2444
  #, fuzzy
2445
  msgid "Enable social account linking at BuddyPress profile page"
2446
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2447
 
2448
+ #: admin/social_login.php:1771
2449
  #, fuzzy
2450
  msgid ""
2451
  "Enable this option to show social account linking interface at BuddyPress "
2453
  msgstr ""
2454
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2455
 
2456
+ #: admin/social_login.php:1782
2457
  #, fuzzy
2458
  msgid "Email popup options"
2459
  msgstr "الخيارات"
2460
 
2461
+ #: admin/social_login.php:1787
2462
  #, fuzzy
2463
  msgid "Text on 'Email required' popup"
2464
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2465
 
2466
+ #: admin/social_login.php:1797
2467
  #, fuzzy
2468
  msgid ""
2469
  "This text will be displayed on email required popup. Leave empty if not "
2472
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2473
  "غير مطلوب."
2474
 
2475
+ #: admin/social_login.php:1805
2476
  #, fuzzy
2477
  msgid "Error message for 'Email required' popup"
2478
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2479
 
2480
+ #: admin/social_login.php:1815
2481
  #, fuzzy
2482
  msgid ""
2483
  "This message will be displayed to user if it provides invalid or already "
2486
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2487
  "المسجلة مسبقاً"
2488
 
2489
+ #: admin/social_login.php:1823
2490
  #, fuzzy
2491
  msgid "Email popup height"
2492
  msgstr "ارتفاع"
2493
 
2494
+ #: admin/social_login.php:1833
2495
  #, fuzzy
2496
  msgid ""
2497
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you can "
2501
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2502
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2503
 
2504
+ #: admin/social_login.php:1840
2505
  #, fuzzy
2506
  msgid "Enable email verification"
2507
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2508
 
2509
+ #: admin/social_login.php:1850
2510
  #, fuzzy
2511
  msgid ""
2512
  "If enabled, email provided by the user will be verified by sending a "
2517
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول "
2518
  "دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2519
 
2520
+ #: admin/social_login.php:1870
2521
  #, fuzzy
2522
  msgid "Enable GDPR opt-in"
2523
  msgstr "إتاحة التعليق من هارد"
2524
 
2525
+ #: admin/social_login.php:1880
2526
  msgid ""
2527
  "Enable it to show GDPR opt-in for social login and social account linking"
2528
  msgstr ""
2529
 
2530
+ #: admin/social_login.php:1888
2531
  #, fuzzy
2532
  msgid "Placement of GDPR opt-in"
2533
  msgstr "إتاحة التعليق من هارد"
2534
 
2535
+ #: admin/social_login.php:1892
2536
  #, fuzzy
2537
  msgid "Above Social Login icons"
2538
  msgstr ""
2540
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2541
  "فورا دون موافقة المشرف على النظام."
2542
 
2543
+ #: admin/social_login.php:1894
2544
  #, fuzzy
2545
  msgid "Below Social Login icons"
2546
  msgstr ""
2548
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2549
  "فورا دون موافقة المشرف على النظام."
2550
 
2551
+ #: admin/social_login.php:1900
2552
  #, fuzzy
2553
  msgid "Placement of GDPR opt-in above or below the social login icons"
2554
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2555
 
2556
+ #: admin/social_login.php:1907
2557
  msgid "Opt-in text"
2558
  msgstr ""
2559
 
2560
+ #: admin/social_login.php:1917
2561
  #, fuzzy
2562
  msgid "Text for the GDPR opt-in"
2563
  msgstr "إتاحة التعليق من هارد"
2564
 
2565
+ #: admin/social_login.php:1924
2566
  msgid "Text to link to Terms-Conditions page"
2567
  msgstr ""
2568
 
2569
+ #: admin/social_login.php:1934
2570
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2571
  msgstr ""
2572
 
2573
+ #: admin/social_login.php:1941
2574
  msgid "Terms-Conditions Url"
2575
  msgstr ""
2576
 
2577
+ #: admin/social_login.php:1951
2578
  #, fuzzy
2579
  msgid "Url of the terms-conditions page of your website"
2580
  msgstr "URL لعملاء الموقع (اختياري)"
2581
 
2582
+ #: admin/social_login.php:1958
2583
  msgid "Text to link to Privacy Policy page"
2584
  msgstr ""
2585
 
2586
+ #: admin/social_login.php:1968
2587
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2588
  msgstr ""
2589
 
2590
+ #: admin/social_login.php:1975
2591
  msgid "Privacy Policy Url"
2592
  msgstr ""
2593
 
2594
+ #: admin/social_login.php:1985
2595
  #, fuzzy
2596
  msgid "Url of the privacy policy page of your website"
2597
  msgstr "URL لعملاء الموقع (اختياري)"
2598
 
2599
+ #: admin/social_login.php:2036 inc/widget.php:262 inc/widget.php:441
2600
  #: inc/widget.php:605 inc/widget.php:754
2601
  #, fuzzy
2602
  msgid "Select"
2603
  msgstr "أختر ..."
2604
 
2605
+ #: admin/social_login.php:2067
2606
  #, fuzzy
2607
  msgid "Social Login Shortcode & Widget"
2608
  msgstr "استخدم كود مختصر | Include the shortcode"
2609
 
2610
+ #: admin/social_login.php:2068
2611
  msgid "Social Linking Shortcode"
2612
  msgstr "الربط الاجتماعي رمز قصير"
2613
 
2614
+ #: admin/social_login.php:2083
2615
  msgid "Why is social login not working?"
2616
  msgstr ""
2617
 
2618
+ #: admin/social_login.php:2084
2619
  msgid ""
2620
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2621
  "belong to the same app"
3243
  msgid "Why is Facebook share count not working?"
3244
  msgstr ""
3245
 
3246
+ #: admin/social_sharing.php:1937 super_socializer.php:3385
3247
  #, php-format
3248
  msgid ""
3249
  "After the recent changes introduced in the Facebook graph API, it's not "
3347
  msgid "Settings saved"
3348
  msgstr "الإعدادات"
3349
 
3350
+ #: helper.php:203
3351
  #, fuzzy
3352
  msgid "Click to toggle help"
3353
  msgstr "إضغط لإخفاء المساعدة "
3354
 
3355
+ #: helper.php:284
3356
  #, fuzzy
3357
  msgid "Add-Ons"
3358
  msgstr "إضافات"
3359
 
3360
+ #: helper.php:285
3361
  msgid "Support Documentation"
3362
  msgstr ""
3363
 
3364
+ #: helper.php:286
3365
  msgid "Settings"
3366
  msgstr "الإعدادات"
3367
 
3368
+ #: helper.php:562
3369
  msgid "Account linked successfully"
3370
  msgstr "تم ربط حسابك بنجاح"
3371
 
3372
+ #: helper.php:566
3373
  msgid "Account already exists or linked"
3374
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
3375
 
3376
+ #: helper.php:602 helper.php:604
3377
  #, fuzzy
3378
  msgid "Login with"
3379
  msgstr ""
3381
  "من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون قادرة على "
3382
  "الدخول الاجتماعي."
3383
 
3384
+ #: helper.php:639 helper.php:645
3385
  msgid "Currently"
3386
  msgstr "في الوقت الحاضر"
3387
 
3388
+ #: helper.php:639 helper.php:645
3389
  msgid "Connected with"
3390
  msgstr ""
3391
 
3392
+ #: helper.php:639 helper.php:645
3393
  msgid "Remove"
3394
  msgstr "إزالة"
3395
 
3396
+ #: helper.php:718
3397
  #, fuzzy
3398
  msgid "Social Account Linking"
3399
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3400
 
3401
+ #: helper.php:769
3402
  #, fuzzy
3403
  msgid "Disable Standard Social Sharing on this "
3404
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
3405
 
3406
+ #: helper.php:774
3407
  #, fuzzy
3408
  msgid "Disable Floating Social Sharing on this "
3409
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
3410
 
3411
+ #: helper.php:779
3412
  #, fuzzy
3413
  msgid "Disable Standard like buttons on this "
3414
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
3415
 
3416
+ #: helper.php:784
3417
  #, fuzzy
3418
  msgid "Disable Floating like buttons on this "
3419
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
3420
 
3421
+ #: helper.php:789
3422
  msgid "Disable Social Commenting on this "
3423
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3424
 
3425
+ #: helper.php:798
3426
  #, fuzzy
3427
  msgid "Standard Sharing Interface"
3428
  msgstr "المشاركات الأفقي"
3429
 
3430
+ #: helper.php:804 helper.php:823
3431
  msgid "Starting share count for "
3432
  msgstr "بدء العد حصة ل"
3433
 
3434
+ #: helper.php:817
3435
  #, fuzzy
3436
  msgid "Floating Sharing Interface"
3437
  msgstr "المشاركات الأفقي"
3438
 
3439
+ #: helper.php:917 super_socializer.php:2639
3440
  #, fuzzy
3441
  msgid "Social Avatar"
3442
  msgstr "صغير الرمزية رابط"
3443
 
3444
+ #: helper.php:920 super_socializer.php:2650
3445
  msgid ""
3446
  "Do not fetch and update social avatar from my profile, next time I Social "
3447
  "Login"
3448
  msgstr ""
3449
 
3450
+ #: helper.php:921 super_socializer.php:2654
3451
  msgid "Update social avatar, next time I Social Login"
3452
  msgstr ""
3453
 
3454
+ #: helper.php:924
3455
  #, fuzzy
3456
  msgid "Small Avatar"
3457
  msgstr "صغير الرمزية رابط"
3458
 
3459
+ #: helper.php:928
3460
  #, fuzzy
3461
  msgid "Large Avatar"
3462
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3463
 
3464
+ #: helper.php:988 super_socializer.php:2207
3465
  msgid "Please verify your email address to login."
3466
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3467
 
3468
+ #: helper.php:1025
3469
  msgid "Click to delete social profile data"
3470
  msgstr ""
3471
 
3472
+ #: helper.php:1054
3473
  #, fuzzy
3474
  msgid "Deleting"
3475
  msgstr "الإعدادات"
3476
 
3477
+ #: helper.php:1064
3478
  msgid "Deleted"
3479
  msgstr ""
3480
 
3481
+ #: helper.php:1066
3482
  msgid "Something bad happened"
3483
  msgstr ""
3484
 
3496
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3497
  "صفحة تسجيل الدخول\"."
3498
 
3499
+ #: inc/social_login.php:1067
3500
  #, fuzzy
3501
  msgid "Email"
3502
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3503
 
3504
+ #: inc/social_login.php:1068
3505
  msgid "Confirm email"
3506
  msgstr ""
3507
 
3508
+ #: inc/social_login.php:1070
3509
  msgid "Save"
3510
  msgstr ""
3511
 
3512
+ #: inc/social_login.php:1071
3513
  msgid "Cancel"
3514
  msgstr ""
3515
 
3516
+ #: inc/social_login.php:1145
3517
  #, fuzzy
3518
  msgid "Email Verification"
3519
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3520
 
3521
+ #: inc/social_login.php:1147
3522
  msgid ""
3523
  "Please click on the following link or paste it in browser to verify your email"
3524
  msgstr ""
3539
  msgid "Total Shares"
3540
  msgstr "عرض عدد المقالات"
3541
 
3542
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3543
  msgid "Share"
3544
  msgstr ""
3545
 
3546
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3547
  msgid "Shares"
3548
  msgstr ""
3549
 
3565
  #: inc/widget.php:13
3566
  #, fuzzy
3567
  msgid ""
3568
+ "Let your website users login/register via their favorite Social ID Provider, "
3569
+ "such as Facebook, Twitter, Google, Linkedin and many more"
3570
  msgstr ""
3571
  "السماح للمستخدمين تسجيل الدخول/تسجيل على \"موفر معرف الاجتماعية\" المفضلة "
3572
  "لديك، مثل فيس بوك، تويتر، Google +، LinkedIn باستخدام موقع الويب الخاص بك"
3925
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3926
  msgstr ""
3927
 
3928
+ #: super_socializer.php:1984
3929
  #, fuzzy
3930
  msgid ""
3931
  "cURL is not enabled at your website server. Please contact your website "
3934
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3935
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3936
 
3937
+ #: super_socializer.php:2012
3938
  #, fuzzy, php-format
3939
  msgid ""
3940
  "Enter exactly the following url in <strong>Website</strong> option in your "
3943
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3944
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3945
 
3946
+ #: super_socializer.php:2015
3947
  #, fuzzy, php-format
3948
  msgid ""
3949
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3952
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3953
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3954
 
3955
+ #: super_socializer.php:2018
3956
  msgid ""
3957
  "Make sure cURL is enabled at your website server. You may need to contact the "
3958
  "server administrator of your website to verify this"
3960
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3961
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3962
 
3963
+ #: super_socializer.php:2185
3964
  msgid "Search"
3965
  msgstr ""
3966
 
3967
+ #: super_socializer.php:2207
3968
  msgid "Your email has been verified. Now you can login to your account"
3969
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
3970
 
3971
+ #: super_socializer.php:2211
3972
  msgid "Notification"
3973
  msgstr "تنبيهات"
3974
 
3975
+ #: super_socializer.php:2232
3976
  msgid "Please check your email inbox to complete the registration."
3977
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
3978
 
3979
+ #: super_socializer.php:2301
3980
  msgid "Leave a reply"
3981
  msgstr "اترك رد"
3982
 
3983
+ #: super_socializer.php:2317
3984
  #, fuzzy
3985
  msgid "Link copied."
3986
  msgstr "شارك الأخرين عبر لنكيدان"
3987
 
3988
+ #: super_socializer.php:2555
3989
  #, fuzzy
3990
  msgid "Super Socializer - General Options"
3991
  msgstr "آخر تسجيل دخول | Last Login"
3992
 
3993
+ #: super_socializer.php:2626
3994
  msgid ""
3995
  "I agree to my personal data being stored and used as per Privacy Policy and "
3996
  "Terms and Conditions"
3997
  msgstr ""
3998
 
3999
+ #: super_socializer.php:2630
4000
  msgid ""
4001
  "I revoke my consent to store and use my personal data. Kindly delete my "
4002
  "personal data saved in this website."
4003
  msgstr ""
4004
 
4005
+ #: super_socializer.php:2642
4006
  msgid "Small Avatar Url"
4007
  msgstr "صغير الرمزية رابط"
4008
 
4009
+ #: super_socializer.php:2646
4010
  #, fuzzy
4011
  msgid "Large Avatar Url"
4012
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
4013
 
4014
+ #: super_socializer.php:2748
4015
  msgid "Login with your Social ID"
4016
  msgstr ""
4017
 
4018
+ #: super_socializer.php:2749
4019
  msgid "Email you entered is already registered or invalid"
4020
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
4021
 
4022
+ #: super_socializer.php:2756
4023
  msgid "Please enter a valid email address. You might be required to verify it"
4024
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
4025
 
4026
+ #: super_socializer.php:2761 super_socializer.php:3579
4027
  msgid "Link your social account to login to your account at this website"
4028
  msgstr ""
4029
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
4030
  "حسابك في هذا الموقع"
4031
 
4032
+ #: super_socializer.php:3026
4033
  msgid "Thanks for installing Super Socializer plugin"
4034
  msgstr ""
4035
 
4036
+ #: super_socializer.php:3028
4037
  msgid "Configure the Plugin"
4038
  msgstr ""
4039
 
4040
+ #: super_socializer.php:3039
4041
  msgid ""
4042
  "Update \"Facebook Comments Moderation\" add-on for compatibility with current "
4043
  "version of Super Socializer"
4044
  msgstr ""
4045
 
4046
+ #: super_socializer.php:3048
4047
  msgid ""
4048
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
4049
  "compatibility with the current version of Super Socializer"
4050
  msgstr ""
4051
 
4052
+ #: super_socializer.php:3057
4053
  msgid ""
4054
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
4055
  "compatibility with the current version of Super Socializer"
4056
  msgstr ""
4057
 
4058
+ #: super_socializer.php:3066
4059
  msgid ""
4060
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
4061
  "version of Super Socializer"
4062
  msgstr ""
4063
 
4064
+ #: super_socializer.php:3075
4065
  msgid ""
4066
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
4067
  "compatibility with the current version of Super Socializer"
4068
  msgstr ""
4069
 
4070
+ #: super_socializer.php:3084
4071
  msgid ""
4072
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
4073
  "for compatibility with the current version of Super Socializer"
4074
  msgstr ""
4075
 
4076
+ #: super_socializer.php:3093
4077
  msgid ""
4078
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
4079
  "with current version of Super Socializer"
4080
  msgstr ""
4081
 
4082
+ #: super_socializer.php:3104
4083
  #, php-format
4084
  msgid "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
4085
  msgstr ""
4086
 
4087
+ #: super_socializer.php:3113
4088
  #, php-format
4089
  msgid ""
4090
  "To continue using Instagram login create a new Instagram App as described <a "
4092
  "Instagram App Secret <a href=\"%s\">here</a>"
4093
  msgstr ""
4094
 
4095
+ #: super_socializer.php:3122 super_socializer.php:3131
4096
  #, php-format
4097
  msgid ""
4098
  "To continue using bitly url shortener, login to your bit.ly account and "
4101
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
4102
  msgstr ""
4103
 
4104
+ #: super_socializer.php:3147
4105
  #, php-format
4106
  msgid ""
4107
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
4108
  msgstr ""
4109
 
4110
+ #: super_socializer.php:3171
4111
  #, php-format
4112
  msgid ""
4113
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
4115
  "target=\"_blank\">here</a>"
4116
  msgstr ""
4117
 
4118
+ #: super_socializer.php:3171 super_socializer.php:3196 super_socializer.php:3221
4119
+ #: super_socializer.php:3246 super_socializer.php:3279 super_socializer.php:3307
4120
+ #: super_socializer.php:3334
4121
  msgid "Okay"
4122
  msgstr ""
4123
 
4124
+ #: super_socializer.php:3196
4125
  #, php-format
4126
  msgid ""
4127
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
4129
  "\">here</a>"
4130
  msgstr ""
4131
 
4132
+ #: super_socializer.php:3221
4133
  #, php-format
4134
  msgid ""
4135
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
4137
  "target=\"_blank\">here</a>"
4138
  msgstr ""
4139
 
4140
+ #: super_socializer.php:3246
4141
  #, php-format
4142
  msgid ""
4143
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
4145
  "target=\"_blank\">here</a>"
4146
  msgstr ""
4147
 
4148
+ #: super_socializer.php:3257
4149
  #, php-format
4150
  msgid ""
4151
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
4152
  msgstr ""
4153
 
4154
+ #: super_socializer.php:3279
4155
  #, php-format
4156
  msgid ""
4157
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
4159
  "\"%s\" target=\"_blank\">here</a>"
4160
  msgstr ""
4161
 
4162
+ #: super_socializer.php:3307
4163
  #, php-format
4164
  msgid ""
4165
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
4168
  "your website %s with them. No need to copy-paste any code from their website."
4169
  msgstr ""
4170
 
4171
+ #: super_socializer.php:3334
4172
  #, php-format
4173
  msgid ""
4174
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
4176
  "\" target=\"_blank\">here</a>"
4177
  msgstr ""
4178
 
4179
+ #: super_socializer.php:3359
4180
  #, php-format
4181
  msgid ""
4182
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4184
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4185
  msgstr ""
4186
 
4187
+ #: super_socializer.php:3359 super_socializer.php:3386
4188
  msgid "Dismiss"
4189
  msgstr ""
4190
 
4191
+ #: super_socializer.php:3655
4192
  msgid ""
4193
  "Your browser is blocking some features of this website. Please follow the "
4194
  "instructions at {support_url} to unblock these."
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: 2022-05-23 18:36+0530\n"
6
- "PO-Revision-Date: 2022-05-23 18:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:1999
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
@@ -34,7 +34,7 @@ msgstr ""
34
  "conseguir tu Twitter Key"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2424
38
  msgid "General Options"
39
  msgstr "Opciones Generales"
40
 
@@ -83,20 +83,20 @@ msgstr ""
83
  "style&gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
- #: admin/social_commenting.php:401 admin/social_login.php:1995
87
- #: admin/social_sharing.php:1975 helper.php:926
88
  msgid "Save Changes"
89
  msgstr "Guardar Cambios"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
- #: admin/social_commenting.php:411 admin/social_login.php:2005
93
  #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
- #: admin/social_commenting.php:413 admin/social_login.php:2007
100
  #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -225,7 +225,7 @@ msgid "3rd Party Integration"
225
  msgstr ""
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
- #: admin/social_login.php:45 admin/social_login.php:1962
229
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
230
  #: admin/social_sharing.php:1901
231
  msgid "Shortcode & Widget"
@@ -233,7 +233,7 @@ msgstr "Widgets y Shortcodes"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
- #: admin/social_login.php:46 admin/social_login.php:1976
237
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
238
  msgid "FAQ"
239
  msgstr "FAQ"
@@ -276,8 +276,8 @@ msgstr "Url personalizada"
276
  msgid "Url to like/share/tweet and display like/share/tweet counts"
277
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
278
 
279
- #: admin/like_buttons.php:105 admin/social_login.php:1231
280
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
281
  msgid "Title"
282
  msgstr "Título"
283
 
@@ -345,7 +345,7 @@ msgid "Interface location"
345
  msgstr "Posición de la interfaz"
346
 
347
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
348
- #: admin/social_login.php:1548 admin/social_login.php:1577
349
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
350
  msgid "Homepage"
351
  msgstr "Página de Inicio"
@@ -629,7 +629,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
629
  msgstr ""
630
 
631
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
632
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
633
  #, fuzzy
634
  msgid "More"
635
  msgstr ""
@@ -847,7 +847,7 @@ msgstr ""
847
  msgid "Social Commenting Shortcode"
848
  msgstr "Shortcode de Comentarios Sociales"
849
 
850
- #: admin/social_commenting.php:386 admin/social_login.php:1978
851
  #: admin/social_sharing.php:1934
852
  msgid ""
853
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -865,7 +865,7 @@ msgid ""
865
  "Https?"
866
  msgstr ""
867
 
868
- #: admin/social_commenting.php:389 admin/social_login.php:1983
869
  #: admin/social_sharing.php:1949
870
  msgid "Why is my browser blocking some features of the plugin?"
871
  msgstr ""
@@ -903,12 +903,12 @@ msgstr "Configuración básica"
903
  msgid "Advanced Configuration"
904
  msgstr "Configuración básica"
905
 
906
- #: admin/social_login.php:41 admin/social_login.php:1762
907
- #: super_socializer.php:2492
908
  msgid "GDPR"
909
  msgstr ""
910
 
911
- #: admin/social_login.php:43 admin/social_login.php:1913
912
  msgid "XProfile Integration"
913
  msgstr ""
914
 
@@ -1020,56 +1020,64 @@ msgstr "Google+ Client ID"
1020
  msgid "Spotify"
1021
  msgstr ""
1022
 
1023
- #: admin/social_login.php:179
1024
  msgid "Dribbble"
1025
  msgstr ""
1026
 
1027
- #: admin/social_login.php:183
 
 
 
 
 
 
 
 
1028
  #, fuzzy
1029
  msgid "Twitch"
1030
  msgstr "Twitter"
1031
 
1032
- #: admin/social_login.php:187
1033
  #, fuzzy
1034
  msgid "Foursquare"
1035
  msgstr "Cuadrado"
1036
 
1037
- #: admin/social_login.php:191
1038
  msgid "Dropbox"
1039
  msgstr ""
1040
 
1041
- #: admin/social_login.php:195
1042
  #, fuzzy
1043
  msgid "Disqus"
1044
  msgstr "Etiqueta para la pestaña de Comentarios de Disqus"
1045
 
1046
- #: admin/social_login.php:199
1047
  msgid "Reddit"
1048
  msgstr ""
1049
 
1050
- #: admin/social_login.php:203
1051
  msgid "Mail.ru"
1052
  msgstr ""
1053
 
1054
- #: admin/social_login.php:207
1055
  msgid "Github"
1056
  msgstr ""
1057
 
1058
- #: admin/social_login.php:211
1059
  msgid "Kakao"
1060
  msgstr ""
1061
 
1062
- #: admin/social_login.php:219
1063
  msgid "Select Social ID provider to enable in Social Login"
1064
  msgstr ""
1065
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1066
  "redes sociales"
1067
 
1068
- #: admin/social_login.php:226
1069
  msgid "Facebook App ID"
1070
  msgstr "Facebook App ID"
1071
 
1072
- #: admin/social_login.php:236
1073
  #, php-format
1074
  msgid ""
1075
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1079,7 +1087,7 @@ msgstr ""
1079
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1080
  "para conseguir tu Facebook App ID"
1081
 
1082
- #: admin/social_login.php:238 admin/social_login.php:259
1083
  #, fuzzy
1084
  msgid ""
1085
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1087,12 +1095,12 @@ msgstr ""
1087
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1088
  "mencionado"
1089
 
1090
- #: admin/social_login.php:247
1091
  #, fuzzy
1092
  msgid "Facebook App Secret"
1093
  msgstr "Facebook App ID"
1094
 
1095
- #: admin/social_login.php:257
1096
  #, fuzzy, php-format
1097
  msgid ""
1098
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1102,11 +1110,11 @@ msgstr ""
1102
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1103
  "para conseguir tu Facebook App ID"
1104
 
1105
- #: admin/social_login.php:268
1106
  msgid "Twitter API Key"
1107
  msgstr "Twitter API Key"
1108
 
1109
- #: admin/social_login.php:278
1110
  #, php-format
1111
  msgid ""
1112
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1116,7 +1124,7 @@ msgstr ""
1116
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1117
  "conseguir tu Twitter Key"
1118
 
1119
- #: admin/social_login.php:280 admin/social_login.php:305
1120
  #, fuzzy
1121
  msgid ""
1122
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1124,13 +1132,13 @@ msgstr ""
1124
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1125
  "enlace mencionado"
1126
 
1127
- #: admin/social_login.php:284 admin/social_login.php:309
1128
- #: admin/social_login.php:497 admin/social_login.php:517
1129
- #: admin/social_login.php:852 admin/social_login.php:872
1130
- #: admin/social_login.php:893 admin/social_login.php:913
1131
- #: admin/social_login.php:1018 admin/social_login.php:1038
1132
- #: admin/social_login.php:1146 admin/social_login.php:1166
1133
- #: admin/social_login.php:1188 admin/social_login.php:1208
1134
  #, fuzzy
1135
  msgid ""
1136
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1139,11 +1147,11 @@ msgstr ""
1139
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1140
  "enlace mencionado"
1141
 
1142
- #: admin/social_login.php:293
1143
  msgid "Twitter API Secret"
1144
  msgstr "Twitter API Secret"
1145
 
1146
- #: admin/social_login.php:303
1147
  #, php-format
1148
  msgid ""
1149
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1153,12 +1161,12 @@ msgstr ""
1153
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1154
  "conseguir tu Twitter API Secret"
1155
 
1156
- #: admin/social_login.php:318
1157
  #, fuzzy
1158
  msgid "LinkedIn Client ID"
1159
  msgstr "LinkedIn"
1160
 
1161
- #: admin/social_login.php:328
1162
  #, fuzzy, php-format
1163
  msgid ""
1164
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1168,8 +1176,8 @@ msgstr ""
1168
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1169
  "para conseguir tu LinkedIn API Key"
1170
 
1171
- #: admin/social_login.php:330 admin/social_login.php:351
1172
- #: admin/social_login.php:537 admin/social_login.php:557
1173
  #, fuzzy
1174
  msgid ""
1175
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1178,12 +1186,12 @@ msgstr ""
1178
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1179
  "mencionado"
1180
 
1181
- #: admin/social_login.php:339
1182
  #, fuzzy
1183
  msgid "LinkedIn Client Secret"
1184
  msgstr "LinkedIn"
1185
 
1186
- #: admin/social_login.php:349
1187
  #, fuzzy, php-format
1188
  msgid ""
1189
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1194,12 +1202,12 @@ msgstr ""
1194
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1195
  "para conseguir tu LinkedIn API Key"
1196
 
1197
- #: admin/social_login.php:360
1198
  #, fuzzy
1199
  msgid "Google Client ID"
1200
  msgstr "Google+ Client ID"
1201
 
1202
- #: admin/social_login.php:370
1203
  #, fuzzy, php-format
1204
  msgid ""
1205
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1209,7 +1217,7 @@ msgstr ""
1209
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1210
  "para conseguir tu GooglePlus Client ID"
1211
 
1212
- #: admin/social_login.php:372 admin/social_login.php:393
1213
  #, fuzzy
1214
  msgid ""
1215
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -1218,12 +1226,12 @@ msgstr ""
1218
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1219
  "mencionado"
1220
 
1221
- #: admin/social_login.php:381
1222
  #, fuzzy
1223
  msgid "Google Client Secret"
1224
  msgstr "Google+ Client ID"
1225
 
1226
- #: admin/social_login.php:391
1227
  #, fuzzy, php-format
1228
  msgid ""
1229
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1233,11 +1241,11 @@ msgstr ""
1233
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1234
  "para conseguir tu GooglePlus Client ID"
1235
 
1236
- #: admin/social_login.php:402
1237
  msgid "Vkontakte Application ID"
1238
  msgstr "Vkontakte Application ID"
1239
 
1240
- #: admin/social_login.php:412 admin/social_login.php:433
1241
  #, php-format
1242
  msgid ""
1243
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1248,7 +1256,7 @@ msgstr ""
1248
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1249
  "para conseguir tu Vkontakte Application ID"
1250
 
1251
- #: admin/social_login.php:414 admin/social_login.php:435
1252
  #, fuzzy
1253
  msgid ""
1254
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -1257,17 +1265,17 @@ msgstr ""
1257
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
1258
  "enlace mencionado"
1259
 
1260
- #: admin/social_login.php:423
1261
  #, fuzzy
1262
  msgid "Vkontakte Secure key"
1263
  msgstr "Vkontakte"
1264
 
1265
- #: admin/social_login.php:444
1266
  #, fuzzy
1267
  msgid "Instagram App ID"
1268
  msgstr "Instagram Client ID"
1269
 
1270
- #: admin/social_login.php:454
1271
  #, fuzzy, php-format
1272
  msgid ""
1273
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1277,7 +1285,7 @@ msgstr ""
1277
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1278
  "para conseguir tu Instagram Client ID"
1279
 
1280
- #: admin/social_login.php:456 admin/social_login.php:477
1281
  #, fuzzy
1282
  msgid ""
1283
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -1286,12 +1294,12 @@ msgstr ""
1286
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1287
  "mencionado"
1288
 
1289
- #: admin/social_login.php:465
1290
  #, fuzzy
1291
  msgid "Instagram App Secret"
1292
  msgstr "Instagram"
1293
 
1294
- #: admin/social_login.php:475
1295
  #, fuzzy, php-format
1296
  msgid ""
1297
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1301,11 +1309,11 @@ msgstr ""
1301
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1302
  "para conseguir tu Instagram Client ID"
1303
 
1304
- #: admin/social_login.php:486
1305
  msgid "Line Channel ID"
1306
  msgstr ""
1307
 
1308
- #: admin/social_login.php:495
1309
  #, fuzzy, php-format
1310
  msgid ""
1311
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1315,12 +1323,12 @@ msgstr ""
1315
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1316
  "para conseguir tu LinkedIn API Key"
1317
 
1318
- #: admin/social_login.php:506
1319
  #, fuzzy
1320
  msgid "Line Channel Secret"
1321
  msgstr "LinkedIn"
1322
 
1323
- #: admin/social_login.php:515
1324
  #, fuzzy, php-format
1325
  msgid ""
1326
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1330,12 +1338,12 @@ msgstr ""
1330
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1331
  "para conseguir tu LinkedIn API Key"
1332
 
1333
- #: admin/social_login.php:526
1334
  #, fuzzy
1335
  msgid "Wordpress Client ID"
1336
  msgstr "Google+ Client ID"
1337
 
1338
- #: admin/social_login.php:535
1339
  #, fuzzy, php-format
1340
  msgid ""
1341
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1345,12 +1353,12 @@ msgstr ""
1345
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1346
  "para conseguir tu GooglePlus Client ID"
1347
 
1348
- #: admin/social_login.php:546
1349
  #, fuzzy
1350
  msgid "Wordpress Client Secret"
1351
  msgstr "Google+ Client ID"
1352
 
1353
- #: admin/social_login.php:555
1354
  #, fuzzy, php-format
1355
  msgid ""
1356
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1361,12 +1369,12 @@ msgstr ""
1361
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1362
  "para conseguir tu GooglePlus Client ID"
1363
 
1364
- #: admin/social_login.php:566
1365
  #, fuzzy
1366
  msgid "Microsoft Client ID"
1367
  msgstr "Google+ Client ID"
1368
 
1369
- #: admin/social_login.php:575
1370
  #, fuzzy, php-format
1371
  msgid ""
1372
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1376,9 +1384,9 @@ msgstr ""
1376
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1377
  "para conseguir tu GooglePlus Client ID"
1378
 
1379
- #: admin/social_login.php:577 admin/social_login.php:597
1380
- #: admin/social_login.php:810 admin/social_login.php:830
1381
- #: admin/social_login.php:975 admin/social_login.php:995
1382
  #, fuzzy
1383
  msgid ""
1384
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -1387,12 +1395,12 @@ msgstr ""
1387
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1388
  "mencionado"
1389
 
1390
- #: admin/social_login.php:586
1391
  #, fuzzy
1392
  msgid "Microsoft Client Secret"
1393
  msgstr "Google+ Client ID"
1394
 
1395
- #: admin/social_login.php:595
1396
  #, fuzzy, php-format
1397
  msgid ""
1398
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1403,12 +1411,12 @@ msgstr ""
1403
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1404
  "para conseguir tu GooglePlus Client ID"
1405
 
1406
- #: admin/social_login.php:605
1407
  #, fuzzy
1408
  msgid "Steam API Key"
1409
  msgstr "Twitter API Key"
1410
 
1411
- #: admin/social_login.php:614
1412
  #, fuzzy, php-format
1413
  msgid ""
1414
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1418,19 +1426,19 @@ msgstr ""
1418
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1419
  "conseguir tu Twitter Key"
1420
 
1421
- #: admin/social_login.php:615
1422
  #, fuzzy
1423
  msgid "Save following <strong>domain</strong> to get the key"
1424
  msgstr ""
1425
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1426
  "enlace mencionado"
1427
 
1428
- #: admin/social_login.php:624
1429
  #, fuzzy
1430
  msgid "Yahoo Client ID"
1431
  msgstr "Google+ Client ID"
1432
 
1433
- #: admin/social_login.php:633
1434
  #, fuzzy, php-format
1435
  msgid ""
1436
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1440,7 +1448,7 @@ msgstr ""
1440
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1441
  "para conseguir tu GooglePlus Client ID"
1442
 
1443
- #: admin/social_login.php:635 admin/social_login.php:655
1444
  #, fuzzy
1445
  msgid ""
1446
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
@@ -1449,12 +1457,12 @@ msgstr ""
1449
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1450
  "mencionado"
1451
 
1452
- #: admin/social_login.php:644
1453
  #, fuzzy
1454
  msgid "Yahoo Client Secret"
1455
  msgstr "Google+ Client ID"
1456
 
1457
- #: admin/social_login.php:653
1458
  #, fuzzy, php-format
1459
  msgid ""
1460
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1464,12 +1472,12 @@ msgstr ""
1464
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1465
  "para conseguir tu GooglePlus Client ID"
1466
 
1467
- #: admin/social_login.php:666
1468
  #, fuzzy
1469
  msgid "Discord Client ID"
1470
  msgstr "Instagram Client ID"
1471
 
1472
- #: admin/social_login.php:675
1473
  #, fuzzy, php-format
1474
  msgid ""
1475
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1479,7 +1487,7 @@ msgstr ""
1479
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1480
  "para conseguir tu GooglePlus Client ID"
1481
 
1482
- #: admin/social_login.php:677 admin/social_login.php:697
1483
  #, fuzzy
1484
  msgid ""
1485
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
@@ -1488,12 +1496,12 @@ msgstr ""
1488
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1489
  "mencionado"
1490
 
1491
- #: admin/social_login.php:686
1492
  #, fuzzy
1493
  msgid "Discord Client Secret"
1494
  msgstr "Instagram Client ID"
1495
 
1496
- #: admin/social_login.php:695
1497
  #, fuzzy, php-format
1498
  msgid ""
1499
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1504,12 +1512,12 @@ msgstr ""
1504
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1505
  "para conseguir tu GooglePlus Client ID"
1506
 
1507
- #: admin/social_login.php:708
1508
  #, fuzzy
1509
  msgid "Amazon Client ID"
1510
  msgstr "Google+ Client ID"
1511
 
1512
- #: admin/social_login.php:717
1513
  #, fuzzy, php-format
1514
  msgid ""
1515
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1519,7 +1527,7 @@ msgstr ""
1519
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1520
  "para conseguir tu GooglePlus Client ID"
1521
 
1522
- #: admin/social_login.php:719 admin/social_login.php:739
1523
  #, fuzzy
1524
  msgid ""
1525
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
@@ -1528,12 +1536,12 @@ msgstr ""
1528
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1529
  "mencionado"
1530
 
1531
- #: admin/social_login.php:728
1532
  #, fuzzy
1533
  msgid "Amazon Client Secret"
1534
  msgstr "Google+ Client ID"
1535
 
1536
- #: admin/social_login.php:737
1537
  #, fuzzy, php-format
1538
  msgid ""
1539
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1544,12 +1552,12 @@ msgstr ""
1544
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1545
  "para conseguir tu GooglePlus Client ID"
1546
 
1547
- #: admin/social_login.php:750
1548
  #, fuzzy
1549
  msgid "Stack Overflow Client ID"
1550
  msgstr "Google+ Client ID"
1551
 
1552
- #: admin/social_login.php:759
1553
  #, fuzzy, php-format
1554
  msgid ""
1555
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1560,12 +1568,12 @@ msgstr ""
1560
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1561
  "para conseguir tu GooglePlus Client ID"
1562
 
1563
- #: admin/social_login.php:765
1564
  #, fuzzy
1565
  msgid "Stack Overflow Client Secret"
1566
  msgstr "Google+ Client ID"
1567
 
1568
- #: admin/social_login.php:774
1569
  #, fuzzy, php-format
1570
  msgid ""
1571
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1576,12 +1584,12 @@ msgstr ""
1576
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1577
  "para conseguir tu GooglePlus Client ID"
1578
 
1579
- #: admin/social_login.php:780
1580
  #, fuzzy
1581
  msgid "Stack Overflow Key"
1582
  msgstr "Google+ Client ID"
1583
 
1584
- #: admin/social_login.php:790
1585
  #, fuzzy, php-format
1586
  msgid ""
1587
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1592,12 +1600,12 @@ msgstr ""
1592
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1593
  "conseguir tu Twitter Key"
1594
 
1595
- #: admin/social_login.php:799
1596
  #, fuzzy
1597
  msgid "Spotify Client ID"
1598
  msgstr "Google+ Client ID"
1599
 
1600
- #: admin/social_login.php:808
1601
  #, fuzzy, php-format
1602
  msgid ""
1603
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1607,12 +1615,12 @@ msgstr ""
1607
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1608
  "para conseguir tu GooglePlus Client ID"
1609
 
1610
- #: admin/social_login.php:819
1611
  #, fuzzy
1612
  msgid "Spotify Client Secret"
1613
  msgstr "Google+ Client ID"
1614
 
1615
- #: admin/social_login.php:828
1616
  #, fuzzy, php-format
1617
  msgid ""
1618
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1623,12 +1631,12 @@ msgstr ""
1623
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1624
  "para conseguir tu GooglePlus Client ID"
1625
 
1626
- #: admin/social_login.php:841
1627
  #, fuzzy
1628
  msgid "Dribbble Client ID"
1629
  msgstr "Google+ Client ID"
1630
 
1631
- #: admin/social_login.php:850
1632
  #, fuzzy, php-format
1633
  msgid ""
1634
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1638,12 +1646,12 @@ msgstr ""
1638
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1639
  "para conseguir tu GooglePlus Client ID"
1640
 
1641
- #: admin/social_login.php:861
1642
  #, fuzzy
1643
  msgid "Dribbble Client Secret"
1644
  msgstr "Google+ Client ID"
1645
 
1646
- #: admin/social_login.php:870
1647
  #, fuzzy, php-format
1648
  msgid ""
1649
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1654,12 +1662,107 @@ msgstr ""
1654
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1655
  "para conseguir tu GooglePlus Client ID"
1656
 
1657
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1658
  #, fuzzy
1659
  msgid "Twitch Client ID"
1660
  msgstr "Instagram Client ID"
1661
 
1662
- #: admin/social_login.php:891
1663
  #, fuzzy, php-format
1664
  msgid ""
1665
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1669,12 +1772,12 @@ msgstr ""
1669
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1670
  "para conseguir tu GooglePlus Client ID"
1671
 
1672
- #: admin/social_login.php:902
1673
  #, fuzzy
1674
  msgid "Twitch Client Secret"
1675
  msgstr "Instagram Client ID"
1676
 
1677
- #: admin/social_login.php:911
1678
  #, fuzzy, php-format
1679
  msgid ""
1680
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1684,12 +1787,12 @@ msgstr ""
1684
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1685
  "para conseguir tu GooglePlus Client ID"
1686
 
1687
- #: admin/social_login.php:924
1688
  #, fuzzy
1689
  msgid "Foursquare Client ID"
1690
  msgstr "Google+ Client ID"
1691
 
1692
- #: admin/social_login.php:933
1693
  #, fuzzy, php-format
1694
  msgid ""
1695
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1700,7 +1803,7 @@ msgstr ""
1700
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1701
  "para conseguir tu GooglePlus Client ID"
1702
 
1703
- #: admin/social_login.php:935 admin/social_login.php:955
1704
  #, fuzzy
1705
  msgid ""
1706
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
@@ -1709,12 +1812,12 @@ msgstr ""
1709
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1710
  "mencionado"
1711
 
1712
- #: admin/social_login.php:944
1713
  #, fuzzy
1714
  msgid "Foursquare Client Secret"
1715
  msgstr "Google+ Client ID"
1716
 
1717
- #: admin/social_login.php:953
1718
  #, fuzzy, php-format
1719
  msgid ""
1720
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1725,11 +1828,11 @@ msgstr ""
1725
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1726
  "para conseguir tu GooglePlus Client ID"
1727
 
1728
- #: admin/social_login.php:964
1729
  msgid "Dropbox App Key"
1730
  msgstr ""
1731
 
1732
- #: admin/social_login.php:973
1733
  #, fuzzy, php-format
1734
  msgid ""
1735
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1739,12 +1842,12 @@ msgstr ""
1739
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1740
  "para conseguir tu Facebook App ID"
1741
 
1742
- #: admin/social_login.php:984
1743
  #, fuzzy
1744
  msgid "Dropbox App Secret"
1745
  msgstr "Facebook App ID"
1746
 
1747
- #: admin/social_login.php:993
1748
  #, fuzzy, php-format
1749
  msgid ""
1750
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1754,11 +1857,11 @@ msgstr ""
1754
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1755
  "para conseguir tu Facebook App ID"
1756
 
1757
- #: admin/social_login.php:1007
1758
  msgid "Disqus Public Key"
1759
  msgstr ""
1760
 
1761
- #: admin/social_login.php:1016
1762
  #, fuzzy, php-format
1763
  msgid ""
1764
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1768,12 +1871,12 @@ msgstr ""
1768
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1769
  "conseguir tu Xing Consumer Key"
1770
 
1771
- #: admin/social_login.php:1027
1772
  #, fuzzy
1773
  msgid "Disqus Secret Key"
1774
  msgstr "Shortname Disqus"
1775
 
1776
- #: admin/social_login.php:1036
1777
  #, fuzzy, php-format
1778
  msgid ""
1779
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1783,12 +1886,12 @@ msgstr ""
1783
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1784
  "conseguir tu Xing Consumer Key"
1785
 
1786
- #: admin/social_login.php:1049
1787
  #, fuzzy
1788
  msgid "Reddit Client ID"
1789
  msgstr "Instagram Client ID"
1790
 
1791
- #: admin/social_login.php:1058
1792
  #, fuzzy, php-format
1793
  msgid ""
1794
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1798,7 +1901,7 @@ msgstr ""
1798
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1799
  "para conseguir tu GooglePlus Client ID"
1800
 
1801
- #: admin/social_login.php:1060 admin/social_login.php:1080
1802
  #, fuzzy
1803
  msgid ""
1804
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
@@ -1807,12 +1910,12 @@ msgstr ""
1807
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1808
  "mencionado"
1809
 
1810
- #: admin/social_login.php:1069
1811
  #, fuzzy
1812
  msgid "Reddit Client Secret"
1813
  msgstr "Instagram Client ID"
1814
 
1815
- #: admin/social_login.php:1078
1816
  #, fuzzy, php-format
1817
  msgid ""
1818
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1822,12 +1925,12 @@ msgstr ""
1822
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1823
  "para conseguir tu GooglePlus Client ID"
1824
 
1825
- #: admin/social_login.php:1092
1826
  #, fuzzy
1827
  msgid "Mail.ru Client ID"
1828
  msgstr "Instagram Client ID"
1829
 
1830
- #: admin/social_login.php:1101
1831
  #, fuzzy, php-format
1832
  msgid ""
1833
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1837,7 +1940,7 @@ msgstr ""
1837
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1838
  "para conseguir tu GooglePlus Client ID"
1839
 
1840
- #: admin/social_login.php:1103 admin/social_login.php:1123
1841
  #, fuzzy
1842
  msgid ""
1843
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
@@ -1846,12 +1949,12 @@ msgstr ""
1846
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1847
  "mencionado"
1848
 
1849
- #: admin/social_login.php:1112
1850
  #, fuzzy
1851
  msgid "Mail.ru Client Secret"
1852
  msgstr "Instagram Client ID"
1853
 
1854
- #: admin/social_login.php:1121
1855
  #, fuzzy, php-format
1856
  msgid ""
1857
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1862,12 +1965,12 @@ msgstr ""
1862
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1863
  "para conseguir tu GooglePlus Client ID"
1864
 
1865
- #: admin/social_login.php:1135
1866
  #, fuzzy
1867
  msgid "Github Client ID"
1868
  msgstr "Instagram Client ID"
1869
 
1870
- #: admin/social_login.php:1144
1871
  #, fuzzy, php-format
1872
  msgid ""
1873
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1877,12 +1980,12 @@ msgstr ""
1877
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1878
  "para conseguir tu GooglePlus Client ID"
1879
 
1880
- #: admin/social_login.php:1155
1881
  #, fuzzy
1882
  msgid "Github Client Secret"
1883
  msgstr "Instagram Client ID"
1884
 
1885
- #: admin/social_login.php:1164
1886
  #, fuzzy, php-format
1887
  msgid ""
1888
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1892,12 +1995,12 @@ msgstr ""
1892
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1893
  "para conseguir tu GooglePlus Client ID"
1894
 
1895
- #: admin/social_login.php:1177
1896
  #, fuzzy
1897
  msgid "Kakao Client ID"
1898
  msgstr "Google+ Client ID"
1899
 
1900
- #: admin/social_login.php:1186
1901
  #, fuzzy, php-format
1902
  msgid ""
1903
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1907,12 +2010,12 @@ msgstr ""
1907
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1908
  "para conseguir tu GooglePlus Client ID"
1909
 
1910
- #: admin/social_login.php:1197
1911
  #, fuzzy
1912
  msgid "Kakao Client Secret"
1913
  msgstr "Google+ Client ID"
1914
 
1915
- #: admin/social_login.php:1206
1916
  #, fuzzy, php-format
1917
  msgid ""
1918
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1922,50 +2025,50 @@ msgstr ""
1922
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1923
  "para conseguir tu GooglePlus Client ID"
1924
 
1925
- #: admin/social_login.php:1226
1926
  #, fuzzy
1927
  msgid "Social Login Options"
1928
  msgstr "Ingreso a través de redes sociales"
1929
 
1930
- #: admin/social_login.php:1241
1931
  msgid "Text to display above the Social Login interface"
1932
  msgstr ""
1933
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
1934
 
1935
- #: admin/social_login.php:1249
1936
  msgid "Trigger social login in the same browser tab"
1937
  msgstr ""
1938
 
1939
- #: admin/social_login.php:1259
1940
  msgid "Trigger social login in the same browser tab instead of a popup window"
1941
  msgstr ""
1942
 
1943
- #: admin/social_login.php:1266
1944
  #, fuzzy
1945
  msgid "Center align icons"
1946
  msgstr "Reorganizar iconos"
1947
 
1948
- #: admin/social_login.php:1276
1949
  #, fuzzy
1950
  msgid "Center align social login icons"
1951
  msgstr "Ingreso a través de redes sociales"
1952
 
1953
- #: admin/social_login.php:1283
1954
  msgid "Enable at login page"
1955
  msgstr "Permitir Página de Ingreso"
1956
 
1957
- #: admin/social_login.php:1293
1958
  msgid ""
1959
  "Social Login interface will get enabled at the login page of your website"
1960
  msgstr ""
1961
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
1962
  "acceso de tu sitio web"
1963
 
1964
- #: admin/social_login.php:1300
1965
  msgid "Enable at register page"
1966
  msgstr "Permitir Página de Registro"
1967
 
1968
- #: admin/social_login.php:1310
1969
  msgid ""
1970
  "Social Login interface will get enabled at the registration page of your "
1971
  "website"
@@ -1973,21 +2076,21 @@ msgstr ""
1973
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
1974
  "registro de tu sitio web"
1975
 
1976
- #: admin/social_login.php:1317
1977
  msgid "Enable at comment form"
1978
  msgstr "Permitir el formulario de comentarios"
1979
 
1980
- #: admin/social_login.php:1327
1981
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1982
  msgstr ""
1983
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
1984
  "de Comentario de tu WordPress"
1985
 
1986
- #: admin/social_login.php:1341
1987
  msgid "Enable before WooCommerce Customer Login Form"
1988
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
1989
 
1990
- #: admin/social_login.php:1351
1991
  msgid ""
1992
  "Social Login Interface will get enabled before the customer login form at "
1993
  "WooCommerce My Account page"
@@ -1995,12 +2098,12 @@ msgstr ""
1995
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
1996
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
1997
 
1998
- #: admin/social_login.php:1358
1999
  #, fuzzy
2000
  msgid "Enable at WooCommerce Customer Login Form"
2001
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2002
 
2003
- #: admin/social_login.php:1368
2004
  #, fuzzy
2005
  msgid ""
2006
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2009,12 +2112,12 @@ msgstr ""
2009
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2010
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2011
 
2012
- #: admin/social_login.php:1375
2013
  #, fuzzy
2014
  msgid "Enable at WooCommerce Customer Register Form"
2015
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2016
 
2017
- #: admin/social_login.php:1385
2018
  #, fuzzy
2019
  msgid ""
2020
  "Integrate Social Login Interface with the customer register form at "
@@ -2023,23 +2126,23 @@ msgstr ""
2023
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2024
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2025
 
2026
- #: admin/social_login.php:1392
2027
  msgid "Enable at WooCommerce checkout page"
2028
  msgstr "Permitir en la página de checkout de WooCommerce"
2029
 
2030
- #: admin/social_login.php:1402
2031
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2032
  msgstr ""
2033
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2034
  "checkout de WooCommerce"
2035
 
2036
- #: admin/social_login.php:1412
2037
  msgid "Auto-approve comments made by Social Login users"
2038
  msgstr ""
2039
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2040
  "través de redes sociales"
2041
 
2042
- #: admin/social_login.php:1422
2043
  msgid ""
2044
  "If this option is enabled, and WordPress comment is made by Social Login "
2045
  "user, comment will get approved immediately without keeping in moderation."
@@ -2048,15 +2151,15 @@ msgstr ""
2048
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2049
  "inmediato sin necesidad de moderación."
2050
 
2051
- #: admin/social_login.php:1423
2052
  msgid "Note: This is not related to Facebook comments"
2053
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2054
 
2055
- #: admin/social_login.php:1432
2056
  msgid "Enable social avatar"
2057
  msgstr "Permitir avatar social"
2058
 
2059
- #: admin/social_login.php:1442
2060
  msgid ""
2061
  "Social profile pictures of the logged in user will be displayed as profile "
2062
  "avatar"
@@ -2064,30 +2167,30 @@ msgstr ""
2064
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2065
  "avatar de perfil"
2066
 
2067
- #: admin/social_login.php:1451
2068
  msgid "Avatar quality"
2069
  msgstr "Calidad del avatar"
2070
 
2071
- #: admin/social_login.php:1454
2072
  msgid "Average"
2073
  msgstr "Media"
2074
 
2075
- #: admin/social_login.php:1455
2076
  msgid "Best"
2077
  msgstr "Alta"
2078
 
2079
- #: admin/social_login.php:1462
2080
  msgid "Choose avatar quality"
2081
  msgstr "Elegir la calidad del avatar"
2082
 
2083
- #: admin/social_login.php:1470
2084
  msgid ""
2085
  "Show option for users to update social avatar at BuddyPress profile page"
2086
  msgstr ""
2087
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2088
  "página de perfil de BuddyPress"
2089
 
2090
- #: admin/social_login.php:1480
2091
  msgid ""
2092
  "If enabled, users would be able to update their social avatar from \"Profile "
2093
  "photo\" section in BuddyPress profile at front-end"
@@ -2095,11 +2198,11 @@ msgstr ""
2095
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2096
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2097
 
2098
- #: admin/social_login.php:1490 super_socializer.php:2098
2099
  msgid "Email required"
2100
  msgstr "Email requerido"
2101
 
2102
- #: admin/social_login.php:1500
2103
  msgid ""
2104
  "If enabled and Social ID provider does not provide user's email address on "
2105
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2109,11 +2212,11 @@ msgstr ""
2109
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2110
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2111
 
2112
- #: admin/social_login.php:1508
2113
  msgid "Send post-registration email to user to set account password"
2114
  msgstr ""
2115
 
2116
- #: admin/social_login.php:1518
2117
  msgid ""
2118
  "If enabled, an email will be sent to user after registration through Social "
2119
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2123,12 +2226,12 @@ msgstr ""
2123
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2124
  "poder iniciar sesión a través del formulario de acceso tradicional"
2125
 
2126
- #: admin/social_login.php:1525
2127
  #, fuzzy
2128
  msgid "Send new user registration notification email to admin"
2129
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2130
 
2131
- #: admin/social_login.php:1535
2132
  #, fuzzy
2133
  msgid ""
2134
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2138,79 +2241,79 @@ msgstr ""
2138
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2139
  "poder iniciar sesión a través del formulario de acceso tradicional"
2140
 
2141
- #: admin/social_login.php:1542
2142
  msgid "Login redirection"
2143
  msgstr "Redirección de Ingreso"
2144
 
2145
- #: admin/social_login.php:1546
2146
  msgid "Same page where user logged in"
2147
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2148
 
2149
- #: admin/social_login.php:1550 admin/social_login.php:1579
2150
  msgid "Account dashboard"
2151
  msgstr "Panel de cuenta de usuario"
2152
 
2153
- #: admin/social_login.php:1553 admin/social_login.php:1582
2154
  msgid "BuddyPress profile page"
2155
  msgstr "Página de perfil de BuddyPress"
2156
 
2157
- #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2158
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2159
  msgid "Custom Url"
2160
  msgstr "Url personalizada"
2161
 
2162
- #: admin/social_login.php:1564
2163
  msgid "User will be redirected to the selected page after Social Login"
2164
  msgstr ""
2165
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2166
 
2167
- #: admin/social_login.php:1571
2168
  msgid "Registration redirection"
2169
  msgstr "Redirección de Registro"
2170
 
2171
- #: admin/social_login.php:1575
2172
  msgid "Same page from where user registered"
2173
  msgstr "La misma página en la que el usuario se ha registrado"
2174
 
2175
- #: admin/social_login.php:1591
2176
  #, fuzzy
2177
  msgid "Username Separator"
2178
  msgstr "Nombre de usuario: %s"
2179
 
2180
- #: admin/social_login.php:1595
2181
  msgid "Dash (-)"
2182
  msgstr ""
2183
 
2184
- #: admin/social_login.php:1597
2185
  msgid "Underscore (_)"
2186
  msgstr ""
2187
 
2188
- #: admin/social_login.php:1599
2189
  msgid "Dot (.)"
2190
  msgstr ""
2191
 
2192
- #: admin/social_login.php:1601
2193
  msgid "None"
2194
  msgstr ""
2195
 
2196
- #: admin/social_login.php:1609
2197
  msgid ""
2198
  "Choose one of the underscore, dot or dash to use to join first and last "
2199
  "names in the usernames of the new users"
2200
  msgstr ""
2201
 
2202
- #: admin/social_login.php:1618
2203
  #, fuzzy
2204
  msgid "Social Account Linking Options"
2205
  msgstr "Comentarios en redes sociales"
2206
 
2207
- #: admin/social_login.php:1633
2208
  #, fuzzy
2209
  msgid "Text to display above the Social Account Linking interface"
2210
  msgstr ""
2211
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2212
 
2213
- #: admin/social_login.php:1640
2214
  #, fuzzy
2215
  msgid ""
2216
  "Link social account to already existing account, if email address matches"
@@ -2218,7 +2321,7 @@ msgstr ""
2218
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2219
  "web "
2220
 
2221
- #: admin/social_login.php:1650
2222
  msgid ""
2223
  "If email address of the user's Social Account matches with an already "
2224
  "existing account at your website, that social account will be linked to "
@@ -2226,12 +2329,12 @@ msgid ""
2226
  "Linking interface at their profile page."
2227
  msgstr ""
2228
 
2229
- #: admin/social_login.php:1658
2230
  msgid "Enable social account linking at BuddyPress profile page"
2231
  msgstr ""
2232
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2233
 
2234
- #: admin/social_login.php:1668
2235
  msgid ""
2236
  "Enable this option to show social account linking interface at BuddyPress "
2237
  "profile page"
@@ -2239,15 +2342,15 @@ msgstr ""
2239
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2240
  "la página de perfil de BuddyPress"
2241
 
2242
- #: admin/social_login.php:1679
2243
  msgid "Email popup options"
2244
  msgstr "Opciones de popup del Email"
2245
 
2246
- #: admin/social_login.php:1684
2247
  msgid "Text on 'Email required' popup"
2248
  msgstr "Texto del popup 'Email requerido'"
2249
 
2250
- #: admin/social_login.php:1694
2251
  msgid ""
2252
  "This text will be displayed on email required popup. Leave empty if not "
2253
  "required."
@@ -2255,11 +2358,11 @@ msgstr ""
2255
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2256
  "no es necesario."
2257
 
2258
- #: admin/social_login.php:1702
2259
  msgid "Error message for 'Email required' popup"
2260
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2261
 
2262
- #: admin/social_login.php:1712
2263
  msgid ""
2264
  "This message will be displayed to user if it provides invalid or already "
2265
  "registered email"
@@ -2267,11 +2370,11 @@ msgstr ""
2267
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2268
  "registrado"
2269
 
2270
- #: admin/social_login.php:1720
2271
  msgid "Email popup height"
2272
  msgstr "Altura del popup del Email"
2273
 
2274
- #: admin/social_login.php:1730
2275
  msgid ""
2276
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2277
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2281,11 +2384,11 @@ msgstr ""
2281
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2282
  "opción. Déjala en blanco para la altura por defecto."
2283
 
2284
- #: admin/social_login.php:1737
2285
  msgid "Enable email verification"
2286
  msgstr "Activar verificación por email"
2287
 
2288
- #: admin/social_login.php:1747
2289
  msgid ""
2290
  "If enabled, email provided by the user will be verified by sending a "
2291
  "confirmation link to that email. User would not be able to login without "
@@ -2295,98 +2398,98 @@ msgstr ""
2295
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2296
  "pulsar este enlace"
2297
 
2298
- #: admin/social_login.php:1767
2299
  #, fuzzy
2300
  msgid "Enable GDPR opt-in"
2301
  msgstr "Permitir Comentarios de Disqus"
2302
 
2303
- #: admin/social_login.php:1777
2304
  msgid ""
2305
  "Enable it to show GDPR opt-in for social login and social account linking"
2306
  msgstr ""
2307
 
2308
- #: admin/social_login.php:1785
2309
  #, fuzzy
2310
  msgid "Placement of GDPR opt-in"
2311
  msgstr "Permitir Comentarios de Disqus"
2312
 
2313
- #: admin/social_login.php:1789
2314
  #, fuzzy
2315
  msgid "Above Social Login icons"
2316
  msgstr "Ingreso a través de redes sociales"
2317
 
2318
- #: admin/social_login.php:1791
2319
  #, fuzzy
2320
  msgid "Below Social Login icons"
2321
  msgstr "Ingreso a través de redes sociales"
2322
 
2323
- #: admin/social_login.php:1797
2324
  #, fuzzy
2325
  msgid "Placement of GDPR opt-in above or below the social login icons"
2326
  msgstr ""
2327
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2328
 
2329
- #: admin/social_login.php:1804
2330
  msgid "Opt-in text"
2331
  msgstr ""
2332
 
2333
- #: admin/social_login.php:1814
2334
  #, fuzzy
2335
  msgid "Text for the GDPR opt-in"
2336
  msgstr "Permitir Comentarios de Disqus"
2337
 
2338
- #: admin/social_login.php:1821
2339
  msgid "Text to link to Terms-Conditions page"
2340
  msgstr ""
2341
 
2342
- #: admin/social_login.php:1831
2343
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2344
  msgstr ""
2345
 
2346
- #: admin/social_login.php:1838
2347
  msgid "Terms-Conditions Url"
2348
  msgstr ""
2349
 
2350
- #: admin/social_login.php:1848
2351
  #, fuzzy
2352
  msgid "Url of the terms-conditions page of your website"
2353
  msgstr "Url de la página de inicio de tu sitio web"
2354
 
2355
- #: admin/social_login.php:1855
2356
  msgid "Text to link to Privacy Policy page"
2357
  msgstr ""
2358
 
2359
- #: admin/social_login.php:1865
2360
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2361
  msgstr ""
2362
 
2363
- #: admin/social_login.php:1872
2364
  msgid "Privacy Policy Url"
2365
  msgstr ""
2366
 
2367
- #: admin/social_login.php:1882
2368
  #, fuzzy
2369
  msgid "Url of the privacy policy page of your website"
2370
  msgstr "Url de la página de inicio de tu sitio web"
2371
 
2372
- #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2373
  #: inc/widget.php:605 inc/widget.php:754
2374
  msgid "Select"
2375
  msgstr "Seleccionar"
2376
 
2377
- #: admin/social_login.php:1964
2378
  msgid "Social Login Shortcode & Widget"
2379
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2380
 
2381
- #: admin/social_login.php:1965
2382
  msgid "Social Linking Shortcode"
2383
  msgstr "Shortcode para enlace a través de redes sociales"
2384
 
2385
- #: admin/social_login.php:1980
2386
  msgid "Why is social login not working?"
2387
  msgstr ""
2388
 
2389
- #: admin/social_login.php:1981
2390
  msgid ""
2391
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2392
  "belong to the same app"
@@ -2990,7 +3093,7 @@ msgstr ""
2990
  msgid "Why is Facebook share count not working?"
2991
  msgstr ""
2992
 
2993
- #: admin/social_sharing.php:1937 super_socializer.php:3249
2994
  #, php-format
2995
  msgid ""
2996
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3098,93 +3201,93 @@ msgstr ""
3098
  msgid "Settings saved"
3099
  msgstr "Ajustes guardados"
3100
 
3101
- #: helper.php:197
3102
  #, fuzzy
3103
  msgid "Click to toggle help"
3104
  msgstr "Pulsa para ocultar la ayuda"
3105
 
3106
- #: helper.php:278
3107
  #, fuzzy
3108
  msgid "Add-Ons"
3109
  msgstr "Otros Complementos"
3110
 
3111
- #: helper.php:279
3112
  msgid "Support Documentation"
3113
  msgstr ""
3114
 
3115
- #: helper.php:280
3116
  msgid "Settings"
3117
  msgstr "Ajustes"
3118
 
3119
- #: helper.php:556
3120
  msgid "Account linked successfully"
3121
  msgstr "Cuenta enlazada con éxito"
3122
 
3123
- #: helper.php:560
3124
  msgid "Account already exists or linked"
3125
  msgstr "Esta cuenta ya existe o ha sido enlazada"
3126
 
3127
- #: helper.php:596 helper.php:598
3128
  #, fuzzy
3129
  msgid "Login with"
3130
  msgstr "Otorgar puntos para el Social Login"
3131
 
3132
- #: helper.php:633 helper.php:639
3133
  msgid "Currently"
3134
  msgstr "Actualmente"
3135
 
3136
- #: helper.php:633 helper.php:639
3137
  msgid "Connected with"
3138
  msgstr ""
3139
 
3140
- #: helper.php:633 helper.php:639
3141
  msgid "Remove"
3142
  msgstr "Remover"
3143
 
3144
- #: helper.php:712
3145
  #, fuzzy
3146
  msgid "Social Account Linking"
3147
  msgstr ""
3148
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
3149
  "la página de perfil de BuddyPress"
3150
 
3151
- #: helper.php:763
3152
  msgid "Disable Standard Social Sharing on this "
3153
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
3154
 
3155
- #: helper.php:768
3156
  msgid "Disable Floating Social Sharing on this "
3157
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
3158
 
3159
- #: helper.php:773
3160
  msgid "Disable Standard like buttons on this "
3161
  msgstr "Desactivar los botones Me gusta Estándares aquí"
3162
 
3163
- #: helper.php:778
3164
  msgid "Disable Floating like buttons on this "
3165
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
3166
 
3167
- #: helper.php:783
3168
  msgid "Disable Social Commenting on this "
3169
  msgstr "Desactivar Comentarios de redes sociales aquí"
3170
 
3171
- #: helper.php:792
3172
  msgid "Standard Sharing Interface"
3173
  msgstr "Interfaz Estándar para Compartir"
3174
 
3175
- #: helper.php:798 helper.php:817
3176
  msgid "Starting share count for "
3177
  msgstr "Comienzo del Contador de veces compartidas"
3178
 
3179
- #: helper.php:811
3180
  msgid "Floating Sharing Interface"
3181
  msgstr "Interfaz Flotante de botones Compartir"
3182
 
3183
- #: helper.php:911 super_socializer.php:2508
3184
  msgid "Social Avatar"
3185
  msgstr "Avatar Social"
3186
 
3187
- #: helper.php:914 super_socializer.php:2519
3188
  msgid ""
3189
  "Do not fetch and update social avatar from my profile, next time I Social "
3190
  "Login"
@@ -3192,36 +3295,36 @@ msgstr ""
3192
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
3193
  "próxima vez | Social Login"
3194
 
3195
- #: helper.php:915 super_socializer.php:2523
3196
  msgid "Update social avatar, next time I Social Login"
3197
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
3198
 
3199
- #: helper.php:918
3200
  msgid "Small Avatar"
3201
  msgstr "Avatar Pequeño"
3202
 
3203
- #: helper.php:922
3204
  msgid "Large Avatar"
3205
  msgstr "Avatar Grande"
3206
 
3207
- #: helper.php:982 super_socializer.php:2076
3208
  msgid "Please verify your email address to login."
3209
  msgstr "Por favor verifica tu dirección de email para ingresar."
3210
 
3211
- #: helper.php:1019
3212
  msgid "Click to delete social profile data"
3213
  msgstr ""
3214
 
3215
- #: helper.php:1048
3216
  #, fuzzy
3217
  msgid "Deleting"
3218
  msgstr "Ajustes"
3219
 
3220
- #: helper.php:1058
3221
  msgid "Deleted"
3222
  msgstr ""
3223
 
3224
- #: helper.php:1060
3225
  msgid "Something bad happened"
3226
  msgstr ""
3227
 
@@ -3238,29 +3341,29 @@ msgstr ""
3238
  "\"Configuración Básica\" en la página del panel de control \"Super "
3239
  "Socializer > Social Login\""
3240
 
3241
- #: inc/social_login.php:1047
3242
  #, fuzzy
3243
  msgid "Email"
3244
  msgstr "Opciones de popup del Email"
3245
 
3246
- #: inc/social_login.php:1048
3247
  msgid "Confirm email"
3248
  msgstr ""
3249
 
3250
- #: inc/social_login.php:1050
3251
  msgid "Save"
3252
  msgstr ""
3253
 
3254
- #: inc/social_login.php:1051
3255
  msgid "Cancel"
3256
  msgstr ""
3257
 
3258
- #: inc/social_login.php:1125
3259
  #, fuzzy
3260
  msgid "Email Verification"
3261
  msgstr "Activar verificación por email"
3262
 
3263
- #: inc/social_login.php:1127
3264
  msgid ""
3265
  "Please click on the following link or paste it in browser to verify your "
3266
  "email"
@@ -3282,12 +3385,12 @@ msgstr "Archivos por Categoría"
3282
  msgid "Total Shares"
3283
  msgstr "Mostrar número total de veces compartidas"
3284
 
3285
- #: inc/social_sharing.php:272 super_socializer.php:2186
3286
  #, fuzzy
3287
  msgid "Share"
3288
  msgstr "Posición del contador de veces compartidas"
3289
 
3290
- #: inc/social_sharing.php:272 super_socializer.php:2186
3291
  #, fuzzy
3292
  msgid "Shares"
3293
  msgstr ""
@@ -3309,8 +3412,8 @@ msgstr "Super Socializer - Ingreso"
3309
  #: inc/widget.php:13
3310
  #, fuzzy
3311
  msgid ""
3312
- "Let your website users login/register using their favorite Social ID "
3313
- "Provider, such as Facebook, Twitter, Google, LinkedIn"
3314
  msgstr ""
3315
  "Permitir a los usuarios de tu sitio web conectarse/registrarse usando su ID "
3316
  "de su red social favorita, tal como Facebook, Twitter, Google+, LinkedIn..."
@@ -3660,7 +3763,7 @@ msgstr "Twitter"
3660
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3661
  msgstr ""
3662
 
3663
- #: super_socializer.php:1853
3664
  #, fuzzy
3665
  msgid ""
3666
  "cURL is not enabled at your website server. Please contact your website "
@@ -3670,7 +3773,7 @@ msgstr ""
3670
  "posible que necesites contactar con el administrador de tu servidor para "
3671
  "verificar esto"
3672
 
3673
- #: super_socializer.php:1881
3674
  #, fuzzy, php-format
3675
  msgid ""
3676
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3679,7 +3782,7 @@ msgstr ""
3679
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3680
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3681
 
3682
- #: super_socializer.php:1884
3683
  #, fuzzy, php-format
3684
  msgid ""
3685
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3688,7 +3791,7 @@ msgstr ""
3688
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3689
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3690
 
3691
- #: super_socializer.php:1887
3692
  msgid ""
3693
  "Make sure cURL is enabled at your website server. You may need to contact "
3694
  "the server administrator of your website to verify this"
@@ -3697,134 +3800,134 @@ msgstr ""
3697
  "posible que necesites contactar con el administrador de tu servidor para "
3698
  "verificar esto"
3699
 
3700
- #: super_socializer.php:2054
3701
  msgid "Search"
3702
  msgstr ""
3703
 
3704
- #: super_socializer.php:2076
3705
  msgid "Your email has been verified. Now you can login to your account"
3706
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
3707
 
3708
- #: super_socializer.php:2080
3709
  msgid "Notification"
3710
  msgstr "Notificación"
3711
 
3712
- #: super_socializer.php:2101
3713
  msgid "Please check your email inbox to complete the registration."
3714
  msgstr ""
3715
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
3716
  "registro."
3717
 
3718
- #: super_socializer.php:2170
3719
  msgid "Leave a reply"
3720
  msgstr "Deja una respuesta"
3721
 
3722
- #: super_socializer.php:2186
3723
  #, fuzzy
3724
  msgid "Link copied."
3725
  msgstr "LinkedIn"
3726
 
3727
- #: super_socializer.php:2424
3728
  msgid "Super Socializer - General Options"
3729
  msgstr "Super Socializer - Opciones Generales"
3730
 
3731
- #: super_socializer.php:2495
3732
  msgid ""
3733
  "I agree to my personal data being stored and used as per Privacy Policy and "
3734
  "Terms and Conditions"
3735
  msgstr ""
3736
 
3737
- #: super_socializer.php:2499
3738
  msgid ""
3739
  "I revoke my consent to store and use my personal data. Kindly delete my "
3740
  "personal data saved in this website."
3741
  msgstr ""
3742
 
3743
- #: super_socializer.php:2511
3744
  msgid "Small Avatar Url"
3745
  msgstr "Url de Avatar Pequeño"
3746
 
3747
- #: super_socializer.php:2515
3748
  msgid "Large Avatar Url"
3749
  msgstr "Url de Avatar Grande"
3750
 
3751
- #: super_socializer.php:2617
3752
  msgid "Login with your Social ID"
3753
  msgstr ""
3754
 
3755
- #: super_socializer.php:2618
3756
  msgid "Email you entered is already registered or invalid"
3757
  msgstr "El email que has escrito ya está registrado o no es válido"
3758
 
3759
- #: super_socializer.php:2625
3760
  msgid "Please enter a valid email address. You might be required to verify it"
3761
  msgstr ""
3762
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
3763
  "verificarla"
3764
 
3765
- #: super_socializer.php:2630 super_socializer.php:3433
3766
  msgid "Link your social account to login to your account at this website"
3767
  msgstr ""
3768
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
3769
  "web "
3770
 
3771
- #: super_socializer.php:2890
3772
  msgid "Thanks for installing Super Socializer plugin"
3773
  msgstr ""
3774
 
3775
- #: super_socializer.php:2892
3776
  msgid "Configure the Plugin"
3777
  msgstr ""
3778
 
3779
- #: super_socializer.php:2903
3780
  msgid ""
3781
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3782
  "current version of Super Socializer"
3783
  msgstr ""
3784
 
3785
- #: super_socializer.php:2912
3786
  msgid ""
3787
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3788
  "compatibility with the current version of Super Socializer"
3789
  msgstr ""
3790
 
3791
- #: super_socializer.php:2921
3792
  msgid ""
3793
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3794
  "compatibility with the current version of Super Socializer"
3795
  msgstr ""
3796
 
3797
- #: super_socializer.php:2930
3798
  msgid ""
3799
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3800
  "version of Super Socializer"
3801
  msgstr ""
3802
 
3803
- #: super_socializer.php:2939
3804
  msgid ""
3805
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3806
  "compatibility with the current version of Super Socializer"
3807
  msgstr ""
3808
 
3809
- #: super_socializer.php:2948
3810
  msgid ""
3811
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3812
  "for compatibility with the current version of Super Socializer"
3813
  msgstr ""
3814
 
3815
- #: super_socializer.php:2957
3816
  msgid ""
3817
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3818
  "with current version of Super Socializer"
3819
  msgstr ""
3820
 
3821
- #: super_socializer.php:2968
3822
  #, php-format
3823
  msgid ""
3824
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3825
  msgstr ""
3826
 
3827
- #: super_socializer.php:2977
3828
  #, php-format
3829
  msgid ""
3830
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3832,7 +3935,7 @@ msgid ""
3832
  "Instagram App Secret <a href=\"%s\">here</a>"
3833
  msgstr ""
3834
 
3835
- #: super_socializer.php:2986 super_socializer.php:2995
3836
  #, php-format
3837
  msgid ""
3838
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3841,13 +3944,13 @@ msgid ""
3841
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3842
  msgstr ""
3843
 
3844
- #: super_socializer.php:3011
3845
  #, php-format
3846
  msgid ""
3847
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3848
  msgstr ""
3849
 
3850
- #: super_socializer.php:3035
3851
  #, php-format
3852
  msgid ""
3853
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3855,14 +3958,14 @@ msgid ""
3855
  "target=\"_blank\">here</a>"
3856
  msgstr ""
3857
 
3858
- #: super_socializer.php:3035 super_socializer.php:3060
3859
- #: super_socializer.php:3085 super_socializer.php:3110
3860
- #: super_socializer.php:3143 super_socializer.php:3171
3861
- #: super_socializer.php:3198
3862
  msgid "Okay"
3863
  msgstr ""
3864
 
3865
- #: super_socializer.php:3060
3866
  #, php-format
3867
  msgid ""
3868
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3870,7 +3973,7 @@ msgid ""
3870
  "\">here</a>"
3871
  msgstr ""
3872
 
3873
- #: super_socializer.php:3085
3874
  #, php-format
3875
  msgid ""
3876
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3878,7 +3981,7 @@ msgid ""
3878
  "target=\"_blank\">here</a>"
3879
  msgstr ""
3880
 
3881
- #: super_socializer.php:3110
3882
  #, php-format
3883
  msgid ""
3884
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3886,13 +3989,13 @@ msgid ""
3886
  "target=\"_blank\">here</a>"
3887
  msgstr ""
3888
 
3889
- #: super_socializer.php:3121
3890
  #, php-format
3891
  msgid ""
3892
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3893
  msgstr ""
3894
 
3895
- #: super_socializer.php:3143
3896
  #, php-format
3897
  msgid ""
3898
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3900,7 +4003,7 @@ msgid ""
3900
  "\"%s\" target=\"_blank\">here</a>"
3901
  msgstr ""
3902
 
3903
- #: super_socializer.php:3171
3904
  #, php-format
3905
  msgid ""
3906
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3909,7 +4012,7 @@ msgid ""
3909
  "your website %s with them. No need to copy-paste any code from their website."
3910
  msgstr ""
3911
 
3912
- #: super_socializer.php:3198
3913
  #, php-format
3914
  msgid ""
3915
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3917,7 +4020,7 @@ msgid ""
3917
  "\"%s\" target=\"_blank\">here</a>"
3918
  msgstr ""
3919
 
3920
- #: super_socializer.php:3223
3921
  #, php-format
3922
  msgid ""
3923
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3925,11 +4028,11 @@ msgid ""
3925
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3926
  msgstr ""
3927
 
3928
- #: super_socializer.php:3223 super_socializer.php:3250
3929
  msgid "Dismiss"
3930
  msgstr ""
3931
 
3932
- #: super_socializer.php:3509
3933
  msgid ""
3934
  "Your browser is blocking some features of this website. Please follow the "
3935
  "instructions at {support_url} to unblock these."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-19 23:05+0530\n"
6
+ "PO-Revision-Date: 2022-07-19 23:05+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:2102
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
34
  "conseguir tu Twitter Key"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2555
38
  msgid "General Options"
39
  msgstr "Opciones Generales"
40
 
83
  "style&gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:2098
87
+ #: admin/social_sharing.php:1975 helper.php:932
88
  msgid "Save Changes"
89
  msgstr "Guardar Cambios"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:2108
93
  #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:2110
100
  #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
225
  msgstr ""
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
+ #: admin/social_login.php:45 admin/social_login.php:2065
229
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
230
  #: admin/social_sharing.php:1901
231
  msgid "Shortcode & Widget"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
+ #: admin/social_login.php:46 admin/social_login.php:2079
237
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
238
  msgid "FAQ"
239
  msgstr "FAQ"
276
  msgid "Url to like/share/tweet and display like/share/tweet counts"
277
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
278
 
279
+ #: admin/like_buttons.php:105 admin/social_login.php:1334
280
+ #: admin/social_login.php:1726 admin/social_sharing.php:717 inc/widget.php:1038
281
  msgid "Title"
282
  msgstr "Título"
283
 
345
  msgstr "Posición de la interfaz"
346
 
347
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
348
+ #: admin/social_login.php:1651 admin/social_login.php:1680
349
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
350
  msgid "Homepage"
351
  msgstr "Página de Inicio"
629
  msgstr ""
630
 
631
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
632
+ #: admin/social_login.php:2087 admin/social_sharing.php:1964
633
  #, fuzzy
634
  msgid "More"
635
  msgstr ""
847
  msgid "Social Commenting Shortcode"
848
  msgstr "Shortcode de Comentarios Sociales"
849
 
850
+ #: admin/social_commenting.php:386 admin/social_login.php:2081
851
  #: admin/social_sharing.php:1934
852
  msgid ""
853
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
865
  "Https?"
866
  msgstr ""
867
 
868
+ #: admin/social_commenting.php:389 admin/social_login.php:2086
869
  #: admin/social_sharing.php:1949
870
  msgid "Why is my browser blocking some features of the plugin?"
871
  msgstr ""
903
  msgid "Advanced Configuration"
904
  msgstr "Configuración básica"
905
 
906
+ #: admin/social_login.php:41 admin/social_login.php:1865
907
+ #: super_socializer.php:2623
908
  msgid "GDPR"
909
  msgstr ""
910
 
911
+ #: admin/social_login.php:43 admin/social_login.php:2016
912
  msgid "XProfile Integration"
913
  msgstr ""
914
 
1020
  msgid "Spotify"
1021
  msgstr ""
1022
 
1023
+ #: admin/social_login.php:180
1024
  msgid "Dribbble"
1025
  msgstr ""
1026
 
1027
+ #: admin/social_login.php:184
1028
+ msgid "Odnoklassniki"
1029
+ msgstr ""
1030
+
1031
+ #: admin/social_login.php:188
1032
+ msgid "Yandex"
1033
+ msgstr ""
1034
+
1035
+ #: admin/social_login.php:192
1036
  #, fuzzy
1037
  msgid "Twitch"
1038
  msgstr "Twitter"
1039
 
1040
+ #: admin/social_login.php:196
1041
  #, fuzzy
1042
  msgid "Foursquare"
1043
  msgstr "Cuadrado"
1044
 
1045
+ #: admin/social_login.php:200
1046
  msgid "Dropbox"
1047
  msgstr ""
1048
 
1049
+ #: admin/social_login.php:204
1050
  #, fuzzy
1051
  msgid "Disqus"
1052
  msgstr "Etiqueta para la pestaña de Comentarios de Disqus"
1053
 
1054
+ #: admin/social_login.php:208
1055
  msgid "Reddit"
1056
  msgstr ""
1057
 
1058
+ #: admin/social_login.php:212
1059
  msgid "Mail.ru"
1060
  msgstr ""
1061
 
1062
+ #: admin/social_login.php:216
1063
  msgid "Github"
1064
  msgstr ""
1065
 
1066
+ #: admin/social_login.php:220
1067
  msgid "Kakao"
1068
  msgstr ""
1069
 
1070
+ #: admin/social_login.php:228
1071
  msgid "Select Social ID provider to enable in Social Login"
1072
  msgstr ""
1073
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1074
  "redes sociales"
1075
 
1076
+ #: admin/social_login.php:235
1077
  msgid "Facebook App ID"
1078
  msgstr "Facebook App ID"
1079
 
1080
+ #: admin/social_login.php:245
1081
  #, php-format
1082
  msgid ""
1083
  "Required for Facebook Social Login to work. Please follow the documentation "
1087
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1088
  "para conseguir tu Facebook App ID"
1089
 
1090
+ #: admin/social_login.php:247 admin/social_login.php:268
1091
  #, fuzzy
1092
  msgid ""
1093
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1095
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1096
  "mencionado"
1097
 
1098
+ #: admin/social_login.php:256
1099
  #, fuzzy
1100
  msgid "Facebook App Secret"
1101
  msgstr "Facebook App ID"
1102
 
1103
+ #: admin/social_login.php:266
1104
  #, fuzzy, php-format
1105
  msgid ""
1106
  "Required for Facebook Social Login to work. Please follow the documentation "
1110
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1111
  "para conseguir tu Facebook App ID"
1112
 
1113
+ #: admin/social_login.php:277
1114
  msgid "Twitter API Key"
1115
  msgstr "Twitter API Key"
1116
 
1117
+ #: admin/social_login.php:287
1118
  #, php-format
1119
  msgid ""
1120
  "Required for Twitter Social Login to work. Please follow the documentation "
1124
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1125
  "conseguir tu Twitter Key"
1126
 
1127
+ #: admin/social_login.php:289 admin/social_login.php:314
1128
  #, fuzzy
1129
  msgid ""
1130
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1132
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1133
  "enlace mencionado"
1134
 
1135
+ #: admin/social_login.php:293 admin/social_login.php:318
1136
+ #: admin/social_login.php:506 admin/social_login.php:526
1137
+ #: admin/social_login.php:861 admin/social_login.php:881
1138
+ #: admin/social_login.php:996 admin/social_login.php:1016
1139
+ #: admin/social_login.php:1121 admin/social_login.php:1141
1140
+ #: admin/social_login.php:1249 admin/social_login.php:1269
1141
+ #: admin/social_login.php:1291 admin/social_login.php:1311
1142
  #, fuzzy
1143
  msgid ""
1144
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1147
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1148
  "enlace mencionado"
1149
 
1150
+ #: admin/social_login.php:302
1151
  msgid "Twitter API Secret"
1152
  msgstr "Twitter API Secret"
1153
 
1154
+ #: admin/social_login.php:312
1155
  #, php-format
1156
  msgid ""
1157
  "Required for Twitter Social Login to work. Please follow the documentation "
1161
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1162
  "conseguir tu Twitter API Secret"
1163
 
1164
+ #: admin/social_login.php:327
1165
  #, fuzzy
1166
  msgid "LinkedIn Client ID"
1167
  msgstr "LinkedIn"
1168
 
1169
+ #: admin/social_login.php:337
1170
  #, fuzzy, php-format
1171
  msgid ""
1172
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1176
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1177
  "para conseguir tu LinkedIn API Key"
1178
 
1179
+ #: admin/social_login.php:339 admin/social_login.php:360
1180
+ #: admin/social_login.php:546 admin/social_login.php:566
1181
  #, fuzzy
1182
  msgid ""
1183
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1186
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1187
  "mencionado"
1188
 
1189
+ #: admin/social_login.php:348
1190
  #, fuzzy
1191
  msgid "LinkedIn Client Secret"
1192
  msgstr "LinkedIn"
1193
 
1194
+ #: admin/social_login.php:358
1195
  #, fuzzy, php-format
1196
  msgid ""
1197
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1202
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1203
  "para conseguir tu LinkedIn API Key"
1204
 
1205
+ #: admin/social_login.php:369
1206
  #, fuzzy
1207
  msgid "Google Client ID"
1208
  msgstr "Google+ Client ID"
1209
 
1210
+ #: admin/social_login.php:379
1211
  #, fuzzy, php-format
1212
  msgid ""
1213
  "Required for Google Social Login to work. Please follow the documentation at "
1217
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1218
  "para conseguir tu GooglePlus Client ID"
1219
 
1220
+ #: admin/social_login.php:381 admin/social_login.php:402
1221
  #, fuzzy
1222
  msgid ""
1223
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1226
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1227
  "mencionado"
1228
 
1229
+ #: admin/social_login.php:390
1230
  #, fuzzy
1231
  msgid "Google Client Secret"
1232
  msgstr "Google+ Client ID"
1233
 
1234
+ #: admin/social_login.php:400
1235
  #, fuzzy, php-format
1236
  msgid ""
1237
  "Required for Google Social Login to work. Please follow the documentation at "
1241
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1242
  "para conseguir tu GooglePlus Client ID"
1243
 
1244
+ #: admin/social_login.php:411
1245
  msgid "Vkontakte Application ID"
1246
  msgstr "Vkontakte Application ID"
1247
 
1248
+ #: admin/social_login.php:421 admin/social_login.php:442
1249
  #, php-format
1250
  msgid ""
1251
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1256
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1257
  "para conseguir tu Vkontakte Application ID"
1258
 
1259
+ #: admin/social_login.php:423 admin/social_login.php:444
1260
  #, fuzzy
1261
  msgid ""
1262
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1265
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
1266
  "enlace mencionado"
1267
 
1268
+ #: admin/social_login.php:432
1269
  #, fuzzy
1270
  msgid "Vkontakte Secure key"
1271
  msgstr "Vkontakte"
1272
 
1273
+ #: admin/social_login.php:453
1274
  #, fuzzy
1275
  msgid "Instagram App ID"
1276
  msgstr "Instagram Client ID"
1277
 
1278
+ #: admin/social_login.php:463
1279
  #, fuzzy, php-format
1280
  msgid ""
1281
  "Required for Instagram Social Login to work. Please follow the documentation "
1285
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1286
  "para conseguir tu Instagram Client ID"
1287
 
1288
+ #: admin/social_login.php:465 admin/social_login.php:486
1289
  #, fuzzy
1290
  msgid ""
1291
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1294
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1295
  "mencionado"
1296
 
1297
+ #: admin/social_login.php:474
1298
  #, fuzzy
1299
  msgid "Instagram App Secret"
1300
  msgstr "Instagram"
1301
 
1302
+ #: admin/social_login.php:484
1303
  #, fuzzy, php-format
1304
  msgid ""
1305
  "Required for Instagram Social Login to work. Please follow the documentation "
1309
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1310
  "para conseguir tu Instagram Client ID"
1311
 
1312
+ #: admin/social_login.php:495
1313
  msgid "Line Channel ID"
1314
  msgstr ""
1315
 
1316
+ #: admin/social_login.php:504
1317
  #, fuzzy, php-format
1318
  msgid ""
1319
  "Required for Line Social Login to work. Please follow the documentation at "
1323
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1324
  "para conseguir tu LinkedIn API Key"
1325
 
1326
+ #: admin/social_login.php:515
1327
  #, fuzzy
1328
  msgid "Line Channel Secret"
1329
  msgstr "LinkedIn"
1330
 
1331
+ #: admin/social_login.php:524
1332
  #, fuzzy, php-format
1333
  msgid ""
1334
  "Required for Line Social Login to work. Please follow the documentation at "
1338
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1339
  "para conseguir tu LinkedIn API Key"
1340
 
1341
+ #: admin/social_login.php:535
1342
  #, fuzzy
1343
  msgid "Wordpress Client ID"
1344
  msgstr "Google+ Client ID"
1345
 
1346
+ #: admin/social_login.php:544
1347
  #, fuzzy, php-format
1348
  msgid ""
1349
  "Required for Wordpress Social Login to work. Please follow the documentation "
1353
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1354
  "para conseguir tu GooglePlus Client ID"
1355
 
1356
+ #: admin/social_login.php:555
1357
  #, fuzzy
1358
  msgid "Wordpress Client Secret"
1359
  msgstr "Google+ Client ID"
1360
 
1361
+ #: admin/social_login.php:564
1362
  #, fuzzy, php-format
1363
  msgid ""
1364
  "Required for Wordpress Social Login to work. Please follow the documentation "
1369
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1370
  "para conseguir tu GooglePlus Client ID"
1371
 
1372
+ #: admin/social_login.php:575
1373
  #, fuzzy
1374
  msgid "Microsoft Client ID"
1375
  msgstr "Google+ Client ID"
1376
 
1377
+ #: admin/social_login.php:584
1378
  #, fuzzy, php-format
1379
  msgid ""
1380
  "Required for Live Social Login to work. Please follow the documentation at "
1384
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1385
  "para conseguir tu GooglePlus Client ID"
1386
 
1387
+ #: admin/social_login.php:586 admin/social_login.php:606
1388
+ #: admin/social_login.php:819 admin/social_login.php:839
1389
+ #: admin/social_login.php:1078 admin/social_login.php:1098
1390
  #, fuzzy
1391
  msgid ""
1392
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1395
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1396
  "mencionado"
1397
 
1398
+ #: admin/social_login.php:595
1399
  #, fuzzy
1400
  msgid "Microsoft Client Secret"
1401
  msgstr "Google+ Client ID"
1402
 
1403
+ #: admin/social_login.php:604
1404
  #, fuzzy, php-format
1405
  msgid ""
1406
  "Required for Live Social Login to work. Please follow the documentation at "
1411
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1412
  "para conseguir tu GooglePlus Client ID"
1413
 
1414
+ #: admin/social_login.php:614
1415
  #, fuzzy
1416
  msgid "Steam API Key"
1417
  msgstr "Twitter API Key"
1418
 
1419
+ #: admin/social_login.php:623
1420
  #, fuzzy, php-format
1421
  msgid ""
1422
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1426
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1427
  "conseguir tu Twitter Key"
1428
 
1429
+ #: admin/social_login.php:624
1430
  #, fuzzy
1431
  msgid "Save following <strong>domain</strong> to get the key"
1432
  msgstr ""
1433
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1434
  "enlace mencionado"
1435
 
1436
+ #: admin/social_login.php:633
1437
  #, fuzzy
1438
  msgid "Yahoo Client ID"
1439
  msgstr "Google+ Client ID"
1440
 
1441
+ #: admin/social_login.php:642
1442
  #, fuzzy, php-format
1443
  msgid ""
1444
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1448
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1449
  "para conseguir tu GooglePlus Client ID"
1450
 
1451
+ #: admin/social_login.php:644 admin/social_login.php:664
1452
  #, fuzzy
1453
  msgid ""
1454
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1457
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1458
  "mencionado"
1459
 
1460
+ #: admin/social_login.php:653
1461
  #, fuzzy
1462
  msgid "Yahoo Client Secret"
1463
  msgstr "Google+ Client ID"
1464
 
1465
+ #: admin/social_login.php:662
1466
  #, fuzzy, php-format
1467
  msgid ""
1468
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1472
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1473
  "para conseguir tu GooglePlus Client ID"
1474
 
1475
+ #: admin/social_login.php:675
1476
  #, fuzzy
1477
  msgid "Discord Client ID"
1478
  msgstr "Instagram Client ID"
1479
 
1480
+ #: admin/social_login.php:684
1481
  #, fuzzy, php-format
1482
  msgid ""
1483
  "Required for Discord Social Login to work. Please follow the documentation "
1487
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1488
  "para conseguir tu GooglePlus Client ID"
1489
 
1490
+ #: admin/social_login.php:686 admin/social_login.php:706
1491
  #, fuzzy
1492
  msgid ""
1493
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1496
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1497
  "mencionado"
1498
 
1499
+ #: admin/social_login.php:695
1500
  #, fuzzy
1501
  msgid "Discord Client Secret"
1502
  msgstr "Instagram Client ID"
1503
 
1504
+ #: admin/social_login.php:704
1505
  #, fuzzy, php-format
1506
  msgid ""
1507
  "Required for Discord Social Login to work. Please follow the documentation "
1512
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1513
  "para conseguir tu GooglePlus Client ID"
1514
 
1515
+ #: admin/social_login.php:717
1516
  #, fuzzy
1517
  msgid "Amazon Client ID"
1518
  msgstr "Google+ Client ID"
1519
 
1520
+ #: admin/social_login.php:726
1521
  #, fuzzy, php-format
1522
  msgid ""
1523
  "Required for Amazon Social Login to work. Please follow the documentation at "
1527
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1528
  "para conseguir tu GooglePlus Client ID"
1529
 
1530
+ #: admin/social_login.php:728 admin/social_login.php:748
1531
  #, fuzzy
1532
  msgid ""
1533
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1536
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1537
  "mencionado"
1538
 
1539
+ #: admin/social_login.php:737
1540
  #, fuzzy
1541
  msgid "Amazon Client Secret"
1542
  msgstr "Google+ Client ID"
1543
 
1544
+ #: admin/social_login.php:746
1545
  #, fuzzy, php-format
1546
  msgid ""
1547
  "Required for Amazon Social Login to work. Please follow the documentation at "
1552
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1553
  "para conseguir tu GooglePlus Client ID"
1554
 
1555
+ #: admin/social_login.php:759
1556
  #, fuzzy
1557
  msgid "Stack Overflow Client ID"
1558
  msgstr "Google+ Client ID"
1559
 
1560
+ #: admin/social_login.php:768
1561
  #, fuzzy, php-format
1562
  msgid ""
1563
  "Required for Stack Overflow Social Login to work. Please follow the "
1568
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1569
  "para conseguir tu GooglePlus Client ID"
1570
 
1571
+ #: admin/social_login.php:774
1572
  #, fuzzy
1573
  msgid "Stack Overflow Client Secret"
1574
  msgstr "Google+ Client ID"
1575
 
1576
+ #: admin/social_login.php:783
1577
  #, fuzzy, php-format
1578
  msgid ""
1579
  "Required for Stack Overflow Social Login to work. Please follow the "
1584
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1585
  "para conseguir tu GooglePlus Client ID"
1586
 
1587
+ #: admin/social_login.php:789
1588
  #, fuzzy
1589
  msgid "Stack Overflow Key"
1590
  msgstr "Google+ Client ID"
1591
 
1592
+ #: admin/social_login.php:799
1593
  #, fuzzy, php-format
1594
  msgid ""
1595
  "Required for Stack Overflow Social Login to work. Please follow the "
1600
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1601
  "conseguir tu Twitter Key"
1602
 
1603
+ #: admin/social_login.php:808
1604
  #, fuzzy
1605
  msgid "Spotify Client ID"
1606
  msgstr "Google+ Client ID"
1607
 
1608
+ #: admin/social_login.php:817
1609
  #, fuzzy, php-format
1610
  msgid ""
1611
  "Required for Spotify Social Login to work. Please follow the documentation "
1615
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1616
  "para conseguir tu GooglePlus Client ID"
1617
 
1618
+ #: admin/social_login.php:828
1619
  #, fuzzy
1620
  msgid "Spotify Client Secret"
1621
  msgstr "Google+ Client ID"
1622
 
1623
+ #: admin/social_login.php:837
1624
  #, fuzzy, php-format
1625
  msgid ""
1626
  "Required for Spotify Social Login to work. Please follow the documentation "
1631
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1632
  "para conseguir tu GooglePlus Client ID"
1633
 
1634
+ #: admin/social_login.php:850
1635
  #, fuzzy
1636
  msgid "Dribbble Client ID"
1637
  msgstr "Google+ Client ID"
1638
 
1639
+ #: admin/social_login.php:859
1640
  #, fuzzy, php-format
1641
  msgid ""
1642
  "Required for Dribbble Social Login to work. Please follow the documentation "
1646
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1647
  "para conseguir tu GooglePlus Client ID"
1648
 
1649
+ #: admin/social_login.php:870
1650
  #, fuzzy
1651
  msgid "Dribbble Client Secret"
1652
  msgstr "Google+ Client ID"
1653
 
1654
+ #: admin/social_login.php:879
1655
  #, fuzzy, php-format
1656
  msgid ""
1657
  "Required for Dribbble Social Login to work. Please follow the documentation "
1662
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1663
  "para conseguir tu GooglePlus Client ID"
1664
 
1665
+ #: admin/social_login.php:891
1666
+ #, fuzzy
1667
+ msgid "Odnoklassniki Application ID"
1668
+ msgstr "Vkontakte Application ID"
1669
+
1670
+ #: admin/social_login.php:900
1671
+ #, fuzzy, php-format
1672
+ msgid ""
1673
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1674
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1675
+ "Odnoklassniki Application ID"
1676
+ msgstr ""
1677
+ "Requerido para que funcione el ingreso a través de Vkontakte. Por favor, "
1678
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1679
+ "para conseguir tu Vkontakte Application ID"
1680
+
1681
+ #: admin/social_login.php:902
1682
+ #, fuzzy
1683
+ msgid ""
1684
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1685
+ "the link"
1686
+ msgstr ""
1687
+ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1688
+ "mencionado"
1689
+
1690
+ #: admin/social_login.php:910
1691
+ msgid "Odnoklassniki Public key"
1692
+ msgstr ""
1693
+
1694
+ #: admin/social_login.php:919
1695
+ #, fuzzy, php-format
1696
+ msgid ""
1697
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1698
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1699
+ "Odnoklassniki Public Key"
1700
+ msgstr ""
1701
+ "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la "
1702
+ "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1703
+ "conseguir tu Xing Consumer Key"
1704
+
1705
+ #: admin/social_login.php:926
1706
+ #, fuzzy
1707
+ msgid "Odnoklassniki Secret Key"
1708
+ msgstr "Shortname Disqus"
1709
+
1710
+ #: admin/social_login.php:935
1711
+ #, fuzzy, php-format
1712
+ msgid ""
1713
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1714
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1715
+ "Odnoklassniki Secret Key"
1716
+ msgstr ""
1717
+ "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la "
1718
+ "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1719
+ "conseguir tu Xing Consumer Key"
1720
+
1721
+ #: admin/social_login.php:944
1722
+ #, fuzzy
1723
+ msgid "Yandex Client ID"
1724
+ msgstr "Google+ Client ID"
1725
+
1726
+ #: admin/social_login.php:953
1727
+ #, fuzzy, php-format
1728
+ msgid ""
1729
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1730
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1731
+ msgstr ""
1732
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
1733
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1734
+ "para conseguir tu GooglePlus Client ID"
1735
+
1736
+ #: admin/social_login.php:955 admin/social_login.php:975
1737
+ #, fuzzy
1738
+ msgid ""
1739
+ "Paste following url in <strong>Callback URI</strong> option mentioned at the "
1740
+ "link"
1741
+ msgstr ""
1742
+ "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1743
+ "enlace mencionado"
1744
+
1745
+ #: admin/social_login.php:964
1746
+ #, fuzzy
1747
+ msgid "Yandex Client Secret"
1748
+ msgstr "Google+ Client ID"
1749
+
1750
+ #: admin/social_login.php:973
1751
+ #, fuzzy, php-format
1752
+ msgid ""
1753
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1754
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1755
+ msgstr ""
1756
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
1757
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1758
+ "para conseguir tu GooglePlus Client ID"
1759
+
1760
+ #: admin/social_login.php:985
1761
  #, fuzzy
1762
  msgid "Twitch Client ID"
1763
  msgstr "Instagram Client ID"
1764
 
1765
+ #: admin/social_login.php:994
1766
  #, fuzzy, php-format
1767
  msgid ""
1768
  "Required for Twitch Social Login to work. Please follow the documentation at "
1772
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1773
  "para conseguir tu GooglePlus Client ID"
1774
 
1775
+ #: admin/social_login.php:1005
1776
  #, fuzzy
1777
  msgid "Twitch Client Secret"
1778
  msgstr "Instagram Client ID"
1779
 
1780
+ #: admin/social_login.php:1014
1781
  #, fuzzy, php-format
1782
  msgid ""
1783
  "Required for Twitch Social Login to work. Please follow the documentation at "
1787
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1788
  "para conseguir tu GooglePlus Client ID"
1789
 
1790
+ #: admin/social_login.php:1027
1791
  #, fuzzy
1792
  msgid "Foursquare Client ID"
1793
  msgstr "Google+ Client ID"
1794
 
1795
+ #: admin/social_login.php:1036
1796
  #, fuzzy, php-format
1797
  msgid ""
1798
  "Required for Foursquare Social Login to work. Please follow the "
1803
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1804
  "para conseguir tu GooglePlus Client ID"
1805
 
1806
+ #: admin/social_login.php:1038 admin/social_login.php:1058
1807
  #, fuzzy
1808
  msgid ""
1809
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1812
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1813
  "mencionado"
1814
 
1815
+ #: admin/social_login.php:1047
1816
  #, fuzzy
1817
  msgid "Foursquare Client Secret"
1818
  msgstr "Google+ Client ID"
1819
 
1820
+ #: admin/social_login.php:1056
1821
  #, fuzzy, php-format
1822
  msgid ""
1823
  "Required for Foursquare Social Login to work. Please follow the "
1828
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1829
  "para conseguir tu GooglePlus Client ID"
1830
 
1831
+ #: admin/social_login.php:1067
1832
  msgid "Dropbox App Key"
1833
  msgstr ""
1834
 
1835
+ #: admin/social_login.php:1076
1836
  #, fuzzy, php-format
1837
  msgid ""
1838
  "Required for Dropbox Social Login to work. Please follow the documentation "
1842
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1843
  "para conseguir tu Facebook App ID"
1844
 
1845
+ #: admin/social_login.php:1087
1846
  #, fuzzy
1847
  msgid "Dropbox App Secret"
1848
  msgstr "Facebook App ID"
1849
 
1850
+ #: admin/social_login.php:1096
1851
  #, fuzzy, php-format
1852
  msgid ""
1853
  "Required for Dropbox Social Login to work. Please follow the documentation "
1857
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1858
  "para conseguir tu Facebook App ID"
1859
 
1860
+ #: admin/social_login.php:1110
1861
  msgid "Disqus Public Key"
1862
  msgstr ""
1863
 
1864
+ #: admin/social_login.php:1119
1865
  #, fuzzy, php-format
1866
  msgid ""
1867
  "Required for Disqus Social Login to work. Please follow the documentation at "
1871
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1872
  "conseguir tu Xing Consumer Key"
1873
 
1874
+ #: admin/social_login.php:1130
1875
  #, fuzzy
1876
  msgid "Disqus Secret Key"
1877
  msgstr "Shortname Disqus"
1878
 
1879
+ #: admin/social_login.php:1139
1880
  #, fuzzy, php-format
1881
  msgid ""
1882
  "Required for Disqus Social Login to work. Please follow the documentation at "
1886
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1887
  "conseguir tu Xing Consumer Key"
1888
 
1889
+ #: admin/social_login.php:1152
1890
  #, fuzzy
1891
  msgid "Reddit Client ID"
1892
  msgstr "Instagram Client ID"
1893
 
1894
+ #: admin/social_login.php:1161
1895
  #, fuzzy, php-format
1896
  msgid ""
1897
  "Required for Reddit Social Login to work. Please follow the documentation at "
1901
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1902
  "para conseguir tu GooglePlus Client ID"
1903
 
1904
+ #: admin/social_login.php:1163 admin/social_login.php:1183
1905
  #, fuzzy
1906
  msgid ""
1907
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1910
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1911
  "mencionado"
1912
 
1913
+ #: admin/social_login.php:1172
1914
  #, fuzzy
1915
  msgid "Reddit Client Secret"
1916
  msgstr "Instagram Client ID"
1917
 
1918
+ #: admin/social_login.php:1181
1919
  #, fuzzy, php-format
1920
  msgid ""
1921
  "Required for Reddit Social Login to work. Please follow the documentation at "
1925
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1926
  "para conseguir tu GooglePlus Client ID"
1927
 
1928
+ #: admin/social_login.php:1195
1929
  #, fuzzy
1930
  msgid "Mail.ru Client ID"
1931
  msgstr "Instagram Client ID"
1932
 
1933
+ #: admin/social_login.php:1204
1934
  #, fuzzy, php-format
1935
  msgid ""
1936
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1940
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1941
  "para conseguir tu GooglePlus Client ID"
1942
 
1943
+ #: admin/social_login.php:1206 admin/social_login.php:1226
1944
  #, fuzzy
1945
  msgid ""
1946
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
1949
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1950
  "mencionado"
1951
 
1952
+ #: admin/social_login.php:1215
1953
  #, fuzzy
1954
  msgid "Mail.ru Client Secret"
1955
  msgstr "Instagram Client ID"
1956
 
1957
+ #: admin/social_login.php:1224
1958
  #, fuzzy, php-format
1959
  msgid ""
1960
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1965
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1966
  "para conseguir tu GooglePlus Client ID"
1967
 
1968
+ #: admin/social_login.php:1238
1969
  #, fuzzy
1970
  msgid "Github Client ID"
1971
  msgstr "Instagram Client ID"
1972
 
1973
+ #: admin/social_login.php:1247
1974
  #, fuzzy, php-format
1975
  msgid ""
1976
  "Required for Github Social Login to work. Please follow the documentation at "
1980
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1981
  "para conseguir tu GooglePlus Client ID"
1982
 
1983
+ #: admin/social_login.php:1258
1984
  #, fuzzy
1985
  msgid "Github Client Secret"
1986
  msgstr "Instagram Client ID"
1987
 
1988
+ #: admin/social_login.php:1267
1989
  #, fuzzy, php-format
1990
  msgid ""
1991
  "Required for Github Social Login to work. Please follow the documentation at "
1995
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1996
  "para conseguir tu GooglePlus Client ID"
1997
 
1998
+ #: admin/social_login.php:1280
1999
  #, fuzzy
2000
  msgid "Kakao Client ID"
2001
  msgstr "Google+ Client ID"
2002
 
2003
+ #: admin/social_login.php:1289
2004
  #, fuzzy, php-format
2005
  msgid ""
2006
  "Required for Kakao Social Login to work. Please follow the documentation at "
2010
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2011
  "para conseguir tu GooglePlus Client ID"
2012
 
2013
+ #: admin/social_login.php:1300
2014
  #, fuzzy
2015
  msgid "Kakao Client Secret"
2016
  msgstr "Google+ Client ID"
2017
 
2018
+ #: admin/social_login.php:1309
2019
  #, fuzzy, php-format
2020
  msgid ""
2021
  "Required for Kakao Social Login to work. Please follow the documentation at "
2025
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2026
  "para conseguir tu GooglePlus Client ID"
2027
 
2028
+ #: admin/social_login.php:1329
2029
  #, fuzzy
2030
  msgid "Social Login Options"
2031
  msgstr "Ingreso a través de redes sociales"
2032
 
2033
+ #: admin/social_login.php:1344
2034
  msgid "Text to display above the Social Login interface"
2035
  msgstr ""
2036
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2037
 
2038
+ #: admin/social_login.php:1352
2039
  msgid "Trigger social login in the same browser tab"
2040
  msgstr ""
2041
 
2042
+ #: admin/social_login.php:1362
2043
  msgid "Trigger social login in the same browser tab instead of a popup window"
2044
  msgstr ""
2045
 
2046
+ #: admin/social_login.php:1369
2047
  #, fuzzy
2048
  msgid "Center align icons"
2049
  msgstr "Reorganizar iconos"
2050
 
2051
+ #: admin/social_login.php:1379
2052
  #, fuzzy
2053
  msgid "Center align social login icons"
2054
  msgstr "Ingreso a través de redes sociales"
2055
 
2056
+ #: admin/social_login.php:1386
2057
  msgid "Enable at login page"
2058
  msgstr "Permitir Página de Ingreso"
2059
 
2060
+ #: admin/social_login.php:1396
2061
  msgid ""
2062
  "Social Login interface will get enabled at the login page of your website"
2063
  msgstr ""
2064
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2065
  "acceso de tu sitio web"
2066
 
2067
+ #: admin/social_login.php:1403
2068
  msgid "Enable at register page"
2069
  msgstr "Permitir Página de Registro"
2070
 
2071
+ #: admin/social_login.php:1413
2072
  msgid ""
2073
  "Social Login interface will get enabled at the registration page of your "
2074
  "website"
2076
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2077
  "registro de tu sitio web"
2078
 
2079
+ #: admin/social_login.php:1420
2080
  msgid "Enable at comment form"
2081
  msgstr "Permitir el formulario de comentarios"
2082
 
2083
+ #: admin/social_login.php:1430
2084
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2085
  msgstr ""
2086
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2087
  "de Comentario de tu WordPress"
2088
 
2089
+ #: admin/social_login.php:1444
2090
  msgid "Enable before WooCommerce Customer Login Form"
2091
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2092
 
2093
+ #: admin/social_login.php:1454
2094
  msgid ""
2095
  "Social Login Interface will get enabled before the customer login form at "
2096
  "WooCommerce My Account page"
2098
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2099
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2100
 
2101
+ #: admin/social_login.php:1461
2102
  #, fuzzy
2103
  msgid "Enable at WooCommerce Customer Login Form"
2104
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2105
 
2106
+ #: admin/social_login.php:1471
2107
  #, fuzzy
2108
  msgid ""
2109
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2112
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2113
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2114
 
2115
+ #: admin/social_login.php:1478
2116
  #, fuzzy
2117
  msgid "Enable at WooCommerce Customer Register Form"
2118
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2119
 
2120
+ #: admin/social_login.php:1488
2121
  #, fuzzy
2122
  msgid ""
2123
  "Integrate Social Login Interface with the customer register form at "
2126
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2127
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2128
 
2129
+ #: admin/social_login.php:1495
2130
  msgid "Enable at WooCommerce checkout page"
2131
  msgstr "Permitir en la página de checkout de WooCommerce"
2132
 
2133
+ #: admin/social_login.php:1505
2134
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2135
  msgstr ""
2136
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2137
  "checkout de WooCommerce"
2138
 
2139
+ #: admin/social_login.php:1515
2140
  msgid "Auto-approve comments made by Social Login users"
2141
  msgstr ""
2142
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2143
  "través de redes sociales"
2144
 
2145
+ #: admin/social_login.php:1525
2146
  msgid ""
2147
  "If this option is enabled, and WordPress comment is made by Social Login "
2148
  "user, comment will get approved immediately without keeping in moderation."
2151
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2152
  "inmediato sin necesidad de moderación."
2153
 
2154
+ #: admin/social_login.php:1526
2155
  msgid "Note: This is not related to Facebook comments"
2156
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2157
 
2158
+ #: admin/social_login.php:1535
2159
  msgid "Enable social avatar"
2160
  msgstr "Permitir avatar social"
2161
 
2162
+ #: admin/social_login.php:1545
2163
  msgid ""
2164
  "Social profile pictures of the logged in user will be displayed as profile "
2165
  "avatar"
2167
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2168
  "avatar de perfil"
2169
 
2170
+ #: admin/social_login.php:1554
2171
  msgid "Avatar quality"
2172
  msgstr "Calidad del avatar"
2173
 
2174
+ #: admin/social_login.php:1557
2175
  msgid "Average"
2176
  msgstr "Media"
2177
 
2178
+ #: admin/social_login.php:1558
2179
  msgid "Best"
2180
  msgstr "Alta"
2181
 
2182
+ #: admin/social_login.php:1565
2183
  msgid "Choose avatar quality"
2184
  msgstr "Elegir la calidad del avatar"
2185
 
2186
+ #: admin/social_login.php:1573
2187
  msgid ""
2188
  "Show option for users to update social avatar at BuddyPress profile page"
2189
  msgstr ""
2190
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2191
  "página de perfil de BuddyPress"
2192
 
2193
+ #: admin/social_login.php:1583
2194
  msgid ""
2195
  "If enabled, users would be able to update their social avatar from \"Profile "
2196
  "photo\" section in BuddyPress profile at front-end"
2198
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2199
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2200
 
2201
+ #: admin/social_login.php:1593 super_socializer.php:2229
2202
  msgid "Email required"
2203
  msgstr "Email requerido"
2204
 
2205
+ #: admin/social_login.php:1603
2206
  msgid ""
2207
  "If enabled and Social ID provider does not provide user's email address on "
2208
  "login, user will be asked to provide his/her email address. Otherwise, a "
2212
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2213
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2214
 
2215
+ #: admin/social_login.php:1611
2216
  msgid "Send post-registration email to user to set account password"
2217
  msgstr ""
2218
 
2219
+ #: admin/social_login.php:1621
2220
  msgid ""
2221
  "If enabled, an email will be sent to user after registration through Social "
2222
  "Login, regarding his/her login credentials (username-password to be able to "
2226
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2227
  "poder iniciar sesión a través del formulario de acceso tradicional"
2228
 
2229
+ #: admin/social_login.php:1628
2230
  #, fuzzy
2231
  msgid "Send new user registration notification email to admin"
2232
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2233
 
2234
+ #: admin/social_login.php:1638
2235
  #, fuzzy
2236
  msgid ""
2237
  "If enabled, an email will be sent to admin after new user registers through "
2241
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2242
  "poder iniciar sesión a través del formulario de acceso tradicional"
2243
 
2244
+ #: admin/social_login.php:1645
2245
  msgid "Login redirection"
2246
  msgstr "Redirección de Ingreso"
2247
 
2248
+ #: admin/social_login.php:1649
2249
  msgid "Same page where user logged in"
2250
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2251
 
2252
+ #: admin/social_login.php:1653 admin/social_login.php:1682
2253
  msgid "Account dashboard"
2254
  msgstr "Panel de cuenta de usuario"
2255
 
2256
+ #: admin/social_login.php:1656 admin/social_login.php:1685
2257
  msgid "BuddyPress profile page"
2258
  msgstr "Página de perfil de BuddyPress"
2259
 
2260
+ #: admin/social_login.php:1659 admin/social_login.php:1688 inc/widget.php:265
2261
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2262
  msgid "Custom Url"
2263
  msgstr "Url personalizada"
2264
 
2265
+ #: admin/social_login.php:1667
2266
  msgid "User will be redirected to the selected page after Social Login"
2267
  msgstr ""
2268
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2269
 
2270
+ #: admin/social_login.php:1674
2271
  msgid "Registration redirection"
2272
  msgstr "Redirección de Registro"
2273
 
2274
+ #: admin/social_login.php:1678
2275
  msgid "Same page from where user registered"
2276
  msgstr "La misma página en la que el usuario se ha registrado"
2277
 
2278
+ #: admin/social_login.php:1694
2279
  #, fuzzy
2280
  msgid "Username Separator"
2281
  msgstr "Nombre de usuario: %s"
2282
 
2283
+ #: admin/social_login.php:1698
2284
  msgid "Dash (-)"
2285
  msgstr ""
2286
 
2287
+ #: admin/social_login.php:1700
2288
  msgid "Underscore (_)"
2289
  msgstr ""
2290
 
2291
+ #: admin/social_login.php:1702
2292
  msgid "Dot (.)"
2293
  msgstr ""
2294
 
2295
+ #: admin/social_login.php:1704
2296
  msgid "None"
2297
  msgstr ""
2298
 
2299
+ #: admin/social_login.php:1712
2300
  msgid ""
2301
  "Choose one of the underscore, dot or dash to use to join first and last "
2302
  "names in the usernames of the new users"
2303
  msgstr ""
2304
 
2305
+ #: admin/social_login.php:1721
2306
  #, fuzzy
2307
  msgid "Social Account Linking Options"
2308
  msgstr "Comentarios en redes sociales"
2309
 
2310
+ #: admin/social_login.php:1736
2311
  #, fuzzy
2312
  msgid "Text to display above the Social Account Linking interface"
2313
  msgstr ""
2314
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2315
 
2316
+ #: admin/social_login.php:1743
2317
  #, fuzzy
2318
  msgid ""
2319
  "Link social account to already existing account, if email address matches"
2321
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2322
  "web "
2323
 
2324
+ #: admin/social_login.php:1753
2325
  msgid ""
2326
  "If email address of the user's Social Account matches with an already "
2327
  "existing account at your website, that social account will be linked to "
2329
  "Linking interface at their profile page."
2330
  msgstr ""
2331
 
2332
+ #: admin/social_login.php:1761
2333
  msgid "Enable social account linking at BuddyPress profile page"
2334
  msgstr ""
2335
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2336
 
2337
+ #: admin/social_login.php:1771
2338
  msgid ""
2339
  "Enable this option to show social account linking interface at BuddyPress "
2340
  "profile page"
2342
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2343
  "la página de perfil de BuddyPress"
2344
 
2345
+ #: admin/social_login.php:1782
2346
  msgid "Email popup options"
2347
  msgstr "Opciones de popup del Email"
2348
 
2349
+ #: admin/social_login.php:1787
2350
  msgid "Text on 'Email required' popup"
2351
  msgstr "Texto del popup 'Email requerido'"
2352
 
2353
+ #: admin/social_login.php:1797
2354
  msgid ""
2355
  "This text will be displayed on email required popup. Leave empty if not "
2356
  "required."
2358
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2359
  "no es necesario."
2360
 
2361
+ #: admin/social_login.php:1805
2362
  msgid "Error message for 'Email required' popup"
2363
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2364
 
2365
+ #: admin/social_login.php:1815
2366
  msgid ""
2367
  "This message will be displayed to user if it provides invalid or already "
2368
  "registered email"
2370
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2371
  "registrado"
2372
 
2373
+ #: admin/social_login.php:1823
2374
  msgid "Email popup height"
2375
  msgstr "Altura del popup del Email"
2376
 
2377
+ #: admin/social_login.php:1833
2378
  msgid ""
2379
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2380
  "can increase the height of popup by specifying in this option. Leave empty "
2384
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2385
  "opción. Déjala en blanco para la altura por defecto."
2386
 
2387
+ #: admin/social_login.php:1840
2388
  msgid "Enable email verification"
2389
  msgstr "Activar verificación por email"
2390
 
2391
+ #: admin/social_login.php:1850
2392
  msgid ""
2393
  "If enabled, email provided by the user will be verified by sending a "
2394
  "confirmation link to that email. User would not be able to login without "
2398
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2399
  "pulsar este enlace"
2400
 
2401
+ #: admin/social_login.php:1870
2402
  #, fuzzy
2403
  msgid "Enable GDPR opt-in"
2404
  msgstr "Permitir Comentarios de Disqus"
2405
 
2406
+ #: admin/social_login.php:1880
2407
  msgid ""
2408
  "Enable it to show GDPR opt-in for social login and social account linking"
2409
  msgstr ""
2410
 
2411
+ #: admin/social_login.php:1888
2412
  #, fuzzy
2413
  msgid "Placement of GDPR opt-in"
2414
  msgstr "Permitir Comentarios de Disqus"
2415
 
2416
+ #: admin/social_login.php:1892
2417
  #, fuzzy
2418
  msgid "Above Social Login icons"
2419
  msgstr "Ingreso a través de redes sociales"
2420
 
2421
+ #: admin/social_login.php:1894
2422
  #, fuzzy
2423
  msgid "Below Social Login icons"
2424
  msgstr "Ingreso a través de redes sociales"
2425
 
2426
+ #: admin/social_login.php:1900
2427
  #, fuzzy
2428
  msgid "Placement of GDPR opt-in above or below the social login icons"
2429
  msgstr ""
2430
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2431
 
2432
+ #: admin/social_login.php:1907
2433
  msgid "Opt-in text"
2434
  msgstr ""
2435
 
2436
+ #: admin/social_login.php:1917
2437
  #, fuzzy
2438
  msgid "Text for the GDPR opt-in"
2439
  msgstr "Permitir Comentarios de Disqus"
2440
 
2441
+ #: admin/social_login.php:1924
2442
  msgid "Text to link to Terms-Conditions page"
2443
  msgstr ""
2444
 
2445
+ #: admin/social_login.php:1934
2446
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2447
  msgstr ""
2448
 
2449
+ #: admin/social_login.php:1941
2450
  msgid "Terms-Conditions Url"
2451
  msgstr ""
2452
 
2453
+ #: admin/social_login.php:1951
2454
  #, fuzzy
2455
  msgid "Url of the terms-conditions page of your website"
2456
  msgstr "Url de la página de inicio de tu sitio web"
2457
 
2458
+ #: admin/social_login.php:1958
2459
  msgid "Text to link to Privacy Policy page"
2460
  msgstr ""
2461
 
2462
+ #: admin/social_login.php:1968
2463
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2464
  msgstr ""
2465
 
2466
+ #: admin/social_login.php:1975
2467
  msgid "Privacy Policy Url"
2468
  msgstr ""
2469
 
2470
+ #: admin/social_login.php:1985
2471
  #, fuzzy
2472
  msgid "Url of the privacy policy page of your website"
2473
  msgstr "Url de la página de inicio de tu sitio web"
2474
 
2475
+ #: admin/social_login.php:2036 inc/widget.php:262 inc/widget.php:441
2476
  #: inc/widget.php:605 inc/widget.php:754
2477
  msgid "Select"
2478
  msgstr "Seleccionar"
2479
 
2480
+ #: admin/social_login.php:2067
2481
  msgid "Social Login Shortcode & Widget"
2482
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2483
 
2484
+ #: admin/social_login.php:2068
2485
  msgid "Social Linking Shortcode"
2486
  msgstr "Shortcode para enlace a través de redes sociales"
2487
 
2488
+ #: admin/social_login.php:2083
2489
  msgid "Why is social login not working?"
2490
  msgstr ""
2491
 
2492
+ #: admin/social_login.php:2084
2493
  msgid ""
2494
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2495
  "belong to the same app"
3093
  msgid "Why is Facebook share count not working?"
3094
  msgstr ""
3095
 
3096
+ #: admin/social_sharing.php:1937 super_socializer.php:3385
3097
  #, php-format
3098
  msgid ""
3099
  "After the recent changes introduced in the Facebook graph API, it's not "
3201
  msgid "Settings saved"
3202
  msgstr "Ajustes guardados"
3203
 
3204
+ #: helper.php:203
3205
  #, fuzzy
3206
  msgid "Click to toggle help"
3207
  msgstr "Pulsa para ocultar la ayuda"
3208
 
3209
+ #: helper.php:284
3210
  #, fuzzy
3211
  msgid "Add-Ons"
3212
  msgstr "Otros Complementos"
3213
 
3214
+ #: helper.php:285
3215
  msgid "Support Documentation"
3216
  msgstr ""
3217
 
3218
+ #: helper.php:286
3219
  msgid "Settings"
3220
  msgstr "Ajustes"
3221
 
3222
+ #: helper.php:562
3223
  msgid "Account linked successfully"
3224
  msgstr "Cuenta enlazada con éxito"
3225
 
3226
+ #: helper.php:566
3227
  msgid "Account already exists or linked"
3228
  msgstr "Esta cuenta ya existe o ha sido enlazada"
3229
 
3230
+ #: helper.php:602 helper.php:604
3231
  #, fuzzy
3232
  msgid "Login with"
3233
  msgstr "Otorgar puntos para el Social Login"
3234
 
3235
+ #: helper.php:639 helper.php:645
3236
  msgid "Currently"
3237
  msgstr "Actualmente"
3238
 
3239
+ #: helper.php:639 helper.php:645
3240
  msgid "Connected with"
3241
  msgstr ""
3242
 
3243
+ #: helper.php:639 helper.php:645
3244
  msgid "Remove"
3245
  msgstr "Remover"
3246
 
3247
+ #: helper.php:718
3248
  #, fuzzy
3249
  msgid "Social Account Linking"
3250
  msgstr ""
3251
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
3252
  "la página de perfil de BuddyPress"
3253
 
3254
+ #: helper.php:769
3255
  msgid "Disable Standard Social Sharing on this "
3256
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
3257
 
3258
+ #: helper.php:774
3259
  msgid "Disable Floating Social Sharing on this "
3260
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
3261
 
3262
+ #: helper.php:779
3263
  msgid "Disable Standard like buttons on this "
3264
  msgstr "Desactivar los botones Me gusta Estándares aquí"
3265
 
3266
+ #: helper.php:784
3267
  msgid "Disable Floating like buttons on this "
3268
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
3269
 
3270
+ #: helper.php:789
3271
  msgid "Disable Social Commenting on this "
3272
  msgstr "Desactivar Comentarios de redes sociales aquí"
3273
 
3274
+ #: helper.php:798
3275
  msgid "Standard Sharing Interface"
3276
  msgstr "Interfaz Estándar para Compartir"
3277
 
3278
+ #: helper.php:804 helper.php:823
3279
  msgid "Starting share count for "
3280
  msgstr "Comienzo del Contador de veces compartidas"
3281
 
3282
+ #: helper.php:817
3283
  msgid "Floating Sharing Interface"
3284
  msgstr "Interfaz Flotante de botones Compartir"
3285
 
3286
+ #: helper.php:917 super_socializer.php:2639
3287
  msgid "Social Avatar"
3288
  msgstr "Avatar Social"
3289
 
3290
+ #: helper.php:920 super_socializer.php:2650
3291
  msgid ""
3292
  "Do not fetch and update social avatar from my profile, next time I Social "
3293
  "Login"
3295
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
3296
  "próxima vez | Social Login"
3297
 
3298
+ #: helper.php:921 super_socializer.php:2654
3299
  msgid "Update social avatar, next time I Social Login"
3300
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
3301
 
3302
+ #: helper.php:924
3303
  msgid "Small Avatar"
3304
  msgstr "Avatar Pequeño"
3305
 
3306
+ #: helper.php:928
3307
  msgid "Large Avatar"
3308
  msgstr "Avatar Grande"
3309
 
3310
+ #: helper.php:988 super_socializer.php:2207
3311
  msgid "Please verify your email address to login."
3312
  msgstr "Por favor verifica tu dirección de email para ingresar."
3313
 
3314
+ #: helper.php:1025
3315
  msgid "Click to delete social profile data"
3316
  msgstr ""
3317
 
3318
+ #: helper.php:1054
3319
  #, fuzzy
3320
  msgid "Deleting"
3321
  msgstr "Ajustes"
3322
 
3323
+ #: helper.php:1064
3324
  msgid "Deleted"
3325
  msgstr ""
3326
 
3327
+ #: helper.php:1066
3328
  msgid "Something bad happened"
3329
  msgstr ""
3330
 
3341
  "\"Configuración Básica\" en la página del panel de control \"Super "
3342
  "Socializer > Social Login\""
3343
 
3344
+ #: inc/social_login.php:1067
3345
  #, fuzzy
3346
  msgid "Email"
3347
  msgstr "Opciones de popup del Email"
3348
 
3349
+ #: inc/social_login.php:1068
3350
  msgid "Confirm email"
3351
  msgstr ""
3352
 
3353
+ #: inc/social_login.php:1070
3354
  msgid "Save"
3355
  msgstr ""
3356
 
3357
+ #: inc/social_login.php:1071
3358
  msgid "Cancel"
3359
  msgstr ""
3360
 
3361
+ #: inc/social_login.php:1145
3362
  #, fuzzy
3363
  msgid "Email Verification"
3364
  msgstr "Activar verificación por email"
3365
 
3366
+ #: inc/social_login.php:1147
3367
  msgid ""
3368
  "Please click on the following link or paste it in browser to verify your "
3369
  "email"
3385
  msgid "Total Shares"
3386
  msgstr "Mostrar número total de veces compartidas"
3387
 
3388
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3389
  #, fuzzy
3390
  msgid "Share"
3391
  msgstr "Posición del contador de veces compartidas"
3392
 
3393
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3394
  #, fuzzy
3395
  msgid "Shares"
3396
  msgstr ""
3412
  #: inc/widget.php:13
3413
  #, fuzzy
3414
  msgid ""
3415
+ "Let your website users login/register via their favorite Social ID Provider, "
3416
+ "such as Facebook, Twitter, Google, Linkedin and many more"
3417
  msgstr ""
3418
  "Permitir a los usuarios de tu sitio web conectarse/registrarse usando su ID "
3419
  "de su red social favorita, tal como Facebook, Twitter, Google+, LinkedIn..."
3763
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3764
  msgstr ""
3765
 
3766
+ #: super_socializer.php:1984
3767
  #, fuzzy
3768
  msgid ""
3769
  "cURL is not enabled at your website server. Please contact your website "
3773
  "posible que necesites contactar con el administrador de tu servidor para "
3774
  "verificar esto"
3775
 
3776
+ #: super_socializer.php:2012
3777
  #, fuzzy, php-format
3778
  msgid ""
3779
  "Enter exactly the following url in <strong>Website</strong> option in your "
3782
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3783
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3784
 
3785
+ #: super_socializer.php:2015
3786
  #, fuzzy, php-format
3787
  msgid ""
3788
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3791
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3792
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3793
 
3794
+ #: super_socializer.php:2018
3795
  msgid ""
3796
  "Make sure cURL is enabled at your website server. You may need to contact "
3797
  "the server administrator of your website to verify this"
3800
  "posible que necesites contactar con el administrador de tu servidor para "
3801
  "verificar esto"
3802
 
3803
+ #: super_socializer.php:2185
3804
  msgid "Search"
3805
  msgstr ""
3806
 
3807
+ #: super_socializer.php:2207
3808
  msgid "Your email has been verified. Now you can login to your account"
3809
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
3810
 
3811
+ #: super_socializer.php:2211
3812
  msgid "Notification"
3813
  msgstr "Notificación"
3814
 
3815
+ #: super_socializer.php:2232
3816
  msgid "Please check your email inbox to complete the registration."
3817
  msgstr ""
3818
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
3819
  "registro."
3820
 
3821
+ #: super_socializer.php:2301
3822
  msgid "Leave a reply"
3823
  msgstr "Deja una respuesta"
3824
 
3825
+ #: super_socializer.php:2317
3826
  #, fuzzy
3827
  msgid "Link copied."
3828
  msgstr "LinkedIn"
3829
 
3830
+ #: super_socializer.php:2555
3831
  msgid "Super Socializer - General Options"
3832
  msgstr "Super Socializer - Opciones Generales"
3833
 
3834
+ #: super_socializer.php:2626
3835
  msgid ""
3836
  "I agree to my personal data being stored and used as per Privacy Policy and "
3837
  "Terms and Conditions"
3838
  msgstr ""
3839
 
3840
+ #: super_socializer.php:2630
3841
  msgid ""
3842
  "I revoke my consent to store and use my personal data. Kindly delete my "
3843
  "personal data saved in this website."
3844
  msgstr ""
3845
 
3846
+ #: super_socializer.php:2642
3847
  msgid "Small Avatar Url"
3848
  msgstr "Url de Avatar Pequeño"
3849
 
3850
+ #: super_socializer.php:2646
3851
  msgid "Large Avatar Url"
3852
  msgstr "Url de Avatar Grande"
3853
 
3854
+ #: super_socializer.php:2748
3855
  msgid "Login with your Social ID"
3856
  msgstr ""
3857
 
3858
+ #: super_socializer.php:2749
3859
  msgid "Email you entered is already registered or invalid"
3860
  msgstr "El email que has escrito ya está registrado o no es válido"
3861
 
3862
+ #: super_socializer.php:2756
3863
  msgid "Please enter a valid email address. You might be required to verify it"
3864
  msgstr ""
3865
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
3866
  "verificarla"
3867
 
3868
+ #: super_socializer.php:2761 super_socializer.php:3579
3869
  msgid "Link your social account to login to your account at this website"
3870
  msgstr ""
3871
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
3872
  "web "
3873
 
3874
+ #: super_socializer.php:3026
3875
  msgid "Thanks for installing Super Socializer plugin"
3876
  msgstr ""
3877
 
3878
+ #: super_socializer.php:3028
3879
  msgid "Configure the Plugin"
3880
  msgstr ""
3881
 
3882
+ #: super_socializer.php:3039
3883
  msgid ""
3884
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3885
  "current version of Super Socializer"
3886
  msgstr ""
3887
 
3888
+ #: super_socializer.php:3048
3889
  msgid ""
3890
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3891
  "compatibility with the current version of Super Socializer"
3892
  msgstr ""
3893
 
3894
+ #: super_socializer.php:3057
3895
  msgid ""
3896
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3897
  "compatibility with the current version of Super Socializer"
3898
  msgstr ""
3899
 
3900
+ #: super_socializer.php:3066
3901
  msgid ""
3902
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3903
  "version of Super Socializer"
3904
  msgstr ""
3905
 
3906
+ #: super_socializer.php:3075
3907
  msgid ""
3908
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3909
  "compatibility with the current version of Super Socializer"
3910
  msgstr ""
3911
 
3912
+ #: super_socializer.php:3084
3913
  msgid ""
3914
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3915
  "for compatibility with the current version of Super Socializer"
3916
  msgstr ""
3917
 
3918
+ #: super_socializer.php:3093
3919
  msgid ""
3920
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3921
  "with current version of Super Socializer"
3922
  msgstr ""
3923
 
3924
+ #: super_socializer.php:3104
3925
  #, php-format
3926
  msgid ""
3927
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3928
  msgstr ""
3929
 
3930
+ #: super_socializer.php:3113
3931
  #, php-format
3932
  msgid ""
3933
  "To continue using Instagram login create a new Instagram App as described <a "
3935
  "Instagram App Secret <a href=\"%s\">here</a>"
3936
  msgstr ""
3937
 
3938
+ #: super_socializer.php:3122 super_socializer.php:3131
3939
  #, php-format
3940
  msgid ""
3941
  "To continue using bitly url shortener, login to your bit.ly account and "
3944
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3945
  msgstr ""
3946
 
3947
+ #: super_socializer.php:3147
3948
  #, php-format
3949
  msgid ""
3950
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3951
  msgstr ""
3952
 
3953
+ #: super_socializer.php:3171
3954
  #, php-format
3955
  msgid ""
3956
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3958
  "target=\"_blank\">here</a>"
3959
  msgstr ""
3960
 
3961
+ #: super_socializer.php:3171 super_socializer.php:3196
3962
+ #: super_socializer.php:3221 super_socializer.php:3246
3963
+ #: super_socializer.php:3279 super_socializer.php:3307
3964
+ #: super_socializer.php:3334
3965
  msgid "Okay"
3966
  msgstr ""
3967
 
3968
+ #: super_socializer.php:3196
3969
  #, php-format
3970
  msgid ""
3971
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3973
  "\">here</a>"
3974
  msgstr ""
3975
 
3976
+ #: super_socializer.php:3221
3977
  #, php-format
3978
  msgid ""
3979
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3981
  "target=\"_blank\">here</a>"
3982
  msgstr ""
3983
 
3984
+ #: super_socializer.php:3246
3985
  #, php-format
3986
  msgid ""
3987
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3989
  "target=\"_blank\">here</a>"
3990
  msgstr ""
3991
 
3992
+ #: super_socializer.php:3257
3993
  #, php-format
3994
  msgid ""
3995
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3996
  msgstr ""
3997
 
3998
+ #: super_socializer.php:3279
3999
  #, php-format
4000
  msgid ""
4001
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
4003
  "\"%s\" target=\"_blank\">here</a>"
4004
  msgstr ""
4005
 
4006
+ #: super_socializer.php:3307
4007
  #, php-format
4008
  msgid ""
4009
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
4012
  "your website %s with them. No need to copy-paste any code from their website."
4013
  msgstr ""
4014
 
4015
+ #: super_socializer.php:3334
4016
  #, php-format
4017
  msgid ""
4018
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
4020
  "\"%s\" target=\"_blank\">here</a>"
4021
  msgstr ""
4022
 
4023
+ #: super_socializer.php:3359
4024
  #, php-format
4025
  msgid ""
4026
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4028
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4029
  msgstr ""
4030
 
4031
+ #: super_socializer.php:3359 super_socializer.php:3386
4032
  msgid "Dismiss"
4033
  msgstr ""
4034
 
4035
+ #: super_socializer.php:3655
4036
  msgid ""
4037
  "Your browser is blocking some features of this website. Please follow the "
4038
  "instructions at {support_url} to unblock these."
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: 2022-05-23 18:36+0530\n"
6
- "PO-Revision-Date: 2022-05-23 18:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:1999
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
@@ -34,7 +34,7 @@ msgstr ""
34
  "API Key beszerzéshez"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2424
38
  #, fuzzy
39
  msgid "General Options"
40
  msgstr "Megosztási beállítások"
@@ -83,20 +83,20 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
83
  msgstr ""
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
- #: admin/social_commenting.php:401 admin/social_login.php:1995
87
- #: admin/social_sharing.php:1975 helper.php:926
88
  msgid "Save Changes"
89
  msgstr "Változások Mentése"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
- #: admin/social_commenting.php:411 admin/social_login.php:2005
93
  #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
- #: admin/social_commenting.php:413 admin/social_login.php:2007
100
  #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -232,7 +232,7 @@ msgid "3rd Party Integration"
232
  msgstr ""
233
 
234
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
235
- #: admin/social_login.php:45 admin/social_login.php:1962
236
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
237
  #: admin/social_sharing.php:1901
238
  msgid "Shortcode & Widget"
@@ -240,7 +240,7 @@ msgstr "Shortcode és Widget"
240
 
241
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
242
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
243
- #: admin/social_login.php:46 admin/social_login.php:1976
244
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
245
  msgid "FAQ"
246
  msgstr "GYIK"
@@ -286,8 +286,8 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
286
  msgstr ""
287
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
288
 
289
- #: admin/like_buttons.php:105 admin/social_login.php:1231
290
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
291
  msgid "Title"
292
  msgstr "Cím"
293
 
@@ -356,7 +356,7 @@ msgid "Interface location"
356
  msgstr "Megosztási helyek"
357
 
358
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
359
- #: admin/social_login.php:1548 admin/social_login.php:1577
360
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
361
  msgid "Homepage"
362
  msgstr "Kezdő oldal"
@@ -638,7 +638,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
638
  msgstr ""
639
 
640
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
641
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
642
  msgid "More"
643
  msgstr ""
644
 
@@ -852,7 +852,7 @@ msgstr ""
852
  msgid "Social Commenting Shortcode"
853
  msgstr "Közösségi Hozzászólás"
854
 
855
- #: admin/social_commenting.php:386 admin/social_login.php:1978
856
  #: admin/social_sharing.php:1934
857
  msgid ""
858
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -870,7 +870,7 @@ msgid ""
870
  "Https?"
871
  msgstr ""
872
 
873
- #: admin/social_commenting.php:389 admin/social_login.php:1983
874
  #: admin/social_sharing.php:1949
875
  msgid "Why is my browser blocking some features of the plugin?"
876
  msgstr ""
@@ -908,12 +908,12 @@ msgstr "Alap Beállítások"
908
  msgid "Advanced Configuration"
909
  msgstr "Alap Beállítások"
910
 
911
- #: admin/social_login.php:41 admin/social_login.php:1762
912
- #: super_socializer.php:2492
913
  msgid "GDPR"
914
  msgstr ""
915
 
916
- #: admin/social_login.php:43 admin/social_login.php:1913
917
  msgid "XProfile Integration"
918
  msgstr ""
919
 
@@ -1028,54 +1028,62 @@ msgstr "Google+ Client ID"
1028
  msgid "Spotify"
1029
  msgstr ""
1030
 
1031
- #: admin/social_login.php:179
1032
  msgid "Dribbble"
1033
  msgstr ""
1034
 
1035
- #: admin/social_login.php:183
 
 
 
 
 
 
 
 
1036
  #, fuzzy
1037
  msgid "Twitch"
1038
  msgstr "Twitter"
1039
 
1040
- #: admin/social_login.php:187
1041
  #, fuzzy
1042
  msgid "Foursquare"
1043
  msgstr "szögletes"
1044
 
1045
- #: admin/social_login.php:191
1046
  msgid "Dropbox"
1047
  msgstr ""
1048
 
1049
- #: admin/social_login.php:195
1050
  #, fuzzy
1051
  msgid "Disqus"
1052
  msgstr "Disqus hozzászólás fül címe"
1053
 
1054
- #: admin/social_login.php:199
1055
  msgid "Reddit"
1056
  msgstr "Reddit"
1057
 
1058
- #: admin/social_login.php:203
1059
  msgid "Mail.ru"
1060
  msgstr ""
1061
 
1062
- #: admin/social_login.php:207
1063
  msgid "Github"
1064
  msgstr ""
1065
 
1066
- #: admin/social_login.php:211
1067
  msgid "Kakao"
1068
  msgstr ""
1069
 
1070
- #: admin/social_login.php:219
1071
  msgid "Select Social ID provider to enable in Social Login"
1072
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1073
 
1074
- #: admin/social_login.php:226
1075
  msgid "Facebook App ID"
1076
  msgstr "Facebook App ID"
1077
 
1078
- #: admin/social_login.php:236
1079
  #, php-format
1080
  msgid ""
1081
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1085,7 +1093,7 @@ msgstr ""
1085
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1086
  "App ID beszerzéshez"
1087
 
1088
- #: admin/social_login.php:238 admin/social_login.php:259
1089
  #, fuzzy
1090
  msgid ""
1091
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1093,12 +1101,12 @@ msgstr ""
1093
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1094
  "linken"
1095
 
1096
- #: admin/social_login.php:247
1097
  #, fuzzy
1098
  msgid "Facebook App Secret"
1099
  msgstr "Facebook App ID"
1100
 
1101
- #: admin/social_login.php:257
1102
  #, fuzzy, php-format
1103
  msgid ""
1104
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1108,11 +1116,11 @@ msgstr ""
1108
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1109
  "App ID beszerzéshez"
1110
 
1111
- #: admin/social_login.php:268
1112
  msgid "Twitter API Key"
1113
  msgstr "Twitter API Key"
1114
 
1115
- #: admin/social_login.php:278
1116
  #, php-format
1117
  msgid ""
1118
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1122,7 +1130,7 @@ msgstr ""
1122
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1123
  "API Key beszerzéshez"
1124
 
1125
- #: admin/social_login.php:280 admin/social_login.php:305
1126
  #, fuzzy
1127
  msgid ""
1128
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1130,13 +1138,13 @@ msgstr ""
1130
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1131
  "linken"
1132
 
1133
- #: admin/social_login.php:284 admin/social_login.php:309
1134
- #: admin/social_login.php:497 admin/social_login.php:517
1135
- #: admin/social_login.php:852 admin/social_login.php:872
1136
- #: admin/social_login.php:893 admin/social_login.php:913
1137
- #: admin/social_login.php:1018 admin/social_login.php:1038
1138
- #: admin/social_login.php:1146 admin/social_login.php:1166
1139
- #: admin/social_login.php:1188 admin/social_login.php:1208
1140
  #, fuzzy
1141
  msgid ""
1142
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1145,11 +1153,11 @@ msgstr ""
1145
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1146
  "fenti linken"
1147
 
1148
- #: admin/social_login.php:293
1149
  msgid "Twitter API Secret"
1150
  msgstr "Twitter API Secret"
1151
 
1152
- #: admin/social_login.php:303
1153
  #, php-format
1154
  msgid ""
1155
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1159,12 +1167,12 @@ msgstr ""
1159
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1160
  "API Secret beszerzéséhez"
1161
 
1162
- #: admin/social_login.php:318
1163
  #, fuzzy
1164
  msgid "LinkedIn Client ID"
1165
  msgstr "LinkedIn"
1166
 
1167
- #: admin/social_login.php:328
1168
  #, fuzzy, php-format
1169
  msgid ""
1170
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1174,8 +1182,8 @@ msgstr ""
1174
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1175
  "API Key beszerzéshez"
1176
 
1177
- #: admin/social_login.php:330 admin/social_login.php:351
1178
- #: admin/social_login.php:537 admin/social_login.php:557
1179
  #, fuzzy
1180
  msgid ""
1181
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1184,12 +1192,12 @@ msgstr ""
1184
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1185
  "linken"
1186
 
1187
- #: admin/social_login.php:339
1188
  #, fuzzy
1189
  msgid "LinkedIn Client Secret"
1190
  msgstr "LinkedIn"
1191
 
1192
- #: admin/social_login.php:349
1193
  #, fuzzy, php-format
1194
  msgid ""
1195
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1200,12 +1208,12 @@ msgstr ""
1200
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1201
  "API Key beszerzéshez"
1202
 
1203
- #: admin/social_login.php:360
1204
  #, fuzzy
1205
  msgid "Google Client ID"
1206
  msgstr "Google+ Client ID"
1207
 
1208
- #: admin/social_login.php:370
1209
  #, fuzzy, php-format
1210
  msgid ""
1211
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1215,7 +1223,7 @@ msgstr ""
1215
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1216
  "GooglePlus Client ID beszerzéshez"
1217
 
1218
- #: admin/social_login.php:372 admin/social_login.php:393
1219
  #, fuzzy
1220
  msgid ""
1221
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -1224,12 +1232,12 @@ msgstr ""
1224
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1225
  "linken"
1226
 
1227
- #: admin/social_login.php:381
1228
  #, fuzzy
1229
  msgid "Google Client Secret"
1230
  msgstr "Google+ Client ID"
1231
 
1232
- #: admin/social_login.php:391
1233
  #, fuzzy, php-format
1234
  msgid ""
1235
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1239,11 +1247,11 @@ msgstr ""
1239
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1240
  "GooglePlus Client ID beszerzéshez"
1241
 
1242
- #: admin/social_login.php:402
1243
  msgid "Vkontakte Application ID"
1244
  msgstr "Vkontakte Application ID"
1245
 
1246
- #: admin/social_login.php:412 admin/social_login.php:433
1247
  #, php-format
1248
  msgid ""
1249
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1254,7 +1262,7 @@ msgstr ""
1254
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
1255
  "Application ID beszerzéshez"
1256
 
1257
- #: admin/social_login.php:414 admin/social_login.php:435
1258
  #, fuzzy
1259
  msgid ""
1260
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -1263,17 +1271,17 @@ msgstr ""
1263
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
1264
  "linken"
1265
 
1266
- #: admin/social_login.php:423
1267
  #, fuzzy
1268
  msgid "Vkontakte Secure key"
1269
  msgstr "Vkontakte"
1270
 
1271
- #: admin/social_login.php:444
1272
  #, fuzzy
1273
  msgid "Instagram App ID"
1274
  msgstr "Instagram Client ID"
1275
 
1276
- #: admin/social_login.php:454
1277
  #, fuzzy, php-format
1278
  msgid ""
1279
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1283,7 +1291,7 @@ msgstr ""
1283
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
1284
  "Instagram Client ID beszerzéshez"
1285
 
1286
- #: admin/social_login.php:456 admin/social_login.php:477
1287
  #, fuzzy
1288
  msgid ""
1289
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -1292,12 +1300,12 @@ msgstr ""
1292
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1293
  "linken"
1294
 
1295
- #: admin/social_login.php:465
1296
  #, fuzzy
1297
  msgid "Instagram App Secret"
1298
  msgstr "Instagram"
1299
 
1300
- #: admin/social_login.php:475
1301
  #, fuzzy, php-format
1302
  msgid ""
1303
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1307,11 +1315,11 @@ msgstr ""
1307
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
1308
  "Instagram Client ID beszerzéshez"
1309
 
1310
- #: admin/social_login.php:486
1311
  msgid "Line Channel ID"
1312
  msgstr ""
1313
 
1314
- #: admin/social_login.php:495
1315
  #, fuzzy, php-format
1316
  msgid ""
1317
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1321,12 +1329,12 @@ msgstr ""
1321
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1322
  "API Key beszerzéshez"
1323
 
1324
- #: admin/social_login.php:506
1325
  #, fuzzy
1326
  msgid "Line Channel Secret"
1327
  msgstr "LinkedIn"
1328
 
1329
- #: admin/social_login.php:515
1330
  #, fuzzy, php-format
1331
  msgid ""
1332
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1336,12 +1344,12 @@ msgstr ""
1336
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1337
  "API Key beszerzéshez"
1338
 
1339
- #: admin/social_login.php:526
1340
  #, fuzzy
1341
  msgid "Wordpress Client ID"
1342
  msgstr "Google+ Client ID"
1343
 
1344
- #: admin/social_login.php:535
1345
  #, fuzzy, php-format
1346
  msgid ""
1347
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1351,12 +1359,12 @@ msgstr ""
1351
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1352
  "GooglePlus Client ID beszerzéshez"
1353
 
1354
- #: admin/social_login.php:546
1355
  #, fuzzy
1356
  msgid "Wordpress Client Secret"
1357
  msgstr "Google+ Client ID"
1358
 
1359
- #: admin/social_login.php:555
1360
  #, fuzzy, php-format
1361
  msgid ""
1362
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1367,12 +1375,12 @@ msgstr ""
1367
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1368
  "GooglePlus Client ID beszerzéshez"
1369
 
1370
- #: admin/social_login.php:566
1371
  #, fuzzy
1372
  msgid "Microsoft Client ID"
1373
  msgstr "Google+ Client ID"
1374
 
1375
- #: admin/social_login.php:575
1376
  #, fuzzy, php-format
1377
  msgid ""
1378
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1382,9 +1390,9 @@ msgstr ""
1382
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1383
  "GooglePlus Client ID beszerzéshez"
1384
 
1385
- #: admin/social_login.php:577 admin/social_login.php:597
1386
- #: admin/social_login.php:810 admin/social_login.php:830
1387
- #: admin/social_login.php:975 admin/social_login.php:995
1388
  #, fuzzy
1389
  msgid ""
1390
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -1393,12 +1401,12 @@ msgstr ""
1393
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1394
  "linken"
1395
 
1396
- #: admin/social_login.php:586
1397
  #, fuzzy
1398
  msgid "Microsoft Client Secret"
1399
  msgstr "Google+ Client ID"
1400
 
1401
- #: admin/social_login.php:595
1402
  #, fuzzy, php-format
1403
  msgid ""
1404
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1409,12 +1417,12 @@ msgstr ""
1409
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1410
  "GooglePlus Client ID beszerzéshez"
1411
 
1412
- #: admin/social_login.php:605
1413
  #, fuzzy
1414
  msgid "Steam API Key"
1415
  msgstr "Twitter API Key"
1416
 
1417
- #: admin/social_login.php:614
1418
  #, fuzzy, php-format
1419
  msgid ""
1420
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1424,19 +1432,19 @@ msgstr ""
1424
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1425
  "API Key beszerzéshez"
1426
 
1427
- #: admin/social_login.php:615
1428
  #, fuzzy
1429
  msgid "Save following <strong>domain</strong> to get the key"
1430
  msgstr ""
1431
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1432
  "fenti linken"
1433
 
1434
- #: admin/social_login.php:624
1435
  #, fuzzy
1436
  msgid "Yahoo Client ID"
1437
  msgstr "Google+ Client ID"
1438
 
1439
- #: admin/social_login.php:633
1440
  #, fuzzy, php-format
1441
  msgid ""
1442
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1446,7 +1454,7 @@ msgstr ""
1446
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1447
  "GooglePlus Client ID beszerzéshez"
1448
 
1449
- #: admin/social_login.php:635 admin/social_login.php:655
1450
  #, fuzzy
1451
  msgid ""
1452
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
@@ -1455,12 +1463,12 @@ msgstr ""
1455
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1456
  "linken"
1457
 
1458
- #: admin/social_login.php:644
1459
  #, fuzzy
1460
  msgid "Yahoo Client Secret"
1461
  msgstr "Google+ Client ID"
1462
 
1463
- #: admin/social_login.php:653
1464
  #, fuzzy, php-format
1465
  msgid ""
1466
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1470,12 +1478,12 @@ msgstr ""
1470
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1471
  "GooglePlus Client ID beszerzéshez"
1472
 
1473
- #: admin/social_login.php:666
1474
  #, fuzzy
1475
  msgid "Discord Client ID"
1476
  msgstr "Instagram Client ID"
1477
 
1478
- #: admin/social_login.php:675
1479
  #, fuzzy, php-format
1480
  msgid ""
1481
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1485,7 +1493,7 @@ msgstr ""
1485
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1486
  "GooglePlus Client ID beszerzéshez"
1487
 
1488
- #: admin/social_login.php:677 admin/social_login.php:697
1489
  #, fuzzy
1490
  msgid ""
1491
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
@@ -1494,12 +1502,12 @@ msgstr ""
1494
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1495
  "linken"
1496
 
1497
- #: admin/social_login.php:686
1498
  #, fuzzy
1499
  msgid "Discord Client Secret"
1500
  msgstr "Instagram Client ID"
1501
 
1502
- #: admin/social_login.php:695
1503
  #, fuzzy, php-format
1504
  msgid ""
1505
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1510,12 +1518,12 @@ msgstr ""
1510
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1511
  "GooglePlus Client ID beszerzéshez"
1512
 
1513
- #: admin/social_login.php:708
1514
  #, fuzzy
1515
  msgid "Amazon Client ID"
1516
  msgstr "Google+ Client ID"
1517
 
1518
- #: admin/social_login.php:717
1519
  #, fuzzy, php-format
1520
  msgid ""
1521
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1525,7 +1533,7 @@ msgstr ""
1525
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1526
  "GooglePlus Client ID beszerzéshez"
1527
 
1528
- #: admin/social_login.php:719 admin/social_login.php:739
1529
  #, fuzzy
1530
  msgid ""
1531
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
@@ -1534,12 +1542,12 @@ msgstr ""
1534
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1535
  "linken"
1536
 
1537
- #: admin/social_login.php:728
1538
  #, fuzzy
1539
  msgid "Amazon Client Secret"
1540
  msgstr "Google+ Client ID"
1541
 
1542
- #: admin/social_login.php:737
1543
  #, fuzzy, php-format
1544
  msgid ""
1545
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1550,12 +1558,12 @@ msgstr ""
1550
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1551
  "GooglePlus Client ID beszerzéshez"
1552
 
1553
- #: admin/social_login.php:750
1554
  #, fuzzy
1555
  msgid "Stack Overflow Client ID"
1556
  msgstr "Google+ Client ID"
1557
 
1558
- #: admin/social_login.php:759
1559
  #, fuzzy, php-format
1560
  msgid ""
1561
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1566,12 +1574,12 @@ msgstr ""
1566
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1567
  "GooglePlus Client ID beszerzéshez"
1568
 
1569
- #: admin/social_login.php:765
1570
  #, fuzzy
1571
  msgid "Stack Overflow Client Secret"
1572
  msgstr "Google+ Client ID"
1573
 
1574
- #: admin/social_login.php:774
1575
  #, fuzzy, php-format
1576
  msgid ""
1577
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1582,12 +1590,12 @@ msgstr ""
1582
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1583
  "GooglePlus Client ID beszerzéshez"
1584
 
1585
- #: admin/social_login.php:780
1586
  #, fuzzy
1587
  msgid "Stack Overflow Key"
1588
  msgstr "Google+ Client ID"
1589
 
1590
- #: admin/social_login.php:790
1591
  #, fuzzy, php-format
1592
  msgid ""
1593
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1598,12 +1606,12 @@ msgstr ""
1598
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1599
  "API Key beszerzéshez"
1600
 
1601
- #: admin/social_login.php:799
1602
  #, fuzzy
1603
  msgid "Spotify Client ID"
1604
  msgstr "Google+ Client ID"
1605
 
1606
- #: admin/social_login.php:808
1607
  #, fuzzy, php-format
1608
  msgid ""
1609
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1613,12 +1621,12 @@ msgstr ""
1613
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1614
  "GooglePlus Client ID beszerzéshez"
1615
 
1616
- #: admin/social_login.php:819
1617
  #, fuzzy
1618
  msgid "Spotify Client Secret"
1619
  msgstr "Google+ Client ID"
1620
 
1621
- #: admin/social_login.php:828
1622
  #, fuzzy, php-format
1623
  msgid ""
1624
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1629,12 +1637,12 @@ msgstr ""
1629
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1630
  "GooglePlus Client ID beszerzéshez"
1631
 
1632
- #: admin/social_login.php:841
1633
  #, fuzzy
1634
  msgid "Dribbble Client ID"
1635
  msgstr "Google+ Client ID"
1636
 
1637
- #: admin/social_login.php:850
1638
  #, fuzzy, php-format
1639
  msgid ""
1640
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1644,12 +1652,12 @@ msgstr ""
1644
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1645
  "GooglePlus Client ID beszerzéshez"
1646
 
1647
- #: admin/social_login.php:861
1648
  #, fuzzy
1649
  msgid "Dribbble Client Secret"
1650
  msgstr "Google+ Client ID"
1651
 
1652
- #: admin/social_login.php:870
1653
  #, fuzzy, php-format
1654
  msgid ""
1655
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1660,12 +1668,107 @@ msgstr ""
1660
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1661
  "GooglePlus Client ID beszerzéshez"
1662
 
1663
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1664
  #, fuzzy
1665
  msgid "Twitch Client ID"
1666
  msgstr "Instagram Client ID"
1667
 
1668
- #: admin/social_login.php:891
1669
  #, fuzzy, php-format
1670
  msgid ""
1671
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1675,12 +1778,12 @@ msgstr ""
1675
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1676
  "GooglePlus Client ID beszerzéshez"
1677
 
1678
- #: admin/social_login.php:902
1679
  #, fuzzy
1680
  msgid "Twitch Client Secret"
1681
  msgstr "Instagram Client ID"
1682
 
1683
- #: admin/social_login.php:911
1684
  #, fuzzy, php-format
1685
  msgid ""
1686
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1690,12 +1793,12 @@ msgstr ""
1690
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1691
  "GooglePlus Client ID beszerzéshez"
1692
 
1693
- #: admin/social_login.php:924
1694
  #, fuzzy
1695
  msgid "Foursquare Client ID"
1696
  msgstr "Google+ Client ID"
1697
 
1698
- #: admin/social_login.php:933
1699
  #, fuzzy, php-format
1700
  msgid ""
1701
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1706,7 +1809,7 @@ msgstr ""
1706
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1707
  "GooglePlus Client ID beszerzéshez"
1708
 
1709
- #: admin/social_login.php:935 admin/social_login.php:955
1710
  #, fuzzy
1711
  msgid ""
1712
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
@@ -1715,12 +1818,12 @@ msgstr ""
1715
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1716
  "linken"
1717
 
1718
- #: admin/social_login.php:944
1719
  #, fuzzy
1720
  msgid "Foursquare Client Secret"
1721
  msgstr "Google+ Client ID"
1722
 
1723
- #: admin/social_login.php:953
1724
  #, fuzzy, php-format
1725
  msgid ""
1726
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1731,11 +1834,11 @@ msgstr ""
1731
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1732
  "GooglePlus Client ID beszerzéshez"
1733
 
1734
- #: admin/social_login.php:964
1735
  msgid "Dropbox App Key"
1736
  msgstr ""
1737
 
1738
- #: admin/social_login.php:973
1739
  #, fuzzy, php-format
1740
  msgid ""
1741
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1745,12 +1848,12 @@ msgstr ""
1745
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1746
  "App ID beszerzéshez"
1747
 
1748
- #: admin/social_login.php:984
1749
  #, fuzzy
1750
  msgid "Dropbox App Secret"
1751
  msgstr "Facebook App ID"
1752
 
1753
- #: admin/social_login.php:993
1754
  #, fuzzy, php-format
1755
  msgid ""
1756
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1760,11 +1863,11 @@ msgstr ""
1760
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1761
  "App ID beszerzéshez"
1762
 
1763
- #: admin/social_login.php:1007
1764
  msgid "Disqus Public Key"
1765
  msgstr ""
1766
 
1767
- #: admin/social_login.php:1016
1768
  #, fuzzy, php-format
1769
  msgid ""
1770
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1774,12 +1877,12 @@ msgstr ""
1774
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
1775
  "Consumer Key beszerzéshez"
1776
 
1777
- #: admin/social_login.php:1027
1778
  #, fuzzy
1779
  msgid "Disqus Secret Key"
1780
  msgstr "Disqus Shortname"
1781
 
1782
- #: admin/social_login.php:1036
1783
  #, fuzzy, php-format
1784
  msgid ""
1785
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1789,12 +1892,12 @@ msgstr ""
1789
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
1790
  "Consumer Key beszerzéshez"
1791
 
1792
- #: admin/social_login.php:1049
1793
  #, fuzzy
1794
  msgid "Reddit Client ID"
1795
  msgstr "Instagram Client ID"
1796
 
1797
- #: admin/social_login.php:1058
1798
  #, fuzzy, php-format
1799
  msgid ""
1800
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1804,7 +1907,7 @@ msgstr ""
1804
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1805
  "GooglePlus Client ID beszerzéshez"
1806
 
1807
- #: admin/social_login.php:1060 admin/social_login.php:1080
1808
  #, fuzzy
1809
  msgid ""
1810
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
@@ -1813,12 +1916,12 @@ msgstr ""
1813
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1814
  "linken"
1815
 
1816
- #: admin/social_login.php:1069
1817
  #, fuzzy
1818
  msgid "Reddit Client Secret"
1819
  msgstr "Instagram Client ID"
1820
 
1821
- #: admin/social_login.php:1078
1822
  #, fuzzy, php-format
1823
  msgid ""
1824
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1828,12 +1931,12 @@ msgstr ""
1828
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1829
  "GooglePlus Client ID beszerzéshez"
1830
 
1831
- #: admin/social_login.php:1092
1832
  #, fuzzy
1833
  msgid "Mail.ru Client ID"
1834
  msgstr "Instagram Client ID"
1835
 
1836
- #: admin/social_login.php:1101
1837
  #, fuzzy, php-format
1838
  msgid ""
1839
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1843,7 +1946,7 @@ msgstr ""
1843
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1844
  "GooglePlus Client ID beszerzéshez"
1845
 
1846
- #: admin/social_login.php:1103 admin/social_login.php:1123
1847
  #, fuzzy
1848
  msgid ""
1849
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
@@ -1852,12 +1955,12 @@ msgstr ""
1852
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1853
  "linken"
1854
 
1855
- #: admin/social_login.php:1112
1856
  #, fuzzy
1857
  msgid "Mail.ru Client Secret"
1858
  msgstr "Instagram Client ID"
1859
 
1860
- #: admin/social_login.php:1121
1861
  #, fuzzy, php-format
1862
  msgid ""
1863
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1868,12 +1971,12 @@ msgstr ""
1868
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1869
  "GooglePlus Client ID beszerzéshez"
1870
 
1871
- #: admin/social_login.php:1135
1872
  #, fuzzy
1873
  msgid "Github Client ID"
1874
  msgstr "Instagram Client ID"
1875
 
1876
- #: admin/social_login.php:1144
1877
  #, fuzzy, php-format
1878
  msgid ""
1879
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1883,12 +1986,12 @@ msgstr ""
1883
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1884
  "GooglePlus Client ID beszerzéshez"
1885
 
1886
- #: admin/social_login.php:1155
1887
  #, fuzzy
1888
  msgid "Github Client Secret"
1889
  msgstr "Instagram Client ID"
1890
 
1891
- #: admin/social_login.php:1164
1892
  #, fuzzy, php-format
1893
  msgid ""
1894
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1898,12 +2001,12 @@ msgstr ""
1898
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1899
  "GooglePlus Client ID beszerzéshez"
1900
 
1901
- #: admin/social_login.php:1177
1902
  #, fuzzy
1903
  msgid "Kakao Client ID"
1904
  msgstr "Google+ Client ID"
1905
 
1906
- #: admin/social_login.php:1186
1907
  #, fuzzy, php-format
1908
  msgid ""
1909
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1913,12 +2016,12 @@ msgstr ""
1913
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1914
  "GooglePlus Client ID beszerzéshez"
1915
 
1916
- #: admin/social_login.php:1197
1917
  #, fuzzy
1918
  msgid "Kakao Client Secret"
1919
  msgstr "Google+ Client ID"
1920
 
1921
- #: admin/social_login.php:1206
1922
  #, fuzzy, php-format
1923
  msgid ""
1924
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1928,110 +2031,110 @@ msgstr ""
1928
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1929
  "GooglePlus Client ID beszerzéshez"
1930
 
1931
- #: admin/social_login.php:1226
1932
  #, fuzzy
1933
  msgid "Social Login Options"
1934
  msgstr "Social Login"
1935
 
1936
- #: admin/social_login.php:1241
1937
  msgid "Text to display above the Social Login interface"
1938
  msgstr "Szöveg a Közösségi Belépés felett"
1939
 
1940
- #: admin/social_login.php:1249
1941
  msgid "Trigger social login in the same browser tab"
1942
  msgstr ""
1943
 
1944
- #: admin/social_login.php:1259
1945
  msgid "Trigger social login in the same browser tab instead of a popup window"
1946
  msgstr ""
1947
 
1948
- #: admin/social_login.php:1266
1949
  #, fuzzy
1950
  msgid "Center align icons"
1951
  msgstr "Ikonsorrend beállítás"
1952
 
1953
- #: admin/social_login.php:1276
1954
  #, fuzzy
1955
  msgid "Center align social login icons"
1956
  msgstr "Social Login"
1957
 
1958
- #: admin/social_login.php:1283
1959
  msgid "Enable at login page"
1960
  msgstr "Bekapcsolás a belépés oldalon"
1961
 
1962
- #: admin/social_login.php:1293
1963
  msgid ""
1964
  "Social Login interface will get enabled at the login page of your website"
1965
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1966
 
1967
- #: admin/social_login.php:1300
1968
  msgid "Enable at register page"
1969
  msgstr "Bekapcsolás a regisztráció oldalon"
1970
 
1971
- #: admin/social_login.php:1310
1972
  msgid ""
1973
  "Social Login interface will get enabled at the registration page of your "
1974
  "website"
1975
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1976
 
1977
- #: admin/social_login.php:1317
1978
  msgid "Enable at comment form"
1979
  msgstr "Bekapcsolás a hozászólásoknál"
1980
 
1981
- #: admin/social_login.php:1327
1982
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1983
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1984
 
1985
- #: admin/social_login.php:1341
1986
  msgid "Enable before WooCommerce Customer Login Form"
1987
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1988
 
1989
- #: admin/social_login.php:1351
1990
  #, fuzzy
1991
  msgid ""
1992
  "Social Login Interface will get enabled before the customer login form at "
1993
  "WooCommerce My Account page"
1994
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1995
 
1996
- #: admin/social_login.php:1358
1997
  #, fuzzy
1998
  msgid "Enable at WooCommerce Customer Login Form"
1999
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2000
 
2001
- #: admin/social_login.php:1368
2002
  #, fuzzy
2003
  msgid ""
2004
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2005
  "My Account page"
2006
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2007
 
2008
- #: admin/social_login.php:1375
2009
  #, fuzzy
2010
  msgid "Enable at WooCommerce Customer Register Form"
2011
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2012
 
2013
- #: admin/social_login.php:1385
2014
  #, fuzzy
2015
  msgid ""
2016
  "Integrate Social Login Interface with the customer register form at "
2017
  "WooCommerce My Account page"
2018
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2019
 
2020
- #: admin/social_login.php:1392
2021
  #, fuzzy
2022
  msgid "Enable at WooCommerce checkout page"
2023
  msgstr "Bekapcsolás a regisztráció oldalon"
2024
 
2025
- #: admin/social_login.php:1402
2026
  #, fuzzy
2027
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2028
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2029
 
2030
- #: admin/social_login.php:1412
2031
  msgid "Auto-approve comments made by Social Login users"
2032
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2033
 
2034
- #: admin/social_login.php:1422
2035
  msgid ""
2036
  "If this option is enabled, and WordPress comment is made by Social Login "
2037
  "user, comment will get approved immediately without keeping in moderation."
@@ -2040,37 +2143,37 @@ msgstr ""
2040
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2041
  "megjelenik az oldalon."
2042
 
2043
- #: admin/social_login.php:1423
2044
  msgid "Note: This is not related to Facebook comments"
2045
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2046
 
2047
- #: admin/social_login.php:1432
2048
  msgid "Enable social avatar"
2049
  msgstr "Közösségi avatar bekapcsolás"
2050
 
2051
- #: admin/social_login.php:1442
2052
  msgid ""
2053
  "Social profile pictures of the logged in user will be displayed as profile "
2054
  "avatar"
2055
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2056
 
2057
- #: admin/social_login.php:1451
2058
  msgid "Avatar quality"
2059
  msgstr " Avatar képminőség"
2060
 
2061
- #: admin/social_login.php:1454
2062
  msgid "Average"
2063
  msgstr "Átlagos"
2064
 
2065
- #: admin/social_login.php:1455
2066
  msgid "Best"
2067
  msgstr "legjobb"
2068
 
2069
- #: admin/social_login.php:1462
2070
  msgid "Choose avatar quality"
2071
  msgstr "Válassz Avatar képminőséget"
2072
 
2073
- #: admin/social_login.php:1470
2074
  #, fuzzy
2075
  msgid ""
2076
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2078,17 +2181,17 @@ msgstr ""
2078
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2079
  "BuddyPress profil oldal"
2080
 
2081
- #: admin/social_login.php:1480
2082
  msgid ""
2083
  "If enabled, users would be able to update their social avatar from \"Profile "
2084
  "photo\" section in BuddyPress profile at front-end"
2085
  msgstr ""
2086
 
2087
- #: admin/social_login.php:1490 super_socializer.php:2098
2088
  msgid "Email required"
2089
  msgstr "E-mail cím szükséges"
2090
 
2091
- #: admin/social_login.php:1500
2092
  msgid ""
2093
  "If enabled and Social ID provider does not provide user's email address on "
2094
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2098,11 +2201,11 @@ msgstr ""
2098
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2099
  "véletlenszerű e-mail címet generálunk"
2100
 
2101
- #: admin/social_login.php:1508
2102
  msgid "Send post-registration email to user to set account password"
2103
  msgstr ""
2104
 
2105
- #: admin/social_login.php:1518
2106
  msgid ""
2107
  "If enabled, an email will be sent to user after registration through Social "
2108
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2113,12 +2216,12 @@ msgstr ""
2113
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2114
  "az oldalra."
2115
 
2116
- #: admin/social_login.php:1525
2117
  #, fuzzy
2118
  msgid "Send new user registration notification email to admin"
2119
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2120
 
2121
- #: admin/social_login.php:1535
2122
  #, fuzzy
2123
  msgid ""
2124
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2129,83 +2232,83 @@ msgstr ""
2129
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2130
  "az oldalra."
2131
 
2132
- #: admin/social_login.php:1542
2133
  msgid "Login redirection"
2134
  msgstr "Átirányítás Belépés után"
2135
 
2136
- #: admin/social_login.php:1546
2137
  msgid "Same page where user logged in"
2138
  msgstr "Az az oldal, ahol a felhasználó belépett"
2139
 
2140
- #: admin/social_login.php:1550 admin/social_login.php:1579
2141
  msgid "Account dashboard"
2142
  msgstr "Felhasználói Irányítópult"
2143
 
2144
- #: admin/social_login.php:1553 admin/social_login.php:1582
2145
  msgid "BuddyPress profile page"
2146
  msgstr "BuddyPress profil oldal"
2147
 
2148
- #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2149
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2150
  msgid "Custom Url"
2151
  msgstr "Egyedi URL"
2152
 
2153
- #: admin/social_login.php:1564
2154
  msgid "User will be redirected to the selected page after Social Login"
2155
  msgstr ""
2156
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2157
 
2158
- #: admin/social_login.php:1571
2159
  msgid "Registration redirection"
2160
  msgstr "Átirányítás Regisztráció után"
2161
 
2162
- #: admin/social_login.php:1575
2163
  msgid "Same page from where user registered"
2164
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2165
 
2166
- #: admin/social_login.php:1591
2167
  msgid "Username Separator"
2168
  msgstr ""
2169
 
2170
- #: admin/social_login.php:1595
2171
  msgid "Dash (-)"
2172
  msgstr ""
2173
 
2174
- #: admin/social_login.php:1597
2175
  msgid "Underscore (_)"
2176
  msgstr ""
2177
 
2178
- #: admin/social_login.php:1599
2179
  msgid "Dot (.)"
2180
  msgstr ""
2181
 
2182
- #: admin/social_login.php:1601
2183
  msgid "None"
2184
  msgstr ""
2185
 
2186
- #: admin/social_login.php:1609
2187
  msgid ""
2188
  "Choose one of the underscore, dot or dash to use to join first and last "
2189
  "names in the usernames of the new users"
2190
  msgstr ""
2191
 
2192
- #: admin/social_login.php:1618
2193
  #, fuzzy
2194
  msgid "Social Account Linking Options"
2195
  msgstr "Közösségi Hozzászólás"
2196
 
2197
- #: admin/social_login.php:1633
2198
  #, fuzzy
2199
  msgid "Text to display above the Social Account Linking interface"
2200
  msgstr "Szöveg a Közösségi Belépés felett"
2201
 
2202
- #: admin/social_login.php:1640
2203
  #, fuzzy
2204
  msgid ""
2205
  "Link social account to already existing account, if email address matches"
2206
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2207
 
2208
- #: admin/social_login.php:1650
2209
  msgid ""
2210
  "If email address of the user's Social Account matches with an already "
2211
  "existing account at your website, that social account will be linked to "
@@ -2213,12 +2316,12 @@ msgid ""
2213
  "Linking interface at their profile page."
2214
  msgstr ""
2215
 
2216
- #: admin/social_login.php:1658
2217
  msgid "Enable social account linking at BuddyPress profile page"
2218
  msgstr ""
2219
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2220
 
2221
- #: admin/social_login.php:1668
2222
  msgid ""
2223
  "Enable this option to show social account linking interface at BuddyPress "
2224
  "profile page"
@@ -2226,15 +2329,15 @@ msgstr ""
2226
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2227
  "BuddyPress profil oldal"
2228
 
2229
- #: admin/social_login.php:1679
2230
  msgid "Email popup options"
2231
  msgstr "Email felugró ablak beállítások"
2232
 
2233
- #: admin/social_login.php:1684
2234
  msgid "Text on 'Email required' popup"
2235
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2236
 
2237
- #: admin/social_login.php:1694
2238
  msgid ""
2239
  "This text will be displayed on email required popup. Leave empty if not "
2240
  "required."
@@ -2242,11 +2345,11 @@ msgstr ""
2242
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2243
  "hagyhatod, ha nem kéred be az e-mail címet."
2244
 
2245
- #: admin/social_login.php:1702
2246
  msgid "Error message for 'Email required' popup"
2247
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2248
 
2249
- #: admin/social_login.php:1712
2250
  msgid ""
2251
  "This message will be displayed to user if it provides invalid or already "
2252
  "registered email"
@@ -2254,11 +2357,11 @@ msgstr ""
2254
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2255
  "mail címet ad meg "
2256
 
2257
- #: admin/social_login.php:1720
2258
  msgid "Email popup height"
2259
  msgstr "Email felugró ablak magassága"
2260
 
2261
- #: admin/social_login.php:1730
2262
  msgid ""
2263
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2264
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2267,11 +2370,11 @@ msgstr ""
2267
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2268
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2269
 
2270
- #: admin/social_login.php:1737
2271
  msgid "Enable email verification"
2272
  msgstr "E-mail ellenőrzés bekapcsolása"
2273
 
2274
- #: admin/social_login.php:1747
2275
  msgid ""
2276
  "If enabled, email provided by the user will be verified by sending a "
2277
  "confirmation link to that email. User would not be able to login without "
@@ -2281,98 +2384,98 @@ msgstr ""
2281
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2282
  "nem erősítette meg e-mailcímét "
2283
 
2284
- #: admin/social_login.php:1767
2285
  #, fuzzy
2286
  msgid "Enable GDPR opt-in"
2287
  msgstr "Disqus Hozzászólás Bekapcsolása"
2288
 
2289
- #: admin/social_login.php:1777
2290
  msgid ""
2291
  "Enable it to show GDPR opt-in for social login and social account linking"
2292
  msgstr ""
2293
 
2294
- #: admin/social_login.php:1785
2295
  #, fuzzy
2296
  msgid "Placement of GDPR opt-in"
2297
  msgstr "Disqus Hozzászólás Bekapcsolása"
2298
 
2299
- #: admin/social_login.php:1789
2300
  #, fuzzy
2301
  msgid "Above Social Login icons"
2302
  msgstr "Social Login"
2303
 
2304
- #: admin/social_login.php:1791
2305
  #, fuzzy
2306
  msgid "Below Social Login icons"
2307
  msgstr "Social Login"
2308
 
2309
- #: admin/social_login.php:1797
2310
  #, fuzzy
2311
  msgid "Placement of GDPR opt-in above or below the social login icons"
2312
  msgstr "Szöveg a Közösségi Belépés felett"
2313
 
2314
- #: admin/social_login.php:1804
2315
  msgid "Opt-in text"
2316
  msgstr ""
2317
 
2318
- #: admin/social_login.php:1814
2319
  #, fuzzy
2320
  msgid "Text for the GDPR opt-in"
2321
  msgstr "Disqus Hozzászólás Bekapcsolása"
2322
 
2323
- #: admin/social_login.php:1821
2324
  msgid "Text to link to Terms-Conditions page"
2325
  msgstr ""
2326
 
2327
- #: admin/social_login.php:1831
2328
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2329
  msgstr ""
2330
 
2331
- #: admin/social_login.php:1838
2332
  msgid "Terms-Conditions Url"
2333
  msgstr ""
2334
 
2335
- #: admin/social_login.php:1848
2336
  #, fuzzy
2337
  msgid "Url of the terms-conditions page of your website"
2338
  msgstr "A főoldalad Url-je"
2339
 
2340
- #: admin/social_login.php:1855
2341
  msgid "Text to link to Privacy Policy page"
2342
  msgstr ""
2343
 
2344
- #: admin/social_login.php:1865
2345
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2346
  msgstr ""
2347
 
2348
- #: admin/social_login.php:1872
2349
  msgid "Privacy Policy Url"
2350
  msgstr ""
2351
 
2352
- #: admin/social_login.php:1882
2353
  #, fuzzy
2354
  msgid "Url of the privacy policy page of your website"
2355
  msgstr "A főoldalad Url-je"
2356
 
2357
- #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2358
  #: inc/widget.php:605 inc/widget.php:754
2359
  msgid "Select"
2360
  msgstr "Válassz"
2361
 
2362
- #: admin/social_login.php:1964
2363
  #, fuzzy
2364
  msgid "Social Login Shortcode & Widget"
2365
  msgstr "Shortcode és Widget"
2366
 
2367
- #: admin/social_login.php:1965
2368
  msgid "Social Linking Shortcode"
2369
  msgstr ""
2370
 
2371
- #: admin/social_login.php:1980
2372
  msgid "Why is social login not working?"
2373
  msgstr ""
2374
 
2375
- #: admin/social_login.php:1981
2376
  msgid ""
2377
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2378
  "belong to the same app"
@@ -2974,7 +3077,7 @@ msgstr ""
2974
  msgid "Why is Facebook share count not working?"
2975
  msgstr ""
2976
 
2977
- #: admin/social_sharing.php:1937 super_socializer.php:3249
2978
  #, php-format
2979
  msgid ""
2980
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3077,137 +3180,137 @@ msgstr ""
3077
  msgid "Settings saved"
3078
  msgstr "Beállítások"
3079
 
3080
- #: helper.php:197
3081
  #, fuzzy
3082
  msgid "Click to toggle help"
3083
  msgstr "Elrejtéséhez kattintson segítség"
3084
 
3085
- #: helper.php:278
3086
  #, fuzzy
3087
  msgid "Add-Ons"
3088
  msgstr "A kiegészítőket"
3089
 
3090
- #: helper.php:279
3091
  msgid "Support Documentation"
3092
  msgstr ""
3093
 
3094
- #: helper.php:280
3095
  msgid "Settings"
3096
  msgstr "Beállítások"
3097
 
3098
- #: helper.php:556
3099
  msgid "Account linked successfully"
3100
  msgstr "Fiók kapcsolása sikeres"
3101
 
3102
- #: helper.php:560
3103
  msgid "Account already exists or linked"
3104
  msgstr "Fiók már létezik, vagy össze van kötve"
3105
 
3106
- #: helper.php:596 helper.php:598
3107
  #, fuzzy
3108
  msgid "Login with"
3109
  msgstr "Díjat pontokat Szociális Belépés"
3110
 
3111
- #: helper.php:633 helper.php:639
3112
  msgid "Currently"
3113
  msgstr "Jelenleg"
3114
 
3115
- #: helper.php:633 helper.php:639
3116
  msgid "Connected with"
3117
  msgstr ""
3118
 
3119
- #: helper.php:633 helper.php:639
3120
  msgid "Remove"
3121
  msgstr "Eltávolítás"
3122
 
3123
- #: helper.php:712
3124
  #, fuzzy
3125
  msgid "Social Account Linking"
3126
  msgstr ""
3127
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
3128
  "BuddyPress profil oldal"
3129
 
3130
- #: helper.php:763
3131
  #, fuzzy
3132
  msgid "Disable Standard Social Sharing on this "
3133
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
3134
 
3135
- #: helper.php:768
3136
  #, fuzzy
3137
  msgid "Disable Floating Social Sharing on this "
3138
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
3139
 
3140
- #: helper.php:773
3141
  #, fuzzy
3142
  msgid "Disable Standard like buttons on this "
3143
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
3144
 
3145
- #: helper.php:778
3146
  #, fuzzy
3147
  msgid "Disable Floating like buttons on this "
3148
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
3149
 
3150
- #: helper.php:783
3151
  msgid "Disable Social Commenting on this "
3152
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
3153
 
3154
- #: helper.php:792
3155
  #, fuzzy
3156
  msgid "Standard Sharing Interface"
3157
  msgstr "Megosztási Felület"
3158
 
3159
- #: helper.php:798 helper.php:817
3160
  msgid "Starting share count for "
3161
  msgstr "Megosztás számok kezdése ehhez"
3162
 
3163
- #: helper.php:811
3164
  #, fuzzy
3165
  msgid "Floating Sharing Interface"
3166
  msgstr "Megosztási Felület"
3167
 
3168
- #: helper.php:911 super_socializer.php:2508
3169
  #, fuzzy
3170
  msgid "Social Avatar"
3171
  msgstr "Közösségi avatar bekapcsolás"
3172
 
3173
- #: helper.php:914 super_socializer.php:2519
3174
  msgid ""
3175
  "Do not fetch and update social avatar from my profile, next time I Social "
3176
  "Login"
3177
  msgstr ""
3178
 
3179
- #: helper.php:915 super_socializer.php:2523
3180
  msgid "Update social avatar, next time I Social Login"
3181
  msgstr ""
3182
 
3183
- #: helper.php:918
3184
  #, fuzzy
3185
  msgid "Small Avatar"
3186
  msgstr "Kis Avatar URL"
3187
 
3188
- #: helper.php:922
3189
  #, fuzzy
3190
  msgid "Large Avatar"
3191
  msgstr "Cél Url"
3192
 
3193
- #: helper.php:982 super_socializer.php:2076
3194
  msgid "Please verify your email address to login."
3195
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
3196
 
3197
- #: helper.php:1019
3198
  msgid "Click to delete social profile data"
3199
  msgstr ""
3200
 
3201
- #: helper.php:1048
3202
  #, fuzzy
3203
  msgid "Deleting"
3204
  msgstr "Beállítások"
3205
 
3206
- #: helper.php:1058
3207
  msgid "Deleted"
3208
  msgstr ""
3209
 
3210
- #: helper.php:1060
3211
  msgid "Something bad happened"
3212
  msgstr ""
3213
 
@@ -3224,28 +3327,28 @@ msgstr ""
3224
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3225
  "> Social Login\" oldalon."
3226
 
3227
- #: inc/social_login.php:1047
3228
  msgid "Email"
3229
  msgstr "Email"
3230
 
3231
- #: inc/social_login.php:1048
3232
  msgid "Confirm email"
3233
  msgstr ""
3234
 
3235
- #: inc/social_login.php:1050
3236
  msgid "Save"
3237
  msgstr ""
3238
 
3239
- #: inc/social_login.php:1051
3240
  msgid "Cancel"
3241
  msgstr ""
3242
 
3243
- #: inc/social_login.php:1125
3244
  #, fuzzy
3245
  msgid "Email Verification"
3246
  msgstr "E-mail ellenőrzés bekapcsolása"
3247
 
3248
- #: inc/social_login.php:1127
3249
  msgid ""
3250
  "Please click on the following link or paste it in browser to verify your "
3251
  "email"
@@ -3267,12 +3370,12 @@ msgstr "Kategória Archívum"
3267
  msgid "Total Shares"
3268
  msgstr "Megosztás számok mutatása"
3269
 
3270
- #: inc/social_sharing.php:272 super_socializer.php:2186
3271
  #, fuzzy
3272
  msgid "Share"
3273
  msgstr "Megosztás számok mutatása"
3274
 
3275
- #: inc/social_sharing.php:272 super_socializer.php:2186
3276
  msgid "Shares"
3277
  msgstr ""
3278
 
@@ -3291,8 +3394,8 @@ msgstr "Super Socializer - Belépés"
3291
  #: inc/widget.php:13
3292
  #, fuzzy
3293
  msgid ""
3294
- "Let your website users login/register using their favorite Social ID "
3295
- "Provider, such as Facebook, Twitter, Google, LinkedIn"
3296
  msgstr ""
3297
  "Léptesd be oldalad látogatóit kedvenc Közösségi Hálózatok használatával, "
3298
  "mint a Facebook, Twitter, Google+, vagy a LinkedIn"
@@ -3647,7 +3750,7 @@ msgstr "Twitter"
3647
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3648
  msgstr ""
3649
 
3650
- #: super_socializer.php:1853
3651
  #, fuzzy
3652
  msgid ""
3653
  "cURL is not enabled at your website server. Please contact your website "
@@ -3656,7 +3759,7 @@ msgstr ""
3656
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3657
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3658
 
3659
- #: super_socializer.php:1881
3660
  #, fuzzy, php-format
3661
  msgid ""
3662
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3666,7 +3769,7 @@ msgstr ""
3666
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3667
  "lépés %s)"
3668
 
3669
- #: super_socializer.php:1884
3670
  #, fuzzy, php-format
3671
  msgid ""
3672
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3676,7 +3779,7 @@ msgstr ""
3676
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3677
  "lépés %s)"
3678
 
3679
- #: super_socializer.php:1887
3680
  msgid ""
3681
  "Make sure cURL is enabled at your website server. You may need to contact "
3682
  "the server administrator of your website to verify this"
@@ -3684,130 +3787,130 @@ msgstr ""
3684
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3685
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3686
 
3687
- #: super_socializer.php:2054
3688
  msgid "Search"
3689
  msgstr ""
3690
 
3691
- #: super_socializer.php:2076
3692
  msgid "Your email has been verified. Now you can login to your account"
3693
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
3694
 
3695
- #: super_socializer.php:2080
3696
  msgid "Notification"
3697
  msgstr "Értesítés"
3698
 
3699
- #: super_socializer.php:2101
3700
  msgid "Please check your email inbox to complete the registration."
3701
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
3702
 
3703
- #: super_socializer.php:2170
3704
  msgid "Leave a reply"
3705
  msgstr "Válaszolj"
3706
 
3707
- #: super_socializer.php:2186
3708
  #, fuzzy
3709
  msgid "Link copied."
3710
  msgstr "LinkedIn"
3711
 
3712
- #: super_socializer.php:2424
3713
  #, fuzzy
3714
  msgid "Super Socializer - General Options"
3715
  msgstr "Super Socializer - Belépés"
3716
 
3717
- #: super_socializer.php:2495
3718
  msgid ""
3719
  "I agree to my personal data being stored and used as per Privacy Policy and "
3720
  "Terms and Conditions"
3721
  msgstr ""
3722
 
3723
- #: super_socializer.php:2499
3724
  msgid ""
3725
  "I revoke my consent to store and use my personal data. Kindly delete my "
3726
  "personal data saved in this website."
3727
  msgstr ""
3728
 
3729
- #: super_socializer.php:2511
3730
  msgid "Small Avatar Url"
3731
  msgstr "Kis Avatar URL"
3732
 
3733
- #: super_socializer.php:2515
3734
  #, fuzzy
3735
  msgid "Large Avatar Url"
3736
  msgstr "Cél Url"
3737
 
3738
- #: super_socializer.php:2617
3739
  msgid "Login with your Social ID"
3740
  msgstr ""
3741
 
3742
- #: super_socializer.php:2618
3743
  msgid "Email you entered is already registered or invalid"
3744
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
3745
 
3746
- #: super_socializer.php:2625
3747
  msgid "Please enter a valid email address. You might be required to verify it"
3748
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
3749
 
3750
- #: super_socializer.php:2630 super_socializer.php:3433
3751
  msgid "Link your social account to login to your account at this website"
3752
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
3753
 
3754
- #: super_socializer.php:2890
3755
  msgid "Thanks for installing Super Socializer plugin"
3756
  msgstr ""
3757
 
3758
- #: super_socializer.php:2892
3759
  msgid "Configure the Plugin"
3760
  msgstr ""
3761
 
3762
- #: super_socializer.php:2903
3763
  msgid ""
3764
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3765
  "current version of Super Socializer"
3766
  msgstr ""
3767
 
3768
- #: super_socializer.php:2912
3769
  msgid ""
3770
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3771
  "compatibility with the current version of Super Socializer"
3772
  msgstr ""
3773
 
3774
- #: super_socializer.php:2921
3775
  msgid ""
3776
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3777
  "compatibility with the current version of Super Socializer"
3778
  msgstr ""
3779
 
3780
- #: super_socializer.php:2930
3781
  msgid ""
3782
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3783
  "version of Super Socializer"
3784
  msgstr ""
3785
 
3786
- #: super_socializer.php:2939
3787
  msgid ""
3788
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3789
  "compatibility with the current version of Super Socializer"
3790
  msgstr ""
3791
 
3792
- #: super_socializer.php:2948
3793
  msgid ""
3794
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3795
  "for compatibility with the current version of Super Socializer"
3796
  msgstr ""
3797
 
3798
- #: super_socializer.php:2957
3799
  msgid ""
3800
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3801
  "with current version of Super Socializer"
3802
  msgstr ""
3803
 
3804
- #: super_socializer.php:2968
3805
  #, php-format
3806
  msgid ""
3807
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3808
  msgstr ""
3809
 
3810
- #: super_socializer.php:2977
3811
  #, php-format
3812
  msgid ""
3813
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3815,7 +3918,7 @@ msgid ""
3815
  "Instagram App Secret <a href=\"%s\">here</a>"
3816
  msgstr ""
3817
 
3818
- #: super_socializer.php:2986 super_socializer.php:2995
3819
  #, php-format
3820
  msgid ""
3821
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3824,13 +3927,13 @@ msgid ""
3824
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3825
  msgstr ""
3826
 
3827
- #: super_socializer.php:3011
3828
  #, php-format
3829
  msgid ""
3830
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3831
  msgstr ""
3832
 
3833
- #: super_socializer.php:3035
3834
  #, php-format
3835
  msgid ""
3836
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3838,14 +3941,14 @@ msgid ""
3838
  "target=\"_blank\">here</a>"
3839
  msgstr ""
3840
 
3841
- #: super_socializer.php:3035 super_socializer.php:3060
3842
- #: super_socializer.php:3085 super_socializer.php:3110
3843
- #: super_socializer.php:3143 super_socializer.php:3171
3844
- #: super_socializer.php:3198
3845
  msgid "Okay"
3846
  msgstr ""
3847
 
3848
- #: super_socializer.php:3060
3849
  #, php-format
3850
  msgid ""
3851
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3853,7 +3956,7 @@ msgid ""
3853
  "\">here</a>"
3854
  msgstr ""
3855
 
3856
- #: super_socializer.php:3085
3857
  #, php-format
3858
  msgid ""
3859
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3861,7 +3964,7 @@ msgid ""
3861
  "target=\"_blank\">here</a>"
3862
  msgstr ""
3863
 
3864
- #: super_socializer.php:3110
3865
  #, php-format
3866
  msgid ""
3867
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3869,13 +3972,13 @@ msgid ""
3869
  "target=\"_blank\">here</a>"
3870
  msgstr ""
3871
 
3872
- #: super_socializer.php:3121
3873
  #, php-format
3874
  msgid ""
3875
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3876
  msgstr ""
3877
 
3878
- #: super_socializer.php:3143
3879
  #, php-format
3880
  msgid ""
3881
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3883,7 +3986,7 @@ msgid ""
3883
  "\"%s\" target=\"_blank\">here</a>"
3884
  msgstr ""
3885
 
3886
- #: super_socializer.php:3171
3887
  #, php-format
3888
  msgid ""
3889
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3892,7 +3995,7 @@ msgid ""
3892
  "your website %s with them. No need to copy-paste any code from their website."
3893
  msgstr ""
3894
 
3895
- #: super_socializer.php:3198
3896
  #, php-format
3897
  msgid ""
3898
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3900,7 +4003,7 @@ msgid ""
3900
  "\"%s\" target=\"_blank\">here</a>"
3901
  msgstr ""
3902
 
3903
- #: super_socializer.php:3223
3904
  #, php-format
3905
  msgid ""
3906
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3908,11 +4011,11 @@ msgid ""
3908
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3909
  msgstr ""
3910
 
3911
- #: super_socializer.php:3223 super_socializer.php:3250
3912
  msgid "Dismiss"
3913
  msgstr ""
3914
 
3915
- #: super_socializer.php:3509
3916
  msgid ""
3917
  "Your browser is blocking some features of this website. Please follow the "
3918
  "instructions at {support_url} to unblock these."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-19 23:06+0530\n"
6
+ "PO-Revision-Date: 2022-07-19 23:06+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:2102
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
34
  "API Key beszerzéshez"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2555
38
  #, fuzzy
39
  msgid "General Options"
40
  msgstr "Megosztási beállítások"
83
  msgstr ""
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:2098
87
+ #: admin/social_sharing.php:1975 helper.php:932
88
  msgid "Save Changes"
89
  msgstr "Változások Mentése"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:2108
93
  #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:2110
100
  #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
232
  msgstr ""
233
 
234
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
235
+ #: admin/social_login.php:45 admin/social_login.php:2065
236
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
237
  #: admin/social_sharing.php:1901
238
  msgid "Shortcode & Widget"
240
 
241
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
242
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
243
+ #: admin/social_login.php:46 admin/social_login.php:2079
244
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
245
  msgid "FAQ"
246
  msgstr "GYIK"
286
  msgstr ""
287
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
288
 
289
+ #: admin/like_buttons.php:105 admin/social_login.php:1334
290
+ #: admin/social_login.php:1726 admin/social_sharing.php:717 inc/widget.php:1038
291
  msgid "Title"
292
  msgstr "Cím"
293
 
356
  msgstr "Megosztási helyek"
357
 
358
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
359
+ #: admin/social_login.php:1651 admin/social_login.php:1680
360
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
361
  msgid "Homepage"
362
  msgstr "Kezdő oldal"
638
  msgstr ""
639
 
640
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
641
+ #: admin/social_login.php:2087 admin/social_sharing.php:1964
642
  msgid "More"
643
  msgstr ""
644
 
852
  msgid "Social Commenting Shortcode"
853
  msgstr "Közösségi Hozzászólás"
854
 
855
+ #: admin/social_commenting.php:386 admin/social_login.php:2081
856
  #: admin/social_sharing.php:1934
857
  msgid ""
858
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
870
  "Https?"
871
  msgstr ""
872
 
873
+ #: admin/social_commenting.php:389 admin/social_login.php:2086
874
  #: admin/social_sharing.php:1949
875
  msgid "Why is my browser blocking some features of the plugin?"
876
  msgstr ""
908
  msgid "Advanced Configuration"
909
  msgstr "Alap Beállítások"
910
 
911
+ #: admin/social_login.php:41 admin/social_login.php:1865
912
+ #: super_socializer.php:2623
913
  msgid "GDPR"
914
  msgstr ""
915
 
916
+ #: admin/social_login.php:43 admin/social_login.php:2016
917
  msgid "XProfile Integration"
918
  msgstr ""
919
 
1028
  msgid "Spotify"
1029
  msgstr ""
1030
 
1031
+ #: admin/social_login.php:180
1032
  msgid "Dribbble"
1033
  msgstr ""
1034
 
1035
+ #: admin/social_login.php:184
1036
+ msgid "Odnoklassniki"
1037
+ msgstr ""
1038
+
1039
+ #: admin/social_login.php:188
1040
+ msgid "Yandex"
1041
+ msgstr ""
1042
+
1043
+ #: admin/social_login.php:192
1044
  #, fuzzy
1045
  msgid "Twitch"
1046
  msgstr "Twitter"
1047
 
1048
+ #: admin/social_login.php:196
1049
  #, fuzzy
1050
  msgid "Foursquare"
1051
  msgstr "szögletes"
1052
 
1053
+ #: admin/social_login.php:200
1054
  msgid "Dropbox"
1055
  msgstr ""
1056
 
1057
+ #: admin/social_login.php:204
1058
  #, fuzzy
1059
  msgid "Disqus"
1060
  msgstr "Disqus hozzászólás fül címe"
1061
 
1062
+ #: admin/social_login.php:208
1063
  msgid "Reddit"
1064
  msgstr "Reddit"
1065
 
1066
+ #: admin/social_login.php:212
1067
  msgid "Mail.ru"
1068
  msgstr ""
1069
 
1070
+ #: admin/social_login.php:216
1071
  msgid "Github"
1072
  msgstr ""
1073
 
1074
+ #: admin/social_login.php:220
1075
  msgid "Kakao"
1076
  msgstr ""
1077
 
1078
+ #: admin/social_login.php:228
1079
  msgid "Select Social ID provider to enable in Social Login"
1080
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1081
 
1082
+ #: admin/social_login.php:235
1083
  msgid "Facebook App ID"
1084
  msgstr "Facebook App ID"
1085
 
1086
+ #: admin/social_login.php:245
1087
  #, php-format
1088
  msgid ""
1089
  "Required for Facebook Social Login to work. Please follow the documentation "
1093
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1094
  "App ID beszerzéshez"
1095
 
1096
+ #: admin/social_login.php:247 admin/social_login.php:268
1097
  #, fuzzy
1098
  msgid ""
1099
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1101
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1102
  "linken"
1103
 
1104
+ #: admin/social_login.php:256
1105
  #, fuzzy
1106
  msgid "Facebook App Secret"
1107
  msgstr "Facebook App ID"
1108
 
1109
+ #: admin/social_login.php:266
1110
  #, fuzzy, php-format
1111
  msgid ""
1112
  "Required for Facebook Social Login to work. Please follow the documentation "
1116
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1117
  "App ID beszerzéshez"
1118
 
1119
+ #: admin/social_login.php:277
1120
  msgid "Twitter API Key"
1121
  msgstr "Twitter API Key"
1122
 
1123
+ #: admin/social_login.php:287
1124
  #, php-format
1125
  msgid ""
1126
  "Required for Twitter Social Login to work. Please follow the documentation "
1130
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1131
  "API Key beszerzéshez"
1132
 
1133
+ #: admin/social_login.php:289 admin/social_login.php:314
1134
  #, fuzzy
1135
  msgid ""
1136
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1138
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1139
  "linken"
1140
 
1141
+ #: admin/social_login.php:293 admin/social_login.php:318
1142
+ #: admin/social_login.php:506 admin/social_login.php:526
1143
+ #: admin/social_login.php:861 admin/social_login.php:881
1144
+ #: admin/social_login.php:996 admin/social_login.php:1016
1145
+ #: admin/social_login.php:1121 admin/social_login.php:1141
1146
+ #: admin/social_login.php:1249 admin/social_login.php:1269
1147
+ #: admin/social_login.php:1291 admin/social_login.php:1311
1148
  #, fuzzy
1149
  msgid ""
1150
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1153
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1154
  "fenti linken"
1155
 
1156
+ #: admin/social_login.php:302
1157
  msgid "Twitter API Secret"
1158
  msgstr "Twitter API Secret"
1159
 
1160
+ #: admin/social_login.php:312
1161
  #, php-format
1162
  msgid ""
1163
  "Required for Twitter Social Login to work. Please follow the documentation "
1167
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1168
  "API Secret beszerzéséhez"
1169
 
1170
+ #: admin/social_login.php:327
1171
  #, fuzzy
1172
  msgid "LinkedIn Client ID"
1173
  msgstr "LinkedIn"
1174
 
1175
+ #: admin/social_login.php:337
1176
  #, fuzzy, php-format
1177
  msgid ""
1178
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1182
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1183
  "API Key beszerzéshez"
1184
 
1185
+ #: admin/social_login.php:339 admin/social_login.php:360
1186
+ #: admin/social_login.php:546 admin/social_login.php:566
1187
  #, fuzzy
1188
  msgid ""
1189
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1192
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1193
  "linken"
1194
 
1195
+ #: admin/social_login.php:348
1196
  #, fuzzy
1197
  msgid "LinkedIn Client Secret"
1198
  msgstr "LinkedIn"
1199
 
1200
+ #: admin/social_login.php:358
1201
  #, fuzzy, php-format
1202
  msgid ""
1203
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1208
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1209
  "API Key beszerzéshez"
1210
 
1211
+ #: admin/social_login.php:369
1212
  #, fuzzy
1213
  msgid "Google Client ID"
1214
  msgstr "Google+ Client ID"
1215
 
1216
+ #: admin/social_login.php:379
1217
  #, fuzzy, php-format
1218
  msgid ""
1219
  "Required for Google Social Login to work. Please follow the documentation at "
1223
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1224
  "GooglePlus Client ID beszerzéshez"
1225
 
1226
+ #: admin/social_login.php:381 admin/social_login.php:402
1227
  #, fuzzy
1228
  msgid ""
1229
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1232
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1233
  "linken"
1234
 
1235
+ #: admin/social_login.php:390
1236
  #, fuzzy
1237
  msgid "Google Client Secret"
1238
  msgstr "Google+ Client ID"
1239
 
1240
+ #: admin/social_login.php:400
1241
  #, fuzzy, php-format
1242
  msgid ""
1243
  "Required for Google Social Login to work. Please follow the documentation at "
1247
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1248
  "GooglePlus Client ID beszerzéshez"
1249
 
1250
+ #: admin/social_login.php:411
1251
  msgid "Vkontakte Application ID"
1252
  msgstr "Vkontakte Application ID"
1253
 
1254
+ #: admin/social_login.php:421 admin/social_login.php:442
1255
  #, php-format
1256
  msgid ""
1257
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1262
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
1263
  "Application ID beszerzéshez"
1264
 
1265
+ #: admin/social_login.php:423 admin/social_login.php:444
1266
  #, fuzzy
1267
  msgid ""
1268
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1271
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
1272
  "linken"
1273
 
1274
+ #: admin/social_login.php:432
1275
  #, fuzzy
1276
  msgid "Vkontakte Secure key"
1277
  msgstr "Vkontakte"
1278
 
1279
+ #: admin/social_login.php:453
1280
  #, fuzzy
1281
  msgid "Instagram App ID"
1282
  msgstr "Instagram Client ID"
1283
 
1284
+ #: admin/social_login.php:463
1285
  #, fuzzy, php-format
1286
  msgid ""
1287
  "Required for Instagram Social Login to work. Please follow the documentation "
1291
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
1292
  "Instagram Client ID beszerzéshez"
1293
 
1294
+ #: admin/social_login.php:465 admin/social_login.php:486
1295
  #, fuzzy
1296
  msgid ""
1297
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1300
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1301
  "linken"
1302
 
1303
+ #: admin/social_login.php:474
1304
  #, fuzzy
1305
  msgid "Instagram App Secret"
1306
  msgstr "Instagram"
1307
 
1308
+ #: admin/social_login.php:484
1309
  #, fuzzy, php-format
1310
  msgid ""
1311
  "Required for Instagram Social Login to work. Please follow the documentation "
1315
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
1316
  "Instagram Client ID beszerzéshez"
1317
 
1318
+ #: admin/social_login.php:495
1319
  msgid "Line Channel ID"
1320
  msgstr ""
1321
 
1322
+ #: admin/social_login.php:504
1323
  #, fuzzy, php-format
1324
  msgid ""
1325
  "Required for Line Social Login to work. Please follow the documentation at "
1329
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1330
  "API Key beszerzéshez"
1331
 
1332
+ #: admin/social_login.php:515
1333
  #, fuzzy
1334
  msgid "Line Channel Secret"
1335
  msgstr "LinkedIn"
1336
 
1337
+ #: admin/social_login.php:524
1338
  #, fuzzy, php-format
1339
  msgid ""
1340
  "Required for Line Social Login to work. Please follow the documentation at "
1344
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1345
  "API Key beszerzéshez"
1346
 
1347
+ #: admin/social_login.php:535
1348
  #, fuzzy
1349
  msgid "Wordpress Client ID"
1350
  msgstr "Google+ Client ID"
1351
 
1352
+ #: admin/social_login.php:544
1353
  #, fuzzy, php-format
1354
  msgid ""
1355
  "Required for Wordpress Social Login to work. Please follow the documentation "
1359
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1360
  "GooglePlus Client ID beszerzéshez"
1361
 
1362
+ #: admin/social_login.php:555
1363
  #, fuzzy
1364
  msgid "Wordpress Client Secret"
1365
  msgstr "Google+ Client ID"
1366
 
1367
+ #: admin/social_login.php:564
1368
  #, fuzzy, php-format
1369
  msgid ""
1370
  "Required for Wordpress Social Login to work. Please follow the documentation "
1375
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1376
  "GooglePlus Client ID beszerzéshez"
1377
 
1378
+ #: admin/social_login.php:575
1379
  #, fuzzy
1380
  msgid "Microsoft Client ID"
1381
  msgstr "Google+ Client ID"
1382
 
1383
+ #: admin/social_login.php:584
1384
  #, fuzzy, php-format
1385
  msgid ""
1386
  "Required for Live Social Login to work. Please follow the documentation at "
1390
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1391
  "GooglePlus Client ID beszerzéshez"
1392
 
1393
+ #: admin/social_login.php:586 admin/social_login.php:606
1394
+ #: admin/social_login.php:819 admin/social_login.php:839
1395
+ #: admin/social_login.php:1078 admin/social_login.php:1098
1396
  #, fuzzy
1397
  msgid ""
1398
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1401
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1402
  "linken"
1403
 
1404
+ #: admin/social_login.php:595
1405
  #, fuzzy
1406
  msgid "Microsoft Client Secret"
1407
  msgstr "Google+ Client ID"
1408
 
1409
+ #: admin/social_login.php:604
1410
  #, fuzzy, php-format
1411
  msgid ""
1412
  "Required for Live Social Login to work. Please follow the documentation at "
1417
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1418
  "GooglePlus Client ID beszerzéshez"
1419
 
1420
+ #: admin/social_login.php:614
1421
  #, fuzzy
1422
  msgid "Steam API Key"
1423
  msgstr "Twitter API Key"
1424
 
1425
+ #: admin/social_login.php:623
1426
  #, fuzzy, php-format
1427
  msgid ""
1428
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1432
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1433
  "API Key beszerzéshez"
1434
 
1435
+ #: admin/social_login.php:624
1436
  #, fuzzy
1437
  msgid "Save following <strong>domain</strong> to get the key"
1438
  msgstr ""
1439
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1440
  "fenti linken"
1441
 
1442
+ #: admin/social_login.php:633
1443
  #, fuzzy
1444
  msgid "Yahoo Client ID"
1445
  msgstr "Google+ Client ID"
1446
 
1447
+ #: admin/social_login.php:642
1448
  #, fuzzy, php-format
1449
  msgid ""
1450
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1454
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1455
  "GooglePlus Client ID beszerzéshez"
1456
 
1457
+ #: admin/social_login.php:644 admin/social_login.php:664
1458
  #, fuzzy
1459
  msgid ""
1460
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1463
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1464
  "linken"
1465
 
1466
+ #: admin/social_login.php:653
1467
  #, fuzzy
1468
  msgid "Yahoo Client Secret"
1469
  msgstr "Google+ Client ID"
1470
 
1471
+ #: admin/social_login.php:662
1472
  #, fuzzy, php-format
1473
  msgid ""
1474
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1478
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1479
  "GooglePlus Client ID beszerzéshez"
1480
 
1481
+ #: admin/social_login.php:675
1482
  #, fuzzy
1483
  msgid "Discord Client ID"
1484
  msgstr "Instagram Client ID"
1485
 
1486
+ #: admin/social_login.php:684
1487
  #, fuzzy, php-format
1488
  msgid ""
1489
  "Required for Discord Social Login to work. Please follow the documentation "
1493
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1494
  "GooglePlus Client ID beszerzéshez"
1495
 
1496
+ #: admin/social_login.php:686 admin/social_login.php:706
1497
  #, fuzzy
1498
  msgid ""
1499
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1502
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1503
  "linken"
1504
 
1505
+ #: admin/social_login.php:695
1506
  #, fuzzy
1507
  msgid "Discord Client Secret"
1508
  msgstr "Instagram Client ID"
1509
 
1510
+ #: admin/social_login.php:704
1511
  #, fuzzy, php-format
1512
  msgid ""
1513
  "Required for Discord Social Login to work. Please follow the documentation "
1518
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1519
  "GooglePlus Client ID beszerzéshez"
1520
 
1521
+ #: admin/social_login.php:717
1522
  #, fuzzy
1523
  msgid "Amazon Client ID"
1524
  msgstr "Google+ Client ID"
1525
 
1526
+ #: admin/social_login.php:726
1527
  #, fuzzy, php-format
1528
  msgid ""
1529
  "Required for Amazon Social Login to work. Please follow the documentation at "
1533
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1534
  "GooglePlus Client ID beszerzéshez"
1535
 
1536
+ #: admin/social_login.php:728 admin/social_login.php:748
1537
  #, fuzzy
1538
  msgid ""
1539
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1542
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1543
  "linken"
1544
 
1545
+ #: admin/social_login.php:737
1546
  #, fuzzy
1547
  msgid "Amazon Client Secret"
1548
  msgstr "Google+ Client ID"
1549
 
1550
+ #: admin/social_login.php:746
1551
  #, fuzzy, php-format
1552
  msgid ""
1553
  "Required for Amazon Social Login to work. Please follow the documentation at "
1558
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1559
  "GooglePlus Client ID beszerzéshez"
1560
 
1561
+ #: admin/social_login.php:759
1562
  #, fuzzy
1563
  msgid "Stack Overflow Client ID"
1564
  msgstr "Google+ Client ID"
1565
 
1566
+ #: admin/social_login.php:768
1567
  #, fuzzy, php-format
1568
  msgid ""
1569
  "Required for Stack Overflow Social Login to work. Please follow the "
1574
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1575
  "GooglePlus Client ID beszerzéshez"
1576
 
1577
+ #: admin/social_login.php:774
1578
  #, fuzzy
1579
  msgid "Stack Overflow Client Secret"
1580
  msgstr "Google+ Client ID"
1581
 
1582
+ #: admin/social_login.php:783
1583
  #, fuzzy, php-format
1584
  msgid ""
1585
  "Required for Stack Overflow Social Login to work. Please follow the "
1590
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1591
  "GooglePlus Client ID beszerzéshez"
1592
 
1593
+ #: admin/social_login.php:789
1594
  #, fuzzy
1595
  msgid "Stack Overflow Key"
1596
  msgstr "Google+ Client ID"
1597
 
1598
+ #: admin/social_login.php:799
1599
  #, fuzzy, php-format
1600
  msgid ""
1601
  "Required for Stack Overflow Social Login to work. Please follow the "
1606
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1607
  "API Key beszerzéshez"
1608
 
1609
+ #: admin/social_login.php:808
1610
  #, fuzzy
1611
  msgid "Spotify Client ID"
1612
  msgstr "Google+ Client ID"
1613
 
1614
+ #: admin/social_login.php:817
1615
  #, fuzzy, php-format
1616
  msgid ""
1617
  "Required for Spotify Social Login to work. Please follow the documentation "
1621
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1622
  "GooglePlus Client ID beszerzéshez"
1623
 
1624
+ #: admin/social_login.php:828
1625
  #, fuzzy
1626
  msgid "Spotify Client Secret"
1627
  msgstr "Google+ Client ID"
1628
 
1629
+ #: admin/social_login.php:837
1630
  #, fuzzy, php-format
1631
  msgid ""
1632
  "Required for Spotify Social Login to work. Please follow the documentation "
1637
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1638
  "GooglePlus Client ID beszerzéshez"
1639
 
1640
+ #: admin/social_login.php:850
1641
  #, fuzzy
1642
  msgid "Dribbble Client ID"
1643
  msgstr "Google+ Client ID"
1644
 
1645
+ #: admin/social_login.php:859
1646
  #, fuzzy, php-format
1647
  msgid ""
1648
  "Required for Dribbble Social Login to work. Please follow the documentation "
1652
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1653
  "GooglePlus Client ID beszerzéshez"
1654
 
1655
+ #: admin/social_login.php:870
1656
  #, fuzzy
1657
  msgid "Dribbble Client Secret"
1658
  msgstr "Google+ Client ID"
1659
 
1660
+ #: admin/social_login.php:879
1661
  #, fuzzy, php-format
1662
  msgid ""
1663
  "Required for Dribbble Social Login to work. Please follow the documentation "
1668
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1669
  "GooglePlus Client ID beszerzéshez"
1670
 
1671
+ #: admin/social_login.php:891
1672
+ #, fuzzy
1673
+ msgid "Odnoklassniki Application ID"
1674
+ msgstr "Vkontakte Application ID"
1675
+
1676
+ #: admin/social_login.php:900
1677
+ #, fuzzy, php-format
1678
+ msgid ""
1679
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1680
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1681
+ "Odnoklassniki Application ID"
1682
+ msgstr ""
1683
+ "Szükséges a Vkontakte Közösségi Belépés működéséhez. Kérlek, kövesd a "
1684
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
1685
+ "Application ID beszerzéshez"
1686
+
1687
+ #: admin/social_login.php:902
1688
+ #, fuzzy
1689
+ msgid ""
1690
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1691
+ "the link"
1692
+ msgstr ""
1693
+ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1694
+ "linken"
1695
+
1696
+ #: admin/social_login.php:910
1697
+ msgid "Odnoklassniki Public key"
1698
+ msgstr ""
1699
+
1700
+ #: admin/social_login.php:919
1701
+ #, fuzzy, php-format
1702
+ msgid ""
1703
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1704
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1705
+ "Odnoklassniki Public Key"
1706
+ msgstr ""
1707
+ "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a "
1708
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
1709
+ "Consumer Key beszerzéshez"
1710
+
1711
+ #: admin/social_login.php:926
1712
+ #, fuzzy
1713
+ msgid "Odnoklassniki Secret Key"
1714
+ msgstr "Disqus Shortname"
1715
+
1716
+ #: admin/social_login.php:935
1717
+ #, fuzzy, php-format
1718
+ msgid ""
1719
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1720
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1721
+ "Odnoklassniki Secret Key"
1722
+ msgstr ""
1723
+ "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a "
1724
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
1725
+ "Consumer Key beszerzéshez"
1726
+
1727
+ #: admin/social_login.php:944
1728
+ #, fuzzy
1729
+ msgid "Yandex Client ID"
1730
+ msgstr "Google+ Client ID"
1731
+
1732
+ #: admin/social_login.php:953
1733
+ #, fuzzy, php-format
1734
+ msgid ""
1735
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1736
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1737
+ msgstr ""
1738
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
1739
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1740
+ "GooglePlus Client ID beszerzéshez"
1741
+
1742
+ #: admin/social_login.php:955 admin/social_login.php:975
1743
+ #, fuzzy
1744
+ msgid ""
1745
+ "Paste following url in <strong>Callback URI</strong> option mentioned at the "
1746
+ "link"
1747
+ msgstr ""
1748
+ "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1749
+ "fenti linken"
1750
+
1751
+ #: admin/social_login.php:964
1752
+ #, fuzzy
1753
+ msgid "Yandex Client Secret"
1754
+ msgstr "Google+ Client ID"
1755
+
1756
+ #: admin/social_login.php:973
1757
+ #, fuzzy, php-format
1758
+ msgid ""
1759
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1760
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1761
+ msgstr ""
1762
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
1763
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1764
+ "GooglePlus Client ID beszerzéshez"
1765
+
1766
+ #: admin/social_login.php:985
1767
  #, fuzzy
1768
  msgid "Twitch Client ID"
1769
  msgstr "Instagram Client ID"
1770
 
1771
+ #: admin/social_login.php:994
1772
  #, fuzzy, php-format
1773
  msgid ""
1774
  "Required for Twitch Social Login to work. Please follow the documentation at "
1778
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1779
  "GooglePlus Client ID beszerzéshez"
1780
 
1781
+ #: admin/social_login.php:1005
1782
  #, fuzzy
1783
  msgid "Twitch Client Secret"
1784
  msgstr "Instagram Client ID"
1785
 
1786
+ #: admin/social_login.php:1014
1787
  #, fuzzy, php-format
1788
  msgid ""
1789
  "Required for Twitch Social Login to work. Please follow the documentation at "
1793
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1794
  "GooglePlus Client ID beszerzéshez"
1795
 
1796
+ #: admin/social_login.php:1027
1797
  #, fuzzy
1798
  msgid "Foursquare Client ID"
1799
  msgstr "Google+ Client ID"
1800
 
1801
+ #: admin/social_login.php:1036
1802
  #, fuzzy, php-format
1803
  msgid ""
1804
  "Required for Foursquare Social Login to work. Please follow the "
1809
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1810
  "GooglePlus Client ID beszerzéshez"
1811
 
1812
+ #: admin/social_login.php:1038 admin/social_login.php:1058
1813
  #, fuzzy
1814
  msgid ""
1815
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1818
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1819
  "linken"
1820
 
1821
+ #: admin/social_login.php:1047
1822
  #, fuzzy
1823
  msgid "Foursquare Client Secret"
1824
  msgstr "Google+ Client ID"
1825
 
1826
+ #: admin/social_login.php:1056
1827
  #, fuzzy, php-format
1828
  msgid ""
1829
  "Required for Foursquare Social Login to work. Please follow the "
1834
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1835
  "GooglePlus Client ID beszerzéshez"
1836
 
1837
+ #: admin/social_login.php:1067
1838
  msgid "Dropbox App Key"
1839
  msgstr ""
1840
 
1841
+ #: admin/social_login.php:1076
1842
  #, fuzzy, php-format
1843
  msgid ""
1844
  "Required for Dropbox Social Login to work. Please follow the documentation "
1848
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1849
  "App ID beszerzéshez"
1850
 
1851
+ #: admin/social_login.php:1087
1852
  #, fuzzy
1853
  msgid "Dropbox App Secret"
1854
  msgstr "Facebook App ID"
1855
 
1856
+ #: admin/social_login.php:1096
1857
  #, fuzzy, php-format
1858
  msgid ""
1859
  "Required for Dropbox Social Login to work. Please follow the documentation "
1863
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1864
  "App ID beszerzéshez"
1865
 
1866
+ #: admin/social_login.php:1110
1867
  msgid "Disqus Public Key"
1868
  msgstr ""
1869
 
1870
+ #: admin/social_login.php:1119
1871
  #, fuzzy, php-format
1872
  msgid ""
1873
  "Required for Disqus Social Login to work. Please follow the documentation at "
1877
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
1878
  "Consumer Key beszerzéshez"
1879
 
1880
+ #: admin/social_login.php:1130
1881
  #, fuzzy
1882
  msgid "Disqus Secret Key"
1883
  msgstr "Disqus Shortname"
1884
 
1885
+ #: admin/social_login.php:1139
1886
  #, fuzzy, php-format
1887
  msgid ""
1888
  "Required for Disqus Social Login to work. Please follow the documentation at "
1892
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
1893
  "Consumer Key beszerzéshez"
1894
 
1895
+ #: admin/social_login.php:1152
1896
  #, fuzzy
1897
  msgid "Reddit Client ID"
1898
  msgstr "Instagram Client ID"
1899
 
1900
+ #: admin/social_login.php:1161
1901
  #, fuzzy, php-format
1902
  msgid ""
1903
  "Required for Reddit Social Login to work. Please follow the documentation at "
1907
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1908
  "GooglePlus Client ID beszerzéshez"
1909
 
1910
+ #: admin/social_login.php:1163 admin/social_login.php:1183
1911
  #, fuzzy
1912
  msgid ""
1913
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1916
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1917
  "linken"
1918
 
1919
+ #: admin/social_login.php:1172
1920
  #, fuzzy
1921
  msgid "Reddit Client Secret"
1922
  msgstr "Instagram Client ID"
1923
 
1924
+ #: admin/social_login.php:1181
1925
  #, fuzzy, php-format
1926
  msgid ""
1927
  "Required for Reddit Social Login to work. Please follow the documentation at "
1931
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1932
  "GooglePlus Client ID beszerzéshez"
1933
 
1934
+ #: admin/social_login.php:1195
1935
  #, fuzzy
1936
  msgid "Mail.ru Client ID"
1937
  msgstr "Instagram Client ID"
1938
 
1939
+ #: admin/social_login.php:1204
1940
  #, fuzzy, php-format
1941
  msgid ""
1942
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1946
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1947
  "GooglePlus Client ID beszerzéshez"
1948
 
1949
+ #: admin/social_login.php:1206 admin/social_login.php:1226
1950
  #, fuzzy
1951
  msgid ""
1952
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
1955
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1956
  "linken"
1957
 
1958
+ #: admin/social_login.php:1215
1959
  #, fuzzy
1960
  msgid "Mail.ru Client Secret"
1961
  msgstr "Instagram Client ID"
1962
 
1963
+ #: admin/social_login.php:1224
1964
  #, fuzzy, php-format
1965
  msgid ""
1966
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1971
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1972
  "GooglePlus Client ID beszerzéshez"
1973
 
1974
+ #: admin/social_login.php:1238
1975
  #, fuzzy
1976
  msgid "Github Client ID"
1977
  msgstr "Instagram Client ID"
1978
 
1979
+ #: admin/social_login.php:1247
1980
  #, fuzzy, php-format
1981
  msgid ""
1982
  "Required for Github Social Login to work. Please follow the documentation at "
1986
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1987
  "GooglePlus Client ID beszerzéshez"
1988
 
1989
+ #: admin/social_login.php:1258
1990
  #, fuzzy
1991
  msgid "Github Client Secret"
1992
  msgstr "Instagram Client ID"
1993
 
1994
+ #: admin/social_login.php:1267
1995
  #, fuzzy, php-format
1996
  msgid ""
1997
  "Required for Github Social Login to work. Please follow the documentation at "
2001
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2002
  "GooglePlus Client ID beszerzéshez"
2003
 
2004
+ #: admin/social_login.php:1280
2005
  #, fuzzy
2006
  msgid "Kakao Client ID"
2007
  msgstr "Google+ Client ID"
2008
 
2009
+ #: admin/social_login.php:1289
2010
  #, fuzzy, php-format
2011
  msgid ""
2012
  "Required for Kakao Social Login to work. Please follow the documentation at "
2016
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2017
  "GooglePlus Client ID beszerzéshez"
2018
 
2019
+ #: admin/social_login.php:1300
2020
  #, fuzzy
2021
  msgid "Kakao Client Secret"
2022
  msgstr "Google+ Client ID"
2023
 
2024
+ #: admin/social_login.php:1309
2025
  #, fuzzy, php-format
2026
  msgid ""
2027
  "Required for Kakao Social Login to work. Please follow the documentation at "
2031
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2032
  "GooglePlus Client ID beszerzéshez"
2033
 
2034
+ #: admin/social_login.php:1329
2035
  #, fuzzy
2036
  msgid "Social Login Options"
2037
  msgstr "Social Login"
2038
 
2039
+ #: admin/social_login.php:1344
2040
  msgid "Text to display above the Social Login interface"
2041
  msgstr "Szöveg a Közösségi Belépés felett"
2042
 
2043
+ #: admin/social_login.php:1352
2044
  msgid "Trigger social login in the same browser tab"
2045
  msgstr ""
2046
 
2047
+ #: admin/social_login.php:1362
2048
  msgid "Trigger social login in the same browser tab instead of a popup window"
2049
  msgstr ""
2050
 
2051
+ #: admin/social_login.php:1369
2052
  #, fuzzy
2053
  msgid "Center align icons"
2054
  msgstr "Ikonsorrend beállítás"
2055
 
2056
+ #: admin/social_login.php:1379
2057
  #, fuzzy
2058
  msgid "Center align social login icons"
2059
  msgstr "Social Login"
2060
 
2061
+ #: admin/social_login.php:1386
2062
  msgid "Enable at login page"
2063
  msgstr "Bekapcsolás a belépés oldalon"
2064
 
2065
+ #: admin/social_login.php:1396
2066
  msgid ""
2067
  "Social Login interface will get enabled at the login page of your website"
2068
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2069
 
2070
+ #: admin/social_login.php:1403
2071
  msgid "Enable at register page"
2072
  msgstr "Bekapcsolás a regisztráció oldalon"
2073
 
2074
+ #: admin/social_login.php:1413
2075
  msgid ""
2076
  "Social Login interface will get enabled at the registration page of your "
2077
  "website"
2078
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2079
 
2080
+ #: admin/social_login.php:1420
2081
  msgid "Enable at comment form"
2082
  msgstr "Bekapcsolás a hozászólásoknál"
2083
 
2084
+ #: admin/social_login.php:1430
2085
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2086
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2087
 
2088
+ #: admin/social_login.php:1444
2089
  msgid "Enable before WooCommerce Customer Login Form"
2090
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2091
 
2092
+ #: admin/social_login.php:1454
2093
  #, fuzzy
2094
  msgid ""
2095
  "Social Login Interface will get enabled before the customer login form at "
2096
  "WooCommerce My Account page"
2097
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2098
 
2099
+ #: admin/social_login.php:1461
2100
  #, fuzzy
2101
  msgid "Enable at WooCommerce Customer Login Form"
2102
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2103
 
2104
+ #: admin/social_login.php:1471
2105
  #, fuzzy
2106
  msgid ""
2107
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2108
  "My Account page"
2109
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2110
 
2111
+ #: admin/social_login.php:1478
2112
  #, fuzzy
2113
  msgid "Enable at WooCommerce Customer Register Form"
2114
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2115
 
2116
+ #: admin/social_login.php:1488
2117
  #, fuzzy
2118
  msgid ""
2119
  "Integrate Social Login Interface with the customer register form at "
2120
  "WooCommerce My Account page"
2121
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2122
 
2123
+ #: admin/social_login.php:1495
2124
  #, fuzzy
2125
  msgid "Enable at WooCommerce checkout page"
2126
  msgstr "Bekapcsolás a regisztráció oldalon"
2127
 
2128
+ #: admin/social_login.php:1505
2129
  #, fuzzy
2130
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2131
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2132
 
2133
+ #: admin/social_login.php:1515
2134
  msgid "Auto-approve comments made by Social Login users"
2135
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2136
 
2137
+ #: admin/social_login.php:1525
2138
  msgid ""
2139
  "If this option is enabled, and WordPress comment is made by Social Login "
2140
  "user, comment will get approved immediately without keeping in moderation."
2143
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2144
  "megjelenik az oldalon."
2145
 
2146
+ #: admin/social_login.php:1526
2147
  msgid "Note: This is not related to Facebook comments"
2148
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2149
 
2150
+ #: admin/social_login.php:1535
2151
  msgid "Enable social avatar"
2152
  msgstr "Közösségi avatar bekapcsolás"
2153
 
2154
+ #: admin/social_login.php:1545
2155
  msgid ""
2156
  "Social profile pictures of the logged in user will be displayed as profile "
2157
  "avatar"
2158
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2159
 
2160
+ #: admin/social_login.php:1554
2161
  msgid "Avatar quality"
2162
  msgstr " Avatar képminőség"
2163
 
2164
+ #: admin/social_login.php:1557
2165
  msgid "Average"
2166
  msgstr "Átlagos"
2167
 
2168
+ #: admin/social_login.php:1558
2169
  msgid "Best"
2170
  msgstr "legjobb"
2171
 
2172
+ #: admin/social_login.php:1565
2173
  msgid "Choose avatar quality"
2174
  msgstr "Válassz Avatar képminőséget"
2175
 
2176
+ #: admin/social_login.php:1573
2177
  #, fuzzy
2178
  msgid ""
2179
  "Show option for users to update social avatar at BuddyPress profile page"
2181
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2182
  "BuddyPress profil oldal"
2183
 
2184
+ #: admin/social_login.php:1583
2185
  msgid ""
2186
  "If enabled, users would be able to update their social avatar from \"Profile "
2187
  "photo\" section in BuddyPress profile at front-end"
2188
  msgstr ""
2189
 
2190
+ #: admin/social_login.php:1593 super_socializer.php:2229
2191
  msgid "Email required"
2192
  msgstr "E-mail cím szükséges"
2193
 
2194
+ #: admin/social_login.php:1603
2195
  msgid ""
2196
  "If enabled and Social ID provider does not provide user's email address on "
2197
  "login, user will be asked to provide his/her email address. Otherwise, a "
2201
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2202
  "véletlenszerű e-mail címet generálunk"
2203
 
2204
+ #: admin/social_login.php:1611
2205
  msgid "Send post-registration email to user to set account password"
2206
  msgstr ""
2207
 
2208
+ #: admin/social_login.php:1621
2209
  msgid ""
2210
  "If enabled, an email will be sent to user after registration through Social "
2211
  "Login, regarding his/her login credentials (username-password to be able to "
2216
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2217
  "az oldalra."
2218
 
2219
+ #: admin/social_login.php:1628
2220
  #, fuzzy
2221
  msgid "Send new user registration notification email to admin"
2222
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2223
 
2224
+ #: admin/social_login.php:1638
2225
  #, fuzzy
2226
  msgid ""
2227
  "If enabled, an email will be sent to admin after new user registers through "
2232
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2233
  "az oldalra."
2234
 
2235
+ #: admin/social_login.php:1645
2236
  msgid "Login redirection"
2237
  msgstr "Átirányítás Belépés után"
2238
 
2239
+ #: admin/social_login.php:1649
2240
  msgid "Same page where user logged in"
2241
  msgstr "Az az oldal, ahol a felhasználó belépett"
2242
 
2243
+ #: admin/social_login.php:1653 admin/social_login.php:1682
2244
  msgid "Account dashboard"
2245
  msgstr "Felhasználói Irányítópult"
2246
 
2247
+ #: admin/social_login.php:1656 admin/social_login.php:1685
2248
  msgid "BuddyPress profile page"
2249
  msgstr "BuddyPress profil oldal"
2250
 
2251
+ #: admin/social_login.php:1659 admin/social_login.php:1688 inc/widget.php:265
2252
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2253
  msgid "Custom Url"
2254
  msgstr "Egyedi URL"
2255
 
2256
+ #: admin/social_login.php:1667
2257
  msgid "User will be redirected to the selected page after Social Login"
2258
  msgstr ""
2259
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2260
 
2261
+ #: admin/social_login.php:1674
2262
  msgid "Registration redirection"
2263
  msgstr "Átirányítás Regisztráció után"
2264
 
2265
+ #: admin/social_login.php:1678
2266
  msgid "Same page from where user registered"
2267
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2268
 
2269
+ #: admin/social_login.php:1694
2270
  msgid "Username Separator"
2271
  msgstr ""
2272
 
2273
+ #: admin/social_login.php:1698
2274
  msgid "Dash (-)"
2275
  msgstr ""
2276
 
2277
+ #: admin/social_login.php:1700
2278
  msgid "Underscore (_)"
2279
  msgstr ""
2280
 
2281
+ #: admin/social_login.php:1702
2282
  msgid "Dot (.)"
2283
  msgstr ""
2284
 
2285
+ #: admin/social_login.php:1704
2286
  msgid "None"
2287
  msgstr ""
2288
 
2289
+ #: admin/social_login.php:1712
2290
  msgid ""
2291
  "Choose one of the underscore, dot or dash to use to join first and last "
2292
  "names in the usernames of the new users"
2293
  msgstr ""
2294
 
2295
+ #: admin/social_login.php:1721
2296
  #, fuzzy
2297
  msgid "Social Account Linking Options"
2298
  msgstr "Közösségi Hozzászólás"
2299
 
2300
+ #: admin/social_login.php:1736
2301
  #, fuzzy
2302
  msgid "Text to display above the Social Account Linking interface"
2303
  msgstr "Szöveg a Közösségi Belépés felett"
2304
 
2305
+ #: admin/social_login.php:1743
2306
  #, fuzzy
2307
  msgid ""
2308
  "Link social account to already existing account, if email address matches"
2309
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2310
 
2311
+ #: admin/social_login.php:1753
2312
  msgid ""
2313
  "If email address of the user's Social Account matches with an already "
2314
  "existing account at your website, that social account will be linked to "
2316
  "Linking interface at their profile page."
2317
  msgstr ""
2318
 
2319
+ #: admin/social_login.php:1761
2320
  msgid "Enable social account linking at BuddyPress profile page"
2321
  msgstr ""
2322
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2323
 
2324
+ #: admin/social_login.php:1771
2325
  msgid ""
2326
  "Enable this option to show social account linking interface at BuddyPress "
2327
  "profile page"
2329
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2330
  "BuddyPress profil oldal"
2331
 
2332
+ #: admin/social_login.php:1782
2333
  msgid "Email popup options"
2334
  msgstr "Email felugró ablak beállítások"
2335
 
2336
+ #: admin/social_login.php:1787
2337
  msgid "Text on 'Email required' popup"
2338
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2339
 
2340
+ #: admin/social_login.php:1797
2341
  msgid ""
2342
  "This text will be displayed on email required popup. Leave empty if not "
2343
  "required."
2345
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2346
  "hagyhatod, ha nem kéred be az e-mail címet."
2347
 
2348
+ #: admin/social_login.php:1805
2349
  msgid "Error message for 'Email required' popup"
2350
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2351
 
2352
+ #: admin/social_login.php:1815
2353
  msgid ""
2354
  "This message will be displayed to user if it provides invalid or already "
2355
  "registered email"
2357
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2358
  "mail címet ad meg "
2359
 
2360
+ #: admin/social_login.php:1823
2361
  msgid "Email popup height"
2362
  msgstr "Email felugró ablak magassága"
2363
 
2364
+ #: admin/social_login.php:1833
2365
  msgid ""
2366
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2367
  "can increase the height of popup by specifying in this option. Leave empty "
2370
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2371
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2372
 
2373
+ #: admin/social_login.php:1840
2374
  msgid "Enable email verification"
2375
  msgstr "E-mail ellenőrzés bekapcsolása"
2376
 
2377
+ #: admin/social_login.php:1850
2378
  msgid ""
2379
  "If enabled, email provided by the user will be verified by sending a "
2380
  "confirmation link to that email. User would not be able to login without "
2384
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2385
  "nem erősítette meg e-mailcímét "
2386
 
2387
+ #: admin/social_login.php:1870
2388
  #, fuzzy
2389
  msgid "Enable GDPR opt-in"
2390
  msgstr "Disqus Hozzászólás Bekapcsolása"
2391
 
2392
+ #: admin/social_login.php:1880
2393
  msgid ""
2394
  "Enable it to show GDPR opt-in for social login and social account linking"
2395
  msgstr ""
2396
 
2397
+ #: admin/social_login.php:1888
2398
  #, fuzzy
2399
  msgid "Placement of GDPR opt-in"
2400
  msgstr "Disqus Hozzászólás Bekapcsolása"
2401
 
2402
+ #: admin/social_login.php:1892
2403
  #, fuzzy
2404
  msgid "Above Social Login icons"
2405
  msgstr "Social Login"
2406
 
2407
+ #: admin/social_login.php:1894
2408
  #, fuzzy
2409
  msgid "Below Social Login icons"
2410
  msgstr "Social Login"
2411
 
2412
+ #: admin/social_login.php:1900
2413
  #, fuzzy
2414
  msgid "Placement of GDPR opt-in above or below the social login icons"
2415
  msgstr "Szöveg a Közösségi Belépés felett"
2416
 
2417
+ #: admin/social_login.php:1907
2418
  msgid "Opt-in text"
2419
  msgstr ""
2420
 
2421
+ #: admin/social_login.php:1917
2422
  #, fuzzy
2423
  msgid "Text for the GDPR opt-in"
2424
  msgstr "Disqus Hozzászólás Bekapcsolása"
2425
 
2426
+ #: admin/social_login.php:1924
2427
  msgid "Text to link to Terms-Conditions page"
2428
  msgstr ""
2429
 
2430
+ #: admin/social_login.php:1934
2431
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2432
  msgstr ""
2433
 
2434
+ #: admin/social_login.php:1941
2435
  msgid "Terms-Conditions Url"
2436
  msgstr ""
2437
 
2438
+ #: admin/social_login.php:1951
2439
  #, fuzzy
2440
  msgid "Url of the terms-conditions page of your website"
2441
  msgstr "A főoldalad Url-je"
2442
 
2443
+ #: admin/social_login.php:1958
2444
  msgid "Text to link to Privacy Policy page"
2445
  msgstr ""
2446
 
2447
+ #: admin/social_login.php:1968
2448
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2449
  msgstr ""
2450
 
2451
+ #: admin/social_login.php:1975
2452
  msgid "Privacy Policy Url"
2453
  msgstr ""
2454
 
2455
+ #: admin/social_login.php:1985
2456
  #, fuzzy
2457
  msgid "Url of the privacy policy page of your website"
2458
  msgstr "A főoldalad Url-je"
2459
 
2460
+ #: admin/social_login.php:2036 inc/widget.php:262 inc/widget.php:441
2461
  #: inc/widget.php:605 inc/widget.php:754
2462
  msgid "Select"
2463
  msgstr "Válassz"
2464
 
2465
+ #: admin/social_login.php:2067
2466
  #, fuzzy
2467
  msgid "Social Login Shortcode & Widget"
2468
  msgstr "Shortcode és Widget"
2469
 
2470
+ #: admin/social_login.php:2068
2471
  msgid "Social Linking Shortcode"
2472
  msgstr ""
2473
 
2474
+ #: admin/social_login.php:2083
2475
  msgid "Why is social login not working?"
2476
  msgstr ""
2477
 
2478
+ #: admin/social_login.php:2084
2479
  msgid ""
2480
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2481
  "belong to the same app"
3077
  msgid "Why is Facebook share count not working?"
3078
  msgstr ""
3079
 
3080
+ #: admin/social_sharing.php:1937 super_socializer.php:3385
3081
  #, php-format
3082
  msgid ""
3083
  "After the recent changes introduced in the Facebook graph API, it's not "
3180
  msgid "Settings saved"
3181
  msgstr "Beállítások"
3182
 
3183
+ #: helper.php:203
3184
  #, fuzzy
3185
  msgid "Click to toggle help"
3186
  msgstr "Elrejtéséhez kattintson segítség"
3187
 
3188
+ #: helper.php:284
3189
  #, fuzzy
3190
  msgid "Add-Ons"
3191
  msgstr "A kiegészítőket"
3192
 
3193
+ #: helper.php:285
3194
  msgid "Support Documentation"
3195
  msgstr ""
3196
 
3197
+ #: helper.php:286
3198
  msgid "Settings"
3199
  msgstr "Beállítások"
3200
 
3201
+ #: helper.php:562
3202
  msgid "Account linked successfully"
3203
  msgstr "Fiók kapcsolása sikeres"
3204
 
3205
+ #: helper.php:566
3206
  msgid "Account already exists or linked"
3207
  msgstr "Fiók már létezik, vagy össze van kötve"
3208
 
3209
+ #: helper.php:602 helper.php:604
3210
  #, fuzzy
3211
  msgid "Login with"
3212
  msgstr "Díjat pontokat Szociális Belépés"
3213
 
3214
+ #: helper.php:639 helper.php:645
3215
  msgid "Currently"
3216
  msgstr "Jelenleg"
3217
 
3218
+ #: helper.php:639 helper.php:645
3219
  msgid "Connected with"
3220
  msgstr ""
3221
 
3222
+ #: helper.php:639 helper.php:645
3223
  msgid "Remove"
3224
  msgstr "Eltávolítás"
3225
 
3226
+ #: helper.php:718
3227
  #, fuzzy
3228
  msgid "Social Account Linking"
3229
  msgstr ""
3230
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
3231
  "BuddyPress profil oldal"
3232
 
3233
+ #: helper.php:769
3234
  #, fuzzy
3235
  msgid "Disable Standard Social Sharing on this "
3236
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
3237
 
3238
+ #: helper.php:774
3239
  #, fuzzy
3240
  msgid "Disable Floating Social Sharing on this "
3241
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
3242
 
3243
+ #: helper.php:779
3244
  #, fuzzy
3245
  msgid "Disable Standard like buttons on this "
3246
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
3247
 
3248
+ #: helper.php:784
3249
  #, fuzzy
3250
  msgid "Disable Floating like buttons on this "
3251
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
3252
 
3253
+ #: helper.php:789
3254
  msgid "Disable Social Commenting on this "
3255
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
3256
 
3257
+ #: helper.php:798
3258
  #, fuzzy
3259
  msgid "Standard Sharing Interface"
3260
  msgstr "Megosztási Felület"
3261
 
3262
+ #: helper.php:804 helper.php:823
3263
  msgid "Starting share count for "
3264
  msgstr "Megosztás számok kezdése ehhez"
3265
 
3266
+ #: helper.php:817
3267
  #, fuzzy
3268
  msgid "Floating Sharing Interface"
3269
  msgstr "Megosztási Felület"
3270
 
3271
+ #: helper.php:917 super_socializer.php:2639
3272
  #, fuzzy
3273
  msgid "Social Avatar"
3274
  msgstr "Közösségi avatar bekapcsolás"
3275
 
3276
+ #: helper.php:920 super_socializer.php:2650
3277
  msgid ""
3278
  "Do not fetch and update social avatar from my profile, next time I Social "
3279
  "Login"
3280
  msgstr ""
3281
 
3282
+ #: helper.php:921 super_socializer.php:2654
3283
  msgid "Update social avatar, next time I Social Login"
3284
  msgstr ""
3285
 
3286
+ #: helper.php:924
3287
  #, fuzzy
3288
  msgid "Small Avatar"
3289
  msgstr "Kis Avatar URL"
3290
 
3291
+ #: helper.php:928
3292
  #, fuzzy
3293
  msgid "Large Avatar"
3294
  msgstr "Cél Url"
3295
 
3296
+ #: helper.php:988 super_socializer.php:2207
3297
  msgid "Please verify your email address to login."
3298
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
3299
 
3300
+ #: helper.php:1025
3301
  msgid "Click to delete social profile data"
3302
  msgstr ""
3303
 
3304
+ #: helper.php:1054
3305
  #, fuzzy
3306
  msgid "Deleting"
3307
  msgstr "Beállítások"
3308
 
3309
+ #: helper.php:1064
3310
  msgid "Deleted"
3311
  msgstr ""
3312
 
3313
+ #: helper.php:1066
3314
  msgid "Something bad happened"
3315
  msgstr ""
3316
 
3327
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3328
  "> Social Login\" oldalon."
3329
 
3330
+ #: inc/social_login.php:1067
3331
  msgid "Email"
3332
  msgstr "Email"
3333
 
3334
+ #: inc/social_login.php:1068
3335
  msgid "Confirm email"
3336
  msgstr ""
3337
 
3338
+ #: inc/social_login.php:1070
3339
  msgid "Save"
3340
  msgstr ""
3341
 
3342
+ #: inc/social_login.php:1071
3343
  msgid "Cancel"
3344
  msgstr ""
3345
 
3346
+ #: inc/social_login.php:1145
3347
  #, fuzzy
3348
  msgid "Email Verification"
3349
  msgstr "E-mail ellenőrzés bekapcsolása"
3350
 
3351
+ #: inc/social_login.php:1147
3352
  msgid ""
3353
  "Please click on the following link or paste it in browser to verify your "
3354
  "email"
3370
  msgid "Total Shares"
3371
  msgstr "Megosztás számok mutatása"
3372
 
3373
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3374
  #, fuzzy
3375
  msgid "Share"
3376
  msgstr "Megosztás számok mutatása"
3377
 
3378
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3379
  msgid "Shares"
3380
  msgstr ""
3381
 
3394
  #: inc/widget.php:13
3395
  #, fuzzy
3396
  msgid ""
3397
+ "Let your website users login/register via their favorite Social ID Provider, "
3398
+ "such as Facebook, Twitter, Google, Linkedin and many more"
3399
  msgstr ""
3400
  "Léptesd be oldalad látogatóit kedvenc Közösségi Hálózatok használatával, "
3401
  "mint a Facebook, Twitter, Google+, vagy a LinkedIn"
3750
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3751
  msgstr ""
3752
 
3753
+ #: super_socializer.php:1984
3754
  #, fuzzy
3755
  msgid ""
3756
  "cURL is not enabled at your website server. Please contact your website "
3759
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3760
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3761
 
3762
+ #: super_socializer.php:2012
3763
  #, fuzzy, php-format
3764
  msgid ""
3765
  "Enter exactly the following url in <strong>Website</strong> option in your "
3769
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3770
  "lépés %s)"
3771
 
3772
+ #: super_socializer.php:2015
3773
  #, fuzzy, php-format
3774
  msgid ""
3775
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3779
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3780
  "lépés %s)"
3781
 
3782
+ #: super_socializer.php:2018
3783
  msgid ""
3784
  "Make sure cURL is enabled at your website server. You may need to contact "
3785
  "the server administrator of your website to verify this"
3787
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3788
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3789
 
3790
+ #: super_socializer.php:2185
3791
  msgid "Search"
3792
  msgstr ""
3793
 
3794
+ #: super_socializer.php:2207
3795
  msgid "Your email has been verified. Now you can login to your account"
3796
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
3797
 
3798
+ #: super_socializer.php:2211
3799
  msgid "Notification"
3800
  msgstr "Értesítés"
3801
 
3802
+ #: super_socializer.php:2232
3803
  msgid "Please check your email inbox to complete the registration."
3804
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
3805
 
3806
+ #: super_socializer.php:2301
3807
  msgid "Leave a reply"
3808
  msgstr "Válaszolj"
3809
 
3810
+ #: super_socializer.php:2317
3811
  #, fuzzy
3812
  msgid "Link copied."
3813
  msgstr "LinkedIn"
3814
 
3815
+ #: super_socializer.php:2555
3816
  #, fuzzy
3817
  msgid "Super Socializer - General Options"
3818
  msgstr "Super Socializer - Belépés"
3819
 
3820
+ #: super_socializer.php:2626
3821
  msgid ""
3822
  "I agree to my personal data being stored and used as per Privacy Policy and "
3823
  "Terms and Conditions"
3824
  msgstr ""
3825
 
3826
+ #: super_socializer.php:2630
3827
  msgid ""
3828
  "I revoke my consent to store and use my personal data. Kindly delete my "
3829
  "personal data saved in this website."
3830
  msgstr ""
3831
 
3832
+ #: super_socializer.php:2642
3833
  msgid "Small Avatar Url"
3834
  msgstr "Kis Avatar URL"
3835
 
3836
+ #: super_socializer.php:2646
3837
  #, fuzzy
3838
  msgid "Large Avatar Url"
3839
  msgstr "Cél Url"
3840
 
3841
+ #: super_socializer.php:2748
3842
  msgid "Login with your Social ID"
3843
  msgstr ""
3844
 
3845
+ #: super_socializer.php:2749
3846
  msgid "Email you entered is already registered or invalid"
3847
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
3848
 
3849
+ #: super_socializer.php:2756
3850
  msgid "Please enter a valid email address. You might be required to verify it"
3851
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
3852
 
3853
+ #: super_socializer.php:2761 super_socializer.php:3579
3854
  msgid "Link your social account to login to your account at this website"
3855
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
3856
 
3857
+ #: super_socializer.php:3026
3858
  msgid "Thanks for installing Super Socializer plugin"
3859
  msgstr ""
3860
 
3861
+ #: super_socializer.php:3028
3862
  msgid "Configure the Plugin"
3863
  msgstr ""
3864
 
3865
+ #: super_socializer.php:3039
3866
  msgid ""
3867
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3868
  "current version of Super Socializer"
3869
  msgstr ""
3870
 
3871
+ #: super_socializer.php:3048
3872
  msgid ""
3873
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3874
  "compatibility with the current version of Super Socializer"
3875
  msgstr ""
3876
 
3877
+ #: super_socializer.php:3057
3878
  msgid ""
3879
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3880
  "compatibility with the current version of Super Socializer"
3881
  msgstr ""
3882
 
3883
+ #: super_socializer.php:3066
3884
  msgid ""
3885
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3886
  "version of Super Socializer"
3887
  msgstr ""
3888
 
3889
+ #: super_socializer.php:3075
3890
  msgid ""
3891
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3892
  "compatibility with the current version of Super Socializer"
3893
  msgstr ""
3894
 
3895
+ #: super_socializer.php:3084
3896
  msgid ""
3897
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3898
  "for compatibility with the current version of Super Socializer"
3899
  msgstr ""
3900
 
3901
+ #: super_socializer.php:3093
3902
  msgid ""
3903
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3904
  "with current version of Super Socializer"
3905
  msgstr ""
3906
 
3907
+ #: super_socializer.php:3104
3908
  #, php-format
3909
  msgid ""
3910
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3911
  msgstr ""
3912
 
3913
+ #: super_socializer.php:3113
3914
  #, php-format
3915
  msgid ""
3916
  "To continue using Instagram login create a new Instagram App as described <a "
3918
  "Instagram App Secret <a href=\"%s\">here</a>"
3919
  msgstr ""
3920
 
3921
+ #: super_socializer.php:3122 super_socializer.php:3131
3922
  #, php-format
3923
  msgid ""
3924
  "To continue using bitly url shortener, login to your bit.ly account and "
3927
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3928
  msgstr ""
3929
 
3930
+ #: super_socializer.php:3147
3931
  #, php-format
3932
  msgid ""
3933
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3934
  msgstr ""
3935
 
3936
+ #: super_socializer.php:3171
3937
  #, php-format
3938
  msgid ""
3939
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3941
  "target=\"_blank\">here</a>"
3942
  msgstr ""
3943
 
3944
+ #: super_socializer.php:3171 super_socializer.php:3196
3945
+ #: super_socializer.php:3221 super_socializer.php:3246
3946
+ #: super_socializer.php:3279 super_socializer.php:3307
3947
+ #: super_socializer.php:3334
3948
  msgid "Okay"
3949
  msgstr ""
3950
 
3951
+ #: super_socializer.php:3196
3952
  #, php-format
3953
  msgid ""
3954
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3956
  "\">here</a>"
3957
  msgstr ""
3958
 
3959
+ #: super_socializer.php:3221
3960
  #, php-format
3961
  msgid ""
3962
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3964
  "target=\"_blank\">here</a>"
3965
  msgstr ""
3966
 
3967
+ #: super_socializer.php:3246
3968
  #, php-format
3969
  msgid ""
3970
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3972
  "target=\"_blank\">here</a>"
3973
  msgstr ""
3974
 
3975
+ #: super_socializer.php:3257
3976
  #, php-format
3977
  msgid ""
3978
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3979
  msgstr ""
3980
 
3981
+ #: super_socializer.php:3279
3982
  #, php-format
3983
  msgid ""
3984
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3986
  "\"%s\" target=\"_blank\">here</a>"
3987
  msgstr ""
3988
 
3989
+ #: super_socializer.php:3307
3990
  #, php-format
3991
  msgid ""
3992
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3995
  "your website %s with them. No need to copy-paste any code from their website."
3996
  msgstr ""
3997
 
3998
+ #: super_socializer.php:3334
3999
  #, php-format
4000
  msgid ""
4001
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
4003
  "\"%s\" target=\"_blank\">here</a>"
4004
  msgstr ""
4005
 
4006
+ #: super_socializer.php:3359
4007
  #, php-format
4008
  msgid ""
4009
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4011
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4012
  msgstr ""
4013
 
4014
+ #: super_socializer.php:3359 super_socializer.php:3386
4015
  msgid "Dismiss"
4016
  msgstr ""
4017
 
4018
+ #: super_socializer.php:3655
4019
  msgid ""
4020
  "Your browser is blocking some features of this website. Please follow the "
4021
  "instructions at {support_url} to unblock these."
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: 2022-05-23 18:37+0530\n"
6
- "PO-Revision-Date: 2022-05-23 18: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"
@@ -20,7 +20,7 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:1999
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
@@ -34,7 +34,7 @@ msgstr ""
34
  "\"_blank\">questa pagina</a>"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2424
38
  msgid "General Options"
39
  msgstr "Opzioni Generali"
40
 
@@ -82,20 +82,20 @@ msgstr ""
82
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
- #: admin/social_commenting.php:401 admin/social_login.php:1995
86
- #: admin/social_sharing.php:1975 helper.php:926
87
  msgid "Save Changes"
88
  msgstr "Salva le modifiche"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
- #: admin/social_commenting.php:411 admin/social_login.php:2005
92
  #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
- #: admin/social_commenting.php:413 admin/social_login.php:2007
99
  #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -223,7 +223,7 @@ msgid "3rd Party Integration"
223
  msgstr "XProfile Integration"
224
 
225
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
226
- #: admin/social_login.php:45 admin/social_login.php:1962
227
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
228
  #: admin/social_sharing.php:1901
229
  msgid "Shortcode & Widget"
@@ -231,7 +231,7 @@ msgstr "Shortcode & Widget"
231
 
232
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
233
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
234
- #: admin/social_login.php:46 admin/social_login.php:1976
235
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
236
  msgid "FAQ"
237
  msgstr "FAQ"
@@ -275,8 +275,8 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
275
  msgstr ""
276
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
277
 
278
- #: admin/like_buttons.php:105 admin/social_login.php:1231
279
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
280
  msgid "Title"
281
  msgstr "Titolo"
282
 
@@ -343,7 +343,7 @@ msgid "Interface location"
343
  msgstr "Collocazione"
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
- #: admin/social_login.php:1548 admin/social_login.php:1577
347
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
348
  msgid "Homepage"
349
  msgstr "Homepage"
@@ -626,7 +626,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
626
  msgstr ""
627
 
628
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
629
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
630
  #, fuzzy
631
  msgid "More"
632
  msgstr ""
@@ -843,7 +843,7 @@ msgstr ""
843
  msgid "Social Commenting Shortcode"
844
  msgstr "Social Commenting Shortcode"
845
 
846
- #: admin/social_commenting.php:386 admin/social_login.php:1978
847
  #: admin/social_sharing.php:1934
848
  msgid ""
849
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -861,7 +861,7 @@ msgid ""
861
  "Https?"
862
  msgstr ""
863
 
864
- #: admin/social_commenting.php:389 admin/social_login.php:1983
865
  #: admin/social_sharing.php:1949
866
  msgid "Why is my browser blocking some features of the plugin?"
867
  msgstr ""
@@ -895,12 +895,12 @@ msgstr "Configurazione di Base"
895
  msgid "Advanced Configuration"
896
  msgstr "Configurazione Avanzata"
897
 
898
- #: admin/social_login.php:41 admin/social_login.php:1762
899
- #: super_socializer.php:2492
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
- #: admin/social_login.php:43 admin/social_login.php:1913
904
  msgid "XProfile Integration"
905
  msgstr "XProfile Integration"
906
 
@@ -1014,53 +1014,61 @@ msgstr "Google+ Client ID"
1014
  msgid "Spotify"
1015
  msgstr ""
1016
 
1017
- #: admin/social_login.php:179
1018
  msgid "Dribbble"
1019
  msgstr ""
1020
 
1021
- #: admin/social_login.php:183
 
 
 
 
 
 
 
 
1022
  msgid "Twitch"
1023
  msgstr "Twitch"
1024
 
1025
- #: admin/social_login.php:187
1026
  #, fuzzy
1027
  msgid "Foursquare"
1028
  msgstr "Quadrata"
1029
 
1030
- #: admin/social_login.php:191
1031
  msgid "Dropbox"
1032
  msgstr ""
1033
 
1034
- #: admin/social_login.php:195
1035
  #, fuzzy
1036
  msgid "Disqus"
1037
  msgstr "Etichetta per Disqus Commenting"
1038
 
1039
- #: admin/social_login.php:199
1040
  msgid "Reddit"
1041
  msgstr "Reddit"
1042
 
1043
- #: admin/social_login.php:203
1044
  msgid "Mail.ru"
1045
  msgstr ""
1046
 
1047
- #: admin/social_login.php:207
1048
  msgid "Github"
1049
  msgstr ""
1050
 
1051
- #: admin/social_login.php:211
1052
  msgid "Kakao"
1053
  msgstr ""
1054
 
1055
- #: admin/social_login.php:219
1056
  msgid "Select Social ID provider to enable in Social Login"
1057
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1058
 
1059
- #: admin/social_login.php:226
1060
  msgid "Facebook App ID"
1061
  msgstr "Facebook App ID"
1062
 
1063
- #: admin/social_login.php:236
1064
  #, php-format
1065
  msgid ""
1066
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1070,7 +1078,7 @@ msgstr ""
1070
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1071
  "target=\"_blank\">questo collegamento</a>"
1072
 
1073
- #: admin/social_login.php:238 admin/social_login.php:259
1074
  #, fuzzy
1075
  msgid ""
1076
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1078,12 +1086,12 @@ msgstr ""
1078
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1079
  "indicato"
1080
 
1081
- #: admin/social_login.php:247
1082
  #, fuzzy
1083
  msgid "Facebook App Secret"
1084
  msgstr "Facebook App ID"
1085
 
1086
- #: admin/social_login.php:257
1087
  #, fuzzy, php-format
1088
  msgid ""
1089
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1093,11 +1101,11 @@ msgstr ""
1093
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1094
  "target=\"_blank\">questo collegamento</a>"
1095
 
1096
- #: admin/social_login.php:268
1097
  msgid "Twitter API Key"
1098
  msgstr "Twitter API Key"
1099
 
1100
- #: admin/social_login.php:278
1101
  #, php-format
1102
  msgid ""
1103
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1107,7 +1115,7 @@ msgstr ""
1107
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1108
  "\"_blank\">questa pagina</a>"
1109
 
1110
- #: admin/social_login.php:280 admin/social_login.php:305
1111
  #, fuzzy
1112
  msgid ""
1113
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1115,13 +1123,13 @@ msgstr ""
1115
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1116
  "indicato"
1117
 
1118
- #: admin/social_login.php:284 admin/social_login.php:309
1119
- #: admin/social_login.php:497 admin/social_login.php:517
1120
- #: admin/social_login.php:852 admin/social_login.php:872
1121
- #: admin/social_login.php:893 admin/social_login.php:913
1122
- #: admin/social_login.php:1018 admin/social_login.php:1038
1123
- #: admin/social_login.php:1146 admin/social_login.php:1166
1124
- #: admin/social_login.php:1188 admin/social_login.php:1208
1125
  #, fuzzy
1126
  msgid ""
1127
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1130,11 +1138,11 @@ msgstr ""
1130
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1131
  "link indicato"
1132
 
1133
- #: admin/social_login.php:293
1134
  msgid "Twitter API Secret"
1135
  msgstr "Twitter API Secret"
1136
 
1137
- #: admin/social_login.php:303
1138
  #, php-format
1139
  msgid ""
1140
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1144,12 +1152,12 @@ msgstr ""
1144
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1145
  "\"_blank\">questo collegamento</a>"
1146
 
1147
- #: admin/social_login.php:318
1148
  #, fuzzy
1149
  msgid "LinkedIn Client ID"
1150
  msgstr "LinkedIn"
1151
 
1152
- #: admin/social_login.php:328
1153
  #, fuzzy, php-format
1154
  msgid ""
1155
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1159,8 +1167,8 @@ msgstr ""
1159
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1160
  "target=\"_blank\">questo collegamento</a>"
1161
 
1162
- #: admin/social_login.php:330 admin/social_login.php:351
1163
- #: admin/social_login.php:537 admin/social_login.php:557
1164
  #, fuzzy
1165
  msgid ""
1166
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1169,12 +1177,12 @@ msgstr ""
1169
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1170
  "indicato"
1171
 
1172
- #: admin/social_login.php:339
1173
  #, fuzzy
1174
  msgid "LinkedIn Client Secret"
1175
  msgstr "LinkedIn"
1176
 
1177
- #: admin/social_login.php:349
1178
  #, fuzzy, php-format
1179
  msgid ""
1180
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1185,12 +1193,12 @@ msgstr ""
1185
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1186
  "target=\"_blank\">questo collegamento</a>"
1187
 
1188
- #: admin/social_login.php:360
1189
  #, fuzzy
1190
  msgid "Google Client ID"
1191
  msgstr "Google+ Client ID"
1192
 
1193
- #: admin/social_login.php:370
1194
  #, fuzzy, php-format
1195
  msgid ""
1196
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1200,7 +1208,7 @@ msgstr ""
1200
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1201
  "target=\"_blank\">questo collegamento</a>"
1202
 
1203
- #: admin/social_login.php:372 admin/social_login.php:393
1204
  #, fuzzy
1205
  msgid ""
1206
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -1209,12 +1217,12 @@ msgstr ""
1209
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
1210
  "indicato"
1211
 
1212
- #: admin/social_login.php:381
1213
  #, fuzzy
1214
  msgid "Google Client Secret"
1215
  msgstr "Google+ Client ID"
1216
 
1217
- #: admin/social_login.php:391
1218
  #, fuzzy, php-format
1219
  msgid ""
1220
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1224,11 +1232,11 @@ msgstr ""
1224
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1225
  "target=\"_blank\">questo collegamento</a>"
1226
 
1227
- #: admin/social_login.php:402
1228
  msgid "Vkontakte Application ID"
1229
  msgstr "Vkontakte App ID"
1230
 
1231
- #: admin/social_login.php:412 admin/social_login.php:433
1232
  #, php-format
1233
  msgid ""
1234
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1239,7 +1247,7 @@ msgstr ""
1239
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
1240
  "\"%s\" target=\"_blank\">questo collegamento</a>"
1241
 
1242
- #: admin/social_login.php:414 admin/social_login.php:435
1243
  #, fuzzy
1244
  msgid ""
1245
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -1248,17 +1256,17 @@ msgstr ""
1248
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
1249
  "indicato"
1250
 
1251
- #: admin/social_login.php:423
1252
  #, fuzzy
1253
  msgid "Vkontakte Secure key"
1254
  msgstr "Vkontakte"
1255
 
1256
- #: admin/social_login.php:444
1257
  #, fuzzy
1258
  msgid "Instagram App ID"
1259
  msgstr "Instagram Client ID"
1260
 
1261
- #: admin/social_login.php:454
1262
  #, fuzzy, php-format
1263
  msgid ""
1264
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1268,7 +1276,7 @@ msgstr ""
1268
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
1269
  "\" target=\"_blank\">questo collegamento</a>"
1270
 
1271
- #: admin/social_login.php:456 admin/social_login.php:477
1272
  #, fuzzy
1273
  msgid ""
1274
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -1277,12 +1285,12 @@ msgstr ""
1277
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1278
  "indicato"
1279
 
1280
- #: admin/social_login.php:465
1281
  #, fuzzy
1282
  msgid "Instagram App Secret"
1283
  msgstr "Username Instagram"
1284
 
1285
- #: admin/social_login.php:475
1286
  #, fuzzy, php-format
1287
  msgid ""
1288
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1292,11 +1300,11 @@ msgstr ""
1292
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
1293
  "\" target=\"_blank\">questo collegamento</a>"
1294
 
1295
- #: admin/social_login.php:486
1296
  msgid "Line Channel ID"
1297
  msgstr ""
1298
 
1299
- #: admin/social_login.php:495
1300
  #, fuzzy, php-format
1301
  msgid ""
1302
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1306,12 +1314,12 @@ msgstr ""
1306
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1307
  "target=\"_blank\">questo collegamento</a>"
1308
 
1309
- #: admin/social_login.php:506
1310
  #, fuzzy
1311
  msgid "Line Channel Secret"
1312
  msgstr "LinkedIn"
1313
 
1314
- #: admin/social_login.php:515
1315
  #, fuzzy, php-format
1316
  msgid ""
1317
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1321,12 +1329,12 @@ msgstr ""
1321
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1322
  "target=\"_blank\">questo collegamento</a>"
1323
 
1324
- #: admin/social_login.php:526
1325
  #, fuzzy
1326
  msgid "Wordpress Client ID"
1327
  msgstr "Google+ Client ID"
1328
 
1329
- #: admin/social_login.php:535
1330
  #, fuzzy, php-format
1331
  msgid ""
1332
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1336,12 +1344,12 @@ msgstr ""
1336
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1337
  "target=\"_blank\">questo collegamento</a>"
1338
 
1339
- #: admin/social_login.php:546
1340
  #, fuzzy
1341
  msgid "Wordpress Client Secret"
1342
  msgstr "Google+ Client ID"
1343
 
1344
- #: admin/social_login.php:555
1345
  #, fuzzy, php-format
1346
  msgid ""
1347
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1352,12 +1360,12 @@ msgstr ""
1352
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1353
  "target=\"_blank\">questo collegamento</a>"
1354
 
1355
- #: admin/social_login.php:566
1356
  #, fuzzy
1357
  msgid "Microsoft Client ID"
1358
  msgstr "Google+ Client ID"
1359
 
1360
- #: admin/social_login.php:575
1361
  #, fuzzy, php-format
1362
  msgid ""
1363
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1367,9 +1375,9 @@ msgstr ""
1367
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1368
  "target=\"_blank\">questo collegamento</a>"
1369
 
1370
- #: admin/social_login.php:577 admin/social_login.php:597
1371
- #: admin/social_login.php:810 admin/social_login.php:830
1372
- #: admin/social_login.php:975 admin/social_login.php:995
1373
  #, fuzzy
1374
  msgid ""
1375
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -1378,12 +1386,12 @@ msgstr ""
1378
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1379
  "indicato"
1380
 
1381
- #: admin/social_login.php:586
1382
  #, fuzzy
1383
  msgid "Microsoft Client Secret"
1384
  msgstr "Google+ Client ID"
1385
 
1386
- #: admin/social_login.php:595
1387
  #, fuzzy, php-format
1388
  msgid ""
1389
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1394,12 +1402,12 @@ msgstr ""
1394
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1395
  "target=\"_blank\">questo collegamento</a>"
1396
 
1397
- #: admin/social_login.php:605
1398
  #, fuzzy
1399
  msgid "Steam API Key"
1400
  msgstr "Twitter API Key"
1401
 
1402
- #: admin/social_login.php:614
1403
  #, fuzzy, php-format
1404
  msgid ""
1405
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1409,19 +1417,19 @@ msgstr ""
1409
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1410
  "\"_blank\">questa pagina</a>"
1411
 
1412
- #: admin/social_login.php:615
1413
  #, fuzzy
1414
  msgid "Save following <strong>domain</strong> to get the key"
1415
  msgstr ""
1416
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1417
  "link indicato"
1418
 
1419
- #: admin/social_login.php:624
1420
  #, fuzzy
1421
  msgid "Yahoo Client ID"
1422
  msgstr "Google+ Client ID"
1423
 
1424
- #: admin/social_login.php:633
1425
  #, fuzzy, php-format
1426
  msgid ""
1427
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1431,7 +1439,7 @@ msgstr ""
1431
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1432
  "target=\"_blank\">questo collegamento</a>"
1433
 
1434
- #: admin/social_login.php:635 admin/social_login.php:655
1435
  #, fuzzy
1436
  msgid ""
1437
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
@@ -1440,12 +1448,12 @@ msgstr ""
1440
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1441
  "indicato"
1442
 
1443
- #: admin/social_login.php:644
1444
  #, fuzzy
1445
  msgid "Yahoo Client Secret"
1446
  msgstr "Google+ Client ID"
1447
 
1448
- #: admin/social_login.php:653
1449
  #, fuzzy, php-format
1450
  msgid ""
1451
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1455,12 +1463,12 @@ msgstr ""
1455
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1456
  "target=\"_blank\">questo collegamento</a>"
1457
 
1458
- #: admin/social_login.php:666
1459
  #, fuzzy
1460
  msgid "Discord Client ID"
1461
  msgstr "Twitch Client ID"
1462
 
1463
- #: admin/social_login.php:675
1464
  #, fuzzy, php-format
1465
  msgid ""
1466
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1470,7 +1478,7 @@ msgstr ""
1470
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1471
  "target=\"_blank\">questo collegamento</a>"
1472
 
1473
- #: admin/social_login.php:677 admin/social_login.php:697
1474
  #, fuzzy
1475
  msgid ""
1476
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
@@ -1479,12 +1487,12 @@ msgstr ""
1479
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1480
  "indicato"
1481
 
1482
- #: admin/social_login.php:686
1483
  #, fuzzy
1484
  msgid "Discord Client Secret"
1485
  msgstr "Twitch Client ID"
1486
 
1487
- #: admin/social_login.php:695
1488
  #, fuzzy, php-format
1489
  msgid ""
1490
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1495,12 +1503,12 @@ msgstr ""
1495
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1496
  "target=\"_blank\">questo collegamento</a>"
1497
 
1498
- #: admin/social_login.php:708
1499
  #, fuzzy
1500
  msgid "Amazon Client ID"
1501
  msgstr "Google+ Client ID"
1502
 
1503
- #: admin/social_login.php:717
1504
  #, fuzzy, php-format
1505
  msgid ""
1506
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1510,7 +1518,7 @@ msgstr ""
1510
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1511
  "target=\"_blank\">questo collegamento</a>"
1512
 
1513
- #: admin/social_login.php:719 admin/social_login.php:739
1514
  #, fuzzy
1515
  msgid ""
1516
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
@@ -1519,12 +1527,12 @@ msgstr ""
1519
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1520
  "indicato"
1521
 
1522
- #: admin/social_login.php:728
1523
  #, fuzzy
1524
  msgid "Amazon Client Secret"
1525
  msgstr "Google+ Client ID"
1526
 
1527
- #: admin/social_login.php:737
1528
  #, fuzzy, php-format
1529
  msgid ""
1530
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1535,12 +1543,12 @@ msgstr ""
1535
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1536
  "target=\"_blank\">questo collegamento</a>"
1537
 
1538
- #: admin/social_login.php:750
1539
  #, fuzzy
1540
  msgid "Stack Overflow Client ID"
1541
  msgstr "Google+ Client ID"
1542
 
1543
- #: admin/social_login.php:759
1544
  #, fuzzy, php-format
1545
  msgid ""
1546
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1551,12 +1559,12 @@ msgstr ""
1551
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1552
  "target=\"_blank\">questo collegamento</a>"
1553
 
1554
- #: admin/social_login.php:765
1555
  #, fuzzy
1556
  msgid "Stack Overflow Client Secret"
1557
  msgstr "Google+ Client ID"
1558
 
1559
- #: admin/social_login.php:774
1560
  #, fuzzy, php-format
1561
  msgid ""
1562
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1567,12 +1575,12 @@ msgstr ""
1567
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1568
  "target=\"_blank\">questo collegamento</a>"
1569
 
1570
- #: admin/social_login.php:780
1571
  #, fuzzy
1572
  msgid "Stack Overflow Key"
1573
  msgstr "Google+ Client ID"
1574
 
1575
- #: admin/social_login.php:790
1576
  #, fuzzy, php-format
1577
  msgid ""
1578
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1583,12 +1591,12 @@ msgstr ""
1583
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1584
  "\"_blank\">questa pagina</a>"
1585
 
1586
- #: admin/social_login.php:799
1587
  #, fuzzy
1588
  msgid "Spotify Client ID"
1589
  msgstr "Google+ Client ID"
1590
 
1591
- #: admin/social_login.php:808
1592
  #, fuzzy, php-format
1593
  msgid ""
1594
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1598,12 +1606,12 @@ msgstr ""
1598
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1599
  "target=\"_blank\">questo collegamento</a>"
1600
 
1601
- #: admin/social_login.php:819
1602
  #, fuzzy
1603
  msgid "Spotify Client Secret"
1604
  msgstr "Google+ Client ID"
1605
 
1606
- #: admin/social_login.php:828
1607
  #, fuzzy, php-format
1608
  msgid ""
1609
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1614,12 +1622,12 @@ msgstr ""
1614
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1615
  "target=\"_blank\">questo collegamento</a>"
1616
 
1617
- #: admin/social_login.php:841
1618
  #, fuzzy
1619
  msgid "Dribbble Client ID"
1620
  msgstr "Google+ Client ID"
1621
 
1622
- #: admin/social_login.php:850
1623
  #, fuzzy, php-format
1624
  msgid ""
1625
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1629,12 +1637,12 @@ msgstr ""
1629
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1630
  "target=\"_blank\">questo collegamento</a>"
1631
 
1632
- #: admin/social_login.php:861
1633
  #, fuzzy
1634
  msgid "Dribbble Client Secret"
1635
  msgstr "Google+ Client ID"
1636
 
1637
- #: admin/social_login.php:870
1638
  #, fuzzy, php-format
1639
  msgid ""
1640
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1645,12 +1653,107 @@ msgstr ""
1645
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1646
  "target=\"_blank\">questo collegamento</a>"
1647
 
1648
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1649
  #, fuzzy
1650
  msgid "Twitch Client ID"
1651
  msgstr "Twitch Client ID"
1652
 
1653
- #: admin/social_login.php:891
1654
  #, fuzzy, php-format
1655
  msgid ""
1656
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1660,12 +1763,12 @@ msgstr ""
1660
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1661
  "target=\"_blank\">questo collegamento</a>"
1662
 
1663
- #: admin/social_login.php:902
1664
  #, fuzzy
1665
  msgid "Twitch Client Secret"
1666
  msgstr "Twitch Client ID"
1667
 
1668
- #: admin/social_login.php:911
1669
  #, fuzzy, php-format
1670
  msgid ""
1671
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1675,12 +1778,12 @@ msgstr ""
1675
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1676
  "target=\"_blank\">questo collegamento</a>"
1677
 
1678
- #: admin/social_login.php:924
1679
  #, fuzzy
1680
  msgid "Foursquare Client ID"
1681
  msgstr "Google+ Client ID"
1682
 
1683
- #: admin/social_login.php:933
1684
  #, fuzzy, php-format
1685
  msgid ""
1686
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1691,7 +1794,7 @@ msgstr ""
1691
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1692
  "target=\"_blank\">questo collegamento</a>"
1693
 
1694
- #: admin/social_login.php:935 admin/social_login.php:955
1695
  #, fuzzy
1696
  msgid ""
1697
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
@@ -1700,12 +1803,12 @@ msgstr ""
1700
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1701
  "indicato"
1702
 
1703
- #: admin/social_login.php:944
1704
  #, fuzzy
1705
  msgid "Foursquare Client Secret"
1706
  msgstr "Google+ Client ID"
1707
 
1708
- #: admin/social_login.php:953
1709
  #, fuzzy, php-format
1710
  msgid ""
1711
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1716,11 +1819,11 @@ msgstr ""
1716
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1717
  "target=\"_blank\">questo collegamento</a>"
1718
 
1719
- #: admin/social_login.php:964
1720
  msgid "Dropbox App Key"
1721
  msgstr ""
1722
 
1723
- #: admin/social_login.php:973
1724
  #, fuzzy, php-format
1725
  msgid ""
1726
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1730,12 +1833,12 @@ msgstr ""
1730
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1731
  "target=\"_blank\">questo collegamento</a>"
1732
 
1733
- #: admin/social_login.php:984
1734
  #, fuzzy
1735
  msgid "Dropbox App Secret"
1736
  msgstr "Facebook App ID"
1737
 
1738
- #: admin/social_login.php:993
1739
  #, fuzzy, php-format
1740
  msgid ""
1741
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1745,11 +1848,11 @@ msgstr ""
1745
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1746
  "target=\"_blank\">questo collegamento</a>"
1747
 
1748
- #: admin/social_login.php:1007
1749
  msgid "Disqus Public Key"
1750
  msgstr ""
1751
 
1752
- #: admin/social_login.php:1016
1753
  #, fuzzy, php-format
1754
  msgid ""
1755
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1759,12 +1862,12 @@ msgstr ""
1759
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1760
  "\"_blank\">questo collegamento</a>"
1761
 
1762
- #: admin/social_login.php:1027
1763
  #, fuzzy
1764
  msgid "Disqus Secret Key"
1765
  msgstr "Disqus Shortname"
1766
 
1767
- #: admin/social_login.php:1036
1768
  #, fuzzy, php-format
1769
  msgid ""
1770
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1774,12 +1877,12 @@ msgstr ""
1774
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1775
  "\"_blank\">questo collegamento</a>"
1776
 
1777
- #: admin/social_login.php:1049
1778
  #, fuzzy
1779
  msgid "Reddit Client ID"
1780
  msgstr "Twitch Client ID"
1781
 
1782
- #: admin/social_login.php:1058
1783
  #, fuzzy, php-format
1784
  msgid ""
1785
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1789,7 +1892,7 @@ msgstr ""
1789
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1790
  "target=\"_blank\">questo collegamento</a>"
1791
 
1792
- #: admin/social_login.php:1060 admin/social_login.php:1080
1793
  #, fuzzy
1794
  msgid ""
1795
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
@@ -1798,12 +1901,12 @@ msgstr ""
1798
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1799
  "indicato"
1800
 
1801
- #: admin/social_login.php:1069
1802
  #, fuzzy
1803
  msgid "Reddit Client Secret"
1804
  msgstr "Twitch Client ID"
1805
 
1806
- #: admin/social_login.php:1078
1807
  #, fuzzy, php-format
1808
  msgid ""
1809
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1813,12 +1916,12 @@ msgstr ""
1813
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1814
  "target=\"_blank\">questo collegamento</a>"
1815
 
1816
- #: admin/social_login.php:1092
1817
  #, fuzzy
1818
  msgid "Mail.ru Client ID"
1819
  msgstr "Twitch Client ID"
1820
 
1821
- #: admin/social_login.php:1101
1822
  #, fuzzy, php-format
1823
  msgid ""
1824
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1828,7 +1931,7 @@ msgstr ""
1828
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1829
  "target=\"_blank\">questo collegamento</a>"
1830
 
1831
- #: admin/social_login.php:1103 admin/social_login.php:1123
1832
  #, fuzzy
1833
  msgid ""
1834
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
@@ -1837,12 +1940,12 @@ msgstr ""
1837
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1838
  "indicato"
1839
 
1840
- #: admin/social_login.php:1112
1841
  #, fuzzy
1842
  msgid "Mail.ru Client Secret"
1843
  msgstr "Twitch Client ID"
1844
 
1845
- #: admin/social_login.php:1121
1846
  #, fuzzy, php-format
1847
  msgid ""
1848
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1853,12 +1956,12 @@ msgstr ""
1853
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1854
  "target=\"_blank\">questo collegamento</a>"
1855
 
1856
- #: admin/social_login.php:1135
1857
  #, fuzzy
1858
  msgid "Github Client ID"
1859
  msgstr "Twitch Client ID"
1860
 
1861
- #: admin/social_login.php:1144
1862
  #, fuzzy, php-format
1863
  msgid ""
1864
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1868,12 +1971,12 @@ msgstr ""
1868
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1869
  "target=\"_blank\">questo collegamento</a>"
1870
 
1871
- #: admin/social_login.php:1155
1872
  #, fuzzy
1873
  msgid "Github Client Secret"
1874
  msgstr "Twitch Client ID"
1875
 
1876
- #: admin/social_login.php:1164
1877
  #, fuzzy, php-format
1878
  msgid ""
1879
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1883,12 +1986,12 @@ msgstr ""
1883
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1884
  "target=\"_blank\">questo collegamento</a>"
1885
 
1886
- #: admin/social_login.php:1177
1887
  #, fuzzy
1888
  msgid "Kakao Client ID"
1889
  msgstr "Google+ Client ID"
1890
 
1891
- #: admin/social_login.php:1186
1892
  #, fuzzy, php-format
1893
  msgid ""
1894
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1898,12 +2001,12 @@ msgstr ""
1898
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1899
  "target=\"_blank\">questo collegamento</a>"
1900
 
1901
- #: admin/social_login.php:1197
1902
  #, fuzzy
1903
  msgid "Kakao Client Secret"
1904
  msgstr "Google+ Client ID"
1905
 
1906
- #: admin/social_login.php:1206
1907
  #, fuzzy, php-format
1908
  msgid ""
1909
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1913,47 +2016,47 @@ msgstr ""
1913
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1914
  "target=\"_blank\">questo collegamento</a>"
1915
 
1916
- #: admin/social_login.php:1226
1917
  msgid "Social Login Options"
1918
  msgstr "Opzioni"
1919
 
1920
- #: admin/social_login.php:1241
1921
  msgid "Text to display above the Social Login interface"
1922
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1923
 
1924
- #: admin/social_login.php:1249
1925
  msgid "Trigger social login in the same browser tab"
1926
  msgstr ""
1927
 
1928
- #: admin/social_login.php:1259
1929
  msgid "Trigger social login in the same browser tab instead of a popup window"
1930
  msgstr ""
1931
 
1932
- #: admin/social_login.php:1266
1933
  #, fuzzy
1934
  msgid "Center align icons"
1935
  msgstr "Riorganizza le icone"
1936
 
1937
- #: admin/social_login.php:1276
1938
  #, fuzzy
1939
  msgid "Center align social login icons"
1940
  msgstr "Opzioni"
1941
 
1942
- #: admin/social_login.php:1283
1943
  msgid "Enable at login page"
1944
  msgstr "Attiva nella pagina di Login"
1945
 
1946
- #: admin/social_login.php:1293
1947
  msgid ""
1948
  "Social Login interface will get enabled at the login page of your website"
1949
  msgstr ""
1950
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1951
 
1952
- #: admin/social_login.php:1300
1953
  msgid "Enable at register page"
1954
  msgstr "Abilita nella pagina di registrazione"
1955
 
1956
- #: admin/social_login.php:1310
1957
  msgid ""
1958
  "Social Login interface will get enabled at the registration page of your "
1959
  "website"
@@ -1961,19 +2064,19 @@ msgstr ""
1961
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
1962
  "sito web"
1963
 
1964
- #: admin/social_login.php:1317
1965
  msgid "Enable at comment form"
1966
  msgstr "Attiva nel form dei commenti"
1967
 
1968
- #: admin/social_login.php:1327
1969
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1970
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1971
 
1972
- #: admin/social_login.php:1341
1973
  msgid "Enable before WooCommerce Customer Login Form"
1974
  msgstr "Abilita prima del form Customer Login di WooCommerce"
1975
 
1976
- #: admin/social_login.php:1351
1977
  msgid ""
1978
  "Social Login Interface will get enabled before the customer login form at "
1979
  "WooCommerce My Account page"
@@ -1981,12 +2084,12 @@ msgstr ""
1981
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
1982
  "Woocommerce, prima del Form di Login."
1983
 
1984
- #: admin/social_login.php:1358
1985
  #, fuzzy
1986
  msgid "Enable at WooCommerce Customer Login Form"
1987
  msgstr "Abilita prima del form Customer Login di WooCommerce"
1988
 
1989
- #: admin/social_login.php:1368
1990
  #, fuzzy
1991
  msgid ""
1992
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -1995,12 +2098,12 @@ msgstr ""
1995
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
1996
  "Woocommerce, dopo il Form di Login."
1997
 
1998
- #: admin/social_login.php:1375
1999
  #, fuzzy
2000
  msgid "Enable at WooCommerce Customer Register Form"
2001
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2002
 
2003
- #: admin/social_login.php:1385
2004
  #, fuzzy
2005
  msgid ""
2006
  "Integrate Social Login Interface with the customer register form at "
@@ -2009,21 +2112,21 @@ msgstr ""
2009
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2010
  "Woocommerce, dopo il Form di Login."
2011
 
2012
- #: admin/social_login.php:1392
2013
  msgid "Enable at WooCommerce checkout page"
2014
  msgstr "Abilita nella pagina checkout di WooCommerce"
2015
 
2016
- #: admin/social_login.php:1402
2017
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2018
  msgstr ""
2019
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2020
  "Woocommerce"
2021
 
2022
- #: admin/social_login.php:1412
2023
  msgid "Auto-approve comments made by Social Login users"
2024
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2025
 
2026
- #: admin/social_login.php:1422
2027
  msgid ""
2028
  "If this option is enabled, and WordPress comment is made by Social Login "
2029
  "user, comment will get approved immediately without keeping in moderation."
@@ -2032,15 +2135,15 @@ msgstr ""
2032
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2033
  "immediatamente senza nessuna possibilitá di moderazione."
2034
 
2035
- #: admin/social_login.php:1423
2036
  msgid "Note: This is not related to Facebook comments"
2037
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2038
 
2039
- #: admin/social_login.php:1432
2040
  msgid "Enable social avatar"
2041
  msgstr "Abilita Avatar"
2042
 
2043
- #: admin/social_login.php:1442
2044
  msgid ""
2045
  "Social profile pictures of the logged in user will be displayed as profile "
2046
  "avatar"
@@ -2048,30 +2151,30 @@ msgstr ""
2048
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2049
  "avatar del profilo sul tuo sito"
2050
 
2051
- #: admin/social_login.php:1451
2052
  msgid "Avatar quality"
2053
  msgstr "Qualità Avatar"
2054
 
2055
- #: admin/social_login.php:1454
2056
  msgid "Average"
2057
  msgstr "Media"
2058
 
2059
- #: admin/social_login.php:1455
2060
  msgid "Best"
2061
  msgstr "Migliore"
2062
 
2063
- #: admin/social_login.php:1462
2064
  msgid "Choose avatar quality"
2065
  msgstr "Scelta qualità Avatar"
2066
 
2067
- #: admin/social_login.php:1470
2068
  msgid ""
2069
  "Show option for users to update social avatar at BuddyPress profile page"
2070
  msgstr ""
2071
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2072
  "profilo BuddyPress"
2073
 
2074
- #: admin/social_login.php:1480
2075
  msgid ""
2076
  "If enabled, users would be able to update their social avatar from \"Profile "
2077
  "photo\" section in BuddyPress profile at front-end"
@@ -2079,11 +2182,11 @@ msgstr ""
2079
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2080
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2081
 
2082
- #: admin/social_login.php:1490 super_socializer.php:2098
2083
  msgid "Email required"
2084
  msgstr "Email Obbligatoria"
2085
 
2086
- #: admin/social_login.php:1500
2087
  msgid ""
2088
  "If enabled and Social ID provider does not provide user's email address on "
2089
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2094,13 +2197,13 @@ msgstr ""
2094
  "completare questa informazione. In caso contrario, sará generata una email "
2095
  "fittizia"
2096
 
2097
- #: admin/social_login.php:1508
2098
  msgid "Send post-registration email to user to set account password"
2099
  msgstr ""
2100
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2101
  "password"
2102
 
2103
- #: admin/social_login.php:1518
2104
  msgid ""
2105
  "If enabled, an email will be sent to user after registration through Social "
2106
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2110,11 +2213,11 @@ msgstr ""
2110
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2111
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2112
 
2113
- #: admin/social_login.php:1525
2114
  msgid "Send new user registration notification email to admin"
2115
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2116
 
2117
- #: admin/social_login.php:1535
2118
  msgid ""
2119
  "If enabled, an email will be sent to admin after new user registers through "
2120
  "Social Login, notifying admin about the new user registration"
@@ -2123,85 +2226,85 @@ msgstr ""
2123
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2124
  "registrazione"
2125
 
2126
- #: admin/social_login.php:1542
2127
  msgid "Login redirection"
2128
  msgstr "Reindirizzamento Login"
2129
 
2130
- #: admin/social_login.php:1546
2131
  msgid "Same page where user logged in"
2132
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2133
 
2134
- #: admin/social_login.php:1550 admin/social_login.php:1579
2135
  msgid "Account dashboard"
2136
  msgstr "Pannello Account"
2137
 
2138
- #: admin/social_login.php:1553 admin/social_login.php:1582
2139
  msgid "BuddyPress profile page"
2140
  msgstr "Pagina di profilo BuddyPress"
2141
 
2142
- #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2143
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2144
  msgid "Custom Url"
2145
  msgstr "Url personalizzata"
2146
 
2147
- #: admin/social_login.php:1564
2148
  msgid "User will be redirected to the selected page after Social Login"
2149
  msgstr ""
2150
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2151
 
2152
- #: admin/social_login.php:1571
2153
  msgid "Registration redirection"
2154
  msgstr "Reindirizzamento Registratione"
2155
 
2156
- #: admin/social_login.php:1575
2157
  msgid "Same page from where user registered"
2158
  msgstr "La stessa pagina dove l'utente si è registrato"
2159
 
2160
- #: admin/social_login.php:1591
2161
  #, fuzzy
2162
  msgid "Username Separator"
2163
  msgstr "Nome utente: %s"
2164
 
2165
- #: admin/social_login.php:1595
2166
  msgid "Dash (-)"
2167
  msgstr ""
2168
 
2169
- #: admin/social_login.php:1597
2170
  msgid "Underscore (_)"
2171
  msgstr ""
2172
 
2173
- #: admin/social_login.php:1599
2174
  msgid "Dot (.)"
2175
  msgstr ""
2176
 
2177
- #: admin/social_login.php:1601
2178
  msgid "None"
2179
  msgstr ""
2180
 
2181
- #: admin/social_login.php:1609
2182
  msgid ""
2183
  "Choose one of the underscore, dot or dash to use to join first and last "
2184
  "names in the usernames of the new users"
2185
  msgstr ""
2186
 
2187
- #: admin/social_login.php:1618
2188
  #, fuzzy
2189
  msgid "Social Account Linking Options"
2190
  msgstr "Collegamento Social Account"
2191
 
2192
- #: admin/social_login.php:1633
2193
  #, fuzzy
2194
  msgid "Text to display above the Social Account Linking interface"
2195
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2196
 
2197
- #: admin/social_login.php:1640
2198
  #, fuzzy
2199
  msgid ""
2200
  "Link social account to already existing account, if email address matches"
2201
  msgstr ""
2202
  "Collega il tuo social account per accedere al tuo account su questo sito"
2203
 
2204
- #: admin/social_login.php:1650
2205
  msgid ""
2206
  "If email address of the user's Social Account matches with an already "
2207
  "existing account at your website, that social account will be linked to "
@@ -2209,11 +2312,11 @@ msgid ""
2209
  "Linking interface at their profile page."
2210
  msgstr ""
2211
 
2212
- #: admin/social_login.php:1658
2213
  msgid "Enable social account linking at BuddyPress profile page"
2214
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2215
 
2216
- #: admin/social_login.php:1668
2217
  msgid ""
2218
  "Enable this option to show social account linking interface at BuddyPress "
2219
  "profile page"
@@ -2221,15 +2324,15 @@ msgstr ""
2221
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2222
  "nella pagina di profilo BuddyPress"
2223
 
2224
- #: admin/social_login.php:1679
2225
  msgid "Email popup options"
2226
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2227
 
2228
- #: admin/social_login.php:1684
2229
  msgid "Text on 'Email required' popup"
2230
  msgstr "Testo del pop-up"
2231
 
2232
- #: admin/social_login.php:1694
2233
  msgid ""
2234
  "This text will be displayed on email required popup. Leave empty if not "
2235
  "required."
@@ -2237,11 +2340,11 @@ msgstr ""
2237
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2238
  "bianco se non si vuole utilizzare."
2239
 
2240
- #: admin/social_login.php:1702
2241
  msgid "Error message for 'Email required' popup"
2242
  msgstr "Messaggio d'errore"
2243
 
2244
- #: admin/social_login.php:1712
2245
  msgid ""
2246
  "This message will be displayed to user if it provides invalid or already "
2247
  "registered email"
@@ -2249,11 +2352,11 @@ msgstr ""
2249
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2250
  "indirizzo email non valido o già registrato."
2251
 
2252
- #: admin/social_login.php:1720
2253
  msgid "Email popup height"
2254
  msgstr "Altezza pop-up Email"
2255
 
2256
- #: admin/social_login.php:1730
2257
  msgid ""
2258
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2259
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2263,11 +2366,11 @@ msgstr ""
2263
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2264
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2265
 
2266
- #: admin/social_login.php:1737
2267
  msgid "Enable email verification"
2268
  msgstr "Abilita verifica email"
2269
 
2270
- #: admin/social_login.php:1747
2271
  msgid ""
2272
  "If enabled, email provided by the user will be verified by sending a "
2273
  "confirmation link to that email. User would not be able to login without "
@@ -2277,97 +2380,97 @@ msgstr ""
2277
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2278
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2279
 
2280
- #: admin/social_login.php:1767
2281
  #, fuzzy
2282
  msgid "Enable GDPR opt-in"
2283
  msgstr "Abilita Disqus Commenting"
2284
 
2285
- #: admin/social_login.php:1777
2286
  msgid ""
2287
  "Enable it to show GDPR opt-in for social login and social account linking"
2288
  msgstr ""
2289
 
2290
- #: admin/social_login.php:1785
2291
  #, fuzzy
2292
  msgid "Placement of GDPR opt-in"
2293
  msgstr "Abilita Disqus Commenting"
2294
 
2295
- #: admin/social_login.php:1789
2296
  #, fuzzy
2297
  msgid "Above Social Login icons"
2298
  msgstr "Opzioni"
2299
 
2300
- #: admin/social_login.php:1791
2301
  #, fuzzy
2302
  msgid "Below Social Login icons"
2303
  msgstr "Opzioni"
2304
 
2305
- #: admin/social_login.php:1797
2306
  #, fuzzy
2307
  msgid "Placement of GDPR opt-in above or below the social login icons"
2308
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2309
 
2310
- #: admin/social_login.php:1804
2311
  msgid "Opt-in text"
2312
  msgstr ""
2313
 
2314
- #: admin/social_login.php:1814
2315
  #, fuzzy
2316
  msgid "Text for the GDPR opt-in"
2317
  msgstr "Abilita Disqus Commenting"
2318
 
2319
- #: admin/social_login.php:1821
2320
  msgid "Text to link to Terms-Conditions page"
2321
  msgstr ""
2322
 
2323
- #: admin/social_login.php:1831
2324
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2325
  msgstr ""
2326
 
2327
- #: admin/social_login.php:1838
2328
  msgid "Terms-Conditions Url"
2329
  msgstr ""
2330
 
2331
- #: admin/social_login.php:1848
2332
  #, fuzzy
2333
  msgid "Url of the terms-conditions page of your website"
2334
  msgstr "Url della homepage del tuo sito web"
2335
 
2336
- #: admin/social_login.php:1855
2337
  msgid "Text to link to Privacy Policy page"
2338
  msgstr ""
2339
 
2340
- #: admin/social_login.php:1865
2341
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2342
  msgstr ""
2343
 
2344
- #: admin/social_login.php:1872
2345
  msgid "Privacy Policy Url"
2346
  msgstr ""
2347
 
2348
- #: admin/social_login.php:1882
2349
  #, fuzzy
2350
  msgid "Url of the privacy policy page of your website"
2351
  msgstr "Url della homepage del tuo sito web"
2352
 
2353
- #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2354
  #: inc/widget.php:605 inc/widget.php:754
2355
  msgid "Select"
2356
  msgstr "Selezionare"
2357
 
2358
- #: admin/social_login.php:1964
2359
  msgid "Social Login Shortcode & Widget"
2360
  msgstr "Shortcode & Widget"
2361
 
2362
- #: admin/social_login.php:1965
2363
  msgid "Social Linking Shortcode"
2364
  msgstr "Social Linking Shortcode"
2365
 
2366
- #: admin/social_login.php:1980
2367
  msgid "Why is social login not working?"
2368
  msgstr ""
2369
 
2370
- #: admin/social_login.php:1981
2371
  msgid ""
2372
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2373
  "belong to the same app"
@@ -2976,7 +3079,7 @@ msgstr ""
2976
  msgid "Why is Facebook share count not working?"
2977
  msgstr "Perché gli Share Counts non vengono aggiornati?"
2978
 
2979
- #: admin/social_sharing.php:1937 super_socializer.php:3249
2980
  #, php-format
2981
  msgid ""
2982
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3082,90 +3185,90 @@ msgstr "Perché gli Share Counts non vengono aggiornati?"
3082
  msgid "Settings saved"
3083
  msgstr "Impostazioni salvate"
3084
 
3085
- #: helper.php:197
3086
  #, fuzzy
3087
  msgid "Click to toggle help"
3088
  msgstr "Clicca per nascondere l'aiuto"
3089
 
3090
- #: helper.php:278
3091
  #, fuzzy
3092
  msgid "Add-Ons"
3093
  msgstr "Altri Add-ons"
3094
 
3095
- #: helper.php:279
3096
  msgid "Support Documentation"
3097
  msgstr ""
3098
 
3099
- #: helper.php:280
3100
  msgid "Settings"
3101
  msgstr "Configurazioni"
3102
 
3103
- #: helper.php:556
3104
  msgid "Account linked successfully"
3105
  msgstr "Account collegato correttamente"
3106
 
3107
- #: helper.php:560
3108
  msgid "Account already exists or linked"
3109
  msgstr "Account esistente o già collegato"
3110
 
3111
- #: helper.php:596 helper.php:598
3112
  #, fuzzy
3113
  msgid "Login with"
3114
  msgstr "Punti Premio per il Social Accedi"
3115
 
3116
- #: helper.php:633 helper.php:639
3117
  msgid "Currently"
3118
  msgstr "Attualmente"
3119
 
3120
- #: helper.php:633 helper.php:639
3121
  msgid "Connected with"
3122
  msgstr "Connesso con"
3123
 
3124
- #: helper.php:633 helper.php:639
3125
  msgid "Remove"
3126
  msgstr "rimuovere"
3127
 
3128
- #: helper.php:712
3129
  msgid "Social Account Linking"
3130
  msgstr "Collegamento Social Account"
3131
 
3132
- #: helper.php:763
3133
  msgid "Disable Standard Social Sharing on this "
3134
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3135
 
3136
- #: helper.php:768
3137
  msgid "Disable Floating Social Sharing on this "
3138
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3139
 
3140
- #: helper.php:773
3141
  msgid "Disable Standard like buttons on this "
3142
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
3143
 
3144
- #: helper.php:778
3145
  msgid "Disable Floating like buttons on this "
3146
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
3147
 
3148
- #: helper.php:783
3149
  msgid "Disable Social Commenting on this "
3150
  msgstr "Disabilita Social Commenting"
3151
 
3152
- #: helper.php:792
3153
  msgid "Standard Sharing Interface"
3154
  msgstr "Interfaccia Sharing Standard"
3155
 
3156
- #: helper.php:798 helper.php:817
3157
  msgid "Starting share count for "
3158
  msgstr "Avvio share count per"
3159
 
3160
- #: helper.php:811
3161
  msgid "Floating Sharing Interface"
3162
  msgstr "Interfaccia Sharing Floating"
3163
 
3164
- #: helper.php:911 super_socializer.php:2508
3165
  msgid "Social Avatar"
3166
  msgstr "Social Avatar"
3167
 
3168
- #: helper.php:914 super_socializer.php:2519
3169
  msgid ""
3170
  "Do not fetch and update social avatar from my profile, next time I Social "
3171
  "Login"
@@ -3173,36 +3276,36 @@ msgstr ""
3173
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
3174
  "social avatar dal mio profilo."
3175
 
3176
- #: helper.php:915 super_socializer.php:2523
3177
  msgid "Update social avatar, next time I Social Login"
3178
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
3179
 
3180
- #: helper.php:918
3181
  msgid "Small Avatar"
3182
  msgstr "Avatar Piccolo"
3183
 
3184
- #: helper.php:922
3185
  msgid "Large Avatar"
3186
  msgstr "Avatar Grande"
3187
 
3188
- #: helper.php:982 super_socializer.php:2076
3189
  msgid "Please verify your email address to login."
3190
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
3191
 
3192
- #: helper.php:1019
3193
  msgid "Click to delete social profile data"
3194
  msgstr ""
3195
 
3196
- #: helper.php:1048
3197
  #, fuzzy
3198
  msgid "Deleting"
3199
  msgstr "Configurazioni"
3200
 
3201
- #: helper.php:1058
3202
  msgid "Deleted"
3203
  msgstr ""
3204
 
3205
- #: helper.php:1060
3206
  msgid "Something bad happened"
3207
  msgstr ""
3208
 
@@ -3219,27 +3322,27 @@ msgstr ""
3219
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
3220
  "amministrazione"
3221
 
3222
- #: inc/social_login.php:1047
3223
  msgid "Email"
3224
  msgstr "Email"
3225
 
3226
- #: inc/social_login.php:1048
3227
  msgid "Confirm email"
3228
  msgstr "Conferma email"
3229
 
3230
- #: inc/social_login.php:1050
3231
  msgid "Save"
3232
  msgstr "Salva"
3233
 
3234
- #: inc/social_login.php:1051
3235
  msgid "Cancel"
3236
  msgstr "Cancella"
3237
 
3238
- #: inc/social_login.php:1125
3239
  msgid "Email Verification"
3240
  msgstr "Abilita verifica email"
3241
 
3242
- #: inc/social_login.php:1127
3243
  msgid ""
3244
  "Please click on the following link or paste it in browser to verify your "
3245
  "email"
@@ -3263,11 +3366,11 @@ msgstr "Archivi di categorie"
3263
  msgid "Total Shares"
3264
  msgstr "Mostra totale"
3265
 
3266
- #: inc/social_sharing.php:272 super_socializer.php:2186
3267
  msgid "Share"
3268
  msgstr "Share"
3269
 
3270
- #: inc/social_sharing.php:272 super_socializer.php:2186
3271
  msgid "Shares"
3272
  msgstr "Shares"
3273
 
@@ -3286,8 +3389,8 @@ msgstr "Super Socializer - Login"
3286
  #: inc/widget.php:13
3287
  #, fuzzy
3288
  msgid ""
3289
- "Let your website users login/register using their favorite Social ID "
3290
- "Provider, such as Facebook, Twitter, Google, LinkedIn"
3291
  msgstr ""
3292
  "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro "
3293
  "Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
@@ -3638,7 +3741,7 @@ msgstr "Twitter"
3638
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3639
  msgstr ""
3640
 
3641
- #: super_socializer.php:1853
3642
  #, fuzzy
3643
  msgid ""
3644
  "cURL is not enabled at your website server. Please contact your website "
@@ -3647,7 +3750,7 @@ msgstr ""
3647
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3648
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3649
 
3650
- #: super_socializer.php:1881
3651
  #, fuzzy, php-format
3652
  msgid ""
3653
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3657,7 +3760,7 @@ msgstr ""
3657
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3658
  "3 %s)"
3659
 
3660
- #: super_socializer.php:1884
3661
  #, fuzzy, php-format
3662
  msgid ""
3663
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3667,7 +3770,7 @@ msgstr ""
3667
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3668
  "3 %s)"
3669
 
3670
- #: super_socializer.php:1887
3671
  msgid ""
3672
  "Make sure cURL is enabled at your website server. You may need to contact "
3673
  "the server administrator of your website to verify this"
@@ -3675,135 +3778,135 @@ msgstr ""
3675
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3676
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3677
 
3678
- #: super_socializer.php:2054
3679
  msgid "Search"
3680
  msgstr ""
3681
 
3682
- #: super_socializer.php:2076
3683
  msgid "Your email has been verified. Now you can login to your account"
3684
  msgstr ""
3685
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
3686
  "account"
3687
 
3688
- #: super_socializer.php:2080
3689
  msgid "Notification"
3690
  msgstr "Notifiche"
3691
 
3692
- #: super_socializer.php:2101
3693
  msgid "Please check your email inbox to complete the registration."
3694
  msgstr ""
3695
  "Per favore, per completare la registrazione, controlla la tua casella di "
3696
  "posta elettronica."
3697
 
3698
- #: super_socializer.php:2170
3699
  msgid "Leave a reply"
3700
  msgstr "Lascia un commento"
3701
 
3702
- #: super_socializer.php:2186
3703
  #, fuzzy
3704
  msgid "Link copied."
3705
  msgstr "LinkedIn"
3706
 
3707
- #: super_socializer.php:2424
3708
  msgid "Super Socializer - General Options"
3709
  msgstr "Super Socializer - Opzioni"
3710
 
3711
- #: super_socializer.php:2495
3712
  msgid ""
3713
  "I agree to my personal data being stored and used as per Privacy Policy and "
3714
  "Terms and Conditions"
3715
  msgstr ""
3716
 
3717
- #: super_socializer.php:2499
3718
  msgid ""
3719
  "I revoke my consent to store and use my personal data. Kindly delete my "
3720
  "personal data saved in this website."
3721
  msgstr ""
3722
 
3723
- #: super_socializer.php:2511
3724
  msgid "Small Avatar Url"
3725
  msgstr "Url Avatar Piccolo"
3726
 
3727
- #: super_socializer.php:2515
3728
  msgid "Large Avatar Url"
3729
  msgstr "URL Avatar Grande"
3730
 
3731
- #: super_socializer.php:2617
3732
  msgid "Login with your Social ID"
3733
  msgstr "Login con il tuo ID Social"
3734
 
3735
- #: super_socializer.php:2618
3736
  msgid "Email you entered is already registered or invalid"
3737
  msgstr "La email inserita è già registrata o non è valida"
3738
 
3739
- #: super_socializer.php:2625
3740
  msgid "Please enter a valid email address. You might be required to verify it"
3741
  msgstr ""
3742
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
3743
  "una verifica"
3744
 
3745
- #: super_socializer.php:2630 super_socializer.php:3433
3746
  msgid "Link your social account to login to your account at this website"
3747
  msgstr ""
3748
  "Collega il tuo social account per accedere al tuo account su questo sito"
3749
 
3750
- #: super_socializer.php:2890
3751
  msgid "Thanks for installing Super Socializer plugin"
3752
  msgstr ""
3753
 
3754
- #: super_socializer.php:2892
3755
  msgid "Configure the Plugin"
3756
  msgstr ""
3757
 
3758
- #: super_socializer.php:2903
3759
  msgid ""
3760
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3761
  "current version of Super Socializer"
3762
  msgstr ""
3763
 
3764
- #: super_socializer.php:2912
3765
  msgid ""
3766
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3767
  "compatibility with the current version of Super Socializer"
3768
  msgstr ""
3769
 
3770
- #: super_socializer.php:2921
3771
  msgid ""
3772
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3773
  "compatibility with the current version of Super Socializer"
3774
  msgstr ""
3775
 
3776
- #: super_socializer.php:2930
3777
  msgid ""
3778
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3779
  "version of Super Socializer"
3780
  msgstr ""
3781
 
3782
- #: super_socializer.php:2939
3783
  msgid ""
3784
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3785
  "compatibility with the current version of Super Socializer"
3786
  msgstr ""
3787
 
3788
- #: super_socializer.php:2948
3789
  msgid ""
3790
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3791
  "for compatibility with the current version of Super Socializer"
3792
  msgstr ""
3793
 
3794
- #: super_socializer.php:2957
3795
  msgid ""
3796
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3797
  "with current version of Super Socializer"
3798
  msgstr ""
3799
 
3800
- #: super_socializer.php:2968
3801
  #, php-format
3802
  msgid ""
3803
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3804
  msgstr ""
3805
 
3806
- #: super_socializer.php:2977
3807
  #, php-format
3808
  msgid ""
3809
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3811,7 +3914,7 @@ msgid ""
3811
  "Instagram App Secret <a href=\"%s\">here</a>"
3812
  msgstr ""
3813
 
3814
- #: super_socializer.php:2986 super_socializer.php:2995
3815
  #, php-format
3816
  msgid ""
3817
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3820,13 +3923,13 @@ msgid ""
3820
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3821
  msgstr ""
3822
 
3823
- #: super_socializer.php:3011
3824
  #, php-format
3825
  msgid ""
3826
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3827
  msgstr ""
3828
 
3829
- #: super_socializer.php:3035
3830
  #, php-format
3831
  msgid ""
3832
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3834,14 +3937,14 @@ msgid ""
3834
  "target=\"_blank\">here</a>"
3835
  msgstr ""
3836
 
3837
- #: super_socializer.php:3035 super_socializer.php:3060
3838
- #: super_socializer.php:3085 super_socializer.php:3110
3839
- #: super_socializer.php:3143 super_socializer.php:3171
3840
- #: super_socializer.php:3198
3841
  msgid "Okay"
3842
  msgstr ""
3843
 
3844
- #: super_socializer.php:3060
3845
  #, php-format
3846
  msgid ""
3847
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3849,7 +3952,7 @@ msgid ""
3849
  "\">here</a>"
3850
  msgstr ""
3851
 
3852
- #: super_socializer.php:3085
3853
  #, php-format
3854
  msgid ""
3855
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3857,7 +3960,7 @@ msgid ""
3857
  "target=\"_blank\">here</a>"
3858
  msgstr ""
3859
 
3860
- #: super_socializer.php:3110
3861
  #, php-format
3862
  msgid ""
3863
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3865,13 +3968,13 @@ msgid ""
3865
  "target=\"_blank\">here</a>"
3866
  msgstr ""
3867
 
3868
- #: super_socializer.php:3121
3869
  #, php-format
3870
  msgid ""
3871
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3872
  msgstr ""
3873
 
3874
- #: super_socializer.php:3143
3875
  #, php-format
3876
  msgid ""
3877
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3879,7 +3982,7 @@ msgid ""
3879
  "\"%s\" target=\"_blank\">here</a>"
3880
  msgstr ""
3881
 
3882
- #: super_socializer.php:3171
3883
  #, php-format
3884
  msgid ""
3885
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3888,7 +3991,7 @@ msgid ""
3888
  "your website %s with them. No need to copy-paste any code from their website."
3889
  msgstr ""
3890
 
3891
- #: super_socializer.php:3198
3892
  #, php-format
3893
  msgid ""
3894
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3896,7 +3999,7 @@ msgid ""
3896
  "\"%s\" target=\"_blank\">here</a>"
3897
  msgstr ""
3898
 
3899
- #: super_socializer.php:3223
3900
  #, php-format
3901
  msgid ""
3902
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3904,11 +4007,11 @@ msgid ""
3904
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3905
  msgstr ""
3906
 
3907
- #: super_socializer.php:3223 super_socializer.php:3250
3908
  msgid "Dismiss"
3909
  msgstr ""
3910
 
3911
- #: super_socializer.php:3509
3912
  msgid ""
3913
  "Your browser is blocking some features of this website. Please follow the "
3914
  "instructions at {support_url} to unblock these."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-19 23:06+0530\n"
6
+ "PO-Revision-Date: 2022-07-19 23:06+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"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:2102
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
34
  "\"_blank\">questa pagina</a>"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2555
38
  msgid "General Options"
39
  msgstr "Opzioni Generali"
40
 
82
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:2098
86
+ #: admin/social_sharing.php:1975 helper.php:932
87
  msgid "Save Changes"
88
  msgstr "Salva le modifiche"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:2108
92
  #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:2110
99
  #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
223
  msgstr "XProfile Integration"
224
 
225
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
226
+ #: admin/social_login.php:45 admin/social_login.php:2065
227
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
228
  #: admin/social_sharing.php:1901
229
  msgid "Shortcode & Widget"
231
 
232
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
233
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
234
+ #: admin/social_login.php:46 admin/social_login.php:2079
235
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
236
  msgid "FAQ"
237
  msgstr "FAQ"
275
  msgstr ""
276
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
277
 
278
+ #: admin/like_buttons.php:105 admin/social_login.php:1334
279
+ #: admin/social_login.php:1726 admin/social_sharing.php:717 inc/widget.php:1038
280
  msgid "Title"
281
  msgstr "Titolo"
282
 
343
  msgstr "Collocazione"
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
+ #: admin/social_login.php:1651 admin/social_login.php:1680
347
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
348
  msgid "Homepage"
349
  msgstr "Homepage"
626
  msgstr ""
627
 
628
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
629
+ #: admin/social_login.php:2087 admin/social_sharing.php:1964
630
  #, fuzzy
631
  msgid "More"
632
  msgstr ""
843
  msgid "Social Commenting Shortcode"
844
  msgstr "Social Commenting Shortcode"
845
 
846
+ #: admin/social_commenting.php:386 admin/social_login.php:2081
847
  #: admin/social_sharing.php:1934
848
  msgid ""
849
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
861
  "Https?"
862
  msgstr ""
863
 
864
+ #: admin/social_commenting.php:389 admin/social_login.php:2086
865
  #: admin/social_sharing.php:1949
866
  msgid "Why is my browser blocking some features of the plugin?"
867
  msgstr ""
895
  msgid "Advanced Configuration"
896
  msgstr "Configurazione Avanzata"
897
 
898
+ #: admin/social_login.php:41 admin/social_login.php:1865
899
+ #: super_socializer.php:2623
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
+ #: admin/social_login.php:43 admin/social_login.php:2016
904
  msgid "XProfile Integration"
905
  msgstr "XProfile Integration"
906
 
1014
  msgid "Spotify"
1015
  msgstr ""
1016
 
1017
+ #: admin/social_login.php:180
1018
  msgid "Dribbble"
1019
  msgstr ""
1020
 
1021
+ #: admin/social_login.php:184
1022
+ msgid "Odnoklassniki"
1023
+ msgstr ""
1024
+
1025
+ #: admin/social_login.php:188
1026
+ msgid "Yandex"
1027
+ msgstr ""
1028
+
1029
+ #: admin/social_login.php:192
1030
  msgid "Twitch"
1031
  msgstr "Twitch"
1032
 
1033
+ #: admin/social_login.php:196
1034
  #, fuzzy
1035
  msgid "Foursquare"
1036
  msgstr "Quadrata"
1037
 
1038
+ #: admin/social_login.php:200
1039
  msgid "Dropbox"
1040
  msgstr ""
1041
 
1042
+ #: admin/social_login.php:204
1043
  #, fuzzy
1044
  msgid "Disqus"
1045
  msgstr "Etichetta per Disqus Commenting"
1046
 
1047
+ #: admin/social_login.php:208
1048
  msgid "Reddit"
1049
  msgstr "Reddit"
1050
 
1051
+ #: admin/social_login.php:212
1052
  msgid "Mail.ru"
1053
  msgstr ""
1054
 
1055
+ #: admin/social_login.php:216
1056
  msgid "Github"
1057
  msgstr ""
1058
 
1059
+ #: admin/social_login.php:220
1060
  msgid "Kakao"
1061
  msgstr ""
1062
 
1063
+ #: admin/social_login.php:228
1064
  msgid "Select Social ID provider to enable in Social Login"
1065
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1066
 
1067
+ #: admin/social_login.php:235
1068
  msgid "Facebook App ID"
1069
  msgstr "Facebook App ID"
1070
 
1071
+ #: admin/social_login.php:245
1072
  #, php-format
1073
  msgid ""
1074
  "Required for Facebook Social Login to work. Please follow the documentation "
1078
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1079
  "target=\"_blank\">questo collegamento</a>"
1080
 
1081
+ #: admin/social_login.php:247 admin/social_login.php:268
1082
  #, fuzzy
1083
  msgid ""
1084
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1086
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1087
  "indicato"
1088
 
1089
+ #: admin/social_login.php:256
1090
  #, fuzzy
1091
  msgid "Facebook App Secret"
1092
  msgstr "Facebook App ID"
1093
 
1094
+ #: admin/social_login.php:266
1095
  #, fuzzy, php-format
1096
  msgid ""
1097
  "Required for Facebook Social Login to work. Please follow the documentation "
1101
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1102
  "target=\"_blank\">questo collegamento</a>"
1103
 
1104
+ #: admin/social_login.php:277
1105
  msgid "Twitter API Key"
1106
  msgstr "Twitter API Key"
1107
 
1108
+ #: admin/social_login.php:287
1109
  #, php-format
1110
  msgid ""
1111
  "Required for Twitter Social Login to work. Please follow the documentation "
1115
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1116
  "\"_blank\">questa pagina</a>"
1117
 
1118
+ #: admin/social_login.php:289 admin/social_login.php:314
1119
  #, fuzzy
1120
  msgid ""
1121
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1123
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1124
  "indicato"
1125
 
1126
+ #: admin/social_login.php:293 admin/social_login.php:318
1127
+ #: admin/social_login.php:506 admin/social_login.php:526
1128
+ #: admin/social_login.php:861 admin/social_login.php:881
1129
+ #: admin/social_login.php:996 admin/social_login.php:1016
1130
+ #: admin/social_login.php:1121 admin/social_login.php:1141
1131
+ #: admin/social_login.php:1249 admin/social_login.php:1269
1132
+ #: admin/social_login.php:1291 admin/social_login.php:1311
1133
  #, fuzzy
1134
  msgid ""
1135
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1138
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1139
  "link indicato"
1140
 
1141
+ #: admin/social_login.php:302
1142
  msgid "Twitter API Secret"
1143
  msgstr "Twitter API Secret"
1144
 
1145
+ #: admin/social_login.php:312
1146
  #, php-format
1147
  msgid ""
1148
  "Required for Twitter Social Login to work. Please follow the documentation "
1152
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1153
  "\"_blank\">questo collegamento</a>"
1154
 
1155
+ #: admin/social_login.php:327
1156
  #, fuzzy
1157
  msgid "LinkedIn Client ID"
1158
  msgstr "LinkedIn"
1159
 
1160
+ #: admin/social_login.php:337
1161
  #, fuzzy, php-format
1162
  msgid ""
1163
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1167
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1168
  "target=\"_blank\">questo collegamento</a>"
1169
 
1170
+ #: admin/social_login.php:339 admin/social_login.php:360
1171
+ #: admin/social_login.php:546 admin/social_login.php:566
1172
  #, fuzzy
1173
  msgid ""
1174
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1177
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1178
  "indicato"
1179
 
1180
+ #: admin/social_login.php:348
1181
  #, fuzzy
1182
  msgid "LinkedIn Client Secret"
1183
  msgstr "LinkedIn"
1184
 
1185
+ #: admin/social_login.php:358
1186
  #, fuzzy, php-format
1187
  msgid ""
1188
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1193
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1194
  "target=\"_blank\">questo collegamento</a>"
1195
 
1196
+ #: admin/social_login.php:369
1197
  #, fuzzy
1198
  msgid "Google Client ID"
1199
  msgstr "Google+ Client ID"
1200
 
1201
+ #: admin/social_login.php:379
1202
  #, fuzzy, php-format
1203
  msgid ""
1204
  "Required for Google Social Login to work. Please follow the documentation at "
1208
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1209
  "target=\"_blank\">questo collegamento</a>"
1210
 
1211
+ #: admin/social_login.php:381 admin/social_login.php:402
1212
  #, fuzzy
1213
  msgid ""
1214
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1217
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
1218
  "indicato"
1219
 
1220
+ #: admin/social_login.php:390
1221
  #, fuzzy
1222
  msgid "Google Client Secret"
1223
  msgstr "Google+ Client ID"
1224
 
1225
+ #: admin/social_login.php:400
1226
  #, fuzzy, php-format
1227
  msgid ""
1228
  "Required for Google Social Login to work. Please follow the documentation at "
1232
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1233
  "target=\"_blank\">questo collegamento</a>"
1234
 
1235
+ #: admin/social_login.php:411
1236
  msgid "Vkontakte Application ID"
1237
  msgstr "Vkontakte App ID"
1238
 
1239
+ #: admin/social_login.php:421 admin/social_login.php:442
1240
  #, php-format
1241
  msgid ""
1242
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1247
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
1248
  "\"%s\" target=\"_blank\">questo collegamento</a>"
1249
 
1250
+ #: admin/social_login.php:423 admin/social_login.php:444
1251
  #, fuzzy
1252
  msgid ""
1253
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1256
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
1257
  "indicato"
1258
 
1259
+ #: admin/social_login.php:432
1260
  #, fuzzy
1261
  msgid "Vkontakte Secure key"
1262
  msgstr "Vkontakte"
1263
 
1264
+ #: admin/social_login.php:453
1265
  #, fuzzy
1266
  msgid "Instagram App ID"
1267
  msgstr "Instagram Client ID"
1268
 
1269
+ #: admin/social_login.php:463
1270
  #, fuzzy, php-format
1271
  msgid ""
1272
  "Required for Instagram Social Login to work. Please follow the documentation "
1276
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
1277
  "\" target=\"_blank\">questo collegamento</a>"
1278
 
1279
+ #: admin/social_login.php:465 admin/social_login.php:486
1280
  #, fuzzy
1281
  msgid ""
1282
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1285
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1286
  "indicato"
1287
 
1288
+ #: admin/social_login.php:474
1289
  #, fuzzy
1290
  msgid "Instagram App Secret"
1291
  msgstr "Username Instagram"
1292
 
1293
+ #: admin/social_login.php:484
1294
  #, fuzzy, php-format
1295
  msgid ""
1296
  "Required for Instagram Social Login to work. Please follow the documentation "
1300
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
1301
  "\" target=\"_blank\">questo collegamento</a>"
1302
 
1303
+ #: admin/social_login.php:495
1304
  msgid "Line Channel ID"
1305
  msgstr ""
1306
 
1307
+ #: admin/social_login.php:504
1308
  #, fuzzy, php-format
1309
  msgid ""
1310
  "Required for Line Social Login to work. Please follow the documentation at "
1314
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1315
  "target=\"_blank\">questo collegamento</a>"
1316
 
1317
+ #: admin/social_login.php:515
1318
  #, fuzzy
1319
  msgid "Line Channel Secret"
1320
  msgstr "LinkedIn"
1321
 
1322
+ #: admin/social_login.php:524
1323
  #, fuzzy, php-format
1324
  msgid ""
1325
  "Required for Line Social Login to work. Please follow the documentation at "
1329
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1330
  "target=\"_blank\">questo collegamento</a>"
1331
 
1332
+ #: admin/social_login.php:535
1333
  #, fuzzy
1334
  msgid "Wordpress Client ID"
1335
  msgstr "Google+ Client ID"
1336
 
1337
+ #: admin/social_login.php:544
1338
  #, fuzzy, php-format
1339
  msgid ""
1340
  "Required for Wordpress Social Login to work. Please follow the documentation "
1344
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1345
  "target=\"_blank\">questo collegamento</a>"
1346
 
1347
+ #: admin/social_login.php:555
1348
  #, fuzzy
1349
  msgid "Wordpress Client Secret"
1350
  msgstr "Google+ Client ID"
1351
 
1352
+ #: admin/social_login.php:564
1353
  #, fuzzy, php-format
1354
  msgid ""
1355
  "Required for Wordpress Social Login to work. Please follow the documentation "
1360
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1361
  "target=\"_blank\">questo collegamento</a>"
1362
 
1363
+ #: admin/social_login.php:575
1364
  #, fuzzy
1365
  msgid "Microsoft Client ID"
1366
  msgstr "Google+ Client ID"
1367
 
1368
+ #: admin/social_login.php:584
1369
  #, fuzzy, php-format
1370
  msgid ""
1371
  "Required for Live Social Login to work. Please follow the documentation at "
1375
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1376
  "target=\"_blank\">questo collegamento</a>"
1377
 
1378
+ #: admin/social_login.php:586 admin/social_login.php:606
1379
+ #: admin/social_login.php:819 admin/social_login.php:839
1380
+ #: admin/social_login.php:1078 admin/social_login.php:1098
1381
  #, fuzzy
1382
  msgid ""
1383
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1386
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1387
  "indicato"
1388
 
1389
+ #: admin/social_login.php:595
1390
  #, fuzzy
1391
  msgid "Microsoft Client Secret"
1392
  msgstr "Google+ Client ID"
1393
 
1394
+ #: admin/social_login.php:604
1395
  #, fuzzy, php-format
1396
  msgid ""
1397
  "Required for Live Social Login to work. Please follow the documentation at "
1402
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1403
  "target=\"_blank\">questo collegamento</a>"
1404
 
1405
+ #: admin/social_login.php:614
1406
  #, fuzzy
1407
  msgid "Steam API Key"
1408
  msgstr "Twitter API Key"
1409
 
1410
+ #: admin/social_login.php:623
1411
  #, fuzzy, php-format
1412
  msgid ""
1413
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1417
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1418
  "\"_blank\">questa pagina</a>"
1419
 
1420
+ #: admin/social_login.php:624
1421
  #, fuzzy
1422
  msgid "Save following <strong>domain</strong> to get the key"
1423
  msgstr ""
1424
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1425
  "link indicato"
1426
 
1427
+ #: admin/social_login.php:633
1428
  #, fuzzy
1429
  msgid "Yahoo Client ID"
1430
  msgstr "Google+ Client ID"
1431
 
1432
+ #: admin/social_login.php:642
1433
  #, fuzzy, php-format
1434
  msgid ""
1435
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1439
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1440
  "target=\"_blank\">questo collegamento</a>"
1441
 
1442
+ #: admin/social_login.php:644 admin/social_login.php:664
1443
  #, fuzzy
1444
  msgid ""
1445
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1448
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1449
  "indicato"
1450
 
1451
+ #: admin/social_login.php:653
1452
  #, fuzzy
1453
  msgid "Yahoo Client Secret"
1454
  msgstr "Google+ Client ID"
1455
 
1456
+ #: admin/social_login.php:662
1457
  #, fuzzy, php-format
1458
  msgid ""
1459
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1463
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1464
  "target=\"_blank\">questo collegamento</a>"
1465
 
1466
+ #: admin/social_login.php:675
1467
  #, fuzzy
1468
  msgid "Discord Client ID"
1469
  msgstr "Twitch Client ID"
1470
 
1471
+ #: admin/social_login.php:684
1472
  #, fuzzy, php-format
1473
  msgid ""
1474
  "Required for Discord Social Login to work. Please follow the documentation "
1478
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1479
  "target=\"_blank\">questo collegamento</a>"
1480
 
1481
+ #: admin/social_login.php:686 admin/social_login.php:706
1482
  #, fuzzy
1483
  msgid ""
1484
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1487
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1488
  "indicato"
1489
 
1490
+ #: admin/social_login.php:695
1491
  #, fuzzy
1492
  msgid "Discord Client Secret"
1493
  msgstr "Twitch Client ID"
1494
 
1495
+ #: admin/social_login.php:704
1496
  #, fuzzy, php-format
1497
  msgid ""
1498
  "Required for Discord Social Login to work. Please follow the documentation "
1503
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1504
  "target=\"_blank\">questo collegamento</a>"
1505
 
1506
+ #: admin/social_login.php:717
1507
  #, fuzzy
1508
  msgid "Amazon Client ID"
1509
  msgstr "Google+ Client ID"
1510
 
1511
+ #: admin/social_login.php:726
1512
  #, fuzzy, php-format
1513
  msgid ""
1514
  "Required for Amazon Social Login to work. Please follow the documentation at "
1518
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1519
  "target=\"_blank\">questo collegamento</a>"
1520
 
1521
+ #: admin/social_login.php:728 admin/social_login.php:748
1522
  #, fuzzy
1523
  msgid ""
1524
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1527
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1528
  "indicato"
1529
 
1530
+ #: admin/social_login.php:737
1531
  #, fuzzy
1532
  msgid "Amazon Client Secret"
1533
  msgstr "Google+ Client ID"
1534
 
1535
+ #: admin/social_login.php:746
1536
  #, fuzzy, php-format
1537
  msgid ""
1538
  "Required for Amazon Social Login to work. Please follow the documentation at "
1543
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1544
  "target=\"_blank\">questo collegamento</a>"
1545
 
1546
+ #: admin/social_login.php:759
1547
  #, fuzzy
1548
  msgid "Stack Overflow Client ID"
1549
  msgstr "Google+ Client ID"
1550
 
1551
+ #: admin/social_login.php:768
1552
  #, fuzzy, php-format
1553
  msgid ""
1554
  "Required for Stack Overflow Social Login to work. Please follow the "
1559
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1560
  "target=\"_blank\">questo collegamento</a>"
1561
 
1562
+ #: admin/social_login.php:774
1563
  #, fuzzy
1564
  msgid "Stack Overflow Client Secret"
1565
  msgstr "Google+ Client ID"
1566
 
1567
+ #: admin/social_login.php:783
1568
  #, fuzzy, php-format
1569
  msgid ""
1570
  "Required for Stack Overflow Social Login to work. Please follow the "
1575
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1576
  "target=\"_blank\">questo collegamento</a>"
1577
 
1578
+ #: admin/social_login.php:789
1579
  #, fuzzy
1580
  msgid "Stack Overflow Key"
1581
  msgstr "Google+ Client ID"
1582
 
1583
+ #: admin/social_login.php:799
1584
  #, fuzzy, php-format
1585
  msgid ""
1586
  "Required for Stack Overflow Social Login to work. Please follow the "
1591
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1592
  "\"_blank\">questa pagina</a>"
1593
 
1594
+ #: admin/social_login.php:808
1595
  #, fuzzy
1596
  msgid "Spotify Client ID"
1597
  msgstr "Google+ Client ID"
1598
 
1599
+ #: admin/social_login.php:817
1600
  #, fuzzy, php-format
1601
  msgid ""
1602
  "Required for Spotify Social Login to work. Please follow the documentation "
1606
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1607
  "target=\"_blank\">questo collegamento</a>"
1608
 
1609
+ #: admin/social_login.php:828
1610
  #, fuzzy
1611
  msgid "Spotify Client Secret"
1612
  msgstr "Google+ Client ID"
1613
 
1614
+ #: admin/social_login.php:837
1615
  #, fuzzy, php-format
1616
  msgid ""
1617
  "Required for Spotify Social Login to work. Please follow the documentation "
1622
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1623
  "target=\"_blank\">questo collegamento</a>"
1624
 
1625
+ #: admin/social_login.php:850
1626
  #, fuzzy
1627
  msgid "Dribbble Client ID"
1628
  msgstr "Google+ Client ID"
1629
 
1630
+ #: admin/social_login.php:859
1631
  #, fuzzy, php-format
1632
  msgid ""
1633
  "Required for Dribbble Social Login to work. Please follow the documentation "
1637
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1638
  "target=\"_blank\">questo collegamento</a>"
1639
 
1640
+ #: admin/social_login.php:870
1641
  #, fuzzy
1642
  msgid "Dribbble Client Secret"
1643
  msgstr "Google+ Client ID"
1644
 
1645
+ #: admin/social_login.php:879
1646
  #, fuzzy, php-format
1647
  msgid ""
1648
  "Required for Dribbble Social Login to work. Please follow the documentation "
1653
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1654
  "target=\"_blank\">questo collegamento</a>"
1655
 
1656
+ #: admin/social_login.php:891
1657
+ #, fuzzy
1658
+ msgid "Odnoklassniki Application ID"
1659
+ msgstr "Vkontakte App ID"
1660
+
1661
+ #: admin/social_login.php:900
1662
+ #, fuzzy, php-format
1663
+ msgid ""
1664
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1665
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1666
+ "Odnoklassniki Application ID"
1667
+ msgstr ""
1668
+ "Necessario per far funzionare Vkontakte Social Login. Per ottenere la "
1669
+ "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
1670
+ "\"%s\" target=\"_blank\">questo collegamento</a>"
1671
+
1672
+ #: admin/social_login.php:902
1673
+ #, fuzzy
1674
+ msgid ""
1675
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1676
+ "the link"
1677
+ msgstr ""
1678
+ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1679
+ "indicato"
1680
+
1681
+ #: admin/social_login.php:910
1682
+ msgid "Odnoklassniki Public key"
1683
+ msgstr ""
1684
+
1685
+ #: admin/social_login.php:919
1686
+ #, fuzzy, php-format
1687
+ msgid ""
1688
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1689
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1690
+ "Odnoklassniki Public Key"
1691
+ msgstr ""
1692
+ "Necessario per far funzionare Xing Social Login. Per ottenere la Xing "
1693
+ "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1694
+ "\"_blank\">questo collegamento</a>"
1695
+
1696
+ #: admin/social_login.php:926
1697
+ #, fuzzy
1698
+ msgid "Odnoklassniki Secret Key"
1699
+ msgstr "Disqus Shortname"
1700
+
1701
+ #: admin/social_login.php:935
1702
+ #, fuzzy, php-format
1703
+ msgid ""
1704
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1705
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1706
+ "Odnoklassniki Secret Key"
1707
+ msgstr ""
1708
+ "Necessario per far funzionare Xing Social Login. Per ottenere la Xing "
1709
+ "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1710
+ "\"_blank\">questo collegamento</a>"
1711
+
1712
+ #: admin/social_login.php:944
1713
+ #, fuzzy
1714
+ msgid "Yandex Client ID"
1715
+ msgstr "Google+ Client ID"
1716
+
1717
+ #: admin/social_login.php:953
1718
+ #, fuzzy, php-format
1719
+ msgid ""
1720
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1721
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1722
+ msgstr ""
1723
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
1724
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1725
+ "target=\"_blank\">questo collegamento</a>"
1726
+
1727
+ #: admin/social_login.php:955 admin/social_login.php:975
1728
+ #, fuzzy
1729
+ msgid ""
1730
+ "Paste following url in <strong>Callback URI</strong> option mentioned at the "
1731
+ "link"
1732
+ msgstr ""
1733
+ "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1734
+ "link indicato"
1735
+
1736
+ #: admin/social_login.php:964
1737
+ #, fuzzy
1738
+ msgid "Yandex Client Secret"
1739
+ msgstr "Google+ Client ID"
1740
+
1741
+ #: admin/social_login.php:973
1742
+ #, fuzzy, php-format
1743
+ msgid ""
1744
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1745
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1746
+ msgstr ""
1747
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
1748
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1749
+ "target=\"_blank\">questo collegamento</a>"
1750
+
1751
+ #: admin/social_login.php:985
1752
  #, fuzzy
1753
  msgid "Twitch Client ID"
1754
  msgstr "Twitch Client ID"
1755
 
1756
+ #: admin/social_login.php:994
1757
  #, fuzzy, php-format
1758
  msgid ""
1759
  "Required for Twitch Social Login to work. Please follow the documentation at "
1763
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1764
  "target=\"_blank\">questo collegamento</a>"
1765
 
1766
+ #: admin/social_login.php:1005
1767
  #, fuzzy
1768
  msgid "Twitch Client Secret"
1769
  msgstr "Twitch Client ID"
1770
 
1771
+ #: admin/social_login.php:1014
1772
  #, fuzzy, php-format
1773
  msgid ""
1774
  "Required for Twitch Social Login to work. Please follow the documentation at "
1778
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1779
  "target=\"_blank\">questo collegamento</a>"
1780
 
1781
+ #: admin/social_login.php:1027
1782
  #, fuzzy
1783
  msgid "Foursquare Client ID"
1784
  msgstr "Google+ Client ID"
1785
 
1786
+ #: admin/social_login.php:1036
1787
  #, fuzzy, php-format
1788
  msgid ""
1789
  "Required for Foursquare Social Login to work. Please follow the "
1794
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1795
  "target=\"_blank\">questo collegamento</a>"
1796
 
1797
+ #: admin/social_login.php:1038 admin/social_login.php:1058
1798
  #, fuzzy
1799
  msgid ""
1800
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1803
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1804
  "indicato"
1805
 
1806
+ #: admin/social_login.php:1047
1807
  #, fuzzy
1808
  msgid "Foursquare Client Secret"
1809
  msgstr "Google+ Client ID"
1810
 
1811
+ #: admin/social_login.php:1056
1812
  #, fuzzy, php-format
1813
  msgid ""
1814
  "Required for Foursquare Social Login to work. Please follow the "
1819
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1820
  "target=\"_blank\">questo collegamento</a>"
1821
 
1822
+ #: admin/social_login.php:1067
1823
  msgid "Dropbox App Key"
1824
  msgstr ""
1825
 
1826
+ #: admin/social_login.php:1076
1827
  #, fuzzy, php-format
1828
  msgid ""
1829
  "Required for Dropbox Social Login to work. Please follow the documentation "
1833
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1834
  "target=\"_blank\">questo collegamento</a>"
1835
 
1836
+ #: admin/social_login.php:1087
1837
  #, fuzzy
1838
  msgid "Dropbox App Secret"
1839
  msgstr "Facebook App ID"
1840
 
1841
+ #: admin/social_login.php:1096
1842
  #, fuzzy, php-format
1843
  msgid ""
1844
  "Required for Dropbox Social Login to work. Please follow the documentation "
1848
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1849
  "target=\"_blank\">questo collegamento</a>"
1850
 
1851
+ #: admin/social_login.php:1110
1852
  msgid "Disqus Public Key"
1853
  msgstr ""
1854
 
1855
+ #: admin/social_login.php:1119
1856
  #, fuzzy, php-format
1857
  msgid ""
1858
  "Required for Disqus Social Login to work. Please follow the documentation at "
1862
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1863
  "\"_blank\">questo collegamento</a>"
1864
 
1865
+ #: admin/social_login.php:1130
1866
  #, fuzzy
1867
  msgid "Disqus Secret Key"
1868
  msgstr "Disqus Shortname"
1869
 
1870
+ #: admin/social_login.php:1139
1871
  #, fuzzy, php-format
1872
  msgid ""
1873
  "Required for Disqus Social Login to work. Please follow the documentation at "
1877
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1878
  "\"_blank\">questo collegamento</a>"
1879
 
1880
+ #: admin/social_login.php:1152
1881
  #, fuzzy
1882
  msgid "Reddit Client ID"
1883
  msgstr "Twitch Client ID"
1884
 
1885
+ #: admin/social_login.php:1161
1886
  #, fuzzy, php-format
1887
  msgid ""
1888
  "Required for Reddit Social Login to work. Please follow the documentation at "
1892
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1893
  "target=\"_blank\">questo collegamento</a>"
1894
 
1895
+ #: admin/social_login.php:1163 admin/social_login.php:1183
1896
  #, fuzzy
1897
  msgid ""
1898
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1901
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1902
  "indicato"
1903
 
1904
+ #: admin/social_login.php:1172
1905
  #, fuzzy
1906
  msgid "Reddit Client Secret"
1907
  msgstr "Twitch Client ID"
1908
 
1909
+ #: admin/social_login.php:1181
1910
  #, fuzzy, php-format
1911
  msgid ""
1912
  "Required for Reddit Social Login to work. Please follow the documentation at "
1916
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1917
  "target=\"_blank\">questo collegamento</a>"
1918
 
1919
+ #: admin/social_login.php:1195
1920
  #, fuzzy
1921
  msgid "Mail.ru Client ID"
1922
  msgstr "Twitch Client ID"
1923
 
1924
+ #: admin/social_login.php:1204
1925
  #, fuzzy, php-format
1926
  msgid ""
1927
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1931
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1932
  "target=\"_blank\">questo collegamento</a>"
1933
 
1934
+ #: admin/social_login.php:1206 admin/social_login.php:1226
1935
  #, fuzzy
1936
  msgid ""
1937
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
1940
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1941
  "indicato"
1942
 
1943
+ #: admin/social_login.php:1215
1944
  #, fuzzy
1945
  msgid "Mail.ru Client Secret"
1946
  msgstr "Twitch Client ID"
1947
 
1948
+ #: admin/social_login.php:1224
1949
  #, fuzzy, php-format
1950
  msgid ""
1951
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1956
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1957
  "target=\"_blank\">questo collegamento</a>"
1958
 
1959
+ #: admin/social_login.php:1238
1960
  #, fuzzy
1961
  msgid "Github Client ID"
1962
  msgstr "Twitch Client ID"
1963
 
1964
+ #: admin/social_login.php:1247
1965
  #, fuzzy, php-format
1966
  msgid ""
1967
  "Required for Github Social Login to work. Please follow the documentation at "
1971
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1972
  "target=\"_blank\">questo collegamento</a>"
1973
 
1974
+ #: admin/social_login.php:1258
1975
  #, fuzzy
1976
  msgid "Github Client Secret"
1977
  msgstr "Twitch Client ID"
1978
 
1979
+ #: admin/social_login.php:1267
1980
  #, fuzzy, php-format
1981
  msgid ""
1982
  "Required for Github Social Login to work. Please follow the documentation at "
1986
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1987
  "target=\"_blank\">questo collegamento</a>"
1988
 
1989
+ #: admin/social_login.php:1280
1990
  #, fuzzy
1991
  msgid "Kakao Client ID"
1992
  msgstr "Google+ Client ID"
1993
 
1994
+ #: admin/social_login.php:1289
1995
  #, fuzzy, php-format
1996
  msgid ""
1997
  "Required for Kakao Social Login to work. Please follow the documentation at "
2001
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2002
  "target=\"_blank\">questo collegamento</a>"
2003
 
2004
+ #: admin/social_login.php:1300
2005
  #, fuzzy
2006
  msgid "Kakao Client Secret"
2007
  msgstr "Google+ Client ID"
2008
 
2009
+ #: admin/social_login.php:1309
2010
  #, fuzzy, php-format
2011
  msgid ""
2012
  "Required for Kakao Social Login to work. Please follow the documentation at "
2016
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2017
  "target=\"_blank\">questo collegamento</a>"
2018
 
2019
+ #: admin/social_login.php:1329
2020
  msgid "Social Login Options"
2021
  msgstr "Opzioni"
2022
 
2023
+ #: admin/social_login.php:1344
2024
  msgid "Text to display above the Social Login interface"
2025
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2026
 
2027
+ #: admin/social_login.php:1352
2028
  msgid "Trigger social login in the same browser tab"
2029
  msgstr ""
2030
 
2031
+ #: admin/social_login.php:1362
2032
  msgid "Trigger social login in the same browser tab instead of a popup window"
2033
  msgstr ""
2034
 
2035
+ #: admin/social_login.php:1369
2036
  #, fuzzy
2037
  msgid "Center align icons"
2038
  msgstr "Riorganizza le icone"
2039
 
2040
+ #: admin/social_login.php:1379
2041
  #, fuzzy
2042
  msgid "Center align social login icons"
2043
  msgstr "Opzioni"
2044
 
2045
+ #: admin/social_login.php:1386
2046
  msgid "Enable at login page"
2047
  msgstr "Attiva nella pagina di Login"
2048
 
2049
+ #: admin/social_login.php:1396
2050
  msgid ""
2051
  "Social Login interface will get enabled at the login page of your website"
2052
  msgstr ""
2053
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2054
 
2055
+ #: admin/social_login.php:1403
2056
  msgid "Enable at register page"
2057
  msgstr "Abilita nella pagina di registrazione"
2058
 
2059
+ #: admin/social_login.php:1413
2060
  msgid ""
2061
  "Social Login interface will get enabled at the registration page of your "
2062
  "website"
2064
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2065
  "sito web"
2066
 
2067
+ #: admin/social_login.php:1420
2068
  msgid "Enable at comment form"
2069
  msgstr "Attiva nel form dei commenti"
2070
 
2071
+ #: admin/social_login.php:1430
2072
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2073
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2074
 
2075
+ #: admin/social_login.php:1444
2076
  msgid "Enable before WooCommerce Customer Login Form"
2077
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2078
 
2079
+ #: admin/social_login.php:1454
2080
  msgid ""
2081
  "Social Login Interface will get enabled before the customer login form at "
2082
  "WooCommerce My Account page"
2084
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2085
  "Woocommerce, prima del Form di Login."
2086
 
2087
+ #: admin/social_login.php:1461
2088
  #, fuzzy
2089
  msgid "Enable at WooCommerce Customer Login Form"
2090
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2091
 
2092
+ #: admin/social_login.php:1471
2093
  #, fuzzy
2094
  msgid ""
2095
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2098
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2099
  "Woocommerce, dopo il Form di Login."
2100
 
2101
+ #: admin/social_login.php:1478
2102
  #, fuzzy
2103
  msgid "Enable at WooCommerce Customer Register Form"
2104
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2105
 
2106
+ #: admin/social_login.php:1488
2107
  #, fuzzy
2108
  msgid ""
2109
  "Integrate Social Login Interface with the customer register form at "
2112
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2113
  "Woocommerce, dopo il Form di Login."
2114
 
2115
+ #: admin/social_login.php:1495
2116
  msgid "Enable at WooCommerce checkout page"
2117
  msgstr "Abilita nella pagina checkout di WooCommerce"
2118
 
2119
+ #: admin/social_login.php:1505
2120
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2121
  msgstr ""
2122
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2123
  "Woocommerce"
2124
 
2125
+ #: admin/social_login.php:1515
2126
  msgid "Auto-approve comments made by Social Login users"
2127
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2128
 
2129
+ #: admin/social_login.php:1525
2130
  msgid ""
2131
  "If this option is enabled, and WordPress comment is made by Social Login "
2132
  "user, comment will get approved immediately without keeping in moderation."
2135
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2136
  "immediatamente senza nessuna possibilitá di moderazione."
2137
 
2138
+ #: admin/social_login.php:1526
2139
  msgid "Note: This is not related to Facebook comments"
2140
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2141
 
2142
+ #: admin/social_login.php:1535
2143
  msgid "Enable social avatar"
2144
  msgstr "Abilita Avatar"
2145
 
2146
+ #: admin/social_login.php:1545
2147
  msgid ""
2148
  "Social profile pictures of the logged in user will be displayed as profile "
2149
  "avatar"
2151
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2152
  "avatar del profilo sul tuo sito"
2153
 
2154
+ #: admin/social_login.php:1554
2155
  msgid "Avatar quality"
2156
  msgstr "Qualità Avatar"
2157
 
2158
+ #: admin/social_login.php:1557
2159
  msgid "Average"
2160
  msgstr "Media"
2161
 
2162
+ #: admin/social_login.php:1558
2163
  msgid "Best"
2164
  msgstr "Migliore"
2165
 
2166
+ #: admin/social_login.php:1565
2167
  msgid "Choose avatar quality"
2168
  msgstr "Scelta qualità Avatar"
2169
 
2170
+ #: admin/social_login.php:1573
2171
  msgid ""
2172
  "Show option for users to update social avatar at BuddyPress profile page"
2173
  msgstr ""
2174
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2175
  "profilo BuddyPress"
2176
 
2177
+ #: admin/social_login.php:1583
2178
  msgid ""
2179
  "If enabled, users would be able to update their social avatar from \"Profile "
2180
  "photo\" section in BuddyPress profile at front-end"
2182
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2183
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2184
 
2185
+ #: admin/social_login.php:1593 super_socializer.php:2229
2186
  msgid "Email required"
2187
  msgstr "Email Obbligatoria"
2188
 
2189
+ #: admin/social_login.php:1603
2190
  msgid ""
2191
  "If enabled and Social ID provider does not provide user's email address on "
2192
  "login, user will be asked to provide his/her email address. Otherwise, a "
2197
  "completare questa informazione. In caso contrario, sará generata una email "
2198
  "fittizia"
2199
 
2200
+ #: admin/social_login.php:1611
2201
  msgid "Send post-registration email to user to set account password"
2202
  msgstr ""
2203
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2204
  "password"
2205
 
2206
+ #: admin/social_login.php:1621
2207
  msgid ""
2208
  "If enabled, an email will be sent to user after registration through Social "
2209
  "Login, regarding his/her login credentials (username-password to be able to "
2213
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2214
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2215
 
2216
+ #: admin/social_login.php:1628
2217
  msgid "Send new user registration notification email to admin"
2218
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2219
 
2220
+ #: admin/social_login.php:1638
2221
  msgid ""
2222
  "If enabled, an email will be sent to admin after new user registers through "
2223
  "Social Login, notifying admin about the new user registration"
2226
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2227
  "registrazione"
2228
 
2229
+ #: admin/social_login.php:1645
2230
  msgid "Login redirection"
2231
  msgstr "Reindirizzamento Login"
2232
 
2233
+ #: admin/social_login.php:1649
2234
  msgid "Same page where user logged in"
2235
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2236
 
2237
+ #: admin/social_login.php:1653 admin/social_login.php:1682
2238
  msgid "Account dashboard"
2239
  msgstr "Pannello Account"
2240
 
2241
+ #: admin/social_login.php:1656 admin/social_login.php:1685
2242
  msgid "BuddyPress profile page"
2243
  msgstr "Pagina di profilo BuddyPress"
2244
 
2245
+ #: admin/social_login.php:1659 admin/social_login.php:1688 inc/widget.php:265
2246
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2247
  msgid "Custom Url"
2248
  msgstr "Url personalizzata"
2249
 
2250
+ #: admin/social_login.php:1667
2251
  msgid "User will be redirected to the selected page after Social Login"
2252
  msgstr ""
2253
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2254
 
2255
+ #: admin/social_login.php:1674
2256
  msgid "Registration redirection"
2257
  msgstr "Reindirizzamento Registratione"
2258
 
2259
+ #: admin/social_login.php:1678
2260
  msgid "Same page from where user registered"
2261
  msgstr "La stessa pagina dove l'utente si è registrato"
2262
 
2263
+ #: admin/social_login.php:1694
2264
  #, fuzzy
2265
  msgid "Username Separator"
2266
  msgstr "Nome utente: %s"
2267
 
2268
+ #: admin/social_login.php:1698
2269
  msgid "Dash (-)"
2270
  msgstr ""
2271
 
2272
+ #: admin/social_login.php:1700
2273
  msgid "Underscore (_)"
2274
  msgstr ""
2275
 
2276
+ #: admin/social_login.php:1702
2277
  msgid "Dot (.)"
2278
  msgstr ""
2279
 
2280
+ #: admin/social_login.php:1704
2281
  msgid "None"
2282
  msgstr ""
2283
 
2284
+ #: admin/social_login.php:1712
2285
  msgid ""
2286
  "Choose one of the underscore, dot or dash to use to join first and last "
2287
  "names in the usernames of the new users"
2288
  msgstr ""
2289
 
2290
+ #: admin/social_login.php:1721
2291
  #, fuzzy
2292
  msgid "Social Account Linking Options"
2293
  msgstr "Collegamento Social Account"
2294
 
2295
+ #: admin/social_login.php:1736
2296
  #, fuzzy
2297
  msgid "Text to display above the Social Account Linking interface"
2298
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2299
 
2300
+ #: admin/social_login.php:1743
2301
  #, fuzzy
2302
  msgid ""
2303
  "Link social account to already existing account, if email address matches"
2304
  msgstr ""
2305
  "Collega il tuo social account per accedere al tuo account su questo sito"
2306
 
2307
+ #: admin/social_login.php:1753
2308
  msgid ""
2309
  "If email address of the user's Social Account matches with an already "
2310
  "existing account at your website, that social account will be linked to "
2312
  "Linking interface at their profile page."
2313
  msgstr ""
2314
 
2315
+ #: admin/social_login.php:1761
2316
  msgid "Enable social account linking at BuddyPress profile page"
2317
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2318
 
2319
+ #: admin/social_login.php:1771
2320
  msgid ""
2321
  "Enable this option to show social account linking interface at BuddyPress "
2322
  "profile page"
2324
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2325
  "nella pagina di profilo BuddyPress"
2326
 
2327
+ #: admin/social_login.php:1782
2328
  msgid "Email popup options"
2329
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2330
 
2331
+ #: admin/social_login.php:1787
2332
  msgid "Text on 'Email required' popup"
2333
  msgstr "Testo del pop-up"
2334
 
2335
+ #: admin/social_login.php:1797
2336
  msgid ""
2337
  "This text will be displayed on email required popup. Leave empty if not "
2338
  "required."
2340
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2341
  "bianco se non si vuole utilizzare."
2342
 
2343
+ #: admin/social_login.php:1805
2344
  msgid "Error message for 'Email required' popup"
2345
  msgstr "Messaggio d'errore"
2346
 
2347
+ #: admin/social_login.php:1815
2348
  msgid ""
2349
  "This message will be displayed to user if it provides invalid or already "
2350
  "registered email"
2352
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2353
  "indirizzo email non valido o già registrato."
2354
 
2355
+ #: admin/social_login.php:1823
2356
  msgid "Email popup height"
2357
  msgstr "Altezza pop-up Email"
2358
 
2359
+ #: admin/social_login.php:1833
2360
  msgid ""
2361
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2362
  "can increase the height of popup by specifying in this option. Leave empty "
2366
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2367
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2368
 
2369
+ #: admin/social_login.php:1840
2370
  msgid "Enable email verification"
2371
  msgstr "Abilita verifica email"
2372
 
2373
+ #: admin/social_login.php:1850
2374
  msgid ""
2375
  "If enabled, email provided by the user will be verified by sending a "
2376
  "confirmation link to that email. User would not be able to login without "
2380
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2381
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2382
 
2383
+ #: admin/social_login.php:1870
2384
  #, fuzzy
2385
  msgid "Enable GDPR opt-in"
2386
  msgstr "Abilita Disqus Commenting"
2387
 
2388
+ #: admin/social_login.php:1880
2389
  msgid ""
2390
  "Enable it to show GDPR opt-in for social login and social account linking"
2391
  msgstr ""
2392
 
2393
+ #: admin/social_login.php:1888
2394
  #, fuzzy
2395
  msgid "Placement of GDPR opt-in"
2396
  msgstr "Abilita Disqus Commenting"
2397
 
2398
+ #: admin/social_login.php:1892
2399
  #, fuzzy
2400
  msgid "Above Social Login icons"
2401
  msgstr "Opzioni"
2402
 
2403
+ #: admin/social_login.php:1894
2404
  #, fuzzy
2405
  msgid "Below Social Login icons"
2406
  msgstr "Opzioni"
2407
 
2408
+ #: admin/social_login.php:1900
2409
  #, fuzzy
2410
  msgid "Placement of GDPR opt-in above or below the social login icons"
2411
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2412
 
2413
+ #: admin/social_login.php:1907
2414
  msgid "Opt-in text"
2415
  msgstr ""
2416
 
2417
+ #: admin/social_login.php:1917
2418
  #, fuzzy
2419
  msgid "Text for the GDPR opt-in"
2420
  msgstr "Abilita Disqus Commenting"
2421
 
2422
+ #: admin/social_login.php:1924
2423
  msgid "Text to link to Terms-Conditions page"
2424
  msgstr ""
2425
 
2426
+ #: admin/social_login.php:1934
2427
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2428
  msgstr ""
2429
 
2430
+ #: admin/social_login.php:1941
2431
  msgid "Terms-Conditions Url"
2432
  msgstr ""
2433
 
2434
+ #: admin/social_login.php:1951
2435
  #, fuzzy
2436
  msgid "Url of the terms-conditions page of your website"
2437
  msgstr "Url della homepage del tuo sito web"
2438
 
2439
+ #: admin/social_login.php:1958
2440
  msgid "Text to link to Privacy Policy page"
2441
  msgstr ""
2442
 
2443
+ #: admin/social_login.php:1968
2444
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2445
  msgstr ""
2446
 
2447
+ #: admin/social_login.php:1975
2448
  msgid "Privacy Policy Url"
2449
  msgstr ""
2450
 
2451
+ #: admin/social_login.php:1985
2452
  #, fuzzy
2453
  msgid "Url of the privacy policy page of your website"
2454
  msgstr "Url della homepage del tuo sito web"
2455
 
2456
+ #: admin/social_login.php:2036 inc/widget.php:262 inc/widget.php:441
2457
  #: inc/widget.php:605 inc/widget.php:754
2458
  msgid "Select"
2459
  msgstr "Selezionare"
2460
 
2461
+ #: admin/social_login.php:2067
2462
  msgid "Social Login Shortcode & Widget"
2463
  msgstr "Shortcode & Widget"
2464
 
2465
+ #: admin/social_login.php:2068
2466
  msgid "Social Linking Shortcode"
2467
  msgstr "Social Linking Shortcode"
2468
 
2469
+ #: admin/social_login.php:2083
2470
  msgid "Why is social login not working?"
2471
  msgstr ""
2472
 
2473
+ #: admin/social_login.php:2084
2474
  msgid ""
2475
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2476
  "belong to the same app"
3079
  msgid "Why is Facebook share count not working?"
3080
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3081
 
3082
+ #: admin/social_sharing.php:1937 super_socializer.php:3385
3083
  #, php-format
3084
  msgid ""
3085
  "After the recent changes introduced in the Facebook graph API, it's not "
3185
  msgid "Settings saved"
3186
  msgstr "Impostazioni salvate"
3187
 
3188
+ #: helper.php:203
3189
  #, fuzzy
3190
  msgid "Click to toggle help"
3191
  msgstr "Clicca per nascondere l'aiuto"
3192
 
3193
+ #: helper.php:284
3194
  #, fuzzy
3195
  msgid "Add-Ons"
3196
  msgstr "Altri Add-ons"
3197
 
3198
+ #: helper.php:285
3199
  msgid "Support Documentation"
3200
  msgstr ""
3201
 
3202
+ #: helper.php:286
3203
  msgid "Settings"
3204
  msgstr "Configurazioni"
3205
 
3206
+ #: helper.php:562
3207
  msgid "Account linked successfully"
3208
  msgstr "Account collegato correttamente"
3209
 
3210
+ #: helper.php:566
3211
  msgid "Account already exists or linked"
3212
  msgstr "Account esistente o già collegato"
3213
 
3214
+ #: helper.php:602 helper.php:604
3215
  #, fuzzy
3216
  msgid "Login with"
3217
  msgstr "Punti Premio per il Social Accedi"
3218
 
3219
+ #: helper.php:639 helper.php:645
3220
  msgid "Currently"
3221
  msgstr "Attualmente"
3222
 
3223
+ #: helper.php:639 helper.php:645
3224
  msgid "Connected with"
3225
  msgstr "Connesso con"
3226
 
3227
+ #: helper.php:639 helper.php:645
3228
  msgid "Remove"
3229
  msgstr "rimuovere"
3230
 
3231
+ #: helper.php:718
3232
  msgid "Social Account Linking"
3233
  msgstr "Collegamento Social Account"
3234
 
3235
+ #: helper.php:769
3236
  msgid "Disable Standard Social Sharing on this "
3237
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3238
 
3239
+ #: helper.php:774
3240
  msgid "Disable Floating Social Sharing on this "
3241
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3242
 
3243
+ #: helper.php:779
3244
  msgid "Disable Standard like buttons on this "
3245
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
3246
 
3247
+ #: helper.php:784
3248
  msgid "Disable Floating like buttons on this "
3249
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
3250
 
3251
+ #: helper.php:789
3252
  msgid "Disable Social Commenting on this "
3253
  msgstr "Disabilita Social Commenting"
3254
 
3255
+ #: helper.php:798
3256
  msgid "Standard Sharing Interface"
3257
  msgstr "Interfaccia Sharing Standard"
3258
 
3259
+ #: helper.php:804 helper.php:823
3260
  msgid "Starting share count for "
3261
  msgstr "Avvio share count per"
3262
 
3263
+ #: helper.php:817
3264
  msgid "Floating Sharing Interface"
3265
  msgstr "Interfaccia Sharing Floating"
3266
 
3267
+ #: helper.php:917 super_socializer.php:2639
3268
  msgid "Social Avatar"
3269
  msgstr "Social Avatar"
3270
 
3271
+ #: helper.php:920 super_socializer.php:2650
3272
  msgid ""
3273
  "Do not fetch and update social avatar from my profile, next time I Social "
3274
  "Login"
3276
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
3277
  "social avatar dal mio profilo."
3278
 
3279
+ #: helper.php:921 super_socializer.php:2654
3280
  msgid "Update social avatar, next time I Social Login"
3281
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
3282
 
3283
+ #: helper.php:924
3284
  msgid "Small Avatar"
3285
  msgstr "Avatar Piccolo"
3286
 
3287
+ #: helper.php:928
3288
  msgid "Large Avatar"
3289
  msgstr "Avatar Grande"
3290
 
3291
+ #: helper.php:988 super_socializer.php:2207
3292
  msgid "Please verify your email address to login."
3293
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
3294
 
3295
+ #: helper.php:1025
3296
  msgid "Click to delete social profile data"
3297
  msgstr ""
3298
 
3299
+ #: helper.php:1054
3300
  #, fuzzy
3301
  msgid "Deleting"
3302
  msgstr "Configurazioni"
3303
 
3304
+ #: helper.php:1064
3305
  msgid "Deleted"
3306
  msgstr ""
3307
 
3308
+ #: helper.php:1066
3309
  msgid "Something bad happened"
3310
  msgstr ""
3311
 
3322
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
3323
  "amministrazione"
3324
 
3325
+ #: inc/social_login.php:1067
3326
  msgid "Email"
3327
  msgstr "Email"
3328
 
3329
+ #: inc/social_login.php:1068
3330
  msgid "Confirm email"
3331
  msgstr "Conferma email"
3332
 
3333
+ #: inc/social_login.php:1070
3334
  msgid "Save"
3335
  msgstr "Salva"
3336
 
3337
+ #: inc/social_login.php:1071
3338
  msgid "Cancel"
3339
  msgstr "Cancella"
3340
 
3341
+ #: inc/social_login.php:1145
3342
  msgid "Email Verification"
3343
  msgstr "Abilita verifica email"
3344
 
3345
+ #: inc/social_login.php:1147
3346
  msgid ""
3347
  "Please click on the following link or paste it in browser to verify your "
3348
  "email"
3366
  msgid "Total Shares"
3367
  msgstr "Mostra totale"
3368
 
3369
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3370
  msgid "Share"
3371
  msgstr "Share"
3372
 
3373
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3374
  msgid "Shares"
3375
  msgstr "Shares"
3376
 
3389
  #: inc/widget.php:13
3390
  #, fuzzy
3391
  msgid ""
3392
+ "Let your website users login/register via their favorite Social ID Provider, "
3393
+ "such as Facebook, Twitter, Google, Linkedin and many more"
3394
  msgstr ""
3395
  "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro "
3396
  "Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
3741
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3742
  msgstr ""
3743
 
3744
+ #: super_socializer.php:1984
3745
  #, fuzzy
3746
  msgid ""
3747
  "cURL is not enabled at your website server. Please contact your website "
3750
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3751
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3752
 
3753
+ #: super_socializer.php:2012
3754
  #, fuzzy, php-format
3755
  msgid ""
3756
  "Enter exactly the following url in <strong>Website</strong> option in your "
3760
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3761
  "3 %s)"
3762
 
3763
+ #: super_socializer.php:2015
3764
  #, fuzzy, php-format
3765
  msgid ""
3766
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3770
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3771
  "3 %s)"
3772
 
3773
+ #: super_socializer.php:2018
3774
  msgid ""
3775
  "Make sure cURL is enabled at your website server. You may need to contact "
3776
  "the server administrator of your website to verify this"
3778
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3779
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3780
 
3781
+ #: super_socializer.php:2185
3782
  msgid "Search"
3783
  msgstr ""
3784
 
3785
+ #: super_socializer.php:2207
3786
  msgid "Your email has been verified. Now you can login to your account"
3787
  msgstr ""
3788
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
3789
  "account"
3790
 
3791
+ #: super_socializer.php:2211
3792
  msgid "Notification"
3793
  msgstr "Notifiche"
3794
 
3795
+ #: super_socializer.php:2232
3796
  msgid "Please check your email inbox to complete the registration."
3797
  msgstr ""
3798
  "Per favore, per completare la registrazione, controlla la tua casella di "
3799
  "posta elettronica."
3800
 
3801
+ #: super_socializer.php:2301
3802
  msgid "Leave a reply"
3803
  msgstr "Lascia un commento"
3804
 
3805
+ #: super_socializer.php:2317
3806
  #, fuzzy
3807
  msgid "Link copied."
3808
  msgstr "LinkedIn"
3809
 
3810
+ #: super_socializer.php:2555
3811
  msgid "Super Socializer - General Options"
3812
  msgstr "Super Socializer - Opzioni"
3813
 
3814
+ #: super_socializer.php:2626
3815
  msgid ""
3816
  "I agree to my personal data being stored and used as per Privacy Policy and "
3817
  "Terms and Conditions"
3818
  msgstr ""
3819
 
3820
+ #: super_socializer.php:2630
3821
  msgid ""
3822
  "I revoke my consent to store and use my personal data. Kindly delete my "
3823
  "personal data saved in this website."
3824
  msgstr ""
3825
 
3826
+ #: super_socializer.php:2642
3827
  msgid "Small Avatar Url"
3828
  msgstr "Url Avatar Piccolo"
3829
 
3830
+ #: super_socializer.php:2646
3831
  msgid "Large Avatar Url"
3832
  msgstr "URL Avatar Grande"
3833
 
3834
+ #: super_socializer.php:2748
3835
  msgid "Login with your Social ID"
3836
  msgstr "Login con il tuo ID Social"
3837
 
3838
+ #: super_socializer.php:2749
3839
  msgid "Email you entered is already registered or invalid"
3840
  msgstr "La email inserita è già registrata o non è valida"
3841
 
3842
+ #: super_socializer.php:2756
3843
  msgid "Please enter a valid email address. You might be required to verify it"
3844
  msgstr ""
3845
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
3846
  "una verifica"
3847
 
3848
+ #: super_socializer.php:2761 super_socializer.php:3579
3849
  msgid "Link your social account to login to your account at this website"
3850
  msgstr ""
3851
  "Collega il tuo social account per accedere al tuo account su questo sito"
3852
 
3853
+ #: super_socializer.php:3026
3854
  msgid "Thanks for installing Super Socializer plugin"
3855
  msgstr ""
3856
 
3857
+ #: super_socializer.php:3028
3858
  msgid "Configure the Plugin"
3859
  msgstr ""
3860
 
3861
+ #: super_socializer.php:3039
3862
  msgid ""
3863
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3864
  "current version of Super Socializer"
3865
  msgstr ""
3866
 
3867
+ #: super_socializer.php:3048
3868
  msgid ""
3869
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3870
  "compatibility with the current version of Super Socializer"
3871
  msgstr ""
3872
 
3873
+ #: super_socializer.php:3057
3874
  msgid ""
3875
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3876
  "compatibility with the current version of Super Socializer"
3877
  msgstr ""
3878
 
3879
+ #: super_socializer.php:3066
3880
  msgid ""
3881
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3882
  "version of Super Socializer"
3883
  msgstr ""
3884
 
3885
+ #: super_socializer.php:3075
3886
  msgid ""
3887
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3888
  "compatibility with the current version of Super Socializer"
3889
  msgstr ""
3890
 
3891
+ #: super_socializer.php:3084
3892
  msgid ""
3893
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3894
  "for compatibility with the current version of Super Socializer"
3895
  msgstr ""
3896
 
3897
+ #: super_socializer.php:3093
3898
  msgid ""
3899
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3900
  "with current version of Super Socializer"
3901
  msgstr ""
3902
 
3903
+ #: super_socializer.php:3104
3904
  #, php-format
3905
  msgid ""
3906
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3907
  msgstr ""
3908
 
3909
+ #: super_socializer.php:3113
3910
  #, php-format
3911
  msgid ""
3912
  "To continue using Instagram login create a new Instagram App as described <a "
3914
  "Instagram App Secret <a href=\"%s\">here</a>"
3915
  msgstr ""
3916
 
3917
+ #: super_socializer.php:3122 super_socializer.php:3131
3918
  #, php-format
3919
  msgid ""
3920
  "To continue using bitly url shortener, login to your bit.ly account and "
3923
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3924
  msgstr ""
3925
 
3926
+ #: super_socializer.php:3147
3927
  #, php-format
3928
  msgid ""
3929
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3930
  msgstr ""
3931
 
3932
+ #: super_socializer.php:3171
3933
  #, php-format
3934
  msgid ""
3935
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3937
  "target=\"_blank\">here</a>"
3938
  msgstr ""
3939
 
3940
+ #: super_socializer.php:3171 super_socializer.php:3196
3941
+ #: super_socializer.php:3221 super_socializer.php:3246
3942
+ #: super_socializer.php:3279 super_socializer.php:3307
3943
+ #: super_socializer.php:3334
3944
  msgid "Okay"
3945
  msgstr ""
3946
 
3947
+ #: super_socializer.php:3196
3948
  #, php-format
3949
  msgid ""
3950
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3952
  "\">here</a>"
3953
  msgstr ""
3954
 
3955
+ #: super_socializer.php:3221
3956
  #, php-format
3957
  msgid ""
3958
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3960
  "target=\"_blank\">here</a>"
3961
  msgstr ""
3962
 
3963
+ #: super_socializer.php:3246
3964
  #, php-format
3965
  msgid ""
3966
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3968
  "target=\"_blank\">here</a>"
3969
  msgstr ""
3970
 
3971
+ #: super_socializer.php:3257
3972
  #, php-format
3973
  msgid ""
3974
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3975
  msgstr ""
3976
 
3977
+ #: super_socializer.php:3279
3978
  #, php-format
3979
  msgid ""
3980
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3982
  "\"%s\" target=\"_blank\">here</a>"
3983
  msgstr ""
3984
 
3985
+ #: super_socializer.php:3307
3986
  #, php-format
3987
  msgid ""
3988
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3991
  "your website %s with them. No need to copy-paste any code from their website."
3992
  msgstr ""
3993
 
3994
+ #: super_socializer.php:3334
3995
  #, php-format
3996
  msgid ""
3997
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3999
  "\"%s\" target=\"_blank\">here</a>"
4000
  msgstr ""
4001
 
4002
+ #: super_socializer.php:3359
4003
  #, php-format
4004
  msgid ""
4005
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4007
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4008
  msgstr ""
4009
 
4010
+ #: super_socializer.php:3359 super_socializer.php:3386
4011
  msgid "Dismiss"
4012
  msgstr ""
4013
 
4014
+ #: super_socializer.php:3655
4015
  msgid ""
4016
  "Your browser is blocking some features of this website. Please follow the "
4017
  "instructions at {support_url} to unblock these."
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: 2022-05-23 18:37+0530\n"
6
- "PO-Revision-Date: 2022-05-23 18:37+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -19,7 +19,7 @@ msgstr ""
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
- #: admin/social_login.php:5 admin/social_login.php:1999
23
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
24
  #, fuzzy, php-format
25
  msgid ""
@@ -33,7 +33,7 @@ msgstr ""
33
  "para obter Twitter API Key"
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
- #: super_socializer.php:2424
37
  msgid "General Options"
38
  msgstr "Opções Gerais"
39
 
@@ -82,20 +82,20 @@ msgstr ""
82
  "style&gt; )"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
- #: admin/social_commenting.php:401 admin/social_login.php:1995
86
- #: admin/social_sharing.php:1975 helper.php:926
87
  msgid "Save Changes"
88
  msgstr "Salvar Alterações"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
- #: admin/social_commenting.php:411 admin/social_login.php:2005
92
  #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
- #: admin/social_commenting.php:413 admin/social_login.php:2007
99
  #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -224,7 +224,7 @@ msgid "3rd Party Integration"
224
  msgstr ""
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
- #: admin/social_login.php:45 admin/social_login.php:1962
228
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
229
  #: admin/social_sharing.php:1901
230
  msgid "Shortcode & Widget"
@@ -232,7 +232,7 @@ msgstr "Shortcode & Widget"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
- #: admin/social_login.php:46 admin/social_login.php:1976
236
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
237
  msgid "FAQ"
238
  msgstr "P&R"
@@ -276,8 +276,8 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
276
  msgstr ""
277
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
278
 
279
- #: admin/like_buttons.php:105 admin/social_login.php:1231
280
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
281
  msgid "Title"
282
  msgstr "Título"
283
 
@@ -343,7 +343,7 @@ msgid "Interface location"
343
  msgstr "Localização da interface"
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
- #: admin/social_login.php:1548 admin/social_login.php:1577
347
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
348
  msgid "Homepage"
349
  msgstr "Homepage"
@@ -624,7 +624,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
624
  msgstr ""
625
 
626
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
627
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
628
  #, fuzzy
629
  msgid "More"
630
  msgstr ""
@@ -841,7 +841,7 @@ msgstr ""
841
  msgid "Social Commenting Shortcode"
842
  msgstr "Shortcode em Comentário Social"
843
 
844
- #: admin/social_commenting.php:386 admin/social_login.php:1978
845
  #: admin/social_sharing.php:1934
846
  msgid ""
847
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -859,7 +859,7 @@ msgid ""
859
  "Https?"
860
  msgstr ""
861
 
862
- #: admin/social_commenting.php:389 admin/social_login.php:1983
863
  #: admin/social_sharing.php:1949
864
  msgid "Why is my browser blocking some features of the plugin?"
865
  msgstr ""
@@ -895,12 +895,12 @@ msgstr "Configuração Básica"
895
  msgid "Advanced Configuration"
896
  msgstr "Configuração Básica"
897
 
898
- #: admin/social_login.php:41 admin/social_login.php:1762
899
- #: super_socializer.php:2492
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
- #: admin/social_login.php:43 admin/social_login.php:1913
904
  msgid "XProfile Integration"
905
  msgstr ""
906
 
@@ -1013,55 +1013,63 @@ msgstr "Google+ Client ID"
1013
  msgid "Spotify"
1014
  msgstr ""
1015
 
1016
- #: admin/social_login.php:179
1017
  msgid "Dribbble"
1018
  msgstr ""
1019
 
1020
- #: admin/social_login.php:183
 
 
 
 
 
 
 
 
1021
  #, fuzzy
1022
  msgid "Twitch"
1023
  msgstr "Twitter"
1024
 
1025
- #: admin/social_login.php:187
1026
  #, fuzzy
1027
  msgid "Foursquare"
1028
  msgstr "Quadrada"
1029
 
1030
- #: admin/social_login.php:191
1031
  msgid "Dropbox"
1032
  msgstr ""
1033
 
1034
- #: admin/social_login.php:195
1035
  #, fuzzy
1036
  msgid "Disqus"
1037
  msgstr "Rótulo para guia de Comentário Disqus"
1038
 
1039
- #: admin/social_login.php:199
1040
  msgid "Reddit"
1041
  msgstr ""
1042
 
1043
- #: admin/social_login.php:203
1044
  msgid "Mail.ru"
1045
  msgstr ""
1046
 
1047
- #: admin/social_login.php:207
1048
  msgid "Github"
1049
  msgstr ""
1050
 
1051
- #: admin/social_login.php:211
1052
  msgid "Kakao"
1053
  msgstr ""
1054
 
1055
- #: admin/social_login.php:219
1056
  msgid "Select Social ID provider to enable in Social Login"
1057
  msgstr ""
1058
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1059
 
1060
- #: admin/social_login.php:226
1061
  msgid "Facebook App ID"
1062
  msgstr "Facebook App ID"
1063
 
1064
- #: admin/social_login.php:236
1065
  #, php-format
1066
  msgid ""
1067
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1071,19 +1079,19 @@ msgstr ""
1071
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1072
  "para obter o Facebook App ID"
1073
 
1074
- #: admin/social_login.php:238 admin/social_login.php:259
1075
  #, fuzzy
1076
  msgid ""
1077
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1078
  msgstr ""
1079
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1080
 
1081
- #: admin/social_login.php:247
1082
  #, fuzzy
1083
  msgid "Facebook App Secret"
1084
  msgstr "Facebook App ID"
1085
 
1086
- #: admin/social_login.php:257
1087
  #, fuzzy, php-format
1088
  msgid ""
1089
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1093,11 +1101,11 @@ msgstr ""
1093
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1094
  "para obter o Facebook App ID"
1095
 
1096
- #: admin/social_login.php:268
1097
  msgid "Twitter API Key"
1098
  msgstr "Twitter API Key"
1099
 
1100
- #: admin/social_login.php:278
1101
  #, php-format
1102
  msgid ""
1103
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1107,20 +1115,20 @@ msgstr ""
1107
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1108
  "para obter Twitter API Key"
1109
 
1110
- #: admin/social_login.php:280 admin/social_login.php:305
1111
  #, fuzzy
1112
  msgid ""
1113
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1114
  msgstr ""
1115
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1116
 
1117
- #: admin/social_login.php:284 admin/social_login.php:309
1118
- #: admin/social_login.php:497 admin/social_login.php:517
1119
- #: admin/social_login.php:852 admin/social_login.php:872
1120
- #: admin/social_login.php:893 admin/social_login.php:913
1121
- #: admin/social_login.php:1018 admin/social_login.php:1038
1122
- #: admin/social_login.php:1146 admin/social_login.php:1166
1123
- #: admin/social_login.php:1188 admin/social_login.php:1208
1124
  #, fuzzy
1125
  msgid ""
1126
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1129,11 +1137,11 @@ msgstr ""
1129
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1130
  "mencionado"
1131
 
1132
- #: admin/social_login.php:293
1133
  msgid "Twitter API Secret"
1134
  msgstr "Segredo API Twitter"
1135
 
1136
- #: admin/social_login.php:303
1137
  #, php-format
1138
  msgid ""
1139
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1143,12 +1151,12 @@ msgstr ""
1143
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1144
  "obter o segredo da API Twitter"
1145
 
1146
- #: admin/social_login.php:318
1147
  #, fuzzy
1148
  msgid "LinkedIn Client ID"
1149
  msgstr "LinkedIn"
1150
 
1151
- #: admin/social_login.php:328
1152
  #, fuzzy, php-format
1153
  msgid ""
1154
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1158,8 +1166,8 @@ msgstr ""
1158
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1159
  "obeter API Key do LinkedIn"
1160
 
1161
- #: admin/social_login.php:330 admin/social_login.php:351
1162
- #: admin/social_login.php:537 admin/social_login.php:557
1163
  #, fuzzy
1164
  msgid ""
1165
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1167,12 +1175,12 @@ msgid ""
1167
  msgstr ""
1168
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1169
 
1170
- #: admin/social_login.php:339
1171
  #, fuzzy
1172
  msgid "LinkedIn Client Secret"
1173
  msgstr "LinkedIn"
1174
 
1175
- #: admin/social_login.php:349
1176
  #, fuzzy, php-format
1177
  msgid ""
1178
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1183,12 +1191,12 @@ msgstr ""
1183
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1184
  "obeter API Key do LinkedIn"
1185
 
1186
- #: admin/social_login.php:360
1187
  #, fuzzy
1188
  msgid "Google Client ID"
1189
  msgstr "Google+ Client ID"
1190
 
1191
- #: admin/social_login.php:370
1192
  #, fuzzy, php-format
1193
  msgid ""
1194
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1198,7 +1206,7 @@ msgstr ""
1198
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1199
  "obter o GooglePlus Client ID"
1200
 
1201
- #: admin/social_login.php:372 admin/social_login.php:393
1202
  #, fuzzy
1203
  msgid ""
1204
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -1206,12 +1214,12 @@ msgid ""
1206
  msgstr ""
1207
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1208
 
1209
- #: admin/social_login.php:381
1210
  #, fuzzy
1211
  msgid "Google Client Secret"
1212
  msgstr "Google+ Client ID"
1213
 
1214
- #: admin/social_login.php:391
1215
  #, fuzzy, php-format
1216
  msgid ""
1217
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1221,11 +1229,11 @@ msgstr ""
1221
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1222
  "obter o GooglePlus Client ID"
1223
 
1224
- #: admin/social_login.php:402
1225
  msgid "Vkontakte Application ID"
1226
  msgstr "Vkontakte Application ID"
1227
 
1228
- #: admin/social_login.php:412 admin/social_login.php:433
1229
  #, php-format
1230
  msgid ""
1231
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1236,7 +1244,7 @@ msgstr ""
1236
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1237
  "obter Vkontakte Application ID"
1238
 
1239
- #: admin/social_login.php:414 admin/social_login.php:435
1240
  #, fuzzy
1241
  msgid ""
1242
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -1244,17 +1252,17 @@ msgid ""
1244
  msgstr ""
1245
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
1246
 
1247
- #: admin/social_login.php:423
1248
  #, fuzzy
1249
  msgid "Vkontakte Secure key"
1250
  msgstr "Vkontakte"
1251
 
1252
- #: admin/social_login.php:444
1253
  #, fuzzy
1254
  msgid "Instagram App ID"
1255
  msgstr "Instagram Client ID"
1256
 
1257
- #: admin/social_login.php:454
1258
  #, fuzzy, php-format
1259
  msgid ""
1260
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1264,7 +1272,7 @@ msgstr ""
1264
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1265
  "obter Instagram Client ID"
1266
 
1267
- #: admin/social_login.php:456 admin/social_login.php:477
1268
  #, fuzzy
1269
  msgid ""
1270
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -1272,12 +1280,12 @@ msgid ""
1272
  msgstr ""
1273
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1274
 
1275
- #: admin/social_login.php:465
1276
  #, fuzzy
1277
  msgid "Instagram App Secret"
1278
  msgstr "Instagram"
1279
 
1280
- #: admin/social_login.php:475
1281
  #, fuzzy, php-format
1282
  msgid ""
1283
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1287,11 +1295,11 @@ msgstr ""
1287
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1288
  "obter Instagram Client ID"
1289
 
1290
- #: admin/social_login.php:486
1291
  msgid "Line Channel ID"
1292
  msgstr ""
1293
 
1294
- #: admin/social_login.php:495
1295
  #, fuzzy, php-format
1296
  msgid ""
1297
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1301,12 +1309,12 @@ msgstr ""
1301
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1302
  "obeter API Key do LinkedIn"
1303
 
1304
- #: admin/social_login.php:506
1305
  #, fuzzy
1306
  msgid "Line Channel Secret"
1307
  msgstr "LinkedIn"
1308
 
1309
- #: admin/social_login.php:515
1310
  #, fuzzy, php-format
1311
  msgid ""
1312
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1316,12 +1324,12 @@ msgstr ""
1316
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1317
  "obeter API Key do LinkedIn"
1318
 
1319
- #: admin/social_login.php:526
1320
  #, fuzzy
1321
  msgid "Wordpress Client ID"
1322
  msgstr "Google+ Client ID"
1323
 
1324
- #: admin/social_login.php:535
1325
  #, fuzzy, php-format
1326
  msgid ""
1327
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1331,12 +1339,12 @@ msgstr ""
1331
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1332
  "obter o GooglePlus Client ID"
1333
 
1334
- #: admin/social_login.php:546
1335
  #, fuzzy
1336
  msgid "Wordpress Client Secret"
1337
  msgstr "Google+ Client ID"
1338
 
1339
- #: admin/social_login.php:555
1340
  #, fuzzy, php-format
1341
  msgid ""
1342
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1347,12 +1355,12 @@ msgstr ""
1347
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1348
  "obter o GooglePlus Client ID"
1349
 
1350
- #: admin/social_login.php:566
1351
  #, fuzzy
1352
  msgid "Microsoft Client ID"
1353
  msgstr "Google+ Client ID"
1354
 
1355
- #: admin/social_login.php:575
1356
  #, fuzzy, php-format
1357
  msgid ""
1358
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1362,9 +1370,9 @@ msgstr ""
1362
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1363
  "obter o GooglePlus Client ID"
1364
 
1365
- #: admin/social_login.php:577 admin/social_login.php:597
1366
- #: admin/social_login.php:810 admin/social_login.php:830
1367
- #: admin/social_login.php:975 admin/social_login.php:995
1368
  #, fuzzy
1369
  msgid ""
1370
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -1372,12 +1380,12 @@ msgid ""
1372
  msgstr ""
1373
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1374
 
1375
- #: admin/social_login.php:586
1376
  #, fuzzy
1377
  msgid "Microsoft Client Secret"
1378
  msgstr "Google+ Client ID"
1379
 
1380
- #: admin/social_login.php:595
1381
  #, fuzzy, php-format
1382
  msgid ""
1383
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1388,12 +1396,12 @@ msgstr ""
1388
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1389
  "obter o GooglePlus Client ID"
1390
 
1391
- #: admin/social_login.php:605
1392
  #, fuzzy
1393
  msgid "Steam API Key"
1394
  msgstr "Twitter API Key"
1395
 
1396
- #: admin/social_login.php:614
1397
  #, fuzzy, php-format
1398
  msgid ""
1399
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1403,19 +1411,19 @@ msgstr ""
1403
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1404
  "para obter Twitter API Key"
1405
 
1406
- #: admin/social_login.php:615
1407
  #, fuzzy
1408
  msgid "Save following <strong>domain</strong> to get the key"
1409
  msgstr ""
1410
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1411
  "mencionado"
1412
 
1413
- #: admin/social_login.php:624
1414
  #, fuzzy
1415
  msgid "Yahoo Client ID"
1416
  msgstr "Google+ Client ID"
1417
 
1418
- #: admin/social_login.php:633
1419
  #, fuzzy, php-format
1420
  msgid ""
1421
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1425,7 +1433,7 @@ msgstr ""
1425
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1426
  "obter o GooglePlus Client ID"
1427
 
1428
- #: admin/social_login.php:635 admin/social_login.php:655
1429
  #, fuzzy
1430
  msgid ""
1431
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
@@ -1433,12 +1441,12 @@ msgid ""
1433
  msgstr ""
1434
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1435
 
1436
- #: admin/social_login.php:644
1437
  #, fuzzy
1438
  msgid "Yahoo Client Secret"
1439
  msgstr "Google+ Client ID"
1440
 
1441
- #: admin/social_login.php:653
1442
  #, fuzzy, php-format
1443
  msgid ""
1444
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1448,12 +1456,12 @@ msgstr ""
1448
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1449
  "obter o GooglePlus Client ID"
1450
 
1451
- #: admin/social_login.php:666
1452
  #, fuzzy
1453
  msgid "Discord Client ID"
1454
  msgstr "Instagram Client ID"
1455
 
1456
- #: admin/social_login.php:675
1457
  #, fuzzy, php-format
1458
  msgid ""
1459
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1463,7 +1471,7 @@ msgstr ""
1463
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1464
  "obter o GooglePlus Client ID"
1465
 
1466
- #: admin/social_login.php:677 admin/social_login.php:697
1467
  #, fuzzy
1468
  msgid ""
1469
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
@@ -1471,12 +1479,12 @@ msgid ""
1471
  msgstr ""
1472
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1473
 
1474
- #: admin/social_login.php:686
1475
  #, fuzzy
1476
  msgid "Discord Client Secret"
1477
  msgstr "Instagram Client ID"
1478
 
1479
- #: admin/social_login.php:695
1480
  #, fuzzy, php-format
1481
  msgid ""
1482
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1487,12 +1495,12 @@ msgstr ""
1487
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1488
  "obter o GooglePlus Client ID"
1489
 
1490
- #: admin/social_login.php:708
1491
  #, fuzzy
1492
  msgid "Amazon Client ID"
1493
  msgstr "Google+ Client ID"
1494
 
1495
- #: admin/social_login.php:717
1496
  #, fuzzy, php-format
1497
  msgid ""
1498
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1502,7 +1510,7 @@ msgstr ""
1502
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1503
  "obter o GooglePlus Client ID"
1504
 
1505
- #: admin/social_login.php:719 admin/social_login.php:739
1506
  #, fuzzy
1507
  msgid ""
1508
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
@@ -1510,12 +1518,12 @@ msgid ""
1510
  msgstr ""
1511
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1512
 
1513
- #: admin/social_login.php:728
1514
  #, fuzzy
1515
  msgid "Amazon Client Secret"
1516
  msgstr "Google+ Client ID"
1517
 
1518
- #: admin/social_login.php:737
1519
  #, fuzzy, php-format
1520
  msgid ""
1521
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1526,12 +1534,12 @@ msgstr ""
1526
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1527
  "obter o GooglePlus Client ID"
1528
 
1529
- #: admin/social_login.php:750
1530
  #, fuzzy
1531
  msgid "Stack Overflow Client ID"
1532
  msgstr "Google+ Client ID"
1533
 
1534
- #: admin/social_login.php:759
1535
  #, fuzzy, php-format
1536
  msgid ""
1537
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1542,12 +1550,12 @@ msgstr ""
1542
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1543
  "obter o GooglePlus Client ID"
1544
 
1545
- #: admin/social_login.php:765
1546
  #, fuzzy
1547
  msgid "Stack Overflow Client Secret"
1548
  msgstr "Google+ Client ID"
1549
 
1550
- #: admin/social_login.php:774
1551
  #, fuzzy, php-format
1552
  msgid ""
1553
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1558,12 +1566,12 @@ msgstr ""
1558
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1559
  "obter o GooglePlus Client ID"
1560
 
1561
- #: admin/social_login.php:780
1562
  #, fuzzy
1563
  msgid "Stack Overflow Key"
1564
  msgstr "Google+ Client ID"
1565
 
1566
- #: admin/social_login.php:790
1567
  #, fuzzy, php-format
1568
  msgid ""
1569
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1574,12 +1582,12 @@ msgstr ""
1574
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1575
  "para obter Twitter API Key"
1576
 
1577
- #: admin/social_login.php:799
1578
  #, fuzzy
1579
  msgid "Spotify Client ID"
1580
  msgstr "Google+ Client ID"
1581
 
1582
- #: admin/social_login.php:808
1583
  #, fuzzy, php-format
1584
  msgid ""
1585
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1589,12 +1597,12 @@ msgstr ""
1589
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1590
  "obter o GooglePlus Client ID"
1591
 
1592
- #: admin/social_login.php:819
1593
  #, fuzzy
1594
  msgid "Spotify Client Secret"
1595
  msgstr "Google+ Client ID"
1596
 
1597
- #: admin/social_login.php:828
1598
  #, fuzzy, php-format
1599
  msgid ""
1600
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1605,12 +1613,12 @@ msgstr ""
1605
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1606
  "obter o GooglePlus Client ID"
1607
 
1608
- #: admin/social_login.php:841
1609
  #, fuzzy
1610
  msgid "Dribbble Client ID"
1611
  msgstr "Google+ Client ID"
1612
 
1613
- #: admin/social_login.php:850
1614
  #, fuzzy, php-format
1615
  msgid ""
1616
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1620,12 +1628,12 @@ msgstr ""
1620
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1621
  "obter o GooglePlus Client ID"
1622
 
1623
- #: admin/social_login.php:861
1624
  #, fuzzy
1625
  msgid "Dribbble Client Secret"
1626
  msgstr "Google+ Client ID"
1627
 
1628
- #: admin/social_login.php:870
1629
  #, fuzzy, php-format
1630
  msgid ""
1631
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1636,12 +1644,106 @@ msgstr ""
1636
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1637
  "obter o GooglePlus Client ID"
1638
 
1639
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1640
  #, fuzzy
1641
  msgid "Twitch Client ID"
1642
  msgstr "Instagram Client ID"
1643
 
1644
- #: admin/social_login.php:891
1645
  #, fuzzy, php-format
1646
  msgid ""
1647
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1651,12 +1753,12 @@ msgstr ""
1651
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1652
  "obter o GooglePlus Client ID"
1653
 
1654
- #: admin/social_login.php:902
1655
  #, fuzzy
1656
  msgid "Twitch Client Secret"
1657
  msgstr "Instagram Client ID"
1658
 
1659
- #: admin/social_login.php:911
1660
  #, fuzzy, php-format
1661
  msgid ""
1662
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1666,12 +1768,12 @@ msgstr ""
1666
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1667
  "obter o GooglePlus Client ID"
1668
 
1669
- #: admin/social_login.php:924
1670
  #, fuzzy
1671
  msgid "Foursquare Client ID"
1672
  msgstr "Google+ Client ID"
1673
 
1674
- #: admin/social_login.php:933
1675
  #, fuzzy, php-format
1676
  msgid ""
1677
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1682,7 +1784,7 @@ msgstr ""
1682
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1683
  "obter o GooglePlus Client ID"
1684
 
1685
- #: admin/social_login.php:935 admin/social_login.php:955
1686
  #, fuzzy
1687
  msgid ""
1688
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
@@ -1690,12 +1792,12 @@ msgid ""
1690
  msgstr ""
1691
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1692
 
1693
- #: admin/social_login.php:944
1694
  #, fuzzy
1695
  msgid "Foursquare Client Secret"
1696
  msgstr "Google+ Client ID"
1697
 
1698
- #: admin/social_login.php:953
1699
  #, fuzzy, php-format
1700
  msgid ""
1701
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1706,11 +1808,11 @@ msgstr ""
1706
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1707
  "obter o GooglePlus Client ID"
1708
 
1709
- #: admin/social_login.php:964
1710
  msgid "Dropbox App Key"
1711
  msgstr ""
1712
 
1713
- #: admin/social_login.php:973
1714
  #, fuzzy, php-format
1715
  msgid ""
1716
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1720,12 +1822,12 @@ msgstr ""
1720
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1721
  "para obter o Facebook App ID"
1722
 
1723
- #: admin/social_login.php:984
1724
  #, fuzzy
1725
  msgid "Dropbox App Secret"
1726
  msgstr "Facebook App ID"
1727
 
1728
- #: admin/social_login.php:993
1729
  #, fuzzy, php-format
1730
  msgid ""
1731
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1735,11 +1837,11 @@ msgstr ""
1735
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1736
  "para obter o Facebook App ID"
1737
 
1738
- #: admin/social_login.php:1007
1739
  msgid "Disqus Public Key"
1740
  msgstr ""
1741
 
1742
- #: admin/social_login.php:1016
1743
  #, fuzzy, php-format
1744
  msgid ""
1745
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1749,12 +1851,12 @@ msgstr ""
1749
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1750
  "obter Xing Consumer Key"
1751
 
1752
- #: admin/social_login.php:1027
1753
  #, fuzzy
1754
  msgid "Disqus Secret Key"
1755
  msgstr "Disqus Shortname"
1756
 
1757
- #: admin/social_login.php:1036
1758
  #, fuzzy, php-format
1759
  msgid ""
1760
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1764,12 +1866,12 @@ msgstr ""
1764
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1765
  "obter Xing Consumer Key"
1766
 
1767
- #: admin/social_login.php:1049
1768
  #, fuzzy
1769
  msgid "Reddit Client ID"
1770
  msgstr "Instagram Client ID"
1771
 
1772
- #: admin/social_login.php:1058
1773
  #, fuzzy, php-format
1774
  msgid ""
1775
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1779,7 +1881,7 @@ msgstr ""
1779
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1780
  "obter o GooglePlus Client ID"
1781
 
1782
- #: admin/social_login.php:1060 admin/social_login.php:1080
1783
  #, fuzzy
1784
  msgid ""
1785
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
@@ -1787,12 +1889,12 @@ msgid ""
1787
  msgstr ""
1788
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1789
 
1790
- #: admin/social_login.php:1069
1791
  #, fuzzy
1792
  msgid "Reddit Client Secret"
1793
  msgstr "Instagram Client ID"
1794
 
1795
- #: admin/social_login.php:1078
1796
  #, fuzzy, php-format
1797
  msgid ""
1798
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1802,12 +1904,12 @@ msgstr ""
1802
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1803
  "obter o GooglePlus Client ID"
1804
 
1805
- #: admin/social_login.php:1092
1806
  #, fuzzy
1807
  msgid "Mail.ru Client ID"
1808
  msgstr "Instagram Client ID"
1809
 
1810
- #: admin/social_login.php:1101
1811
  #, fuzzy, php-format
1812
  msgid ""
1813
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1817,7 +1919,7 @@ msgstr ""
1817
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1818
  "obter o GooglePlus Client ID"
1819
 
1820
- #: admin/social_login.php:1103 admin/social_login.php:1123
1821
  #, fuzzy
1822
  msgid ""
1823
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
@@ -1825,12 +1927,12 @@ msgid ""
1825
  msgstr ""
1826
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1827
 
1828
- #: admin/social_login.php:1112
1829
  #, fuzzy
1830
  msgid "Mail.ru Client Secret"
1831
  msgstr "Instagram Client ID"
1832
 
1833
- #: admin/social_login.php:1121
1834
  #, fuzzy, php-format
1835
  msgid ""
1836
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1841,12 +1943,12 @@ msgstr ""
1841
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1842
  "obter o GooglePlus Client ID"
1843
 
1844
- #: admin/social_login.php:1135
1845
  #, fuzzy
1846
  msgid "Github Client ID"
1847
  msgstr "Instagram Client ID"
1848
 
1849
- #: admin/social_login.php:1144
1850
  #, fuzzy, php-format
1851
  msgid ""
1852
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1856,12 +1958,12 @@ msgstr ""
1856
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1857
  "obter o GooglePlus Client ID"
1858
 
1859
- #: admin/social_login.php:1155
1860
  #, fuzzy
1861
  msgid "Github Client Secret"
1862
  msgstr "Instagram Client ID"
1863
 
1864
- #: admin/social_login.php:1164
1865
  #, fuzzy, php-format
1866
  msgid ""
1867
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1871,12 +1973,12 @@ msgstr ""
1871
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1872
  "obter o GooglePlus Client ID"
1873
 
1874
- #: admin/social_login.php:1177
1875
  #, fuzzy
1876
  msgid "Kakao Client ID"
1877
  msgstr "Google+ Client ID"
1878
 
1879
- #: admin/social_login.php:1186
1880
  #, fuzzy, php-format
1881
  msgid ""
1882
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1886,12 +1988,12 @@ msgstr ""
1886
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1887
  "obter o GooglePlus Client ID"
1888
 
1889
- #: admin/social_login.php:1197
1890
  #, fuzzy
1891
  msgid "Kakao Client Secret"
1892
  msgstr "Google+ Client ID"
1893
 
1894
- #: admin/social_login.php:1206
1895
  #, fuzzy, php-format
1896
  msgid ""
1897
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1901,49 +2003,49 @@ msgstr ""
1901
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1902
  "obter o GooglePlus Client ID"
1903
 
1904
- #: admin/social_login.php:1226
1905
  #, fuzzy
1906
  msgid "Social Login Options"
1907
  msgstr "Autenticação Social"
1908
 
1909
- #: admin/social_login.php:1241
1910
  msgid "Text to display above the Social Login interface"
1911
  msgstr "Texto exibido acima da interface de Autenticação Social"
1912
 
1913
- #: admin/social_login.php:1249
1914
  msgid "Trigger social login in the same browser tab"
1915
  msgstr ""
1916
 
1917
- #: admin/social_login.php:1259
1918
  msgid "Trigger social login in the same browser tab instead of a popup window"
1919
  msgstr ""
1920
 
1921
- #: admin/social_login.php:1266
1922
  #, fuzzy
1923
  msgid "Center align icons"
1924
  msgstr "Rearranjar ícones"
1925
 
1926
- #: admin/social_login.php:1276
1927
  #, fuzzy
1928
  msgid "Center align social login icons"
1929
  msgstr "Autenticação Social"
1930
 
1931
- #: admin/social_login.php:1283
1932
  msgid "Enable at login page"
1933
  msgstr "Habilia a página de autenticação"
1934
 
1935
- #: admin/social_login.php:1293
1936
  msgid ""
1937
  "Social Login interface will get enabled at the login page of your website"
1938
  msgstr ""
1939
  "Interface de Autenticação Social será habilitada na página de autenticação "
1940
  "do seu website"
1941
 
1942
- #: admin/social_login.php:1300
1943
  msgid "Enable at register page"
1944
  msgstr "Habilitar página de registro"
1945
 
1946
- #: admin/social_login.php:1310
1947
  msgid ""
1948
  "Social Login interface will get enabled at the registration page of your "
1949
  "website"
@@ -1951,21 +2053,21 @@ msgstr ""
1951
  "Interface de Autenticação Social será habilitada na página de registro de "
1952
  "seu website"
1953
 
1954
- #: admin/social_login.php:1317
1955
  msgid "Enable at comment form"
1956
  msgstr "Habilitar no formulário de comentário"
1957
 
1958
- #: admin/social_login.php:1327
1959
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1960
  msgstr ""
1961
  "Interface de Autenticação Social será habilitada em seu formulário de "
1962
  "comentários Wordpress"
1963
 
1964
- #: admin/social_login.php:1341
1965
  msgid "Enable before WooCommerce Customer Login Form"
1966
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
1967
 
1968
- #: admin/social_login.php:1351
1969
  msgid ""
1970
  "Social Login Interface will get enabled before the customer login form at "
1971
  "WooCommerce My Account page"
@@ -1973,12 +2075,12 @@ msgstr ""
1973
  "Interface de Autenticação Social será habilitada antes do formulário de "
1974
  "autenticação de cliente na página Minha Conta do WooCommerce"
1975
 
1976
- #: admin/social_login.php:1358
1977
  #, fuzzy
1978
  msgid "Enable at WooCommerce Customer Login Form"
1979
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
1980
 
1981
- #: admin/social_login.php:1368
1982
  #, fuzzy
1983
  msgid ""
1984
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -1987,13 +2089,13 @@ msgstr ""
1987
  "Interface de Autenticação Social será habilitada depois do formulário de "
1988
  "autenticação de cliente na página Minha Conta do WooCommerce"
1989
 
1990
- #: admin/social_login.php:1375
1991
  #, fuzzy
1992
  msgid "Enable at WooCommerce Customer Register Form"
1993
  msgstr ""
1994
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
1995
 
1996
- #: admin/social_login.php:1385
1997
  #, fuzzy
1998
  msgid ""
1999
  "Integrate Social Login Interface with the customer register form at "
@@ -2002,22 +2104,22 @@ msgstr ""
2002
  "Interface de Autenticação Social será habilitada depois do formulário de "
2003
  "autenticação de cliente na página Minha Conta do WooCommerce"
2004
 
2005
- #: admin/social_login.php:1392
2006
  msgid "Enable at WooCommerce checkout page"
2007
  msgstr "Habilitado na página de checkout do WooCommerce"
2008
 
2009
- #: admin/social_login.php:1402
2010
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2011
  msgstr ""
2012
  "Interface de Autenticação Social será habilitada página de checkout do "
2013
  "WooCommerce"
2014
 
2015
- #: admin/social_login.php:1412
2016
  msgid "Auto-approve comments made by Social Login users"
2017
  msgstr ""
2018
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2019
 
2020
- #: admin/social_login.php:1422
2021
  msgid ""
2022
  "If this option is enabled, and WordPress comment is made by Social Login "
2023
  "user, comment will get approved immediately without keeping in moderation."
@@ -2026,15 +2128,15 @@ msgstr ""
2026
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2027
  "considerações de moderação."
2028
 
2029
- #: admin/social_login.php:1423
2030
  msgid "Note: This is not related to Facebook comments"
2031
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2032
 
2033
- #: admin/social_login.php:1432
2034
  msgid "Enable social avatar"
2035
  msgstr "Habilitar o avatar social"
2036
 
2037
- #: admin/social_login.php:1442
2038
  msgid ""
2039
  "Social profile pictures of the logged in user will be displayed as profile "
2040
  "avatar"
@@ -2042,30 +2144,30 @@ msgstr ""
2042
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2043
  "do perfil"
2044
 
2045
- #: admin/social_login.php:1451
2046
  msgid "Avatar quality"
2047
  msgstr "Qualidade do Avatar"
2048
 
2049
- #: admin/social_login.php:1454
2050
  msgid "Average"
2051
  msgstr "Média"
2052
 
2053
- #: admin/social_login.php:1455
2054
  msgid "Best"
2055
  msgstr "Melhor"
2056
 
2057
- #: admin/social_login.php:1462
2058
  msgid "Choose avatar quality"
2059
  msgstr "Escolha a qualidade do avatar"
2060
 
2061
- #: admin/social_login.php:1470
2062
  msgid ""
2063
  "Show option for users to update social avatar at BuddyPress profile page"
2064
  msgstr ""
2065
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2066
  "perfil do BuddyPress"
2067
 
2068
- #: admin/social_login.php:1480
2069
  msgid ""
2070
  "If enabled, users would be able to update their social avatar from \"Profile "
2071
  "photo\" section in BuddyPress profile at front-end"
@@ -2073,11 +2175,11 @@ msgstr ""
2073
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2074
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2075
 
2076
- #: admin/social_login.php:1490 super_socializer.php:2098
2077
  msgid "Email required"
2078
  msgstr "Necessário email"
2079
 
2080
- #: admin/social_login.php:1500
2081
  msgid ""
2082
  "If enabled and Social ID provider does not provide user's email address on "
2083
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2087,11 +2189,11 @@ msgstr ""
2087
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2088
  "email. Do contrário, um email postiço será gerado"
2089
 
2090
- #: admin/social_login.php:1508
2091
  msgid "Send post-registration email to user to set account password"
2092
  msgstr ""
2093
 
2094
- #: admin/social_login.php:1518
2095
  msgid ""
2096
  "If enabled, an email will be sent to user after registration through Social "
2097
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2101,12 +2203,12 @@ msgstr ""
2101
  "Social, com respeito as credecial do usuário para autenticação (username-"
2102
  "senha para possibilitar a autenticação via formulário tradicional)"
2103
 
2104
- #: admin/social_login.php:1525
2105
  #, fuzzy
2106
  msgid "Send new user registration notification email to admin"
2107
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2108
 
2109
- #: admin/social_login.php:1535
2110
  #, fuzzy
2111
  msgid ""
2112
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2116,84 +2218,84 @@ msgstr ""
2116
  "Social, com respeito as credecial do usuário para autenticação (username-"
2117
  "senha para possibilitar a autenticação via formulário tradicional)"
2118
 
2119
- #: admin/social_login.php:1542
2120
  msgid "Login redirection"
2121
  msgstr "Redireção de autenticação"
2122
 
2123
- #: admin/social_login.php:1546
2124
  msgid "Same page where user logged in"
2125
  msgstr "Mesma página onde o usuário autenticou-se"
2126
 
2127
- #: admin/social_login.php:1550 admin/social_login.php:1579
2128
  msgid "Account dashboard"
2129
  msgstr "Painel da Conta"
2130
 
2131
- #: admin/social_login.php:1553 admin/social_login.php:1582
2132
  msgid "BuddyPress profile page"
2133
  msgstr "Página de perfil BuddyPress"
2134
 
2135
- #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2136
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2137
  msgid "Custom Url"
2138
  msgstr "Url Personalizada"
2139
 
2140
- #: admin/social_login.php:1564
2141
  msgid "User will be redirected to the selected page after Social Login"
2142
  msgstr ""
2143
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2144
 
2145
- #: admin/social_login.php:1571
2146
  msgid "Registration redirection"
2147
  msgstr "Redirecionamento de registro"
2148
 
2149
- #: admin/social_login.php:1575
2150
  msgid "Same page from where user registered"
2151
  msgstr "Mesma página de onde o usuário se registrou"
2152
 
2153
- #: admin/social_login.php:1591
2154
  #, fuzzy
2155
  msgid "Username Separator"
2156
  msgstr "Username: %s"
2157
 
2158
- #: admin/social_login.php:1595
2159
  msgid "Dash (-)"
2160
  msgstr ""
2161
 
2162
- #: admin/social_login.php:1597
2163
  msgid "Underscore (_)"
2164
  msgstr ""
2165
 
2166
- #: admin/social_login.php:1599
2167
  msgid "Dot (.)"
2168
  msgstr ""
2169
 
2170
- #: admin/social_login.php:1601
2171
  msgid "None"
2172
  msgstr ""
2173
 
2174
- #: admin/social_login.php:1609
2175
  msgid ""
2176
  "Choose one of the underscore, dot or dash to use to join first and last "
2177
  "names in the usernames of the new users"
2178
  msgstr ""
2179
 
2180
- #: admin/social_login.php:1618
2181
  #, fuzzy
2182
  msgid "Social Account Linking Options"
2183
  msgstr "Comentário Social"
2184
 
2185
- #: admin/social_login.php:1633
2186
  #, fuzzy
2187
  msgid "Text to display above the Social Account Linking interface"
2188
  msgstr "Texto exibido acima da interface de Autenticação Social"
2189
 
2190
- #: admin/social_login.php:1640
2191
  #, fuzzy
2192
  msgid ""
2193
  "Link social account to already existing account, if email address matches"
2194
  msgstr "Associe sua conta social ao login de sua conta neste website"
2195
 
2196
- #: admin/social_login.php:1650
2197
  msgid ""
2198
  "If email address of the user's Social Account matches with an already "
2199
  "existing account at your website, that social account will be linked to "
@@ -2201,11 +2303,11 @@ msgid ""
2201
  "Linking interface at their profile page."
2202
  msgstr ""
2203
 
2204
- #: admin/social_login.php:1658
2205
  msgid "Enable social account linking at BuddyPress profile page"
2206
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2207
 
2208
- #: admin/social_login.php:1668
2209
  msgid ""
2210
  "Enable this option to show social account linking interface at BuddyPress "
2211
  "profile page"
@@ -2213,15 +2315,15 @@ msgstr ""
2213
  "Habilitar estar opção para exibir a conta social associada a página de "
2214
  "interface de perfil do BuddyPress"
2215
 
2216
- #: admin/social_login.php:1679
2217
  msgid "Email popup options"
2218
  msgstr "Opções de popup de email"
2219
 
2220
- #: admin/social_login.php:1684
2221
  msgid "Text on 'Email required' popup"
2222
  msgstr "Texto popup de 'Email requerido'"
2223
 
2224
- #: admin/social_login.php:1694
2225
  msgid ""
2226
  "This text will be displayed on email required popup. Leave empty if not "
2227
  "required."
@@ -2229,11 +2331,11 @@ msgstr ""
2229
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2230
  "o email não for requerido."
2231
 
2232
- #: admin/social_login.php:1702
2233
  msgid "Error message for 'Email required' popup"
2234
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2235
 
2236
- #: admin/social_login.php:1712
2237
  msgid ""
2238
  "This message will be displayed to user if it provides invalid or already "
2239
  "registered email"
@@ -2241,11 +2343,11 @@ msgstr ""
2241
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2242
  "ou já registrado"
2243
 
2244
- #: admin/social_login.php:1720
2245
  msgid "Email popup height"
2246
  msgstr "Altura do popup de email"
2247
 
2248
- #: admin/social_login.php:1730
2249
  msgid ""
2250
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2251
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2255,11 +2357,11 @@ msgstr ""
2255
  "requirido\\\", você pode incrementar a altura do popup através de "
2256
  "especificação nesta opção. Deixe vazio para padrão."
2257
 
2258
- #: admin/social_login.php:1737
2259
  msgid "Enable email verification"
2260
  msgstr "Habilitar verificação de email"
2261
 
2262
- #: admin/social_login.php:1747
2263
  msgid ""
2264
  "If enabled, email provided by the user will be verified by sending a "
2265
  "confirmation link to that email. User would not be able to login without "
@@ -2269,97 +2371,97 @@ msgstr ""
2269
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2270
  "antes de validar seu email"
2271
 
2272
- #: admin/social_login.php:1767
2273
  #, fuzzy
2274
  msgid "Enable GDPR opt-in"
2275
  msgstr "Habilitar comentário Disqus"
2276
 
2277
- #: admin/social_login.php:1777
2278
  msgid ""
2279
  "Enable it to show GDPR opt-in for social login and social account linking"
2280
  msgstr ""
2281
 
2282
- #: admin/social_login.php:1785
2283
  #, fuzzy
2284
  msgid "Placement of GDPR opt-in"
2285
  msgstr "Habilitar comentário Disqus"
2286
 
2287
- #: admin/social_login.php:1789
2288
  #, fuzzy
2289
  msgid "Above Social Login icons"
2290
  msgstr "Autenticação Social"
2291
 
2292
- #: admin/social_login.php:1791
2293
  #, fuzzy
2294
  msgid "Below Social Login icons"
2295
  msgstr "Autenticação Social"
2296
 
2297
- #: admin/social_login.php:1797
2298
  #, fuzzy
2299
  msgid "Placement of GDPR opt-in above or below the social login icons"
2300
  msgstr "Texto exibido acima da interface de Autenticação Social"
2301
 
2302
- #: admin/social_login.php:1804
2303
  msgid "Opt-in text"
2304
  msgstr ""
2305
 
2306
- #: admin/social_login.php:1814
2307
  #, fuzzy
2308
  msgid "Text for the GDPR opt-in"
2309
  msgstr "Habilitar comentário Disqus"
2310
 
2311
- #: admin/social_login.php:1821
2312
  msgid "Text to link to Terms-Conditions page"
2313
  msgstr ""
2314
 
2315
- #: admin/social_login.php:1831
2316
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2317
  msgstr ""
2318
 
2319
- #: admin/social_login.php:1838
2320
  msgid "Terms-Conditions Url"
2321
  msgstr ""
2322
 
2323
- #: admin/social_login.php:1848
2324
  #, fuzzy
2325
  msgid "Url of the terms-conditions page of your website"
2326
  msgstr "Url da homepage do seu website"
2327
 
2328
- #: admin/social_login.php:1855
2329
  msgid "Text to link to Privacy Policy page"
2330
  msgstr ""
2331
 
2332
- #: admin/social_login.php:1865
2333
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2334
  msgstr ""
2335
 
2336
- #: admin/social_login.php:1872
2337
  msgid "Privacy Policy Url"
2338
  msgstr ""
2339
 
2340
- #: admin/social_login.php:1882
2341
  #, fuzzy
2342
  msgid "Url of the privacy policy page of your website"
2343
  msgstr "Url da homepage do seu website"
2344
 
2345
- #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2346
  #: inc/widget.php:605 inc/widget.php:754
2347
  msgid "Select"
2348
  msgstr "Selecione"
2349
 
2350
- #: admin/social_login.php:1964
2351
  msgid "Social Login Shortcode & Widget"
2352
  msgstr "Autenticação Social Shortcode & Widget"
2353
 
2354
- #: admin/social_login.php:1965
2355
  msgid "Social Linking Shortcode"
2356
  msgstr "Shortcode de associação Social"
2357
 
2358
- #: admin/social_login.php:1980
2359
  msgid "Why is social login not working?"
2360
  msgstr ""
2361
 
2362
- #: admin/social_login.php:1981
2363
  msgid ""
2364
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2365
  "belong to the same app"
@@ -2970,7 +3072,7 @@ msgstr ""
2970
  msgid "Why is Facebook share count not working?"
2971
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
2972
 
2973
- #: admin/social_sharing.php:1937 super_socializer.php:3249
2974
  #, php-format
2975
  msgid ""
2976
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3078,93 +3180,93 @@ msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3078
  msgid "Settings saved"
3079
  msgstr "Configurações salvas"
3080
 
3081
- #: helper.php:197
3082
  #, fuzzy
3083
  msgid "Click to toggle help"
3084
  msgstr "Click para esconder ajuda"
3085
 
3086
- #: helper.php:278
3087
  #, fuzzy
3088
  msgid "Add-Ons"
3089
  msgstr "Outros Add-ons"
3090
 
3091
- #: helper.php:279
3092
  msgid "Support Documentation"
3093
  msgstr ""
3094
 
3095
- #: helper.php:280
3096
  msgid "Settings"
3097
  msgstr "Configurações"
3098
 
3099
- #: helper.php:556
3100
  msgid "Account linked successfully"
3101
  msgstr "Conta associada com sucesso"
3102
 
3103
- #: helper.php:560
3104
  msgid "Account already exists or linked"
3105
  msgstr "Conta já existente ou já está associada"
3106
 
3107
- #: helper.php:596 helper.php:598
3108
  #, fuzzy
3109
  msgid "Login with"
3110
  msgstr "Ganhe pontos na Autenticação Social"
3111
 
3112
- #: helper.php:633 helper.php:639
3113
  msgid "Currently"
3114
  msgstr "Atualmente"
3115
 
3116
- #: helper.php:633 helper.php:639
3117
  msgid "Connected with"
3118
  msgstr ""
3119
 
3120
- #: helper.php:633 helper.php:639
3121
  msgid "Remove"
3122
  msgstr "Remover"
3123
 
3124
- #: helper.php:712
3125
  #, fuzzy
3126
  msgid "Social Account Linking"
3127
  msgstr ""
3128
  "Habilitar estar opção para exibir a conta social associada a página de "
3129
  "interface de perfil do BuddyPress"
3130
 
3131
- #: helper.php:763
3132
  msgid "Disable Standard Social Sharing on this "
3133
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3134
 
3135
- #: helper.php:768
3136
  msgid "Disable Floating Social Sharing on this "
3137
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3138
 
3139
- #: helper.php:773
3140
  msgid "Disable Standard like buttons on this "
3141
  msgstr "Desabilitar o botão de like padrão neste(a) "
3142
 
3143
- #: helper.php:778
3144
  msgid "Disable Floating like buttons on this "
3145
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3146
 
3147
- #: helper.php:783
3148
  msgid "Disable Social Commenting on this "
3149
  msgstr "Desabilitar o Comentário Social neste(a) "
3150
 
3151
- #: helper.php:792
3152
  msgid "Standard Sharing Interface"
3153
  msgstr "Interface Padrão de Compartilhamento"
3154
 
3155
- #: helper.php:798 helper.php:817
3156
  msgid "Starting share count for "
3157
  msgstr "Iniciando contagem compartilhada para "
3158
 
3159
- #: helper.php:811
3160
  msgid "Floating Sharing Interface"
3161
  msgstr "Interface de Compartilhamento Flutuante"
3162
 
3163
- #: helper.php:911 super_socializer.php:2508
3164
  msgid "Social Avatar"
3165
  msgstr "Avatar Social"
3166
 
3167
- #: helper.php:914 super_socializer.php:2519
3168
  msgid ""
3169
  "Do not fetch and update social avatar from my profile, next time I Social "
3170
  "Login"
@@ -3172,36 +3274,36 @@ msgstr ""
3172
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3173
  "Autenticação Social"
3174
 
3175
- #: helper.php:915 super_socializer.php:2523
3176
  msgid "Update social avatar, next time I Social Login"
3177
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3178
 
3179
- #: helper.php:918
3180
  msgid "Small Avatar"
3181
  msgstr "Avatar Pequeno"
3182
 
3183
- #: helper.php:922
3184
  msgid "Large Avatar"
3185
  msgstr "Avatar Grande"
3186
 
3187
- #: helper.php:982 super_socializer.php:2076
3188
  msgid "Please verify your email address to login."
3189
  msgstr "Por favor verifique seu endereço de email no login."
3190
 
3191
- #: helper.php:1019
3192
  msgid "Click to delete social profile data"
3193
  msgstr ""
3194
 
3195
- #: helper.php:1048
3196
  #, fuzzy
3197
  msgid "Deleting"
3198
  msgstr "Configurações"
3199
 
3200
- #: helper.php:1058
3201
  msgid "Deleted"
3202
  msgstr ""
3203
 
3204
- #: helper.php:1060
3205
  msgid "Something bad happened"
3206
  msgstr ""
3207
 
@@ -3217,29 +3319,29 @@ msgstr ""
3217
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3218
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3219
 
3220
- #: inc/social_login.php:1047
3221
  #, fuzzy
3222
  msgid "Email"
3223
  msgstr "Opções de popup de email"
3224
 
3225
- #: inc/social_login.php:1048
3226
  msgid "Confirm email"
3227
  msgstr ""
3228
 
3229
- #: inc/social_login.php:1050
3230
  msgid "Save"
3231
  msgstr ""
3232
 
3233
- #: inc/social_login.php:1051
3234
  msgid "Cancel"
3235
  msgstr ""
3236
 
3237
- #: inc/social_login.php:1125
3238
  #, fuzzy
3239
  msgid "Email Verification"
3240
  msgstr "Habilitar verificação de email"
3241
 
3242
- #: inc/social_login.php:1127
3243
  msgid ""
3244
  "Please click on the following link or paste it in browser to verify your "
3245
  "email"
@@ -3261,12 +3363,12 @@ msgstr "Arquivos de Categorias"
3261
  msgid "Total Shares"
3262
  msgstr "Exibe total de compartilhamentos"
3263
 
3264
- #: inc/social_sharing.php:272 super_socializer.php:2186
3265
  #, fuzzy
3266
  msgid "Share"
3267
  msgstr "Posição do contador de compartilhamento"
3268
 
3269
- #: inc/social_sharing.php:272 super_socializer.php:2186
3270
  #, fuzzy
3271
  msgid "Shares"
3272
  msgstr ""
@@ -3288,8 +3390,8 @@ msgstr "Super Socializer - Autenticação"
3288
  #: inc/widget.php:13
3289
  #, fuzzy
3290
  msgid ""
3291
- "Let your website users login/register using their favorite Social ID "
3292
- "Provider, such as Facebook, Twitter, Google, LinkedIn"
3293
  msgstr ""
3294
  "Permita a seus usuários do website usarem o ID do provedor Social favorito "
3295
  "deles, como Facebook, Twitter, Google+, LinkedIn para autenticação/registro "
@@ -3640,7 +3742,7 @@ msgstr "Twitter"
3640
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3641
  msgstr ""
3642
 
3643
- #: super_socializer.php:1853
3644
  #, fuzzy
3645
  msgid ""
3646
  "cURL is not enabled at your website server. Please contact your website "
@@ -3649,7 +3751,7 @@ msgstr ""
3649
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3650
  "que contatar o administrador do servidor do seu website para verificar isso."
3651
 
3652
- #: super_socializer.php:1881
3653
  #, fuzzy, php-format
3654
  msgid ""
3655
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3659,7 +3761,7 @@ msgstr ""
3659
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3660
  "%s)"
3661
 
3662
- #: super_socializer.php:1884
3663
  #, fuzzy, php-format
3664
  msgid ""
3665
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3669,7 +3771,7 @@ msgstr ""
3669
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3670
  "%s)"
3671
 
3672
- #: super_socializer.php:1887
3673
  msgid ""
3674
  "Make sure cURL is enabled at your website server. You may need to contact "
3675
  "the server administrator of your website to verify this"
@@ -3677,130 +3779,130 @@ msgstr ""
3677
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3678
  "que contatar o administrador do servidor do seu website para verificar isso."
3679
 
3680
- #: super_socializer.php:2054
3681
  msgid "Search"
3682
  msgstr ""
3683
 
3684
- #: super_socializer.php:2076
3685
  msgid "Your email has been verified. Now you can login to your account"
3686
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3687
 
3688
- #: super_socializer.php:2080
3689
  msgid "Notification"
3690
  msgstr "Notificaçao"
3691
 
3692
- #: super_socializer.php:2101
3693
  msgid "Please check your email inbox to complete the registration."
3694
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3695
 
3696
- #: super_socializer.php:2170
3697
  msgid "Leave a reply"
3698
  msgstr "Deixe uma resposta"
3699
 
3700
- #: super_socializer.php:2186
3701
  #, fuzzy
3702
  msgid "Link copied."
3703
  msgstr "LinkedIn"
3704
 
3705
- #: super_socializer.php:2424
3706
  msgid "Super Socializer - General Options"
3707
  msgstr "Super Socializer - Opções Gerais"
3708
 
3709
- #: super_socializer.php:2495
3710
  msgid ""
3711
  "I agree to my personal data being stored and used as per Privacy Policy and "
3712
  "Terms and Conditions"
3713
  msgstr ""
3714
 
3715
- #: super_socializer.php:2499
3716
  msgid ""
3717
  "I revoke my consent to store and use my personal data. Kindly delete my "
3718
  "personal data saved in this website."
3719
  msgstr ""
3720
 
3721
- #: super_socializer.php:2511
3722
  msgid "Small Avatar Url"
3723
  msgstr "Url para Avatar pequeno"
3724
 
3725
- #: super_socializer.php:2515
3726
  msgid "Large Avatar Url"
3727
  msgstr "Url para Avatar Grande"
3728
 
3729
- #: super_socializer.php:2617
3730
  msgid "Login with your Social ID"
3731
  msgstr ""
3732
 
3733
- #: super_socializer.php:2618
3734
  msgid "Email you entered is already registered or invalid"
3735
  msgstr "Email fornecido já está registrado ou é inválido"
3736
 
3737
- #: super_socializer.php:2625
3738
  msgid "Please enter a valid email address. You might be required to verify it"
3739
  msgstr ""
3740
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3741
  "confirmá-lo"
3742
 
3743
- #: super_socializer.php:2630 super_socializer.php:3433
3744
  msgid "Link your social account to login to your account at this website"
3745
  msgstr "Associe sua conta social ao login de sua conta neste website"
3746
 
3747
- #: super_socializer.php:2890
3748
  msgid "Thanks for installing Super Socializer plugin"
3749
  msgstr ""
3750
 
3751
- #: super_socializer.php:2892
3752
  msgid "Configure the Plugin"
3753
  msgstr ""
3754
 
3755
- #: super_socializer.php:2903
3756
  msgid ""
3757
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3758
  "current version of Super Socializer"
3759
  msgstr ""
3760
 
3761
- #: super_socializer.php:2912
3762
  msgid ""
3763
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3764
  "compatibility with the current version of Super Socializer"
3765
  msgstr ""
3766
 
3767
- #: super_socializer.php:2921
3768
  msgid ""
3769
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3770
  "compatibility with the current version of Super Socializer"
3771
  msgstr ""
3772
 
3773
- #: super_socializer.php:2930
3774
  msgid ""
3775
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3776
  "version of Super Socializer"
3777
  msgstr ""
3778
 
3779
- #: super_socializer.php:2939
3780
  msgid ""
3781
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3782
  "compatibility with the current version of Super Socializer"
3783
  msgstr ""
3784
 
3785
- #: super_socializer.php:2948
3786
  msgid ""
3787
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3788
  "for compatibility with the current version of Super Socializer"
3789
  msgstr ""
3790
 
3791
- #: super_socializer.php:2957
3792
  msgid ""
3793
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3794
  "with current version of Super Socializer"
3795
  msgstr ""
3796
 
3797
- #: super_socializer.php:2968
3798
  #, php-format
3799
  msgid ""
3800
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3801
  msgstr ""
3802
 
3803
- #: super_socializer.php:2977
3804
  #, php-format
3805
  msgid ""
3806
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3808,7 +3910,7 @@ msgid ""
3808
  "Instagram App Secret <a href=\"%s\">here</a>"
3809
  msgstr ""
3810
 
3811
- #: super_socializer.php:2986 super_socializer.php:2995
3812
  #, php-format
3813
  msgid ""
3814
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3817,13 +3919,13 @@ msgid ""
3817
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3818
  msgstr ""
3819
 
3820
- #: super_socializer.php:3011
3821
  #, php-format
3822
  msgid ""
3823
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3824
  msgstr ""
3825
 
3826
- #: super_socializer.php:3035
3827
  #, php-format
3828
  msgid ""
3829
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3831,14 +3933,14 @@ msgid ""
3831
  "target=\"_blank\">here</a>"
3832
  msgstr ""
3833
 
3834
- #: super_socializer.php:3035 super_socializer.php:3060
3835
- #: super_socializer.php:3085 super_socializer.php:3110
3836
- #: super_socializer.php:3143 super_socializer.php:3171
3837
- #: super_socializer.php:3198
3838
  msgid "Okay"
3839
  msgstr ""
3840
 
3841
- #: super_socializer.php:3060
3842
  #, php-format
3843
  msgid ""
3844
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3846,7 +3948,7 @@ msgid ""
3846
  "\">here</a>"
3847
  msgstr ""
3848
 
3849
- #: super_socializer.php:3085
3850
  #, php-format
3851
  msgid ""
3852
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3854,7 +3956,7 @@ msgid ""
3854
  "target=\"_blank\">here</a>"
3855
  msgstr ""
3856
 
3857
- #: super_socializer.php:3110
3858
  #, php-format
3859
  msgid ""
3860
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3862,13 +3964,13 @@ msgid ""
3862
  "target=\"_blank\">here</a>"
3863
  msgstr ""
3864
 
3865
- #: super_socializer.php:3121
3866
  #, php-format
3867
  msgid ""
3868
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3869
  msgstr ""
3870
 
3871
- #: super_socializer.php:3143
3872
  #, php-format
3873
  msgid ""
3874
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3876,7 +3978,7 @@ msgid ""
3876
  "\"%s\" target=\"_blank\">here</a>"
3877
  msgstr ""
3878
 
3879
- #: super_socializer.php:3171
3880
  #, php-format
3881
  msgid ""
3882
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3885,7 +3987,7 @@ msgid ""
3885
  "your website %s with them. No need to copy-paste any code from their website."
3886
  msgstr ""
3887
 
3888
- #: super_socializer.php:3198
3889
  #, php-format
3890
  msgid ""
3891
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3893,7 +3995,7 @@ msgid ""
3893
  "\"%s\" target=\"_blank\">here</a>"
3894
  msgstr ""
3895
 
3896
- #: super_socializer.php:3223
3897
  #, php-format
3898
  msgid ""
3899
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3901,11 +4003,11 @@ msgid ""
3901
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3902
  msgstr ""
3903
 
3904
- #: super_socializer.php:3223 super_socializer.php:3250
3905
  msgid "Dismiss"
3906
  msgstr ""
3907
 
3908
- #: super_socializer.php:3509
3909
  msgid ""
3910
  "Your browser is blocking some features of this website. Please follow the "
3911
  "instructions at {support_url} to unblock these."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-19 23:06+0530\n"
6
+ "PO-Revision-Date: 2022-07-19 23:06+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
+ #: admin/social_login.php:5 admin/social_login.php:2102
23
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
24
  #, fuzzy, php-format
25
  msgid ""
33
  "para obter Twitter API Key"
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
+ #: super_socializer.php:2555
37
  msgid "General Options"
38
  msgstr "Opções Gerais"
39
 
82
  "style&gt; )"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:2098
86
+ #: admin/social_sharing.php:1975 helper.php:932
87
  msgid "Save Changes"
88
  msgstr "Salvar Alterações"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:2108
92
  #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:2110
99
  #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
224
  msgstr ""
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
+ #: admin/social_login.php:45 admin/social_login.php:2065
228
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
229
  #: admin/social_sharing.php:1901
230
  msgid "Shortcode & Widget"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
+ #: admin/social_login.php:46 admin/social_login.php:2079
236
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
237
  msgid "FAQ"
238
  msgstr "P&R"
276
  msgstr ""
277
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
278
 
279
+ #: admin/like_buttons.php:105 admin/social_login.php:1334
280
+ #: admin/social_login.php:1726 admin/social_sharing.php:717 inc/widget.php:1038
281
  msgid "Title"
282
  msgstr "Título"
283
 
343
  msgstr "Localização da interface"
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
+ #: admin/social_login.php:1651 admin/social_login.php:1680
347
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
348
  msgid "Homepage"
349
  msgstr "Homepage"
624
  msgstr ""
625
 
626
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
627
+ #: admin/social_login.php:2087 admin/social_sharing.php:1964
628
  #, fuzzy
629
  msgid "More"
630
  msgstr ""
841
  msgid "Social Commenting Shortcode"
842
  msgstr "Shortcode em Comentário Social"
843
 
844
+ #: admin/social_commenting.php:386 admin/social_login.php:2081
845
  #: admin/social_sharing.php:1934
846
  msgid ""
847
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
859
  "Https?"
860
  msgstr ""
861
 
862
+ #: admin/social_commenting.php:389 admin/social_login.php:2086
863
  #: admin/social_sharing.php:1949
864
  msgid "Why is my browser blocking some features of the plugin?"
865
  msgstr ""
895
  msgid "Advanced Configuration"
896
  msgstr "Configuração Básica"
897
 
898
+ #: admin/social_login.php:41 admin/social_login.php:1865
899
+ #: super_socializer.php:2623
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
+ #: admin/social_login.php:43 admin/social_login.php:2016
904
  msgid "XProfile Integration"
905
  msgstr ""
906
 
1013
  msgid "Spotify"
1014
  msgstr ""
1015
 
1016
+ #: admin/social_login.php:180
1017
  msgid "Dribbble"
1018
  msgstr ""
1019
 
1020
+ #: admin/social_login.php:184
1021
+ msgid "Odnoklassniki"
1022
+ msgstr ""
1023
+
1024
+ #: admin/social_login.php:188
1025
+ msgid "Yandex"
1026
+ msgstr ""
1027
+
1028
+ #: admin/social_login.php:192
1029
  #, fuzzy
1030
  msgid "Twitch"
1031
  msgstr "Twitter"
1032
 
1033
+ #: admin/social_login.php:196
1034
  #, fuzzy
1035
  msgid "Foursquare"
1036
  msgstr "Quadrada"
1037
 
1038
+ #: admin/social_login.php:200
1039
  msgid "Dropbox"
1040
  msgstr ""
1041
 
1042
+ #: admin/social_login.php:204
1043
  #, fuzzy
1044
  msgid "Disqus"
1045
  msgstr "Rótulo para guia de Comentário Disqus"
1046
 
1047
+ #: admin/social_login.php:208
1048
  msgid "Reddit"
1049
  msgstr ""
1050
 
1051
+ #: admin/social_login.php:212
1052
  msgid "Mail.ru"
1053
  msgstr ""
1054
 
1055
+ #: admin/social_login.php:216
1056
  msgid "Github"
1057
  msgstr ""
1058
 
1059
+ #: admin/social_login.php:220
1060
  msgid "Kakao"
1061
  msgstr ""
1062
 
1063
+ #: admin/social_login.php:228
1064
  msgid "Select Social ID provider to enable in Social Login"
1065
  msgstr ""
1066
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1067
 
1068
+ #: admin/social_login.php:235
1069
  msgid "Facebook App ID"
1070
  msgstr "Facebook App ID"
1071
 
1072
+ #: admin/social_login.php:245
1073
  #, php-format
1074
  msgid ""
1075
  "Required for Facebook Social Login to work. Please follow the documentation "
1079
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1080
  "para obter o Facebook App ID"
1081
 
1082
+ #: admin/social_login.php:247 admin/social_login.php:268
1083
  #, fuzzy
1084
  msgid ""
1085
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1086
  msgstr ""
1087
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1088
 
1089
+ #: admin/social_login.php:256
1090
  #, fuzzy
1091
  msgid "Facebook App Secret"
1092
  msgstr "Facebook App ID"
1093
 
1094
+ #: admin/social_login.php:266
1095
  #, fuzzy, php-format
1096
  msgid ""
1097
  "Required for Facebook Social Login to work. Please follow the documentation "
1101
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1102
  "para obter o Facebook App ID"
1103
 
1104
+ #: admin/social_login.php:277
1105
  msgid "Twitter API Key"
1106
  msgstr "Twitter API Key"
1107
 
1108
+ #: admin/social_login.php:287
1109
  #, php-format
1110
  msgid ""
1111
  "Required for Twitter Social Login to work. Please follow the documentation "
1115
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1116
  "para obter Twitter API Key"
1117
 
1118
+ #: admin/social_login.php:289 admin/social_login.php:314
1119
  #, fuzzy
1120
  msgid ""
1121
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1122
  msgstr ""
1123
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1124
 
1125
+ #: admin/social_login.php:293 admin/social_login.php:318
1126
+ #: admin/social_login.php:506 admin/social_login.php:526
1127
+ #: admin/social_login.php:861 admin/social_login.php:881
1128
+ #: admin/social_login.php:996 admin/social_login.php:1016
1129
+ #: admin/social_login.php:1121 admin/social_login.php:1141
1130
+ #: admin/social_login.php:1249 admin/social_login.php:1269
1131
+ #: admin/social_login.php:1291 admin/social_login.php:1311
1132
  #, fuzzy
1133
  msgid ""
1134
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1137
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1138
  "mencionado"
1139
 
1140
+ #: admin/social_login.php:302
1141
  msgid "Twitter API Secret"
1142
  msgstr "Segredo API Twitter"
1143
 
1144
+ #: admin/social_login.php:312
1145
  #, php-format
1146
  msgid ""
1147
  "Required for Twitter Social Login to work. Please follow the documentation "
1151
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1152
  "obter o segredo da API Twitter"
1153
 
1154
+ #: admin/social_login.php:327
1155
  #, fuzzy
1156
  msgid "LinkedIn Client ID"
1157
  msgstr "LinkedIn"
1158
 
1159
+ #: admin/social_login.php:337
1160
  #, fuzzy, php-format
1161
  msgid ""
1162
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1166
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1167
  "obeter API Key do LinkedIn"
1168
 
1169
+ #: admin/social_login.php:339 admin/social_login.php:360
1170
+ #: admin/social_login.php:546 admin/social_login.php:566
1171
  #, fuzzy
1172
  msgid ""
1173
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1175
  msgstr ""
1176
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1177
 
1178
+ #: admin/social_login.php:348
1179
  #, fuzzy
1180
  msgid "LinkedIn Client Secret"
1181
  msgstr "LinkedIn"
1182
 
1183
+ #: admin/social_login.php:358
1184
  #, fuzzy, php-format
1185
  msgid ""
1186
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1191
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1192
  "obeter API Key do LinkedIn"
1193
 
1194
+ #: admin/social_login.php:369
1195
  #, fuzzy
1196
  msgid "Google Client ID"
1197
  msgstr "Google+ Client ID"
1198
 
1199
+ #: admin/social_login.php:379
1200
  #, fuzzy, php-format
1201
  msgid ""
1202
  "Required for Google Social Login to work. Please follow the documentation at "
1206
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1207
  "obter o GooglePlus Client ID"
1208
 
1209
+ #: admin/social_login.php:381 admin/social_login.php:402
1210
  #, fuzzy
1211
  msgid ""
1212
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1214
  msgstr ""
1215
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1216
 
1217
+ #: admin/social_login.php:390
1218
  #, fuzzy
1219
  msgid "Google Client Secret"
1220
  msgstr "Google+ Client ID"
1221
 
1222
+ #: admin/social_login.php:400
1223
  #, fuzzy, php-format
1224
  msgid ""
1225
  "Required for Google Social Login to work. Please follow the documentation at "
1229
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1230
  "obter o GooglePlus Client ID"
1231
 
1232
+ #: admin/social_login.php:411
1233
  msgid "Vkontakte Application ID"
1234
  msgstr "Vkontakte Application ID"
1235
 
1236
+ #: admin/social_login.php:421 admin/social_login.php:442
1237
  #, php-format
1238
  msgid ""
1239
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1244
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1245
  "obter Vkontakte Application ID"
1246
 
1247
+ #: admin/social_login.php:423 admin/social_login.php:444
1248
  #, fuzzy
1249
  msgid ""
1250
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1252
  msgstr ""
1253
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
1254
 
1255
+ #: admin/social_login.php:432
1256
  #, fuzzy
1257
  msgid "Vkontakte Secure key"
1258
  msgstr "Vkontakte"
1259
 
1260
+ #: admin/social_login.php:453
1261
  #, fuzzy
1262
  msgid "Instagram App ID"
1263
  msgstr "Instagram Client ID"
1264
 
1265
+ #: admin/social_login.php:463
1266
  #, fuzzy, php-format
1267
  msgid ""
1268
  "Required for Instagram Social Login to work. Please follow the documentation "
1272
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1273
  "obter Instagram Client ID"
1274
 
1275
+ #: admin/social_login.php:465 admin/social_login.php:486
1276
  #, fuzzy
1277
  msgid ""
1278
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1280
  msgstr ""
1281
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1282
 
1283
+ #: admin/social_login.php:474
1284
  #, fuzzy
1285
  msgid "Instagram App Secret"
1286
  msgstr "Instagram"
1287
 
1288
+ #: admin/social_login.php:484
1289
  #, fuzzy, php-format
1290
  msgid ""
1291
  "Required for Instagram Social Login to work. Please follow the documentation "
1295
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1296
  "obter Instagram Client ID"
1297
 
1298
+ #: admin/social_login.php:495
1299
  msgid "Line Channel ID"
1300
  msgstr ""
1301
 
1302
+ #: admin/social_login.php:504
1303
  #, fuzzy, php-format
1304
  msgid ""
1305
  "Required for Line Social Login to work. Please follow the documentation at "
1309
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1310
  "obeter API Key do LinkedIn"
1311
 
1312
+ #: admin/social_login.php:515
1313
  #, fuzzy
1314
  msgid "Line Channel Secret"
1315
  msgstr "LinkedIn"
1316
 
1317
+ #: admin/social_login.php:524
1318
  #, fuzzy, php-format
1319
  msgid ""
1320
  "Required for Line Social Login to work. Please follow the documentation at "
1324
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1325
  "obeter API Key do LinkedIn"
1326
 
1327
+ #: admin/social_login.php:535
1328
  #, fuzzy
1329
  msgid "Wordpress Client ID"
1330
  msgstr "Google+ Client ID"
1331
 
1332
+ #: admin/social_login.php:544
1333
  #, fuzzy, php-format
1334
  msgid ""
1335
  "Required for Wordpress Social Login to work. Please follow the documentation "
1339
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1340
  "obter o GooglePlus Client ID"
1341
 
1342
+ #: admin/social_login.php:555
1343
  #, fuzzy
1344
  msgid "Wordpress Client Secret"
1345
  msgstr "Google+ Client ID"
1346
 
1347
+ #: admin/social_login.php:564
1348
  #, fuzzy, php-format
1349
  msgid ""
1350
  "Required for Wordpress Social Login to work. Please follow the documentation "
1355
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1356
  "obter o GooglePlus Client ID"
1357
 
1358
+ #: admin/social_login.php:575
1359
  #, fuzzy
1360
  msgid "Microsoft Client ID"
1361
  msgstr "Google+ Client ID"
1362
 
1363
+ #: admin/social_login.php:584
1364
  #, fuzzy, php-format
1365
  msgid ""
1366
  "Required for Live Social Login to work. Please follow the documentation at "
1370
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1371
  "obter o GooglePlus Client ID"
1372
 
1373
+ #: admin/social_login.php:586 admin/social_login.php:606
1374
+ #: admin/social_login.php:819 admin/social_login.php:839
1375
+ #: admin/social_login.php:1078 admin/social_login.php:1098
1376
  #, fuzzy
1377
  msgid ""
1378
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1380
  msgstr ""
1381
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1382
 
1383
+ #: admin/social_login.php:595
1384
  #, fuzzy
1385
  msgid "Microsoft Client Secret"
1386
  msgstr "Google+ Client ID"
1387
 
1388
+ #: admin/social_login.php:604
1389
  #, fuzzy, php-format
1390
  msgid ""
1391
  "Required for Live Social Login to work. Please follow the documentation at "
1396
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1397
  "obter o GooglePlus Client ID"
1398
 
1399
+ #: admin/social_login.php:614
1400
  #, fuzzy
1401
  msgid "Steam API Key"
1402
  msgstr "Twitter API Key"
1403
 
1404
+ #: admin/social_login.php:623
1405
  #, fuzzy, php-format
1406
  msgid ""
1407
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1411
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1412
  "para obter Twitter API Key"
1413
 
1414
+ #: admin/social_login.php:624
1415
  #, fuzzy
1416
  msgid "Save following <strong>domain</strong> to get the key"
1417
  msgstr ""
1418
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1419
  "mencionado"
1420
 
1421
+ #: admin/social_login.php:633
1422
  #, fuzzy
1423
  msgid "Yahoo Client ID"
1424
  msgstr "Google+ Client ID"
1425
 
1426
+ #: admin/social_login.php:642
1427
  #, fuzzy, php-format
1428
  msgid ""
1429
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1433
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1434
  "obter o GooglePlus Client ID"
1435
 
1436
+ #: admin/social_login.php:644 admin/social_login.php:664
1437
  #, fuzzy
1438
  msgid ""
1439
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1441
  msgstr ""
1442
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1443
 
1444
+ #: admin/social_login.php:653
1445
  #, fuzzy
1446
  msgid "Yahoo Client Secret"
1447
  msgstr "Google+ Client ID"
1448
 
1449
+ #: admin/social_login.php:662
1450
  #, fuzzy, php-format
1451
  msgid ""
1452
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1456
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1457
  "obter o GooglePlus Client ID"
1458
 
1459
+ #: admin/social_login.php:675
1460
  #, fuzzy
1461
  msgid "Discord Client ID"
1462
  msgstr "Instagram Client ID"
1463
 
1464
+ #: admin/social_login.php:684
1465
  #, fuzzy, php-format
1466
  msgid ""
1467
  "Required for Discord Social Login to work. Please follow the documentation "
1471
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1472
  "obter o GooglePlus Client ID"
1473
 
1474
+ #: admin/social_login.php:686 admin/social_login.php:706
1475
  #, fuzzy
1476
  msgid ""
1477
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1479
  msgstr ""
1480
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1481
 
1482
+ #: admin/social_login.php:695
1483
  #, fuzzy
1484
  msgid "Discord Client Secret"
1485
  msgstr "Instagram Client ID"
1486
 
1487
+ #: admin/social_login.php:704
1488
  #, fuzzy, php-format
1489
  msgid ""
1490
  "Required for Discord Social Login to work. Please follow the documentation "
1495
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1496
  "obter o GooglePlus Client ID"
1497
 
1498
+ #: admin/social_login.php:717
1499
  #, fuzzy
1500
  msgid "Amazon Client ID"
1501
  msgstr "Google+ Client ID"
1502
 
1503
+ #: admin/social_login.php:726
1504
  #, fuzzy, php-format
1505
  msgid ""
1506
  "Required for Amazon Social Login to work. Please follow the documentation at "
1510
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1511
  "obter o GooglePlus Client ID"
1512
 
1513
+ #: admin/social_login.php:728 admin/social_login.php:748
1514
  #, fuzzy
1515
  msgid ""
1516
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1518
  msgstr ""
1519
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1520
 
1521
+ #: admin/social_login.php:737
1522
  #, fuzzy
1523
  msgid "Amazon Client Secret"
1524
  msgstr "Google+ Client ID"
1525
 
1526
+ #: admin/social_login.php:746
1527
  #, fuzzy, php-format
1528
  msgid ""
1529
  "Required for Amazon Social Login to work. Please follow the documentation at "
1534
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1535
  "obter o GooglePlus Client ID"
1536
 
1537
+ #: admin/social_login.php:759
1538
  #, fuzzy
1539
  msgid "Stack Overflow Client ID"
1540
  msgstr "Google+ Client ID"
1541
 
1542
+ #: admin/social_login.php:768
1543
  #, fuzzy, php-format
1544
  msgid ""
1545
  "Required for Stack Overflow Social Login to work. Please follow the "
1550
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1551
  "obter o GooglePlus Client ID"
1552
 
1553
+ #: admin/social_login.php:774
1554
  #, fuzzy
1555
  msgid "Stack Overflow Client Secret"
1556
  msgstr "Google+ Client ID"
1557
 
1558
+ #: admin/social_login.php:783
1559
  #, fuzzy, php-format
1560
  msgid ""
1561
  "Required for Stack Overflow Social Login to work. Please follow the "
1566
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1567
  "obter o GooglePlus Client ID"
1568
 
1569
+ #: admin/social_login.php:789
1570
  #, fuzzy
1571
  msgid "Stack Overflow Key"
1572
  msgstr "Google+ Client ID"
1573
 
1574
+ #: admin/social_login.php:799
1575
  #, fuzzy, php-format
1576
  msgid ""
1577
  "Required for Stack Overflow Social Login to work. Please follow the "
1582
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1583
  "para obter Twitter API Key"
1584
 
1585
+ #: admin/social_login.php:808
1586
  #, fuzzy
1587
  msgid "Spotify Client ID"
1588
  msgstr "Google+ Client ID"
1589
 
1590
+ #: admin/social_login.php:817
1591
  #, fuzzy, php-format
1592
  msgid ""
1593
  "Required for Spotify Social Login to work. Please follow the documentation "
1597
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1598
  "obter o GooglePlus Client ID"
1599
 
1600
+ #: admin/social_login.php:828
1601
  #, fuzzy
1602
  msgid "Spotify Client Secret"
1603
  msgstr "Google+ Client ID"
1604
 
1605
+ #: admin/social_login.php:837
1606
  #, fuzzy, php-format
1607
  msgid ""
1608
  "Required for Spotify Social Login to work. Please follow the documentation "
1613
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1614
  "obter o GooglePlus Client ID"
1615
 
1616
+ #: admin/social_login.php:850
1617
  #, fuzzy
1618
  msgid "Dribbble Client ID"
1619
  msgstr "Google+ Client ID"
1620
 
1621
+ #: admin/social_login.php:859
1622
  #, fuzzy, php-format
1623
  msgid ""
1624
  "Required for Dribbble Social Login to work. Please follow the documentation "
1628
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1629
  "obter o GooglePlus Client ID"
1630
 
1631
+ #: admin/social_login.php:870
1632
  #, fuzzy
1633
  msgid "Dribbble Client Secret"
1634
  msgstr "Google+ Client ID"
1635
 
1636
+ #: admin/social_login.php:879
1637
  #, fuzzy, php-format
1638
  msgid ""
1639
  "Required for Dribbble Social Login to work. Please follow the documentation "
1644
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1645
  "obter o GooglePlus Client ID"
1646
 
1647
+ #: admin/social_login.php:891
1648
+ #, fuzzy
1649
+ msgid "Odnoklassniki Application ID"
1650
+ msgstr "Vkontakte Application ID"
1651
+
1652
+ #: admin/social_login.php:900
1653
+ #, fuzzy, php-format
1654
+ msgid ""
1655
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1656
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1657
+ "Odnoklassniki Application ID"
1658
+ msgstr ""
1659
+ "Requirido para Autenticação Social Vkontakte funcionar. Por favor siga a "
1660
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1661
+ "obter Vkontakte Application ID"
1662
+
1663
+ #: admin/social_login.php:902
1664
+ #, fuzzy
1665
+ msgid ""
1666
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1667
+ "the link"
1668
+ msgstr ""
1669
+ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1670
+
1671
+ #: admin/social_login.php:910
1672
+ msgid "Odnoklassniki Public key"
1673
+ msgstr ""
1674
+
1675
+ #: admin/social_login.php:919
1676
+ #, fuzzy, php-format
1677
+ msgid ""
1678
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1679
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1680
+ "Odnoklassniki Public Key"
1681
+ msgstr ""
1682
+ "Requirido para Autenticação Social Xind funcionar. Por favor siga a "
1683
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1684
+ "obter Xing Consumer Key"
1685
+
1686
+ #: admin/social_login.php:926
1687
+ #, fuzzy
1688
+ msgid "Odnoklassniki Secret Key"
1689
+ msgstr "Disqus Shortname"
1690
+
1691
+ #: admin/social_login.php:935
1692
+ #, fuzzy, php-format
1693
+ msgid ""
1694
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1695
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1696
+ "Odnoklassniki Secret Key"
1697
+ msgstr ""
1698
+ "Requirido para Autenticação Social Xind funcionar. Por favor siga a "
1699
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1700
+ "obter Xing Consumer Key"
1701
+
1702
+ #: admin/social_login.php:944
1703
+ #, fuzzy
1704
+ msgid "Yandex Client ID"
1705
+ msgstr "Google+ Client ID"
1706
+
1707
+ #: admin/social_login.php:953
1708
+ #, fuzzy, php-format
1709
+ msgid ""
1710
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1711
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1712
+ msgstr ""
1713
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
1714
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1715
+ "obter o GooglePlus Client ID"
1716
+
1717
+ #: admin/social_login.php:955 admin/social_login.php:975
1718
+ #, fuzzy
1719
+ msgid ""
1720
+ "Paste following url in <strong>Callback URI</strong> option mentioned at the "
1721
+ "link"
1722
+ msgstr ""
1723
+ "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1724
+ "mencionado"
1725
+
1726
+ #: admin/social_login.php:964
1727
+ #, fuzzy
1728
+ msgid "Yandex Client Secret"
1729
+ msgstr "Google+ Client ID"
1730
+
1731
+ #: admin/social_login.php:973
1732
+ #, fuzzy, php-format
1733
+ msgid ""
1734
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1735
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1736
+ msgstr ""
1737
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
1738
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1739
+ "obter o GooglePlus Client ID"
1740
+
1741
+ #: admin/social_login.php:985
1742
  #, fuzzy
1743
  msgid "Twitch Client ID"
1744
  msgstr "Instagram Client ID"
1745
 
1746
+ #: admin/social_login.php:994
1747
  #, fuzzy, php-format
1748
  msgid ""
1749
  "Required for Twitch Social Login to work. Please follow the documentation at "
1753
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1754
  "obter o GooglePlus Client ID"
1755
 
1756
+ #: admin/social_login.php:1005
1757
  #, fuzzy
1758
  msgid "Twitch Client Secret"
1759
  msgstr "Instagram Client ID"
1760
 
1761
+ #: admin/social_login.php:1014
1762
  #, fuzzy, php-format
1763
  msgid ""
1764
  "Required for Twitch Social Login to work. Please follow the documentation at "
1768
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1769
  "obter o GooglePlus Client ID"
1770
 
1771
+ #: admin/social_login.php:1027
1772
  #, fuzzy
1773
  msgid "Foursquare Client ID"
1774
  msgstr "Google+ Client ID"
1775
 
1776
+ #: admin/social_login.php:1036
1777
  #, fuzzy, php-format
1778
  msgid ""
1779
  "Required for Foursquare Social Login to work. Please follow the "
1784
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1785
  "obter o GooglePlus Client ID"
1786
 
1787
+ #: admin/social_login.php:1038 admin/social_login.php:1058
1788
  #, fuzzy
1789
  msgid ""
1790
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1792
  msgstr ""
1793
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1794
 
1795
+ #: admin/social_login.php:1047
1796
  #, fuzzy
1797
  msgid "Foursquare Client Secret"
1798
  msgstr "Google+ Client ID"
1799
 
1800
+ #: admin/social_login.php:1056
1801
  #, fuzzy, php-format
1802
  msgid ""
1803
  "Required for Foursquare Social Login to work. Please follow the "
1808
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1809
  "obter o GooglePlus Client ID"
1810
 
1811
+ #: admin/social_login.php:1067
1812
  msgid "Dropbox App Key"
1813
  msgstr ""
1814
 
1815
+ #: admin/social_login.php:1076
1816
  #, fuzzy, php-format
1817
  msgid ""
1818
  "Required for Dropbox Social Login to work. Please follow the documentation "
1822
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1823
  "para obter o Facebook App ID"
1824
 
1825
+ #: admin/social_login.php:1087
1826
  #, fuzzy
1827
  msgid "Dropbox App Secret"
1828
  msgstr "Facebook App ID"
1829
 
1830
+ #: admin/social_login.php:1096
1831
  #, fuzzy, php-format
1832
  msgid ""
1833
  "Required for Dropbox Social Login to work. Please follow the documentation "
1837
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1838
  "para obter o Facebook App ID"
1839
 
1840
+ #: admin/social_login.php:1110
1841
  msgid "Disqus Public Key"
1842
  msgstr ""
1843
 
1844
+ #: admin/social_login.php:1119
1845
  #, fuzzy, php-format
1846
  msgid ""
1847
  "Required for Disqus Social Login to work. Please follow the documentation at "
1851
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1852
  "obter Xing Consumer Key"
1853
 
1854
+ #: admin/social_login.php:1130
1855
  #, fuzzy
1856
  msgid "Disqus Secret Key"
1857
  msgstr "Disqus Shortname"
1858
 
1859
+ #: admin/social_login.php:1139
1860
  #, fuzzy, php-format
1861
  msgid ""
1862
  "Required for Disqus Social Login to work. Please follow the documentation at "
1866
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1867
  "obter Xing Consumer Key"
1868
 
1869
+ #: admin/social_login.php:1152
1870
  #, fuzzy
1871
  msgid "Reddit Client ID"
1872
  msgstr "Instagram Client ID"
1873
 
1874
+ #: admin/social_login.php:1161
1875
  #, fuzzy, php-format
1876
  msgid ""
1877
  "Required for Reddit Social Login to work. Please follow the documentation at "
1881
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1882
  "obter o GooglePlus Client ID"
1883
 
1884
+ #: admin/social_login.php:1163 admin/social_login.php:1183
1885
  #, fuzzy
1886
  msgid ""
1887
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1889
  msgstr ""
1890
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1891
 
1892
+ #: admin/social_login.php:1172
1893
  #, fuzzy
1894
  msgid "Reddit Client Secret"
1895
  msgstr "Instagram Client ID"
1896
 
1897
+ #: admin/social_login.php:1181
1898
  #, fuzzy, php-format
1899
  msgid ""
1900
  "Required for Reddit Social Login to work. Please follow the documentation at "
1904
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1905
  "obter o GooglePlus Client ID"
1906
 
1907
+ #: admin/social_login.php:1195
1908
  #, fuzzy
1909
  msgid "Mail.ru Client ID"
1910
  msgstr "Instagram Client ID"
1911
 
1912
+ #: admin/social_login.php:1204
1913
  #, fuzzy, php-format
1914
  msgid ""
1915
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1919
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1920
  "obter o GooglePlus Client ID"
1921
 
1922
+ #: admin/social_login.php:1206 admin/social_login.php:1226
1923
  #, fuzzy
1924
  msgid ""
1925
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
1927
  msgstr ""
1928
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1929
 
1930
+ #: admin/social_login.php:1215
1931
  #, fuzzy
1932
  msgid "Mail.ru Client Secret"
1933
  msgstr "Instagram Client ID"
1934
 
1935
+ #: admin/social_login.php:1224
1936
  #, fuzzy, php-format
1937
  msgid ""
1938
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1943
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1944
  "obter o GooglePlus Client ID"
1945
 
1946
+ #: admin/social_login.php:1238
1947
  #, fuzzy
1948
  msgid "Github Client ID"
1949
  msgstr "Instagram Client ID"
1950
 
1951
+ #: admin/social_login.php:1247
1952
  #, fuzzy, php-format
1953
  msgid ""
1954
  "Required for Github Social Login to work. Please follow the documentation at "
1958
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1959
  "obter o GooglePlus Client ID"
1960
 
1961
+ #: admin/social_login.php:1258
1962
  #, fuzzy
1963
  msgid "Github Client Secret"
1964
  msgstr "Instagram Client ID"
1965
 
1966
+ #: admin/social_login.php:1267
1967
  #, fuzzy, php-format
1968
  msgid ""
1969
  "Required for Github Social Login to work. Please follow the documentation at "
1973
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1974
  "obter o GooglePlus Client ID"
1975
 
1976
+ #: admin/social_login.php:1280
1977
  #, fuzzy
1978
  msgid "Kakao Client ID"
1979
  msgstr "Google+ Client ID"
1980
 
1981
+ #: admin/social_login.php:1289
1982
  #, fuzzy, php-format
1983
  msgid ""
1984
  "Required for Kakao Social Login to work. Please follow the documentation at "
1988
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1989
  "obter o GooglePlus Client ID"
1990
 
1991
+ #: admin/social_login.php:1300
1992
  #, fuzzy
1993
  msgid "Kakao Client Secret"
1994
  msgstr "Google+ Client ID"
1995
 
1996
+ #: admin/social_login.php:1309
1997
  #, fuzzy, php-format
1998
  msgid ""
1999
  "Required for Kakao Social Login to work. Please follow the documentation at "
2003
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2004
  "obter o GooglePlus Client ID"
2005
 
2006
+ #: admin/social_login.php:1329
2007
  #, fuzzy
2008
  msgid "Social Login Options"
2009
  msgstr "Autenticação Social"
2010
 
2011
+ #: admin/social_login.php:1344
2012
  msgid "Text to display above the Social Login interface"
2013
  msgstr "Texto exibido acima da interface de Autenticação Social"
2014
 
2015
+ #: admin/social_login.php:1352
2016
  msgid "Trigger social login in the same browser tab"
2017
  msgstr ""
2018
 
2019
+ #: admin/social_login.php:1362
2020
  msgid "Trigger social login in the same browser tab instead of a popup window"
2021
  msgstr ""
2022
 
2023
+ #: admin/social_login.php:1369
2024
  #, fuzzy
2025
  msgid "Center align icons"
2026
  msgstr "Rearranjar ícones"
2027
 
2028
+ #: admin/social_login.php:1379
2029
  #, fuzzy
2030
  msgid "Center align social login icons"
2031
  msgstr "Autenticação Social"
2032
 
2033
+ #: admin/social_login.php:1386
2034
  msgid "Enable at login page"
2035
  msgstr "Habilia a página de autenticação"
2036
 
2037
+ #: admin/social_login.php:1396
2038
  msgid ""
2039
  "Social Login interface will get enabled at the login page of your website"
2040
  msgstr ""
2041
  "Interface de Autenticação Social será habilitada na página de autenticação "
2042
  "do seu website"
2043
 
2044
+ #: admin/social_login.php:1403
2045
  msgid "Enable at register page"
2046
  msgstr "Habilitar página de registro"
2047
 
2048
+ #: admin/social_login.php:1413
2049
  msgid ""
2050
  "Social Login interface will get enabled at the registration page of your "
2051
  "website"
2053
  "Interface de Autenticação Social será habilitada na página de registro de "
2054
  "seu website"
2055
 
2056
+ #: admin/social_login.php:1420
2057
  msgid "Enable at comment form"
2058
  msgstr "Habilitar no formulário de comentário"
2059
 
2060
+ #: admin/social_login.php:1430
2061
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2062
  msgstr ""
2063
  "Interface de Autenticação Social será habilitada em seu formulário de "
2064
  "comentários Wordpress"
2065
 
2066
+ #: admin/social_login.php:1444
2067
  msgid "Enable before WooCommerce Customer Login Form"
2068
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2069
 
2070
+ #: admin/social_login.php:1454
2071
  msgid ""
2072
  "Social Login Interface will get enabled before the customer login form at "
2073
  "WooCommerce My Account page"
2075
  "Interface de Autenticação Social será habilitada antes do formulário de "
2076
  "autenticação de cliente na página Minha Conta do WooCommerce"
2077
 
2078
+ #: admin/social_login.php:1461
2079
  #, fuzzy
2080
  msgid "Enable at WooCommerce Customer Login Form"
2081
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2082
 
2083
+ #: admin/social_login.php:1471
2084
  #, fuzzy
2085
  msgid ""
2086
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2089
  "Interface de Autenticação Social será habilitada depois do formulário de "
2090
  "autenticação de cliente na página Minha Conta do WooCommerce"
2091
 
2092
+ #: admin/social_login.php:1478
2093
  #, fuzzy
2094
  msgid "Enable at WooCommerce Customer Register Form"
2095
  msgstr ""
2096
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2097
 
2098
+ #: admin/social_login.php:1488
2099
  #, fuzzy
2100
  msgid ""
2101
  "Integrate Social Login Interface with the customer register form at "
2104
  "Interface de Autenticação Social será habilitada depois do formulário de "
2105
  "autenticação de cliente na página Minha Conta do WooCommerce"
2106
 
2107
+ #: admin/social_login.php:1495
2108
  msgid "Enable at WooCommerce checkout page"
2109
  msgstr "Habilitado na página de checkout do WooCommerce"
2110
 
2111
+ #: admin/social_login.php:1505
2112
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2113
  msgstr ""
2114
  "Interface de Autenticação Social será habilitada página de checkout do "
2115
  "WooCommerce"
2116
 
2117
+ #: admin/social_login.php:1515
2118
  msgid "Auto-approve comments made by Social Login users"
2119
  msgstr ""
2120
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2121
 
2122
+ #: admin/social_login.php:1525
2123
  msgid ""
2124
  "If this option is enabled, and WordPress comment is made by Social Login "
2125
  "user, comment will get approved immediately without keeping in moderation."
2128
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2129
  "considerações de moderação."
2130
 
2131
+ #: admin/social_login.php:1526
2132
  msgid "Note: This is not related to Facebook comments"
2133
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2134
 
2135
+ #: admin/social_login.php:1535
2136
  msgid "Enable social avatar"
2137
  msgstr "Habilitar o avatar social"
2138
 
2139
+ #: admin/social_login.php:1545
2140
  msgid ""
2141
  "Social profile pictures of the logged in user will be displayed as profile "
2142
  "avatar"
2144
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2145
  "do perfil"
2146
 
2147
+ #: admin/social_login.php:1554
2148
  msgid "Avatar quality"
2149
  msgstr "Qualidade do Avatar"
2150
 
2151
+ #: admin/social_login.php:1557
2152
  msgid "Average"
2153
  msgstr "Média"
2154
 
2155
+ #: admin/social_login.php:1558
2156
  msgid "Best"
2157
  msgstr "Melhor"
2158
 
2159
+ #: admin/social_login.php:1565
2160
  msgid "Choose avatar quality"
2161
  msgstr "Escolha a qualidade do avatar"
2162
 
2163
+ #: admin/social_login.php:1573
2164
  msgid ""
2165
  "Show option for users to update social avatar at BuddyPress profile page"
2166
  msgstr ""
2167
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2168
  "perfil do BuddyPress"
2169
 
2170
+ #: admin/social_login.php:1583
2171
  msgid ""
2172
  "If enabled, users would be able to update their social avatar from \"Profile "
2173
  "photo\" section in BuddyPress profile at front-end"
2175
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2176
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2177
 
2178
+ #: admin/social_login.php:1593 super_socializer.php:2229
2179
  msgid "Email required"
2180
  msgstr "Necessário email"
2181
 
2182
+ #: admin/social_login.php:1603
2183
  msgid ""
2184
  "If enabled and Social ID provider does not provide user's email address on "
2185
  "login, user will be asked to provide his/her email address. Otherwise, a "
2189
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2190
  "email. Do contrário, um email postiço será gerado"
2191
 
2192
+ #: admin/social_login.php:1611
2193
  msgid "Send post-registration email to user to set account password"
2194
  msgstr ""
2195
 
2196
+ #: admin/social_login.php:1621
2197
  msgid ""
2198
  "If enabled, an email will be sent to user after registration through Social "
2199
  "Login, regarding his/her login credentials (username-password to be able to "
2203
  "Social, com respeito as credecial do usuário para autenticação (username-"
2204
  "senha para possibilitar a autenticação via formulário tradicional)"
2205
 
2206
+ #: admin/social_login.php:1628
2207
  #, fuzzy
2208
  msgid "Send new user registration notification email to admin"
2209
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2210
 
2211
+ #: admin/social_login.php:1638
2212
  #, fuzzy
2213
  msgid ""
2214
  "If enabled, an email will be sent to admin after new user registers through "
2218
  "Social, com respeito as credecial do usuário para autenticação (username-"
2219
  "senha para possibilitar a autenticação via formulário tradicional)"
2220
 
2221
+ #: admin/social_login.php:1645
2222
  msgid "Login redirection"
2223
  msgstr "Redireção de autenticação"
2224
 
2225
+ #: admin/social_login.php:1649
2226
  msgid "Same page where user logged in"
2227
  msgstr "Mesma página onde o usuário autenticou-se"
2228
 
2229
+ #: admin/social_login.php:1653 admin/social_login.php:1682
2230
  msgid "Account dashboard"
2231
  msgstr "Painel da Conta"
2232
 
2233
+ #: admin/social_login.php:1656 admin/social_login.php:1685
2234
  msgid "BuddyPress profile page"
2235
  msgstr "Página de perfil BuddyPress"
2236
 
2237
+ #: admin/social_login.php:1659 admin/social_login.php:1688 inc/widget.php:265
2238
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2239
  msgid "Custom Url"
2240
  msgstr "Url Personalizada"
2241
 
2242
+ #: admin/social_login.php:1667
2243
  msgid "User will be redirected to the selected page after Social Login"
2244
  msgstr ""
2245
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2246
 
2247
+ #: admin/social_login.php:1674
2248
  msgid "Registration redirection"
2249
  msgstr "Redirecionamento de registro"
2250
 
2251
+ #: admin/social_login.php:1678
2252
  msgid "Same page from where user registered"
2253
  msgstr "Mesma página de onde o usuário se registrou"
2254
 
2255
+ #: admin/social_login.php:1694
2256
  #, fuzzy
2257
  msgid "Username Separator"
2258
  msgstr "Username: %s"
2259
 
2260
+ #: admin/social_login.php:1698
2261
  msgid "Dash (-)"
2262
  msgstr ""
2263
 
2264
+ #: admin/social_login.php:1700
2265
  msgid "Underscore (_)"
2266
  msgstr ""
2267
 
2268
+ #: admin/social_login.php:1702
2269
  msgid "Dot (.)"
2270
  msgstr ""
2271
 
2272
+ #: admin/social_login.php:1704
2273
  msgid "None"
2274
  msgstr ""
2275
 
2276
+ #: admin/social_login.php:1712
2277
  msgid ""
2278
  "Choose one of the underscore, dot or dash to use to join first and last "
2279
  "names in the usernames of the new users"
2280
  msgstr ""
2281
 
2282
+ #: admin/social_login.php:1721
2283
  #, fuzzy
2284
  msgid "Social Account Linking Options"
2285
  msgstr "Comentário Social"
2286
 
2287
+ #: admin/social_login.php:1736
2288
  #, fuzzy
2289
  msgid "Text to display above the Social Account Linking interface"
2290
  msgstr "Texto exibido acima da interface de Autenticação Social"
2291
 
2292
+ #: admin/social_login.php:1743
2293
  #, fuzzy
2294
  msgid ""
2295
  "Link social account to already existing account, if email address matches"
2296
  msgstr "Associe sua conta social ao login de sua conta neste website"
2297
 
2298
+ #: admin/social_login.php:1753
2299
  msgid ""
2300
  "If email address of the user's Social Account matches with an already "
2301
  "existing account at your website, that social account will be linked to "
2303
  "Linking interface at their profile page."
2304
  msgstr ""
2305
 
2306
+ #: admin/social_login.php:1761
2307
  msgid "Enable social account linking at BuddyPress profile page"
2308
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2309
 
2310
+ #: admin/social_login.php:1771
2311
  msgid ""
2312
  "Enable this option to show social account linking interface at BuddyPress "
2313
  "profile page"
2315
  "Habilitar estar opção para exibir a conta social associada a página de "
2316
  "interface de perfil do BuddyPress"
2317
 
2318
+ #: admin/social_login.php:1782
2319
  msgid "Email popup options"
2320
  msgstr "Opções de popup de email"
2321
 
2322
+ #: admin/social_login.php:1787
2323
  msgid "Text on 'Email required' popup"
2324
  msgstr "Texto popup de 'Email requerido'"
2325
 
2326
+ #: admin/social_login.php:1797
2327
  msgid ""
2328
  "This text will be displayed on email required popup. Leave empty if not "
2329
  "required."
2331
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2332
  "o email não for requerido."
2333
 
2334
+ #: admin/social_login.php:1805
2335
  msgid "Error message for 'Email required' popup"
2336
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2337
 
2338
+ #: admin/social_login.php:1815
2339
  msgid ""
2340
  "This message will be displayed to user if it provides invalid or already "
2341
  "registered email"
2343
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2344
  "ou já registrado"
2345
 
2346
+ #: admin/social_login.php:1823
2347
  msgid "Email popup height"
2348
  msgstr "Altura do popup de email"
2349
 
2350
+ #: admin/social_login.php:1833
2351
  msgid ""
2352
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2353
  "can increase the height of popup by specifying in this option. Leave empty "
2357
  "requirido\\\", você pode incrementar a altura do popup através de "
2358
  "especificação nesta opção. Deixe vazio para padrão."
2359
 
2360
+ #: admin/social_login.php:1840
2361
  msgid "Enable email verification"
2362
  msgstr "Habilitar verificação de email"
2363
 
2364
+ #: admin/social_login.php:1850
2365
  msgid ""
2366
  "If enabled, email provided by the user will be verified by sending a "
2367
  "confirmation link to that email. User would not be able to login without "
2371
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2372
  "antes de validar seu email"
2373
 
2374
+ #: admin/social_login.php:1870
2375
  #, fuzzy
2376
  msgid "Enable GDPR opt-in"
2377
  msgstr "Habilitar comentário Disqus"
2378
 
2379
+ #: admin/social_login.php:1880
2380
  msgid ""
2381
  "Enable it to show GDPR opt-in for social login and social account linking"
2382
  msgstr ""
2383
 
2384
+ #: admin/social_login.php:1888
2385
  #, fuzzy
2386
  msgid "Placement of GDPR opt-in"
2387
  msgstr "Habilitar comentário Disqus"
2388
 
2389
+ #: admin/social_login.php:1892
2390
  #, fuzzy
2391
  msgid "Above Social Login icons"
2392
  msgstr "Autenticação Social"
2393
 
2394
+ #: admin/social_login.php:1894
2395
  #, fuzzy
2396
  msgid "Below Social Login icons"
2397
  msgstr "Autenticação Social"
2398
 
2399
+ #: admin/social_login.php:1900
2400
  #, fuzzy
2401
  msgid "Placement of GDPR opt-in above or below the social login icons"
2402
  msgstr "Texto exibido acima da interface de Autenticação Social"
2403
 
2404
+ #: admin/social_login.php:1907
2405
  msgid "Opt-in text"
2406
  msgstr ""
2407
 
2408
+ #: admin/social_login.php:1917
2409
  #, fuzzy
2410
  msgid "Text for the GDPR opt-in"
2411
  msgstr "Habilitar comentário Disqus"
2412
 
2413
+ #: admin/social_login.php:1924
2414
  msgid "Text to link to Terms-Conditions page"
2415
  msgstr ""
2416
 
2417
+ #: admin/social_login.php:1934
2418
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2419
  msgstr ""
2420
 
2421
+ #: admin/social_login.php:1941
2422
  msgid "Terms-Conditions Url"
2423
  msgstr ""
2424
 
2425
+ #: admin/social_login.php:1951
2426
  #, fuzzy
2427
  msgid "Url of the terms-conditions page of your website"
2428
  msgstr "Url da homepage do seu website"
2429
 
2430
+ #: admin/social_login.php:1958
2431
  msgid "Text to link to Privacy Policy page"
2432
  msgstr ""
2433
 
2434
+ #: admin/social_login.php:1968
2435
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2436
  msgstr ""
2437
 
2438
+ #: admin/social_login.php:1975
2439
  msgid "Privacy Policy Url"
2440
  msgstr ""
2441
 
2442
+ #: admin/social_login.php:1985
2443
  #, fuzzy
2444
  msgid "Url of the privacy policy page of your website"
2445
  msgstr "Url da homepage do seu website"
2446
 
2447
+ #: admin/social_login.php:2036 inc/widget.php:262 inc/widget.php:441
2448
  #: inc/widget.php:605 inc/widget.php:754
2449
  msgid "Select"
2450
  msgstr "Selecione"
2451
 
2452
+ #: admin/social_login.php:2067
2453
  msgid "Social Login Shortcode & Widget"
2454
  msgstr "Autenticação Social Shortcode & Widget"
2455
 
2456
+ #: admin/social_login.php:2068
2457
  msgid "Social Linking Shortcode"
2458
  msgstr "Shortcode de associação Social"
2459
 
2460
+ #: admin/social_login.php:2083
2461
  msgid "Why is social login not working?"
2462
  msgstr ""
2463
 
2464
+ #: admin/social_login.php:2084
2465
  msgid ""
2466
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2467
  "belong to the same app"
3072
  msgid "Why is Facebook share count not working?"
3073
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3074
 
3075
+ #: admin/social_sharing.php:1937 super_socializer.php:3385
3076
  #, php-format
3077
  msgid ""
3078
  "After the recent changes introduced in the Facebook graph API, it's not "
3180
  msgid "Settings saved"
3181
  msgstr "Configurações salvas"
3182
 
3183
+ #: helper.php:203
3184
  #, fuzzy
3185
  msgid "Click to toggle help"
3186
  msgstr "Click para esconder ajuda"
3187
 
3188
+ #: helper.php:284
3189
  #, fuzzy
3190
  msgid "Add-Ons"
3191
  msgstr "Outros Add-ons"
3192
 
3193
+ #: helper.php:285
3194
  msgid "Support Documentation"
3195
  msgstr ""
3196
 
3197
+ #: helper.php:286
3198
  msgid "Settings"
3199
  msgstr "Configurações"
3200
 
3201
+ #: helper.php:562
3202
  msgid "Account linked successfully"
3203
  msgstr "Conta associada com sucesso"
3204
 
3205
+ #: helper.php:566
3206
  msgid "Account already exists or linked"
3207
  msgstr "Conta já existente ou já está associada"
3208
 
3209
+ #: helper.php:602 helper.php:604
3210
  #, fuzzy
3211
  msgid "Login with"
3212
  msgstr "Ganhe pontos na Autenticação Social"
3213
 
3214
+ #: helper.php:639 helper.php:645
3215
  msgid "Currently"
3216
  msgstr "Atualmente"
3217
 
3218
+ #: helper.php:639 helper.php:645
3219
  msgid "Connected with"
3220
  msgstr ""
3221
 
3222
+ #: helper.php:639 helper.php:645
3223
  msgid "Remove"
3224
  msgstr "Remover"
3225
 
3226
+ #: helper.php:718
3227
  #, fuzzy
3228
  msgid "Social Account Linking"
3229
  msgstr ""
3230
  "Habilitar estar opção para exibir a conta social associada a página de "
3231
  "interface de perfil do BuddyPress"
3232
 
3233
+ #: helper.php:769
3234
  msgid "Disable Standard Social Sharing on this "
3235
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3236
 
3237
+ #: helper.php:774
3238
  msgid "Disable Floating Social Sharing on this "
3239
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3240
 
3241
+ #: helper.php:779
3242
  msgid "Disable Standard like buttons on this "
3243
  msgstr "Desabilitar o botão de like padrão neste(a) "
3244
 
3245
+ #: helper.php:784
3246
  msgid "Disable Floating like buttons on this "
3247
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3248
 
3249
+ #: helper.php:789
3250
  msgid "Disable Social Commenting on this "
3251
  msgstr "Desabilitar o Comentário Social neste(a) "
3252
 
3253
+ #: helper.php:798
3254
  msgid "Standard Sharing Interface"
3255
  msgstr "Interface Padrão de Compartilhamento"
3256
 
3257
+ #: helper.php:804 helper.php:823
3258
  msgid "Starting share count for "
3259
  msgstr "Iniciando contagem compartilhada para "
3260
 
3261
+ #: helper.php:817
3262
  msgid "Floating Sharing Interface"
3263
  msgstr "Interface de Compartilhamento Flutuante"
3264
 
3265
+ #: helper.php:917 super_socializer.php:2639
3266
  msgid "Social Avatar"
3267
  msgstr "Avatar Social"
3268
 
3269
+ #: helper.php:920 super_socializer.php:2650
3270
  msgid ""
3271
  "Do not fetch and update social avatar from my profile, next time I Social "
3272
  "Login"
3274
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3275
  "Autenticação Social"
3276
 
3277
+ #: helper.php:921 super_socializer.php:2654
3278
  msgid "Update social avatar, next time I Social Login"
3279
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3280
 
3281
+ #: helper.php:924
3282
  msgid "Small Avatar"
3283
  msgstr "Avatar Pequeno"
3284
 
3285
+ #: helper.php:928
3286
  msgid "Large Avatar"
3287
  msgstr "Avatar Grande"
3288
 
3289
+ #: helper.php:988 super_socializer.php:2207
3290
  msgid "Please verify your email address to login."
3291
  msgstr "Por favor verifique seu endereço de email no login."
3292
 
3293
+ #: helper.php:1025
3294
  msgid "Click to delete social profile data"
3295
  msgstr ""
3296
 
3297
+ #: helper.php:1054
3298
  #, fuzzy
3299
  msgid "Deleting"
3300
  msgstr "Configurações"
3301
 
3302
+ #: helper.php:1064
3303
  msgid "Deleted"
3304
  msgstr ""
3305
 
3306
+ #: helper.php:1066
3307
  msgid "Something bad happened"
3308
  msgstr ""
3309
 
3319
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3320
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3321
 
3322
+ #: inc/social_login.php:1067
3323
  #, fuzzy
3324
  msgid "Email"
3325
  msgstr "Opções de popup de email"
3326
 
3327
+ #: inc/social_login.php:1068
3328
  msgid "Confirm email"
3329
  msgstr ""
3330
 
3331
+ #: inc/social_login.php:1070
3332
  msgid "Save"
3333
  msgstr ""
3334
 
3335
+ #: inc/social_login.php:1071
3336
  msgid "Cancel"
3337
  msgstr ""
3338
 
3339
+ #: inc/social_login.php:1145
3340
  #, fuzzy
3341
  msgid "Email Verification"
3342
  msgstr "Habilitar verificação de email"
3343
 
3344
+ #: inc/social_login.php:1147
3345
  msgid ""
3346
  "Please click on the following link or paste it in browser to verify your "
3347
  "email"
3363
  msgid "Total Shares"
3364
  msgstr "Exibe total de compartilhamentos"
3365
 
3366
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3367
  #, fuzzy
3368
  msgid "Share"
3369
  msgstr "Posição do contador de compartilhamento"
3370
 
3371
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3372
  #, fuzzy
3373
  msgid "Shares"
3374
  msgstr ""
3390
  #: inc/widget.php:13
3391
  #, fuzzy
3392
  msgid ""
3393
+ "Let your website users login/register via their favorite Social ID Provider, "
3394
+ "such as Facebook, Twitter, Google, Linkedin and many more"
3395
  msgstr ""
3396
  "Permita a seus usuários do website usarem o ID do provedor Social favorito "
3397
  "deles, como Facebook, Twitter, Google+, LinkedIn para autenticação/registro "
3742
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3743
  msgstr ""
3744
 
3745
+ #: super_socializer.php:1984
3746
  #, fuzzy
3747
  msgid ""
3748
  "cURL is not enabled at your website server. Please contact your website "
3751
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3752
  "que contatar o administrador do servidor do seu website para verificar isso."
3753
 
3754
+ #: super_socializer.php:2012
3755
  #, fuzzy, php-format
3756
  msgid ""
3757
  "Enter exactly the following url in <strong>Website</strong> option in your "
3761
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3762
  "%s)"
3763
 
3764
+ #: super_socializer.php:2015
3765
  #, fuzzy, php-format
3766
  msgid ""
3767
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3771
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3772
  "%s)"
3773
 
3774
+ #: super_socializer.php:2018
3775
  msgid ""
3776
  "Make sure cURL is enabled at your website server. You may need to contact "
3777
  "the server administrator of your website to verify this"
3779
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3780
  "que contatar o administrador do servidor do seu website para verificar isso."
3781
 
3782
+ #: super_socializer.php:2185
3783
  msgid "Search"
3784
  msgstr ""
3785
 
3786
+ #: super_socializer.php:2207
3787
  msgid "Your email has been verified. Now you can login to your account"
3788
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3789
 
3790
+ #: super_socializer.php:2211
3791
  msgid "Notification"
3792
  msgstr "Notificaçao"
3793
 
3794
+ #: super_socializer.php:2232
3795
  msgid "Please check your email inbox to complete the registration."
3796
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3797
 
3798
+ #: super_socializer.php:2301
3799
  msgid "Leave a reply"
3800
  msgstr "Deixe uma resposta"
3801
 
3802
+ #: super_socializer.php:2317
3803
  #, fuzzy
3804
  msgid "Link copied."
3805
  msgstr "LinkedIn"
3806
 
3807
+ #: super_socializer.php:2555
3808
  msgid "Super Socializer - General Options"
3809
  msgstr "Super Socializer - Opções Gerais"
3810
 
3811
+ #: super_socializer.php:2626
3812
  msgid ""
3813
  "I agree to my personal data being stored and used as per Privacy Policy and "
3814
  "Terms and Conditions"
3815
  msgstr ""
3816
 
3817
+ #: super_socializer.php:2630
3818
  msgid ""
3819
  "I revoke my consent to store and use my personal data. Kindly delete my "
3820
  "personal data saved in this website."
3821
  msgstr ""
3822
 
3823
+ #: super_socializer.php:2642
3824
  msgid "Small Avatar Url"
3825
  msgstr "Url para Avatar pequeno"
3826
 
3827
+ #: super_socializer.php:2646
3828
  msgid "Large Avatar Url"
3829
  msgstr "Url para Avatar Grande"
3830
 
3831
+ #: super_socializer.php:2748
3832
  msgid "Login with your Social ID"
3833
  msgstr ""
3834
 
3835
+ #: super_socializer.php:2749
3836
  msgid "Email you entered is already registered or invalid"
3837
  msgstr "Email fornecido já está registrado ou é inválido"
3838
 
3839
+ #: super_socializer.php:2756
3840
  msgid "Please enter a valid email address. You might be required to verify it"
3841
  msgstr ""
3842
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3843
  "confirmá-lo"
3844
 
3845
+ #: super_socializer.php:2761 super_socializer.php:3579
3846
  msgid "Link your social account to login to your account at this website"
3847
  msgstr "Associe sua conta social ao login de sua conta neste website"
3848
 
3849
+ #: super_socializer.php:3026
3850
  msgid "Thanks for installing Super Socializer plugin"
3851
  msgstr ""
3852
 
3853
+ #: super_socializer.php:3028
3854
  msgid "Configure the Plugin"
3855
  msgstr ""
3856
 
3857
+ #: super_socializer.php:3039
3858
  msgid ""
3859
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3860
  "current version of Super Socializer"
3861
  msgstr ""
3862
 
3863
+ #: super_socializer.php:3048
3864
  msgid ""
3865
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3866
  "compatibility with the current version of Super Socializer"
3867
  msgstr ""
3868
 
3869
+ #: super_socializer.php:3057
3870
  msgid ""
3871
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3872
  "compatibility with the current version of Super Socializer"
3873
  msgstr ""
3874
 
3875
+ #: super_socializer.php:3066
3876
  msgid ""
3877
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3878
  "version of Super Socializer"
3879
  msgstr ""
3880
 
3881
+ #: super_socializer.php:3075
3882
  msgid ""
3883
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3884
  "compatibility with the current version of Super Socializer"
3885
  msgstr ""
3886
 
3887
+ #: super_socializer.php:3084
3888
  msgid ""
3889
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3890
  "for compatibility with the current version of Super Socializer"
3891
  msgstr ""
3892
 
3893
+ #: super_socializer.php:3093
3894
  msgid ""
3895
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3896
  "with current version of Super Socializer"
3897
  msgstr ""
3898
 
3899
+ #: super_socializer.php:3104
3900
  #, php-format
3901
  msgid ""
3902
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3903
  msgstr ""
3904
 
3905
+ #: super_socializer.php:3113
3906
  #, php-format
3907
  msgid ""
3908
  "To continue using Instagram login create a new Instagram App as described <a "
3910
  "Instagram App Secret <a href=\"%s\">here</a>"
3911
  msgstr ""
3912
 
3913
+ #: super_socializer.php:3122 super_socializer.php:3131
3914
  #, php-format
3915
  msgid ""
3916
  "To continue using bitly url shortener, login to your bit.ly account and "
3919
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3920
  msgstr ""
3921
 
3922
+ #: super_socializer.php:3147
3923
  #, php-format
3924
  msgid ""
3925
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3926
  msgstr ""
3927
 
3928
+ #: super_socializer.php:3171
3929
  #, php-format
3930
  msgid ""
3931
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3933
  "target=\"_blank\">here</a>"
3934
  msgstr ""
3935
 
3936
+ #: super_socializer.php:3171 super_socializer.php:3196
3937
+ #: super_socializer.php:3221 super_socializer.php:3246
3938
+ #: super_socializer.php:3279 super_socializer.php:3307
3939
+ #: super_socializer.php:3334
3940
  msgid "Okay"
3941
  msgstr ""
3942
 
3943
+ #: super_socializer.php:3196
3944
  #, php-format
3945
  msgid ""
3946
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3948
  "\">here</a>"
3949
  msgstr ""
3950
 
3951
+ #: super_socializer.php:3221
3952
  #, php-format
3953
  msgid ""
3954
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3956
  "target=\"_blank\">here</a>"
3957
  msgstr ""
3958
 
3959
+ #: super_socializer.php:3246
3960
  #, php-format
3961
  msgid ""
3962
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3964
  "target=\"_blank\">here</a>"
3965
  msgstr ""
3966
 
3967
+ #: super_socializer.php:3257
3968
  #, php-format
3969
  msgid ""
3970
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3971
  msgstr ""
3972
 
3973
+ #: super_socializer.php:3279
3974
  #, php-format
3975
  msgid ""
3976
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3978
  "\"%s\" target=\"_blank\">here</a>"
3979
  msgstr ""
3980
 
3981
+ #: super_socializer.php:3307
3982
  #, php-format
3983
  msgid ""
3984
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3987
  "your website %s with them. No need to copy-paste any code from their website."
3988
  msgstr ""
3989
 
3990
+ #: super_socializer.php:3334
3991
  #, php-format
3992
  msgid ""
3993
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3995
  "\"%s\" target=\"_blank\">here</a>"
3996
  msgstr ""
3997
 
3998
+ #: super_socializer.php:3359
3999
  #, php-format
4000
  msgid ""
4001
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4003
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4004
  msgstr ""
4005
 
4006
+ #: super_socializer.php:3359 super_socializer.php:3386
4007
  msgid "Dismiss"
4008
  msgstr ""
4009
 
4010
+ #: super_socializer.php:3655
4011
  msgid ""
4012
  "Your browser is blocking some features of this website. Please follow the "
4013
  "instructions at {support_url} to unblock these."
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: 2022-05-23 18:35+0530\n"
6
- "PO-Revision-Date: 2022-05-23 18:35+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
- #: admin/social_login.php:5 admin/social_login.php:1999
25
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
26
  #, fuzzy, php-format
27
  msgid ""
@@ -35,7 +35,7 @@ msgstr ""
35
  "Twitter."
36
 
37
  #: admin/general_options.php:15 admin/social_commenting.php:47
38
- #: super_socializer.php:2424
39
  msgid "General Options"
40
  msgstr "Основные настройки"
41
 
@@ -83,20 +83,20 @@ msgstr ""
83
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
- #: admin/social_commenting.php:401 admin/social_login.php:1995
87
- #: admin/social_sharing.php:1975 helper.php:926
88
  msgid "Save Changes"
89
  msgstr "Сохранить изменения"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
- #: admin/social_commenting.php:411 admin/social_login.php:2005
93
  #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
- #: admin/social_commenting.php:413 admin/social_login.php:2007
100
  #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -225,7 +225,7 @@ msgid "3rd Party Integration"
225
  msgstr "XProfile интеграция"
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
- #: admin/social_login.php:45 admin/social_login.php:1962
229
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
230
  #: admin/social_sharing.php:1901
231
  msgid "Shortcode & Widget"
@@ -233,7 +233,7 @@ msgstr "Шорткод и виджет"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
- #: admin/social_login.php:46 admin/social_login.php:1976
237
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
238
  msgid "FAQ"
239
  msgstr "Часто задаваемые вопросы (FAQ)"
@@ -278,8 +278,8 @@ msgstr ""
278
  "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/"
279
  "Твитнуть"
280
 
281
- #: admin/like_buttons.php:105 admin/social_login.php:1231
282
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
283
  msgid "Title"
284
  msgstr "Заголовок"
285
 
@@ -345,7 +345,7 @@ msgid "Interface location"
345
  msgstr "Расположение интерфейса"
346
 
347
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
348
- #: admin/social_login.php:1548 admin/social_login.php:1577
349
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
350
  msgid "Homepage"
351
  msgstr "Главная"
@@ -627,7 +627,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
627
  msgstr ""
628
 
629
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
631
  #, fuzzy
632
  msgid "More"
633
  msgstr ""
@@ -840,7 +840,7 @@ msgstr ""
840
  msgid "Social Commenting Shortcode"
841
  msgstr "Шорткод комментирования через социальные сети"
842
 
843
- #: admin/social_commenting.php:386 admin/social_login.php:1978
844
  #: admin/social_sharing.php:1934
845
  msgid ""
846
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -858,7 +858,7 @@ msgid ""
858
  "Https?"
859
  msgstr ""
860
 
861
- #: admin/social_commenting.php:389 admin/social_login.php:1983
862
  #: admin/social_sharing.php:1949
863
  msgid "Why is my browser blocking some features of the plugin?"
864
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
@@ -895,12 +895,12 @@ msgstr "Основные настройки"
895
  msgid "Advanced Configuration"
896
  msgstr "Расширенная конфигурация"
897
 
898
- #: admin/social_login.php:41 admin/social_login.php:1762
899
- #: super_socializer.php:2492
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
- #: admin/social_login.php:43 admin/social_login.php:1913
904
  msgid "XProfile Integration"
905
  msgstr "XProfile интеграция"
906
 
@@ -1014,53 +1014,62 @@ msgstr "Google+ ID клиента"
1014
  msgid "Spotify"
1015
  msgstr ""
1016
 
1017
- #: admin/social_login.php:179
 
1018
  msgid "Dribbble"
 
 
 
 
 
 
 
 
1019
  msgstr ""
1020
 
1021
- #: admin/social_login.php:183
1022
  msgid "Twitch"
1023
  msgstr "Twitch"
1024
 
1025
- #: admin/social_login.php:187
1026
  #, fuzzy
1027
  msgid "Foursquare"
1028
  msgstr "Квадратная"
1029
 
1030
- #: admin/social_login.php:191
1031
  msgid "Dropbox"
1032
  msgstr ""
1033
 
1034
- #: admin/social_login.php:195
1035
  #, fuzzy
1036
  msgid "Disqus"
1037
  msgstr "Поле для комментирования через Disqus"
1038
 
1039
- #: admin/social_login.php:199
1040
  msgid "Reddit"
1041
  msgstr ""
1042
 
1043
- #: admin/social_login.php:203
1044
  msgid "Mail.ru"
1045
  msgstr ""
1046
 
1047
- #: admin/social_login.php:207
1048
  msgid "Github"
1049
  msgstr ""
1050
 
1051
- #: admin/social_login.php:211
1052
  msgid "Kakao"
1053
  msgstr ""
1054
 
1055
- #: admin/social_login.php:219
1056
  msgid "Select Social ID provider to enable in Social Login"
1057
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1058
 
1059
- #: admin/social_login.php:226
1060
  msgid "Facebook App ID"
1061
  msgstr "Facebook App ID"
1062
 
1063
- #: admin/social_login.php:236
1064
  #, php-format
1065
  msgid ""
1066
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1069,7 +1078,7 @@ msgstr ""
1069
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1070
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1071
 
1072
- #: admin/social_login.php:238 admin/social_login.php:259
1073
  #, fuzzy
1074
  msgid ""
1075
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1077,12 +1086,12 @@ msgstr ""
1077
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1078
  "упоминания ссылки."
1079
 
1080
- #: admin/social_login.php:247
1081
  #, fuzzy
1082
  msgid "Facebook App Secret"
1083
  msgstr "Facebook App ID"
1084
 
1085
- #: admin/social_login.php:257
1086
  #, fuzzy, php-format
1087
  msgid ""
1088
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1091,11 +1100,11 @@ msgstr ""
1091
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1092
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1093
 
1094
- #: admin/social_login.php:268
1095
  msgid "Twitter API Key"
1096
  msgstr "Twitter API ключ"
1097
 
1098
- #: admin/social_login.php:278
1099
  #, php-format
1100
  msgid ""
1101
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1105,7 +1114,7 @@ msgstr ""
1105
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1106
  "Twitter."
1107
 
1108
- #: admin/social_login.php:280 admin/social_login.php:305
1109
  #, fuzzy
1110
  msgid ""
1111
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1113,13 +1122,13 @@ msgstr ""
1113
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1114
  "ссылки"
1115
 
1116
- #: admin/social_login.php:284 admin/social_login.php:309
1117
- #: admin/social_login.php:497 admin/social_login.php:517
1118
- #: admin/social_login.php:852 admin/social_login.php:872
1119
- #: admin/social_login.php:893 admin/social_login.php:913
1120
- #: admin/social_login.php:1018 admin/social_login.php:1038
1121
- #: admin/social_login.php:1146 admin/social_login.php:1166
1122
- #: admin/social_login.php:1188 admin/social_login.php:1208
1123
  #, fuzzy
1124
  msgid ""
1125
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1128,11 +1137,11 @@ msgstr ""
1128
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1129
  "ссылки"
1130
 
1131
- #: admin/social_login.php:293
1132
  msgid "Twitter API Secret"
1133
  msgstr "Twitter API секретный ключ"
1134
 
1135
- #: admin/social_login.php:303
1136
  #, php-format
1137
  msgid ""
1138
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1142,12 +1151,12 @@ msgstr ""
1142
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1143
  "приложения Facebook."
1144
 
1145
- #: admin/social_login.php:318
1146
  #, fuzzy
1147
  msgid "LinkedIn Client ID"
1148
  msgstr "LinkedIn"
1149
 
1150
- #: admin/social_login.php:328
1151
  #, fuzzy, php-format
1152
  msgid ""
1153
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1157,8 +1166,8 @@ msgstr ""
1157
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1158
  "LinkedIn."
1159
 
1160
- #: admin/social_login.php:330 admin/social_login.php:351
1161
- #: admin/social_login.php:537 admin/social_login.php:557
1162
  #, fuzzy
1163
  msgid ""
1164
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1167,12 +1176,12 @@ msgstr ""
1167
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1168
  "упоминания ссылки."
1169
 
1170
- #: admin/social_login.php:339
1171
  #, fuzzy
1172
  msgid "LinkedIn Client Secret"
1173
  msgstr "LinkedIn"
1174
 
1175
- #: admin/social_login.php:349
1176
  #, fuzzy, php-format
1177
  msgid ""
1178
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1183,12 +1192,12 @@ msgstr ""
1183
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1184
  "LinkedIn."
1185
 
1186
- #: admin/social_login.php:360
1187
  #, fuzzy
1188
  msgid "Google Client ID"
1189
  msgstr "Google+ ID клиента"
1190
 
1191
- #: admin/social_login.php:370
1192
  #, fuzzy, php-format
1193
  msgid ""
1194
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1197,7 +1206,7 @@ msgstr ""
1197
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1198
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1199
 
1200
- #: admin/social_login.php:372 admin/social_login.php:393
1201
  #, fuzzy
1202
  msgid ""
1203
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -1206,12 +1215,12 @@ msgstr ""
1206
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1207
  "упоминания ссылки."
1208
 
1209
- #: admin/social_login.php:381
1210
  #, fuzzy
1211
  msgid "Google Client Secret"
1212
  msgstr "Google+ ID клиента"
1213
 
1214
- #: admin/social_login.php:391
1215
  #, fuzzy, php-format
1216
  msgid ""
1217
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1220,11 +1229,11 @@ msgstr ""
1220
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1221
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1222
 
1223
- #: admin/social_login.php:402
1224
  msgid "Vkontakte Application ID"
1225
  msgstr " ID приложения Vkontakte"
1226
 
1227
- #: admin/social_login.php:412 admin/social_login.php:433
1228
  #, php-format
1229
  msgid ""
1230
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1235,7 +1244,7 @@ msgstr ""
1235
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
1236
  "Vkontakte."
1237
 
1238
- #: admin/social_login.php:414 admin/social_login.php:435
1239
  #, fuzzy
1240
  msgid ""
1241
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -1244,17 +1253,17 @@ msgstr ""
1244
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1245
  "упоминания ссылки."
1246
 
1247
- #: admin/social_login.php:423
1248
  #, fuzzy
1249
  msgid "Vkontakte Secure key"
1250
  msgstr "Вконтакте"
1251
 
1252
- #: admin/social_login.php:444
1253
  #, fuzzy
1254
  msgid "Instagram App ID"
1255
  msgstr "Instagram ID клиента"
1256
 
1257
- #: admin/social_login.php:454
1258
  #, fuzzy, php-format
1259
  msgid ""
1260
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1264,7 +1273,7 @@ msgstr ""
1264
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
1265
  "Instagram."
1266
 
1267
- #: admin/social_login.php:456 admin/social_login.php:477
1268
  #, fuzzy
1269
  msgid ""
1270
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -1273,12 +1282,12 @@ msgstr ""
1273
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1274
  "упоминания ссылки."
1275
 
1276
- #: admin/social_login.php:465
1277
  #, fuzzy
1278
  msgid "Instagram App Secret"
1279
  msgstr "Введите имя пользователя Instagram."
1280
 
1281
- #: admin/social_login.php:475
1282
  #, fuzzy, php-format
1283
  msgid ""
1284
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1288,11 +1297,11 @@ msgstr ""
1288
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
1289
  "Instagram."
1290
 
1291
- #: admin/social_login.php:486
1292
  msgid "Line Channel ID"
1293
  msgstr ""
1294
 
1295
- #: admin/social_login.php:495
1296
  #, fuzzy, php-format
1297
  msgid ""
1298
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1302,12 +1311,12 @@ msgstr ""
1302
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1303
  "LinkedIn."
1304
 
1305
- #: admin/social_login.php:506
1306
  #, fuzzy
1307
  msgid "Line Channel Secret"
1308
  msgstr "LinkedIn"
1309
 
1310
- #: admin/social_login.php:515
1311
  #, fuzzy, php-format
1312
  msgid ""
1313
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1317,12 +1326,12 @@ msgstr ""
1317
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1318
  "LinkedIn."
1319
 
1320
- #: admin/social_login.php:526
1321
  #, fuzzy
1322
  msgid "Wordpress Client ID"
1323
  msgstr "Google+ ID клиента"
1324
 
1325
- #: admin/social_login.php:535
1326
  #, fuzzy, php-format
1327
  msgid ""
1328
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1331,12 +1340,12 @@ msgstr ""
1331
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1332
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1333
 
1334
- #: admin/social_login.php:546
1335
  #, fuzzy
1336
  msgid "Wordpress Client Secret"
1337
  msgstr "Google+ ID клиента"
1338
 
1339
- #: admin/social_login.php:555
1340
  #, fuzzy, php-format
1341
  msgid ""
1342
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1346,12 +1355,12 @@ msgstr ""
1346
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1347
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1348
 
1349
- #: admin/social_login.php:566
1350
  #, fuzzy
1351
  msgid "Microsoft Client ID"
1352
  msgstr "Google+ ID клиента"
1353
 
1354
- #: admin/social_login.php:575
1355
  #, fuzzy, php-format
1356
  msgid ""
1357
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1360,9 +1369,9 @@ msgstr ""
1360
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1361
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1362
 
1363
- #: admin/social_login.php:577 admin/social_login.php:597
1364
- #: admin/social_login.php:810 admin/social_login.php:830
1365
- #: admin/social_login.php:975 admin/social_login.php:995
1366
  #, fuzzy
1367
  msgid ""
1368
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -1371,12 +1380,12 @@ msgstr ""
1371
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1372
  "упоминания ссылки."
1373
 
1374
- #: admin/social_login.php:586
1375
  #, fuzzy
1376
  msgid "Microsoft Client Secret"
1377
  msgstr "Google+ ID клиента"
1378
 
1379
- #: admin/social_login.php:595
1380
  #, fuzzy, php-format
1381
  msgid ""
1382
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1386,12 +1395,12 @@ msgstr ""
1386
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1387
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1388
 
1389
- #: admin/social_login.php:605
1390
  #, fuzzy
1391
  msgid "Steam API Key"
1392
  msgstr "Twitter API ключ"
1393
 
1394
- #: admin/social_login.php:614
1395
  #, fuzzy, php-format
1396
  msgid ""
1397
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1401,19 +1410,19 @@ msgstr ""
1401
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1402
  "Twitter."
1403
 
1404
- #: admin/social_login.php:615
1405
  #, fuzzy
1406
  msgid "Save following <strong>domain</strong> to get the key"
1407
  msgstr ""
1408
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1409
  "ссылки"
1410
 
1411
- #: admin/social_login.php:624
1412
  #, fuzzy
1413
  msgid "Yahoo Client ID"
1414
  msgstr "Google+ ID клиента"
1415
 
1416
- #: admin/social_login.php:633
1417
  #, fuzzy, php-format
1418
  msgid ""
1419
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1422,7 +1431,7 @@ msgstr ""
1422
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1423
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1424
 
1425
- #: admin/social_login.php:635 admin/social_login.php:655
1426
  #, fuzzy
1427
  msgid ""
1428
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
@@ -1431,12 +1440,12 @@ msgstr ""
1431
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1432
  "упоминания ссылки."
1433
 
1434
- #: admin/social_login.php:644
1435
  #, fuzzy
1436
  msgid "Yahoo Client Secret"
1437
  msgstr "Google+ ID клиента"
1438
 
1439
- #: admin/social_login.php:653
1440
  #, fuzzy, php-format
1441
  msgid ""
1442
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1445,12 +1454,12 @@ msgstr ""
1445
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1446
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1447
 
1448
- #: admin/social_login.php:666
1449
  #, fuzzy
1450
  msgid "Discord Client ID"
1451
  msgstr "Добавьте ваш Twitch Client ID здесь"
1452
 
1453
- #: admin/social_login.php:675
1454
  #, fuzzy, php-format
1455
  msgid ""
1456
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1459,7 +1468,7 @@ msgstr ""
1459
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1460
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1461
 
1462
- #: admin/social_login.php:677 admin/social_login.php:697
1463
  #, fuzzy
1464
  msgid ""
1465
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
@@ -1468,12 +1477,12 @@ msgstr ""
1468
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1469
  "упоминания ссылки."
1470
 
1471
- #: admin/social_login.php:686
1472
  #, fuzzy
1473
  msgid "Discord Client Secret"
1474
  msgstr "Добавьте ваш Twitch Client ID здесь"
1475
 
1476
- #: admin/social_login.php:695
1477
  #, fuzzy, php-format
1478
  msgid ""
1479
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1483,12 +1492,12 @@ msgstr ""
1483
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1484
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1485
 
1486
- #: admin/social_login.php:708
1487
  #, fuzzy
1488
  msgid "Amazon Client ID"
1489
  msgstr "Google+ ID клиента"
1490
 
1491
- #: admin/social_login.php:717
1492
  #, fuzzy, php-format
1493
  msgid ""
1494
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1497,7 +1506,7 @@ msgstr ""
1497
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1498
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1499
 
1500
- #: admin/social_login.php:719 admin/social_login.php:739
1501
  #, fuzzy
1502
  msgid ""
1503
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
@@ -1506,12 +1515,12 @@ msgstr ""
1506
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1507
  "упоминания ссылки."
1508
 
1509
- #: admin/social_login.php:728
1510
  #, fuzzy
1511
  msgid "Amazon Client Secret"
1512
  msgstr "Google+ ID клиента"
1513
 
1514
- #: admin/social_login.php:737
1515
  #, fuzzy, php-format
1516
  msgid ""
1517
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1521,12 +1530,12 @@ msgstr ""
1521
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1522
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1523
 
1524
- #: admin/social_login.php:750
1525
  #, fuzzy
1526
  msgid "Stack Overflow Client ID"
1527
  msgstr "Google+ ID клиента"
1528
 
1529
- #: admin/social_login.php:759
1530
  #, fuzzy, php-format
1531
  msgid ""
1532
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1536,12 +1545,12 @@ msgstr ""
1536
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1537
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1538
 
1539
- #: admin/social_login.php:765
1540
  #, fuzzy
1541
  msgid "Stack Overflow Client Secret"
1542
  msgstr "Google+ ID клиента"
1543
 
1544
- #: admin/social_login.php:774
1545
  #, fuzzy, php-format
1546
  msgid ""
1547
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1551,12 +1560,12 @@ msgstr ""
1551
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1552
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1553
 
1554
- #: admin/social_login.php:780
1555
  #, fuzzy
1556
  msgid "Stack Overflow Key"
1557
  msgstr "Google+ ID клиента"
1558
 
1559
- #: admin/social_login.php:790
1560
  #, fuzzy, php-format
1561
  msgid ""
1562
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1567,12 +1576,12 @@ msgstr ""
1567
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1568
  "Twitter."
1569
 
1570
- #: admin/social_login.php:799
1571
  #, fuzzy
1572
  msgid "Spotify Client ID"
1573
  msgstr "Google+ ID клиента"
1574
 
1575
- #: admin/social_login.php:808
1576
  #, fuzzy, php-format
1577
  msgid ""
1578
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1581,12 +1590,12 @@ msgstr ""
1581
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1582
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1583
 
1584
- #: admin/social_login.php:819
1585
  #, fuzzy
1586
  msgid "Spotify Client Secret"
1587
  msgstr "Google+ ID клиента"
1588
 
1589
- #: admin/social_login.php:828
1590
  #, fuzzy, php-format
1591
  msgid ""
1592
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1596,12 +1605,12 @@ msgstr ""
1596
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1597
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1598
 
1599
- #: admin/social_login.php:841
1600
  #, fuzzy
1601
  msgid "Dribbble Client ID"
1602
  msgstr "Google+ ID клиента"
1603
 
1604
- #: admin/social_login.php:850
1605
  #, fuzzy, php-format
1606
  msgid ""
1607
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1610,12 +1619,12 @@ msgstr ""
1610
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1611
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1612
 
1613
- #: admin/social_login.php:861
1614
  #, fuzzy
1615
  msgid "Dribbble Client Secret"
1616
  msgstr "Google+ ID клиента"
1617
 
1618
- #: admin/social_login.php:870
1619
  #, fuzzy, php-format
1620
  msgid ""
1621
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1625,12 +1634,102 @@ msgstr ""
1625
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1626
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1627
 
1628
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1629
  #, fuzzy
1630
  msgid "Twitch Client ID"
1631
  msgstr "Добавьте ваш Twitch Client ID здесь"
1632
 
1633
- #: admin/social_login.php:891
1634
  #, fuzzy, php-format
1635
  msgid ""
1636
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1639,12 +1738,12 @@ msgstr ""
1639
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1640
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1641
 
1642
- #: admin/social_login.php:902
1643
  #, fuzzy
1644
  msgid "Twitch Client Secret"
1645
  msgstr "Добавьте ваш Twitch Client ID здесь"
1646
 
1647
- #: admin/social_login.php:911
1648
  #, fuzzy, php-format
1649
  msgid ""
1650
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1653,12 +1752,12 @@ msgstr ""
1653
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1654
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1655
 
1656
- #: admin/social_login.php:924
1657
  #, fuzzy
1658
  msgid "Foursquare Client ID"
1659
  msgstr "Google+ ID клиента"
1660
 
1661
- #: admin/social_login.php:933
1662
  #, fuzzy, php-format
1663
  msgid ""
1664
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1668,7 +1767,7 @@ msgstr ""
1668
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1669
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1670
 
1671
- #: admin/social_login.php:935 admin/social_login.php:955
1672
  #, fuzzy
1673
  msgid ""
1674
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
@@ -1677,12 +1776,12 @@ msgstr ""
1677
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1678
  "упоминания ссылки."
1679
 
1680
- #: admin/social_login.php:944
1681
  #, fuzzy
1682
  msgid "Foursquare Client Secret"
1683
  msgstr "Google+ ID клиента"
1684
 
1685
- #: admin/social_login.php:953
1686
  #, fuzzy, php-format
1687
  msgid ""
1688
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1692,11 +1791,11 @@ msgstr ""
1692
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1693
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1694
 
1695
- #: admin/social_login.php:964
1696
  msgid "Dropbox App Key"
1697
  msgstr ""
1698
 
1699
- #: admin/social_login.php:973
1700
  #, fuzzy, php-format
1701
  msgid ""
1702
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1705,12 +1804,12 @@ msgstr ""
1705
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1706
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1707
 
1708
- #: admin/social_login.php:984
1709
  #, fuzzy
1710
  msgid "Dropbox App Secret"
1711
  msgstr "Facebook App ID"
1712
 
1713
- #: admin/social_login.php:993
1714
  #, fuzzy, php-format
1715
  msgid ""
1716
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1719,11 +1818,11 @@ msgstr ""
1719
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1720
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1721
 
1722
- #: admin/social_login.php:1007
1723
  msgid "Disqus Public Key"
1724
  msgstr ""
1725
 
1726
- #: admin/social_login.php:1016
1727
  #, fuzzy, php-format
1728
  msgid ""
1729
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1732,12 +1831,12 @@ msgstr ""
1732
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
1733
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1734
 
1735
- #: admin/social_login.php:1027
1736
  #, fuzzy
1737
  msgid "Disqus Secret Key"
1738
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1739
 
1740
- #: admin/social_login.php:1036
1741
  #, fuzzy, php-format
1742
  msgid ""
1743
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1746,12 +1845,12 @@ msgstr ""
1746
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
1747
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1748
 
1749
- #: admin/social_login.php:1049
1750
  #, fuzzy
1751
  msgid "Reddit Client ID"
1752
  msgstr "Добавьте ваш Twitch Client ID здесь"
1753
 
1754
- #: admin/social_login.php:1058
1755
  #, fuzzy, php-format
1756
  msgid ""
1757
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1760,7 +1859,7 @@ msgstr ""
1760
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1761
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1762
 
1763
- #: admin/social_login.php:1060 admin/social_login.php:1080
1764
  #, fuzzy
1765
  msgid ""
1766
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
@@ -1769,12 +1868,12 @@ msgstr ""
1769
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1770
  "упоминания ссылки."
1771
 
1772
- #: admin/social_login.php:1069
1773
  #, fuzzy
1774
  msgid "Reddit Client Secret"
1775
  msgstr "Добавьте ваш Twitch Client ID здесь"
1776
 
1777
- #: admin/social_login.php:1078
1778
  #, fuzzy, php-format
1779
  msgid ""
1780
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1783,12 +1882,12 @@ msgstr ""
1783
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1784
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1785
 
1786
- #: admin/social_login.php:1092
1787
  #, fuzzy
1788
  msgid "Mail.ru Client ID"
1789
  msgstr "Добавьте ваш Twitch Client ID здесь"
1790
 
1791
- #: admin/social_login.php:1101
1792
  #, fuzzy, php-format
1793
  msgid ""
1794
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1797,7 +1896,7 @@ msgstr ""
1797
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1798
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1799
 
1800
- #: admin/social_login.php:1103 admin/social_login.php:1123
1801
  #, fuzzy
1802
  msgid ""
1803
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
@@ -1806,12 +1905,12 @@ msgstr ""
1806
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1807
  "упоминания ссылки."
1808
 
1809
- #: admin/social_login.php:1112
1810
  #, fuzzy
1811
  msgid "Mail.ru Client Secret"
1812
  msgstr "Добавьте ваш Twitch Client ID здесь"
1813
 
1814
- #: admin/social_login.php:1121
1815
  #, fuzzy, php-format
1816
  msgid ""
1817
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1821,12 +1920,12 @@ msgstr ""
1821
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1822
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1823
 
1824
- #: admin/social_login.php:1135
1825
  #, fuzzy
1826
  msgid "Github Client ID"
1827
  msgstr "Добавьте ваш Twitch Client ID здесь"
1828
 
1829
- #: admin/social_login.php:1144
1830
  #, fuzzy, php-format
1831
  msgid ""
1832
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1835,12 +1934,12 @@ msgstr ""
1835
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1836
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1837
 
1838
- #: admin/social_login.php:1155
1839
  #, fuzzy
1840
  msgid "Github Client Secret"
1841
  msgstr "Добавьте ваш Twitch Client ID здесь"
1842
 
1843
- #: admin/social_login.php:1164
1844
  #, fuzzy, php-format
1845
  msgid ""
1846
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1849,12 +1948,12 @@ msgstr ""
1849
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1850
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1851
 
1852
- #: admin/social_login.php:1177
1853
  #, fuzzy
1854
  msgid "Kakao Client ID"
1855
  msgstr "Google+ ID клиента"
1856
 
1857
- #: admin/social_login.php:1186
1858
  #, fuzzy, php-format
1859
  msgid ""
1860
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1863,12 +1962,12 @@ msgstr ""
1863
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1864
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1865
 
1866
- #: admin/social_login.php:1197
1867
  #, fuzzy
1868
  msgid "Kakao Client Secret"
1869
  msgstr "Google+ ID клиента"
1870
 
1871
- #: admin/social_login.php:1206
1872
  #, fuzzy, php-format
1873
  msgid ""
1874
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1877,67 +1976,67 @@ msgstr ""
1877
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1878
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1879
 
1880
- #: admin/social_login.php:1226
1881
  msgid "Social Login Options"
1882
  msgstr "Параметры входа через соцсети"
1883
 
1884
- #: admin/social_login.php:1241
1885
  msgid "Text to display above the Social Login interface"
1886
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1887
 
1888
- #: admin/social_login.php:1249
1889
  msgid "Trigger social login in the same browser tab"
1890
  msgstr ""
1891
 
1892
- #: admin/social_login.php:1259
1893
  msgid "Trigger social login in the same browser tab instead of a popup window"
1894
  msgstr ""
1895
 
1896
- #: admin/social_login.php:1266
1897
  #, fuzzy
1898
  msgid "Center align icons"
1899
  msgstr "Переставить иконы"
1900
 
1901
- #: admin/social_login.php:1276
1902
  #, fuzzy
1903
  msgid "Center align social login icons"
1904
  msgstr "Параметры входа через соцсети"
1905
 
1906
- #: admin/social_login.php:1283
1907
  msgid "Enable at login page"
1908
  msgstr "Включить страницу входа"
1909
 
1910
- #: admin/social_login.php:1293
1911
  msgid ""
1912
  "Social Login interface will get enabled at the login page of your website"
1913
  msgstr ""
1914
  "Интерфейс входа через социальные сети будет активирован на странице входа "
1915
 
1916
- #: admin/social_login.php:1300
1917
  msgid "Enable at register page"
1918
  msgstr "Включить на странице регистрации"
1919
 
1920
- #: admin/social_login.php:1310
1921
  msgid ""
1922
  "Social Login interface will get enabled at the registration page of your "
1923
  "website"
1924
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1925
 
1926
- #: admin/social_login.php:1317
1927
  msgid "Enable at comment form"
1928
  msgstr "Включить в форму комментирования"
1929
 
1930
- #: admin/social_login.php:1327
1931
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1932
  msgstr ""
1933
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
1934
  "комментирования Wordpress"
1935
 
1936
- #: admin/social_login.php:1341
1937
  msgid "Enable before WooCommerce Customer Login Form"
1938
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1939
 
1940
- #: admin/social_login.php:1351
1941
  msgid ""
1942
  "Social Login Interface will get enabled before the customer login form at "
1943
  "WooCommerce My Account page"
@@ -1945,12 +2044,12 @@ msgstr ""
1945
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
1946
  "для покупателя на странице Мой Аккаунт в WooCommerce"
1947
 
1948
- #: admin/social_login.php:1358
1949
  #, fuzzy
1950
  msgid "Enable at WooCommerce Customer Login Form"
1951
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1952
 
1953
- #: admin/social_login.php:1368
1954
  #, fuzzy
1955
  msgid ""
1956
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -1959,12 +2058,12 @@ msgstr ""
1959
  "Интерфейс входа через социальные сети будет активирован после формы входа "
1960
  "для покупателя на странице Мой Аккаунт в WooCommerce"
1961
 
1962
- #: admin/social_login.php:1375
1963
  #, fuzzy
1964
  msgid "Enable at WooCommerce Customer Register Form"
1965
  msgstr "Включить после формы входа клиента WooCommerce"
1966
 
1967
- #: admin/social_login.php:1385
1968
  #, fuzzy
1969
  msgid ""
1970
  "Integrate Social Login Interface with the customer register form at "
@@ -1973,22 +2072,22 @@ msgstr ""
1973
  "Интерфейс входа через социальные сети будет активирован после формы входа "
1974
  "для покупателя на странице Мой Аккаунт в WooCommerce"
1975
 
1976
- #: admin/social_login.php:1392
1977
  msgid "Enable at WooCommerce checkout page"
1978
  msgstr "Включить на странице оформления заказа WooCommerce"
1979
 
1980
- #: admin/social_login.php:1402
1981
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1982
  msgstr ""
1983
  "Интерфейс входа через социальные сети будет активирован на странице "
1984
  "оформления заказа в WooCommerce"
1985
 
1986
- #: admin/social_login.php:1412
1987
  msgid "Auto-approve comments made by Social Login users"
1988
  msgstr ""
1989
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1990
 
1991
- #: admin/social_login.php:1422
1992
  msgid ""
1993
  "If this option is enabled, and WordPress comment is made by Social Login "
1994
  "user, comment will get approved immediately without keeping in moderation."
@@ -1997,15 +2096,15 @@ msgstr ""
1997
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
1998
  "без модерации."
1999
 
2000
- #: admin/social_login.php:1423
2001
  msgid "Note: This is not related to Facebook comments"
2002
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2003
 
2004
- #: admin/social_login.php:1432
2005
  msgid "Enable social avatar"
2006
  msgstr "Включение социальных аватар"
2007
 
2008
- #: admin/social_login.php:1442
2009
  msgid ""
2010
  "Social profile pictures of the logged in user will be displayed as profile "
2011
  "avatar"
@@ -2013,30 +2112,30 @@ msgstr ""
2013
  "Изображения пользователя в социальных сетях будет использоваться как "
2014
  "изображение профиля на сайте"
2015
 
2016
- #: admin/social_login.php:1451
2017
  msgid "Avatar quality"
2018
  msgstr "Качество аватары"
2019
 
2020
- #: admin/social_login.php:1454
2021
  msgid "Average"
2022
  msgstr "Среднее"
2023
 
2024
- #: admin/social_login.php:1455
2025
  msgid "Best"
2026
  msgstr "лучший"
2027
 
2028
- #: admin/social_login.php:1462
2029
  msgid "Choose avatar quality"
2030
  msgstr "Выберите качество аватара"
2031
 
2032
- #: admin/social_login.php:1470
2033
  msgid ""
2034
  "Show option for users to update social avatar at BuddyPress profile page"
2035
  msgstr ""
2036
  "Показать вариант для пользователей для обновления социального аватара на "
2037
  "странице профиля BuddyPress"
2038
 
2039
- #: admin/social_login.php:1480
2040
  msgid ""
2041
  "If enabled, users would be able to update their social avatar from \"Profile "
2042
  "photo\" section in BuddyPress profile at front-end"
@@ -2044,11 +2143,11 @@ msgstr ""
2044
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2045
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2046
 
2047
- #: admin/social_login.php:1490 super_socializer.php:2098
2048
  msgid "Email required"
2049
  msgstr "Email (Обязательно)"
2050
 
2051
- #: admin/social_login.php:1500
2052
  msgid ""
2053
  "If enabled and Social ID provider does not provide user's email address on "
2054
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2058,13 +2157,13 @@ msgstr ""
2058
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2059
  "случае, почта будет создана по образцу."
2060
 
2061
- #: admin/social_login.php:1508
2062
  msgid "Send post-registration email to user to set account password"
2063
  msgstr ""
2064
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2065
  "установить пароль учетной записи"
2066
 
2067
- #: admin/social_login.php:1518
2068
  msgid ""
2069
  "If enabled, an email will be sent to user after registration through Social "
2070
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2074,13 +2173,13 @@ msgstr ""
2074
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2075
  "возможность зайти черед стандартную форму авторизации"
2076
 
2077
- #: admin/social_login.php:1525
2078
  msgid "Send new user registration notification email to admin"
2079
  msgstr ""
2080
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2081
  "администратору"
2082
 
2083
- #: admin/social_login.php:1535
2084
  msgid ""
2085
  "If enabled, an email will be sent to admin after new user registers through "
2086
  "Social Login, notifying admin about the new user registration"
@@ -2088,84 +2187,84 @@ msgstr ""
2088
  "Если опция включена, на почту администратора прийдет уведомление о "
2089
  "регистрации нового пользователя через соцсети."
2090
 
2091
- #: admin/social_login.php:1542
2092
  msgid "Login redirection"
2093
  msgstr "Перенаправления входа"
2094
 
2095
- #: admin/social_login.php:1546
2096
  msgid "Same page where user logged in"
2097
  msgstr "Та же страница, на которой пользователь произвел вход "
2098
 
2099
- #: admin/social_login.php:1550 admin/social_login.php:1579
2100
  msgid "Account dashboard"
2101
  msgstr "Страница управления моим аккаунтом"
2102
 
2103
- #: admin/social_login.php:1553 admin/social_login.php:1582
2104
  msgid "BuddyPress profile page"
2105
  msgstr "Страница профиля BuddyPress"
2106
 
2107
- #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2108
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2109
  msgid "Custom Url"
2110
  msgstr "Пользовательская ссылка"
2111
 
2112
- #: admin/social_login.php:1564
2113
  msgid "User will be redirected to the selected page after Social Login"
2114
  msgstr ""
2115
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2116
  "социальные сети"
2117
 
2118
- #: admin/social_login.php:1571
2119
  msgid "Registration redirection"
2120
  msgstr "Перенаправлении регистрации"
2121
 
2122
- #: admin/social_login.php:1575
2123
  msgid "Same page from where user registered"
2124
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2125
 
2126
- #: admin/social_login.php:1591
2127
  msgid "Username Separator"
2128
  msgstr ""
2129
 
2130
- #: admin/social_login.php:1595
2131
  msgid "Dash (-)"
2132
  msgstr ""
2133
 
2134
- #: admin/social_login.php:1597
2135
  msgid "Underscore (_)"
2136
  msgstr ""
2137
 
2138
- #: admin/social_login.php:1599
2139
  msgid "Dot (.)"
2140
  msgstr ""
2141
 
2142
- #: admin/social_login.php:1601
2143
  msgid "None"
2144
  msgstr ""
2145
 
2146
- #: admin/social_login.php:1609
2147
  msgid ""
2148
  "Choose one of the underscore, dot or dash to use to join first and last "
2149
  "names in the usernames of the new users"
2150
  msgstr ""
2151
 
2152
- #: admin/social_login.php:1618
2153
  #, fuzzy
2154
  msgid "Social Account Linking Options"
2155
  msgstr "Ссылки на социальный аккаунт"
2156
 
2157
- #: admin/social_login.php:1633
2158
  #, fuzzy
2159
  msgid "Text to display above the Social Account Linking interface"
2160
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2161
 
2162
- #: admin/social_login.php:1640
2163
  msgid ""
2164
  "Link social account to already existing account, if email address matches"
2165
  msgstr ""
2166
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2167
 
2168
- #: admin/social_login.php:1650
2169
  #, fuzzy
2170
  msgid ""
2171
  "If email address of the user's Social Account matches with an already "
@@ -2178,11 +2277,11 @@ msgstr ""
2178
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2179
  "странице профиля."
2180
 
2181
- #: admin/social_login.php:1658
2182
  msgid "Enable social account linking at BuddyPress profile page"
2183
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2184
 
2185
- #: admin/social_login.php:1668
2186
  msgid ""
2187
  "Enable this option to show social account linking interface at BuddyPress "
2188
  "profile page"
@@ -2190,15 +2289,15 @@ msgstr ""
2190
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2191
  "профиля BuddyPress"
2192
 
2193
- #: admin/social_login.php:1679
2194
  msgid "Email popup options"
2195
  msgstr "Параметры всплывающей электронной Почты"
2196
 
2197
- #: admin/social_login.php:1684
2198
  msgid "Text on 'Email required' popup"
2199
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2200
 
2201
- #: admin/social_login.php:1694
2202
  msgid ""
2203
  "This text will be displayed on email required popup. Leave empty if not "
2204
  "required."
@@ -2206,11 +2305,11 @@ msgstr ""
2206
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2207
  "поле пустым если не требуется."
2208
 
2209
- #: admin/social_login.php:1702
2210
  msgid "Error message for 'Email required' popup"
2211
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2212
 
2213
- #: admin/social_login.php:1712
2214
  msgid ""
2215
  "This message will be displayed to user if it provides invalid or already "
2216
  "registered email"
@@ -2218,11 +2317,11 @@ msgstr ""
2218
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2219
  "уже используемую почту"
2220
 
2221
- #: admin/social_login.php:1720
2222
  msgid "Email popup height"
2223
  msgstr "Высота высплывающего окна"
2224
 
2225
- #: admin/social_login.php:1730
2226
  msgid ""
2227
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2228
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2232,11 +2331,11 @@ msgstr ""
2232
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2233
  "базового значения."
2234
 
2235
- #: admin/social_login.php:1737
2236
  msgid "Enable email verification"
2237
  msgstr "Включить проверку электронной почты"
2238
 
2239
- #: admin/social_login.php:1747
2240
  msgid ""
2241
  "If enabled, email provided by the user will be verified by sending a "
2242
  "confirmation link to that email. User would not be able to login without "
@@ -2245,98 +2344,98 @@ msgstr ""
2245
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2246
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2247
 
2248
- #: admin/social_login.php:1767
2249
  #, fuzzy
2250
  msgid "Enable GDPR opt-in"
2251
  msgstr "Активировать комментирование через Disqus"
2252
 
2253
- #: admin/social_login.php:1777
2254
  msgid ""
2255
  "Enable it to show GDPR opt-in for social login and social account linking"
2256
  msgstr ""
2257
 
2258
- #: admin/social_login.php:1785
2259
  #, fuzzy
2260
  msgid "Placement of GDPR opt-in"
2261
  msgstr "Активировать комментирование через Disqus"
2262
 
2263
- #: admin/social_login.php:1789
2264
  #, fuzzy
2265
  msgid "Above Social Login icons"
2266
  msgstr "Параметры входа через соцсети"
2267
 
2268
- #: admin/social_login.php:1791
2269
  #, fuzzy
2270
  msgid "Below Social Login icons"
2271
  msgstr "Параметры входа через соцсети"
2272
 
2273
- #: admin/social_login.php:1797
2274
  #, fuzzy
2275
  msgid "Placement of GDPR opt-in above or below the social login icons"
2276
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2277
 
2278
- #: admin/social_login.php:1804
2279
  msgid "Opt-in text"
2280
  msgstr ""
2281
 
2282
- #: admin/social_login.php:1814
2283
  #, fuzzy
2284
  msgid "Text for the GDPR opt-in"
2285
  msgstr "Активировать комментирование через Disqus"
2286
 
2287
- #: admin/social_login.php:1821
2288
  msgid "Text to link to Terms-Conditions page"
2289
  msgstr ""
2290
 
2291
- #: admin/social_login.php:1831
2292
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2293
  msgstr ""
2294
 
2295
- #: admin/social_login.php:1838
2296
  msgid "Terms-Conditions Url"
2297
  msgstr ""
2298
 
2299
- #: admin/social_login.php:1848
2300
  #, fuzzy
2301
  msgid "Url of the terms-conditions page of your website"
2302
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2303
 
2304
- #: admin/social_login.php:1855
2305
  msgid "Text to link to Privacy Policy page"
2306
  msgstr ""
2307
 
2308
- #: admin/social_login.php:1865
2309
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2310
  msgstr ""
2311
 
2312
- #: admin/social_login.php:1872
2313
  msgid "Privacy Policy Url"
2314
  msgstr ""
2315
 
2316
- #: admin/social_login.php:1882
2317
  #, fuzzy
2318
  msgid "Url of the privacy policy page of your website"
2319
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2320
 
2321
- #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2322
  #: inc/widget.php:605 inc/widget.php:754
2323
  msgid "Select"
2324
  msgstr "Выбор"
2325
 
2326
- #: admin/social_login.php:1964
2327
  msgid "Social Login Shortcode & Widget"
2328
  msgstr "Шорткод и виджет для входа через социальные сети "
2329
 
2330
- #: admin/social_login.php:1965
2331
  msgid "Social Linking Shortcode"
2332
  msgstr "Шорткод социальных ссылок"
2333
 
2334
- #: admin/social_login.php:1980
2335
  #, fuzzy
2336
  msgid "Why is social login not working?"
2337
  msgstr "Почему Facebook логин не работает?"
2338
 
2339
- #: admin/social_login.php:1981
2340
  msgid ""
2341
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2342
  "belong to the same app"
@@ -2938,7 +3037,7 @@ msgstr ""
2938
  msgid "Why is Facebook share count not working?"
2939
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
2940
 
2941
- #: admin/social_sharing.php:1937 super_socializer.php:3249
2942
  #, php-format
2943
  msgid ""
2944
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3040,88 +3139,88 @@ msgstr "Почему счетчики Фейсбука поделиться не
3040
  msgid "Settings saved"
3041
  msgstr "Параметры сохранены"
3042
 
3043
- #: helper.php:197
3044
  #, fuzzy
3045
  msgid "Click to toggle help"
3046
  msgstr "Нажмите, чтобы скрыть помощь"
3047
 
3048
- #: helper.php:278
3049
  msgid "Add-Ons"
3050
  msgstr "Дополнения"
3051
 
3052
- #: helper.php:279
3053
  msgid "Support Documentation"
3054
  msgstr "Техническая документация"
3055
 
3056
- #: helper.php:280
3057
  msgid "Settings"
3058
  msgstr "Настройки"
3059
 
3060
- #: helper.php:556
3061
  msgid "Account linked successfully"
3062
  msgstr "Аккаунт успешно связан"
3063
 
3064
- #: helper.php:560
3065
  msgid "Account already exists or linked"
3066
  msgstr "Аккаунт уже существует или связан"
3067
 
3068
- #: helper.php:596 helper.php:598
3069
  msgid "Login with"
3070
  msgstr "Войти с"
3071
 
3072
- #: helper.php:633 helper.php:639
3073
  msgid "Currently"
3074
  msgstr "На данный момент"
3075
 
3076
- #: helper.php:633 helper.php:639
3077
  msgid "Connected with"
3078
  msgstr "Авторизоваться с помощью"
3079
 
3080
- #: helper.php:633 helper.php:639
3081
  msgid "Remove"
3082
  msgstr "Удалить"
3083
 
3084
- #: helper.php:712
3085
  msgid "Social Account Linking"
3086
  msgstr "Ссылки на социальный аккаунт"
3087
 
3088
- #: helper.php:763
3089
  msgid "Disable Standard Social Sharing on this "
3090
  msgstr "Отключить стандартный блок Поделиться на этом"
3091
 
3092
- #: helper.php:768
3093
  msgid "Disable Floating Social Sharing on this "
3094
  msgstr "Отключить плавающий блок Поделиться на этом"
3095
 
3096
- #: helper.php:773
3097
  msgid "Disable Standard like buttons on this "
3098
  msgstr "Откдючить стандартные кнопки Нравится на этом"
3099
 
3100
- #: helper.php:778
3101
  msgid "Disable Floating like buttons on this "
3102
  msgstr "Откдючить плавающие кнопки Нравится на этом"
3103
 
3104
- #: helper.php:783
3105
  msgid "Disable Social Commenting on this "
3106
  msgstr "Деактивировать социальное комментироване"
3107
 
3108
- #: helper.php:792
3109
  msgid "Standard Sharing Interface"
3110
  msgstr "Стандартный интерфейс Поделиться"
3111
 
3112
- #: helper.php:798 helper.php:817
3113
  msgid "Starting share count for "
3114
  msgstr "Запустить счетчик поделиться для"
3115
 
3116
- #: helper.php:811
3117
  msgid "Floating Sharing Interface"
3118
  msgstr "Плавающий интерфейс Поделиться"
3119
 
3120
- #: helper.php:911 super_socializer.php:2508
3121
  msgid "Social Avatar"
3122
  msgstr "Социальный аватар"
3123
 
3124
- #: helper.php:914 super_socializer.php:2519
3125
  msgid ""
3126
  "Do not fetch and update social avatar from my profile, next time I Social "
3127
  "Login"
@@ -3129,38 +3228,38 @@ msgstr ""
3129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
3130
  "я когда я использую вход через соцсети"
3131
 
3132
- #: helper.php:915 super_socializer.php:2523
3133
  msgid "Update social avatar, next time I Social Login"
3134
  msgstr ""
3135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
3136
  "соцсети"
3137
 
3138
- #: helper.php:918
3139
  msgid "Small Avatar"
3140
  msgstr "Небольшой аватар"
3141
 
3142
- #: helper.php:922
3143
  msgid "Large Avatar"
3144
  msgstr "Большой аватар"
3145
 
3146
- #: helper.php:982 super_socializer.php:2076
3147
  msgid "Please verify your email address to login."
3148
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
3149
 
3150
- #: helper.php:1019
3151
  msgid "Click to delete social profile data"
3152
  msgstr ""
3153
 
3154
- #: helper.php:1048
3155
  #, fuzzy
3156
  msgid "Deleting"
3157
  msgstr "Настройки"
3158
 
3159
- #: helper.php:1058
3160
  msgid "Deleted"
3161
  msgstr ""
3162
 
3163
- #: helper.php:1060
3164
  msgid "Something bad happened"
3165
  msgstr ""
3166
 
@@ -3177,27 +3276,27 @@ msgstr ""
3177
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
3178
  "панели"
3179
 
3180
- #: inc/social_login.php:1047
3181
  msgid "Email"
3182
  msgstr "Email"
3183
 
3184
- #: inc/social_login.php:1048
3185
  msgid "Confirm email"
3186
  msgstr "Подтвердить e-mail"
3187
 
3188
- #: inc/social_login.php:1050
3189
  msgid "Save"
3190
  msgstr "Сохранить"
3191
 
3192
- #: inc/social_login.php:1051
3193
  msgid "Cancel"
3194
  msgstr "Отменить"
3195
 
3196
- #: inc/social_login.php:1125
3197
  msgid "Email Verification"
3198
  msgstr "Подтверждение адреса электронной почты"
3199
 
3200
- #: inc/social_login.php:1127
3201
  msgid ""
3202
  "Please click on the following link or paste it in browser to verify your "
3203
  "email"
@@ -3220,11 +3319,11 @@ msgstr "Архивы "
3220
  msgid "Total Shares"
3221
  msgstr "Включить общее количество Поделиться"
3222
 
3223
- #: inc/social_sharing.php:272 super_socializer.php:2186
3224
  msgid "Share"
3225
  msgstr "Поделиться"
3226
 
3227
- #: inc/social_sharing.php:272 super_socializer.php:2186
3228
  msgid "Shares"
3229
  msgstr "Поделились"
3230
 
@@ -3243,8 +3342,8 @@ msgstr "Super Socializer - Вход"
3243
  #: inc/widget.php:13
3244
  #, fuzzy
3245
  msgid ""
3246
- "Let your website users login/register using their favorite Social ID "
3247
- "Provider, such as Facebook, Twitter, Google, LinkedIn"
3248
  msgstr ""
3249
  "Дайте возможность пользователям с вашего сайта войти/зарегистрироваться "
3250
  "используя их любимые социальные сервисы, так как Facebook, Twitter, Google+, "
@@ -3593,7 +3692,7 @@ msgstr "Twitter"
3593
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3594
  msgstr ""
3595
 
3596
- #: super_socializer.php:1853
3597
  msgid ""
3598
  "cURL is not enabled at your website server. Please contact your website "
3599
  "server administrator to enable it."
@@ -3601,7 +3700,7 @@ msgstr ""
3601
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
3602
  "администратору вашего сайта, чтобы включить это."
3603
 
3604
- #: super_socializer.php:1881
3605
  #, fuzzy, php-format
3606
  msgid ""
3607
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3610,7 +3709,7 @@ msgstr ""
3610
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3611
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3612
 
3613
- #: super_socializer.php:1884
3614
  #, fuzzy, php-format
3615
  msgid ""
3616
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3619,7 +3718,7 @@ msgstr ""
3619
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3620
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3621
 
3622
- #: super_socializer.php:1887
3623
  msgid ""
3624
  "Make sure cURL is enabled at your website server. You may need to contact "
3625
  "the server administrator of your website to verify this"
@@ -3627,134 +3726,134 @@ msgstr ""
3627
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
3628
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
3629
 
3630
- #: super_socializer.php:2054
3631
  #, fuzzy
3632
  msgid "Search"
3633
  msgstr "Искать"
3634
 
3635
- #: super_socializer.php:2076
3636
  msgid "Your email has been verified. Now you can login to your account"
3637
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
3638
 
3639
- #: super_socializer.php:2080
3640
  msgid "Notification"
3641
  msgstr "Уведомления"
3642
 
3643
- #: super_socializer.php:2101
3644
  msgid "Please check your email inbox to complete the registration."
3645
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
3646
 
3647
- #: super_socializer.php:2170
3648
  msgid "Leave a reply"
3649
  msgstr "Оставить ответ"
3650
 
3651
- #: super_socializer.php:2186
3652
  #, fuzzy
3653
  msgid "Link copied."
3654
  msgstr "LinkedIn"
3655
 
3656
- #: super_socializer.php:2424
3657
  msgid "Super Socializer - General Options"
3658
  msgstr "Super Socializer - Общие настройки"
3659
 
3660
- #: super_socializer.php:2495
3661
  msgid ""
3662
  "I agree to my personal data being stored and used as per Privacy Policy and "
3663
  "Terms and Conditions"
3664
  msgstr ""
3665
 
3666
- #: super_socializer.php:2499
3667
  msgid ""
3668
  "I revoke my consent to store and use my personal data. Kindly delete my "
3669
  "personal data saved in this website."
3670
  msgstr ""
3671
 
3672
- #: super_socializer.php:2511
3673
  msgid "Small Avatar Url"
3674
  msgstr "Ссылка для маленького аватара"
3675
 
3676
- #: super_socializer.php:2515
3677
  msgid "Large Avatar Url"
3678
  msgstr "Ссылка для большого аватара"
3679
 
3680
- #: super_socializer.php:2617
3681
  msgid "Login with your Social ID"
3682
  msgstr "Войти, используя социальный аккаунт"
3683
 
3684
- #: super_socializer.php:2618
3685
  msgid "Email you entered is already registered or invalid"
3686
  msgstr ""
3687
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
3688
 
3689
- #: super_socializer.php:2625
3690
  msgid "Please enter a valid email address. You might be required to verify it"
3691
  msgstr ""
3692
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
3693
  "потребуется проверить его"
3694
 
3695
- #: super_socializer.php:2630 super_socializer.php:3433
3696
  msgid "Link your social account to login to your account at this website"
3697
  msgstr ""
3698
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
3699
  "этом сайте"
3700
 
3701
- #: super_socializer.php:2890
3702
  msgid "Thanks for installing Super Socializer plugin"
3703
  msgstr ""
3704
 
3705
- #: super_socializer.php:2892
3706
  msgid "Configure the Plugin"
3707
  msgstr ""
3708
 
3709
- #: super_socializer.php:2903
3710
  msgid ""
3711
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3712
  "current version of Super Socializer"
3713
  msgstr ""
3714
 
3715
- #: super_socializer.php:2912
3716
  msgid ""
3717
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3718
  "compatibility with the current version of Super Socializer"
3719
  msgstr ""
3720
 
3721
- #: super_socializer.php:2921
3722
  msgid ""
3723
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3724
  "compatibility with the current version of Super Socializer"
3725
  msgstr ""
3726
 
3727
- #: super_socializer.php:2930
3728
  msgid ""
3729
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3730
  "version of Super Socializer"
3731
  msgstr ""
3732
 
3733
- #: super_socializer.php:2939
3734
  msgid ""
3735
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3736
  "compatibility with the current version of Super Socializer"
3737
  msgstr ""
3738
 
3739
- #: super_socializer.php:2948
3740
  msgid ""
3741
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3742
  "for compatibility with the current version of Super Socializer"
3743
  msgstr ""
3744
 
3745
- #: super_socializer.php:2957
3746
  msgid ""
3747
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3748
  "with current version of Super Socializer"
3749
  msgstr ""
3750
 
3751
- #: super_socializer.php:2968
3752
  #, php-format
3753
  msgid ""
3754
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3755
  msgstr ""
3756
 
3757
- #: super_socializer.php:2977
3758
  #, php-format
3759
  msgid ""
3760
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3762,7 +3861,7 @@ msgid ""
3762
  "Instagram App Secret <a href=\"%s\">here</a>"
3763
  msgstr ""
3764
 
3765
- #: super_socializer.php:2986 super_socializer.php:2995
3766
  #, php-format
3767
  msgid ""
3768
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3771,13 +3870,13 @@ msgid ""
3771
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3772
  msgstr ""
3773
 
3774
- #: super_socializer.php:3011
3775
  #, php-format
3776
  msgid ""
3777
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3778
  msgstr ""
3779
 
3780
- #: super_socializer.php:3035
3781
  #, php-format
3782
  msgid ""
3783
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3785,14 +3884,14 @@ msgid ""
3785
  "target=\"_blank\">here</a>"
3786
  msgstr ""
3787
 
3788
- #: super_socializer.php:3035 super_socializer.php:3060
3789
- #: super_socializer.php:3085 super_socializer.php:3110
3790
- #: super_socializer.php:3143 super_socializer.php:3171
3791
- #: super_socializer.php:3198
3792
  msgid "Okay"
3793
  msgstr "Окей"
3794
 
3795
- #: super_socializer.php:3060
3796
  #, php-format
3797
  msgid ""
3798
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3800,7 +3899,7 @@ msgid ""
3800
  "\">here</a>"
3801
  msgstr ""
3802
 
3803
- #: super_socializer.php:3085
3804
  #, php-format
3805
  msgid ""
3806
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3808,7 +3907,7 @@ msgid ""
3808
  "target=\"_blank\">here</a>"
3809
  msgstr ""
3810
 
3811
- #: super_socializer.php:3110
3812
  #, php-format
3813
  msgid ""
3814
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3816,13 +3915,13 @@ msgid ""
3816
  "target=\"_blank\">here</a>"
3817
  msgstr ""
3818
 
3819
- #: super_socializer.php:3121
3820
  #, php-format
3821
  msgid ""
3822
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3823
  msgstr ""
3824
 
3825
- #: super_socializer.php:3143
3826
  #, php-format
3827
  msgid ""
3828
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3830,7 +3929,7 @@ msgid ""
3830
  "\"%s\" target=\"_blank\">here</a>"
3831
  msgstr ""
3832
 
3833
- #: super_socializer.php:3171
3834
  #, php-format
3835
  msgid ""
3836
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3839,7 +3938,7 @@ msgid ""
3839
  "your website %s with them. No need to copy-paste any code from their website."
3840
  msgstr ""
3841
 
3842
- #: super_socializer.php:3198
3843
  #, php-format
3844
  msgid ""
3845
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3847,7 +3946,7 @@ msgid ""
3847
  "\"%s\" target=\"_blank\">here</a>"
3848
  msgstr ""
3849
 
3850
- #: super_socializer.php:3223
3851
  #, php-format
3852
  msgid ""
3853
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3855,11 +3954,11 @@ msgid ""
3855
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3856
  msgstr ""
3857
 
3858
- #: super_socializer.php:3223 super_socializer.php:3250
3859
  msgid "Dismiss"
3860
  msgstr ""
3861
 
3862
- #: super_socializer.php:3509
3863
  msgid ""
3864
  "Your browser is blocking some features of this website. Please follow the "
3865
  "instructions at {support_url} to unblock these."
@@ -3867,6 +3966,16 @@ msgstr ""
3867
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
3868
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
3869
 
 
 
 
 
 
 
 
 
 
 
3870
  #~ msgid ""
3871
  #~ "User will be redirected to the selected page after registration (first "
3872
  #~ "Social Login) through Social Login"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-19 23:05+0530\n"
6
+ "PO-Revision-Date: 2022-07-19 23:05+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
+ #: admin/social_login.php:5 admin/social_login.php:2102
25
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
26
  #, fuzzy, php-format
27
  msgid ""
35
  "Twitter."
36
 
37
  #: admin/general_options.php:15 admin/social_commenting.php:47
38
+ #: super_socializer.php:2555
39
  msgid "General Options"
40
  msgstr "Основные настройки"
41
 
83
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:2098
87
+ #: admin/social_sharing.php:1975 helper.php:932
88
  msgid "Save Changes"
89
  msgstr "Сохранить изменения"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:2108
93
  #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:2110
100
  #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
225
  msgstr "XProfile интеграция"
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
+ #: admin/social_login.php:45 admin/social_login.php:2065
229
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
230
  #: admin/social_sharing.php:1901
231
  msgid "Shortcode & Widget"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
+ #: admin/social_login.php:46 admin/social_login.php:2079
237
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
238
  msgid "FAQ"
239
  msgstr "Часто задаваемые вопросы (FAQ)"
278
  "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/"
279
  "Твитнуть"
280
 
281
+ #: admin/like_buttons.php:105 admin/social_login.php:1334
282
+ #: admin/social_login.php:1726 admin/social_sharing.php:717 inc/widget.php:1038
283
  msgid "Title"
284
  msgstr "Заголовок"
285
 
345
  msgstr "Расположение интерфейса"
346
 
347
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
348
+ #: admin/social_login.php:1651 admin/social_login.php:1680
349
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
350
  msgid "Homepage"
351
  msgstr "Главная"
627
  msgstr ""
628
 
629
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
+ #: admin/social_login.php:2087 admin/social_sharing.php:1964
631
  #, fuzzy
632
  msgid "More"
633
  msgstr ""
840
  msgid "Social Commenting Shortcode"
841
  msgstr "Шорткод комментирования через социальные сети"
842
 
843
+ #: admin/social_commenting.php:386 admin/social_login.php:2081
844
  #: admin/social_sharing.php:1934
845
  msgid ""
846
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
858
  "Https?"
859
  msgstr ""
860
 
861
+ #: admin/social_commenting.php:389 admin/social_login.php:2086
862
  #: admin/social_sharing.php:1949
863
  msgid "Why is my browser blocking some features of the plugin?"
864
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
895
  msgid "Advanced Configuration"
896
  msgstr "Расширенная конфигурация"
897
 
898
+ #: admin/social_login.php:41 admin/social_login.php:1865
899
+ #: super_socializer.php:2623
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
+ #: admin/social_login.php:43 admin/social_login.php:2016
904
  msgid "XProfile Integration"
905
  msgstr "XProfile интеграция"
906
 
1014
  msgid "Spotify"
1015
  msgstr ""
1016
 
1017
+ #: admin/social_login.php:180
1018
+ #, fuzzy
1019
  msgid "Dribbble"
1020
+ msgstr "Google+ ID клиента"
1021
+
1022
+ #: admin/social_login.php:184
1023
+ msgid "Odnoklassniki"
1024
+ msgstr ""
1025
+
1026
+ #: admin/social_login.php:188
1027
+ msgid "Yandex"
1028
  msgstr ""
1029
 
1030
+ #: admin/social_login.php:192
1031
  msgid "Twitch"
1032
  msgstr "Twitch"
1033
 
1034
+ #: admin/social_login.php:196
1035
  #, fuzzy
1036
  msgid "Foursquare"
1037
  msgstr "Квадратная"
1038
 
1039
+ #: admin/social_login.php:200
1040
  msgid "Dropbox"
1041
  msgstr ""
1042
 
1043
+ #: admin/social_login.php:204
1044
  #, fuzzy
1045
  msgid "Disqus"
1046
  msgstr "Поле для комментирования через Disqus"
1047
 
1048
+ #: admin/social_login.php:208
1049
  msgid "Reddit"
1050
  msgstr ""
1051
 
1052
+ #: admin/social_login.php:212
1053
  msgid "Mail.ru"
1054
  msgstr ""
1055
 
1056
+ #: admin/social_login.php:216
1057
  msgid "Github"
1058
  msgstr ""
1059
 
1060
+ #: admin/social_login.php:220
1061
  msgid "Kakao"
1062
  msgstr ""
1063
 
1064
+ #: admin/social_login.php:228
1065
  msgid "Select Social ID provider to enable in Social Login"
1066
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1067
 
1068
+ #: admin/social_login.php:235
1069
  msgid "Facebook App ID"
1070
  msgstr "Facebook App ID"
1071
 
1072
+ #: admin/social_login.php:245
1073
  #, php-format
1074
  msgid ""
1075
  "Required for Facebook Social Login to work. Please follow the documentation "
1078
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1079
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1080
 
1081
+ #: admin/social_login.php:247 admin/social_login.php:268
1082
  #, fuzzy
1083
  msgid ""
1084
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1086
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1087
  "упоминания ссылки."
1088
 
1089
+ #: admin/social_login.php:256
1090
  #, fuzzy
1091
  msgid "Facebook App Secret"
1092
  msgstr "Facebook App ID"
1093
 
1094
+ #: admin/social_login.php:266
1095
  #, fuzzy, php-format
1096
  msgid ""
1097
  "Required for Facebook Social Login to work. Please follow the documentation "
1100
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1101
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1102
 
1103
+ #: admin/social_login.php:277
1104
  msgid "Twitter API Key"
1105
  msgstr "Twitter API ключ"
1106
 
1107
+ #: admin/social_login.php:287
1108
  #, php-format
1109
  msgid ""
1110
  "Required for Twitter Social Login to work. Please follow the documentation "
1114
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1115
  "Twitter."
1116
 
1117
+ #: admin/social_login.php:289 admin/social_login.php:314
1118
  #, fuzzy
1119
  msgid ""
1120
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1122
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1123
  "ссылки"
1124
 
1125
+ #: admin/social_login.php:293 admin/social_login.php:318
1126
+ #: admin/social_login.php:506 admin/social_login.php:526
1127
+ #: admin/social_login.php:861 admin/social_login.php:881
1128
+ #: admin/social_login.php:996 admin/social_login.php:1016
1129
+ #: admin/social_login.php:1121 admin/social_login.php:1141
1130
+ #: admin/social_login.php:1249 admin/social_login.php:1269
1131
+ #: admin/social_login.php:1291 admin/social_login.php:1311
1132
  #, fuzzy
1133
  msgid ""
1134
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1137
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1138
  "ссылки"
1139
 
1140
+ #: admin/social_login.php:302
1141
  msgid "Twitter API Secret"
1142
  msgstr "Twitter API секретный ключ"
1143
 
1144
+ #: admin/social_login.php:312
1145
  #, php-format
1146
  msgid ""
1147
  "Required for Twitter Social Login to work. Please follow the documentation "
1151
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1152
  "приложения Facebook."
1153
 
1154
+ #: admin/social_login.php:327
1155
  #, fuzzy
1156
  msgid "LinkedIn Client ID"
1157
  msgstr "LinkedIn"
1158
 
1159
+ #: admin/social_login.php:337
1160
  #, fuzzy, php-format
1161
  msgid ""
1162
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1166
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1167
  "LinkedIn."
1168
 
1169
+ #: admin/social_login.php:339 admin/social_login.php:360
1170
+ #: admin/social_login.php:546 admin/social_login.php:566
1171
  #, fuzzy
1172
  msgid ""
1173
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1176
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1177
  "упоминания ссылки."
1178
 
1179
+ #: admin/social_login.php:348
1180
  #, fuzzy
1181
  msgid "LinkedIn Client Secret"
1182
  msgstr "LinkedIn"
1183
 
1184
+ #: admin/social_login.php:358
1185
  #, fuzzy, php-format
1186
  msgid ""
1187
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1192
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1193
  "LinkedIn."
1194
 
1195
+ #: admin/social_login.php:369
1196
  #, fuzzy
1197
  msgid "Google Client ID"
1198
  msgstr "Google+ ID клиента"
1199
 
1200
+ #: admin/social_login.php:379
1201
  #, fuzzy, php-format
1202
  msgid ""
1203
  "Required for Google Social Login to work. Please follow the documentation at "
1206
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1207
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1208
 
1209
+ #: admin/social_login.php:381 admin/social_login.php:402
1210
  #, fuzzy
1211
  msgid ""
1212
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1215
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1216
  "упоминания ссылки."
1217
 
1218
+ #: admin/social_login.php:390
1219
  #, fuzzy
1220
  msgid "Google Client Secret"
1221
  msgstr "Google+ ID клиента"
1222
 
1223
+ #: admin/social_login.php:400
1224
  #, fuzzy, php-format
1225
  msgid ""
1226
  "Required for Google Social Login to work. Please follow the documentation at "
1229
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1230
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1231
 
1232
+ #: admin/social_login.php:411
1233
  msgid "Vkontakte Application ID"
1234
  msgstr " ID приложения Vkontakte"
1235
 
1236
+ #: admin/social_login.php:421 admin/social_login.php:442
1237
  #, php-format
1238
  msgid ""
1239
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1244
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
1245
  "Vkontakte."
1246
 
1247
+ #: admin/social_login.php:423 admin/social_login.php:444
1248
  #, fuzzy
1249
  msgid ""
1250
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1253
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1254
  "упоминания ссылки."
1255
 
1256
+ #: admin/social_login.php:432
1257
  #, fuzzy
1258
  msgid "Vkontakte Secure key"
1259
  msgstr "Вконтакте"
1260
 
1261
+ #: admin/social_login.php:453
1262
  #, fuzzy
1263
  msgid "Instagram App ID"
1264
  msgstr "Instagram ID клиента"
1265
 
1266
+ #: admin/social_login.php:463
1267
  #, fuzzy, php-format
1268
  msgid ""
1269
  "Required for Instagram Social Login to work. Please follow the documentation "
1273
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
1274
  "Instagram."
1275
 
1276
+ #: admin/social_login.php:465 admin/social_login.php:486
1277
  #, fuzzy
1278
  msgid ""
1279
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1282
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1283
  "упоминания ссылки."
1284
 
1285
+ #: admin/social_login.php:474
1286
  #, fuzzy
1287
  msgid "Instagram App Secret"
1288
  msgstr "Введите имя пользователя Instagram."
1289
 
1290
+ #: admin/social_login.php:484
1291
  #, fuzzy, php-format
1292
  msgid ""
1293
  "Required for Instagram Social Login to work. Please follow the documentation "
1297
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
1298
  "Instagram."
1299
 
1300
+ #: admin/social_login.php:495
1301
  msgid "Line Channel ID"
1302
  msgstr ""
1303
 
1304
+ #: admin/social_login.php:504
1305
  #, fuzzy, php-format
1306
  msgid ""
1307
  "Required for Line Social Login to work. Please follow the documentation at "
1311
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1312
  "LinkedIn."
1313
 
1314
+ #: admin/social_login.php:515
1315
  #, fuzzy
1316
  msgid "Line Channel Secret"
1317
  msgstr "LinkedIn"
1318
 
1319
+ #: admin/social_login.php:524
1320
  #, fuzzy, php-format
1321
  msgid ""
1322
  "Required for Line Social Login to work. Please follow the documentation at "
1326
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1327
  "LinkedIn."
1328
 
1329
+ #: admin/social_login.php:535
1330
  #, fuzzy
1331
  msgid "Wordpress Client ID"
1332
  msgstr "Google+ ID клиента"
1333
 
1334
+ #: admin/social_login.php:544
1335
  #, fuzzy, php-format
1336
  msgid ""
1337
  "Required for Wordpress Social Login to work. Please follow the documentation "
1340
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1341
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1342
 
1343
+ #: admin/social_login.php:555
1344
  #, fuzzy
1345
  msgid "Wordpress Client Secret"
1346
  msgstr "Google+ ID клиента"
1347
 
1348
+ #: admin/social_login.php:564
1349
  #, fuzzy, php-format
1350
  msgid ""
1351
  "Required for Wordpress Social Login to work. Please follow the documentation "
1355
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1356
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1357
 
1358
+ #: admin/social_login.php:575
1359
  #, fuzzy
1360
  msgid "Microsoft Client ID"
1361
  msgstr "Google+ ID клиента"
1362
 
1363
+ #: admin/social_login.php:584
1364
  #, fuzzy, php-format
1365
  msgid ""
1366
  "Required for Live Social Login to work. Please follow the documentation at "
1369
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1370
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1371
 
1372
+ #: admin/social_login.php:586 admin/social_login.php:606
1373
+ #: admin/social_login.php:819 admin/social_login.php:839
1374
+ #: admin/social_login.php:1078 admin/social_login.php:1098
1375
  #, fuzzy
1376
  msgid ""
1377
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1380
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1381
  "упоминания ссылки."
1382
 
1383
+ #: admin/social_login.php:595
1384
  #, fuzzy
1385
  msgid "Microsoft Client Secret"
1386
  msgstr "Google+ ID клиента"
1387
 
1388
+ #: admin/social_login.php:604
1389
  #, fuzzy, php-format
1390
  msgid ""
1391
  "Required for Live Social Login to work. Please follow the documentation at "
1395
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1396
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1397
 
1398
+ #: admin/social_login.php:614
1399
  #, fuzzy
1400
  msgid "Steam API Key"
1401
  msgstr "Twitter API ключ"
1402
 
1403
+ #: admin/social_login.php:623
1404
  #, fuzzy, php-format
1405
  msgid ""
1406
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1410
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1411
  "Twitter."
1412
 
1413
+ #: admin/social_login.php:624
1414
  #, fuzzy
1415
  msgid "Save following <strong>domain</strong> to get the key"
1416
  msgstr ""
1417
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1418
  "ссылки"
1419
 
1420
+ #: admin/social_login.php:633
1421
  #, fuzzy
1422
  msgid "Yahoo Client ID"
1423
  msgstr "Google+ ID клиента"
1424
 
1425
+ #: admin/social_login.php:642
1426
  #, fuzzy, php-format
1427
  msgid ""
1428
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1431
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1432
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1433
 
1434
+ #: admin/social_login.php:644 admin/social_login.php:664
1435
  #, fuzzy
1436
  msgid ""
1437
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1440
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1441
  "упоминания ссылки."
1442
 
1443
+ #: admin/social_login.php:653
1444
  #, fuzzy
1445
  msgid "Yahoo Client Secret"
1446
  msgstr "Google+ ID клиента"
1447
 
1448
+ #: admin/social_login.php:662
1449
  #, fuzzy, php-format
1450
  msgid ""
1451
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1454
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1455
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1456
 
1457
+ #: admin/social_login.php:675
1458
  #, fuzzy
1459
  msgid "Discord Client ID"
1460
  msgstr "Добавьте ваш Twitch Client ID здесь"
1461
 
1462
+ #: admin/social_login.php:684
1463
  #, fuzzy, php-format
1464
  msgid ""
1465
  "Required for Discord Social Login to work. Please follow the documentation "
1468
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1469
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1470
 
1471
+ #: admin/social_login.php:686 admin/social_login.php:706
1472
  #, fuzzy
1473
  msgid ""
1474
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1477
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1478
  "упоминания ссылки."
1479
 
1480
+ #: admin/social_login.php:695
1481
  #, fuzzy
1482
  msgid "Discord Client Secret"
1483
  msgstr "Добавьте ваш Twitch Client ID здесь"
1484
 
1485
+ #: admin/social_login.php:704
1486
  #, fuzzy, php-format
1487
  msgid ""
1488
  "Required for Discord Social Login to work. Please follow the documentation "
1492
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1493
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1494
 
1495
+ #: admin/social_login.php:717
1496
  #, fuzzy
1497
  msgid "Amazon Client ID"
1498
  msgstr "Google+ ID клиента"
1499
 
1500
+ #: admin/social_login.php:726
1501
  #, fuzzy, php-format
1502
  msgid ""
1503
  "Required for Amazon Social Login to work. Please follow the documentation at "
1506
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1507
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1508
 
1509
+ #: admin/social_login.php:728 admin/social_login.php:748
1510
  #, fuzzy
1511
  msgid ""
1512
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1515
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1516
  "упоминания ссылки."
1517
 
1518
+ #: admin/social_login.php:737
1519
  #, fuzzy
1520
  msgid "Amazon Client Secret"
1521
  msgstr "Google+ ID клиента"
1522
 
1523
+ #: admin/social_login.php:746
1524
  #, fuzzy, php-format
1525
  msgid ""
1526
  "Required for Amazon Social Login to work. Please follow the documentation at "
1530
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1531
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1532
 
1533
+ #: admin/social_login.php:759
1534
  #, fuzzy
1535
  msgid "Stack Overflow Client ID"
1536
  msgstr "Google+ ID клиента"
1537
 
1538
+ #: admin/social_login.php:768
1539
  #, fuzzy, php-format
1540
  msgid ""
1541
  "Required for Stack Overflow Social Login to work. Please follow the "
1545
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1546
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1547
 
1548
+ #: admin/social_login.php:774
1549
  #, fuzzy
1550
  msgid "Stack Overflow Client Secret"
1551
  msgstr "Google+ ID клиента"
1552
 
1553
+ #: admin/social_login.php:783
1554
  #, fuzzy, php-format
1555
  msgid ""
1556
  "Required for Stack Overflow Social Login to work. Please follow the "
1560
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1561
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1562
 
1563
+ #: admin/social_login.php:789
1564
  #, fuzzy
1565
  msgid "Stack Overflow Key"
1566
  msgstr "Google+ ID клиента"
1567
 
1568
+ #: admin/social_login.php:799
1569
  #, fuzzy, php-format
1570
  msgid ""
1571
  "Required for Stack Overflow Social Login to work. Please follow the "
1576
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1577
  "Twitter."
1578
 
1579
+ #: admin/social_login.php:808
1580
  #, fuzzy
1581
  msgid "Spotify Client ID"
1582
  msgstr "Google+ ID клиента"
1583
 
1584
+ #: admin/social_login.php:817
1585
  #, fuzzy, php-format
1586
  msgid ""
1587
  "Required for Spotify Social Login to work. Please follow the documentation "
1590
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1591
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1592
 
1593
+ #: admin/social_login.php:828
1594
  #, fuzzy
1595
  msgid "Spotify Client Secret"
1596
  msgstr "Google+ ID клиента"
1597
 
1598
+ #: admin/social_login.php:837
1599
  #, fuzzy, php-format
1600
  msgid ""
1601
  "Required for Spotify Social Login to work. Please follow the documentation "
1605
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1606
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1607
 
1608
+ #: admin/social_login.php:850
1609
  #, fuzzy
1610
  msgid "Dribbble Client ID"
1611
  msgstr "Google+ ID клиента"
1612
 
1613
+ #: admin/social_login.php:859
1614
  #, fuzzy, php-format
1615
  msgid ""
1616
  "Required for Dribbble Social Login to work. Please follow the documentation "
1619
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1620
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1621
 
1622
+ #: admin/social_login.php:870
1623
  #, fuzzy
1624
  msgid "Dribbble Client Secret"
1625
  msgstr "Google+ ID клиента"
1626
 
1627
+ #: admin/social_login.php:879
1628
  #, fuzzy, php-format
1629
  msgid ""
1630
  "Required for Dribbble Social Login to work. Please follow the documentation "
1634
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1635
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1636
 
1637
+ #: admin/social_login.php:891
1638
+ #, fuzzy
1639
+ msgid "Odnoklassniki Application ID"
1640
+ msgstr "LinkedIn"
1641
+
1642
+ #: admin/social_login.php:900
1643
+ #, fuzzy, php-format
1644
+ msgid ""
1645
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1646
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1647
+ "Odnoklassniki Application ID"
1648
+ msgstr ""
1649
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1650
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1651
+
1652
+ #: admin/social_login.php:902
1653
+ #, fuzzy
1654
+ msgid ""
1655
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1656
+ "the link"
1657
+ msgstr ""
1658
+ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1659
+ "упоминания ссылки."
1660
+
1661
+ #: admin/social_login.php:910
1662
+ msgid "Odnoklassniki Public key"
1663
+ msgstr ""
1664
+
1665
+ #: admin/social_login.php:919
1666
+ #, fuzzy, php-format
1667
+ msgid ""
1668
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1669
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1670
+ "Odnoklassniki Public Key"
1671
+ msgstr ""
1672
+ "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
1673
+ "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1674
+
1675
+ #: admin/social_login.php:926
1676
+ #, fuzzy
1677
+ msgid "Odnoklassniki Secret Key"
1678
+ msgstr "Google+ ID клиента"
1679
+
1680
+ #: admin/social_login.php:935
1681
+ #, fuzzy, php-format
1682
+ msgid ""
1683
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1684
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1685
+ "Odnoklassniki Secret Key"
1686
+ msgstr ""
1687
+ "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
1688
+ "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1689
+
1690
+ #: admin/social_login.php:944
1691
+ #, fuzzy
1692
+ msgid "Yandex Client ID"
1693
+ msgstr "Google+ ID клиента"
1694
+
1695
+ #: admin/social_login.php:953
1696
+ #, fuzzy, php-format
1697
+ msgid ""
1698
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1699
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1700
+ msgstr ""
1701
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1702
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1703
+
1704
+ #: admin/social_login.php:955 admin/social_login.php:975
1705
+ #, fuzzy
1706
+ msgid ""
1707
+ "Paste following url in <strong>Callback URI</strong> option mentioned at the "
1708
+ "link"
1709
+ msgstr ""
1710
+ "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1711
+ "ссылки"
1712
+
1713
+ #: admin/social_login.php:964
1714
+ #, fuzzy
1715
+ msgid "Yandex Client Secret"
1716
+ msgstr "Google+ ID клиента"
1717
+
1718
+ #: admin/social_login.php:973
1719
+ #, fuzzy, php-format
1720
+ msgid ""
1721
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1722
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1723
+ msgstr ""
1724
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1725
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1726
+
1727
+ #: admin/social_login.php:985
1728
  #, fuzzy
1729
  msgid "Twitch Client ID"
1730
  msgstr "Добавьте ваш Twitch Client ID здесь"
1731
 
1732
+ #: admin/social_login.php:994
1733
  #, fuzzy, php-format
1734
  msgid ""
1735
  "Required for Twitch Social Login to work. Please follow the documentation at "
1738
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1739
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1740
 
1741
+ #: admin/social_login.php:1005
1742
  #, fuzzy
1743
  msgid "Twitch Client Secret"
1744
  msgstr "Добавьте ваш Twitch Client ID здесь"
1745
 
1746
+ #: admin/social_login.php:1014
1747
  #, fuzzy, php-format
1748
  msgid ""
1749
  "Required for Twitch Social Login to work. Please follow the documentation at "
1752
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1753
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1754
 
1755
+ #: admin/social_login.php:1027
1756
  #, fuzzy
1757
  msgid "Foursquare Client ID"
1758
  msgstr "Google+ ID клиента"
1759
 
1760
+ #: admin/social_login.php:1036
1761
  #, fuzzy, php-format
1762
  msgid ""
1763
  "Required for Foursquare Social Login to work. Please follow the "
1767
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1768
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1769
 
1770
+ #: admin/social_login.php:1038 admin/social_login.php:1058
1771
  #, fuzzy
1772
  msgid ""
1773
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1776
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1777
  "упоминания ссылки."
1778
 
1779
+ #: admin/social_login.php:1047
1780
  #, fuzzy
1781
  msgid "Foursquare Client Secret"
1782
  msgstr "Google+ ID клиента"
1783
 
1784
+ #: admin/social_login.php:1056
1785
  #, fuzzy, php-format
1786
  msgid ""
1787
  "Required for Foursquare Social Login to work. Please follow the "
1791
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1792
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1793
 
1794
+ #: admin/social_login.php:1067
1795
  msgid "Dropbox App Key"
1796
  msgstr ""
1797
 
1798
+ #: admin/social_login.php:1076
1799
  #, fuzzy, php-format
1800
  msgid ""
1801
  "Required for Dropbox Social Login to work. Please follow the documentation "
1804
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1805
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1806
 
1807
+ #: admin/social_login.php:1087
1808
  #, fuzzy
1809
  msgid "Dropbox App Secret"
1810
  msgstr "Facebook App ID"
1811
 
1812
+ #: admin/social_login.php:1096
1813
  #, fuzzy, php-format
1814
  msgid ""
1815
  "Required for Dropbox Social Login to work. Please follow the documentation "
1818
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1819
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1820
 
1821
+ #: admin/social_login.php:1110
1822
  msgid "Disqus Public Key"
1823
  msgstr ""
1824
 
1825
+ #: admin/social_login.php:1119
1826
  #, fuzzy, php-format
1827
  msgid ""
1828
  "Required for Disqus Social Login to work. Please follow the documentation at "
1831
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
1832
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1833
 
1834
+ #: admin/social_login.php:1130
1835
  #, fuzzy
1836
  msgid "Disqus Secret Key"
1837
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1838
 
1839
+ #: admin/social_login.php:1139
1840
  #, fuzzy, php-format
1841
  msgid ""
1842
  "Required for Disqus Social Login to work. Please follow the documentation at "
1845
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
1846
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1847
 
1848
+ #: admin/social_login.php:1152
1849
  #, fuzzy
1850
  msgid "Reddit Client ID"
1851
  msgstr "Добавьте ваш Twitch Client ID здесь"
1852
 
1853
+ #: admin/social_login.php:1161
1854
  #, fuzzy, php-format
1855
  msgid ""
1856
  "Required for Reddit Social Login to work. Please follow the documentation at "
1859
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1860
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1861
 
1862
+ #: admin/social_login.php:1163 admin/social_login.php:1183
1863
  #, fuzzy
1864
  msgid ""
1865
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1868
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1869
  "упоминания ссылки."
1870
 
1871
+ #: admin/social_login.php:1172
1872
  #, fuzzy
1873
  msgid "Reddit Client Secret"
1874
  msgstr "Добавьте ваш Twitch Client ID здесь"
1875
 
1876
+ #: admin/social_login.php:1181
1877
  #, fuzzy, php-format
1878
  msgid ""
1879
  "Required for Reddit Social Login to work. Please follow the documentation at "
1882
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1883
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1884
 
1885
+ #: admin/social_login.php:1195
1886
  #, fuzzy
1887
  msgid "Mail.ru Client ID"
1888
  msgstr "Добавьте ваш Twitch Client ID здесь"
1889
 
1890
+ #: admin/social_login.php:1204
1891
  #, fuzzy, php-format
1892
  msgid ""
1893
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1896
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1897
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1898
 
1899
+ #: admin/social_login.php:1206 admin/social_login.php:1226
1900
  #, fuzzy
1901
  msgid ""
1902
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
1905
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1906
  "упоминания ссылки."
1907
 
1908
+ #: admin/social_login.php:1215
1909
  #, fuzzy
1910
  msgid "Mail.ru Client Secret"
1911
  msgstr "Добавьте ваш Twitch Client ID здесь"
1912
 
1913
+ #: admin/social_login.php:1224
1914
  #, fuzzy, php-format
1915
  msgid ""
1916
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1920
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1921
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1922
 
1923
+ #: admin/social_login.php:1238
1924
  #, fuzzy
1925
  msgid "Github Client ID"
1926
  msgstr "Добавьте ваш Twitch Client ID здесь"
1927
 
1928
+ #: admin/social_login.php:1247
1929
  #, fuzzy, php-format
1930
  msgid ""
1931
  "Required for Github Social Login to work. Please follow the documentation at "
1934
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1935
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1936
 
1937
+ #: admin/social_login.php:1258
1938
  #, fuzzy
1939
  msgid "Github Client Secret"
1940
  msgstr "Добавьте ваш Twitch Client ID здесь"
1941
 
1942
+ #: admin/social_login.php:1267
1943
  #, fuzzy, php-format
1944
  msgid ""
1945
  "Required for Github Social Login to work. Please follow the documentation at "
1948
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1949
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1950
 
1951
+ #: admin/social_login.php:1280
1952
  #, fuzzy
1953
  msgid "Kakao Client ID"
1954
  msgstr "Google+ ID клиента"
1955
 
1956
+ #: admin/social_login.php:1289
1957
  #, fuzzy, php-format
1958
  msgid ""
1959
  "Required for Kakao Social Login to work. Please follow the documentation at "
1962
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1963
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1964
 
1965
+ #: admin/social_login.php:1300
1966
  #, fuzzy
1967
  msgid "Kakao Client Secret"
1968
  msgstr "Google+ ID клиента"
1969
 
1970
+ #: admin/social_login.php:1309
1971
  #, fuzzy, php-format
1972
  msgid ""
1973
  "Required for Kakao Social Login to work. Please follow the documentation at "
1976
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1977
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1978
 
1979
+ #: admin/social_login.php:1329
1980
  msgid "Social Login Options"
1981
  msgstr "Параметры входа через соцсети"
1982
 
1983
+ #: admin/social_login.php:1344
1984
  msgid "Text to display above the Social Login interface"
1985
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1986
 
1987
+ #: admin/social_login.php:1352
1988
  msgid "Trigger social login in the same browser tab"
1989
  msgstr ""
1990
 
1991
+ #: admin/social_login.php:1362
1992
  msgid "Trigger social login in the same browser tab instead of a popup window"
1993
  msgstr ""
1994
 
1995
+ #: admin/social_login.php:1369
1996
  #, fuzzy
1997
  msgid "Center align icons"
1998
  msgstr "Переставить иконы"
1999
 
2000
+ #: admin/social_login.php:1379
2001
  #, fuzzy
2002
  msgid "Center align social login icons"
2003
  msgstr "Параметры входа через соцсети"
2004
 
2005
+ #: admin/social_login.php:1386
2006
  msgid "Enable at login page"
2007
  msgstr "Включить страницу входа"
2008
 
2009
+ #: admin/social_login.php:1396
2010
  msgid ""
2011
  "Social Login interface will get enabled at the login page of your website"
2012
  msgstr ""
2013
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2014
 
2015
+ #: admin/social_login.php:1403
2016
  msgid "Enable at register page"
2017
  msgstr "Включить на странице регистрации"
2018
 
2019
+ #: admin/social_login.php:1413
2020
  msgid ""
2021
  "Social Login interface will get enabled at the registration page of your "
2022
  "website"
2023
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2024
 
2025
+ #: admin/social_login.php:1420
2026
  msgid "Enable at comment form"
2027
  msgstr "Включить в форму комментирования"
2028
 
2029
+ #: admin/social_login.php:1430
2030
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2031
  msgstr ""
2032
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2033
  "комментирования Wordpress"
2034
 
2035
+ #: admin/social_login.php:1444
2036
  msgid "Enable before WooCommerce Customer Login Form"
2037
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2038
 
2039
+ #: admin/social_login.php:1454
2040
  msgid ""
2041
  "Social Login Interface will get enabled before the customer login form at "
2042
  "WooCommerce My Account page"
2044
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2045
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2046
 
2047
+ #: admin/social_login.php:1461
2048
  #, fuzzy
2049
  msgid "Enable at WooCommerce Customer Login Form"
2050
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2051
 
2052
+ #: admin/social_login.php:1471
2053
  #, fuzzy
2054
  msgid ""
2055
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2058
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2059
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2060
 
2061
+ #: admin/social_login.php:1478
2062
  #, fuzzy
2063
  msgid "Enable at WooCommerce Customer Register Form"
2064
  msgstr "Включить после формы входа клиента WooCommerce"
2065
 
2066
+ #: admin/social_login.php:1488
2067
  #, fuzzy
2068
  msgid ""
2069
  "Integrate Social Login Interface with the customer register form at "
2072
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2073
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2074
 
2075
+ #: admin/social_login.php:1495
2076
  msgid "Enable at WooCommerce checkout page"
2077
  msgstr "Включить на странице оформления заказа WooCommerce"
2078
 
2079
+ #: admin/social_login.php:1505
2080
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2081
  msgstr ""
2082
  "Интерфейс входа через социальные сети будет активирован на странице "
2083
  "оформления заказа в WooCommerce"
2084
 
2085
+ #: admin/social_login.php:1515
2086
  msgid "Auto-approve comments made by Social Login users"
2087
  msgstr ""
2088
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2089
 
2090
+ #: admin/social_login.php:1525
2091
  msgid ""
2092
  "If this option is enabled, and WordPress comment is made by Social Login "
2093
  "user, comment will get approved immediately without keeping in moderation."
2096
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2097
  "без модерации."
2098
 
2099
+ #: admin/social_login.php:1526
2100
  msgid "Note: This is not related to Facebook comments"
2101
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2102
 
2103
+ #: admin/social_login.php:1535
2104
  msgid "Enable social avatar"
2105
  msgstr "Включение социальных аватар"
2106
 
2107
+ #: admin/social_login.php:1545
2108
  msgid ""
2109
  "Social profile pictures of the logged in user will be displayed as profile "
2110
  "avatar"
2112
  "Изображения пользователя в социальных сетях будет использоваться как "
2113
  "изображение профиля на сайте"
2114
 
2115
+ #: admin/social_login.php:1554
2116
  msgid "Avatar quality"
2117
  msgstr "Качество аватары"
2118
 
2119
+ #: admin/social_login.php:1557
2120
  msgid "Average"
2121
  msgstr "Среднее"
2122
 
2123
+ #: admin/social_login.php:1558
2124
  msgid "Best"
2125
  msgstr "лучший"
2126
 
2127
+ #: admin/social_login.php:1565
2128
  msgid "Choose avatar quality"
2129
  msgstr "Выберите качество аватара"
2130
 
2131
+ #: admin/social_login.php:1573
2132
  msgid ""
2133
  "Show option for users to update social avatar at BuddyPress profile page"
2134
  msgstr ""
2135
  "Показать вариант для пользователей для обновления социального аватара на "
2136
  "странице профиля BuddyPress"
2137
 
2138
+ #: admin/social_login.php:1583
2139
  msgid ""
2140
  "If enabled, users would be able to update their social avatar from \"Profile "
2141
  "photo\" section in BuddyPress profile at front-end"
2143
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2144
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2145
 
2146
+ #: admin/social_login.php:1593 super_socializer.php:2229
2147
  msgid "Email required"
2148
  msgstr "Email (Обязательно)"
2149
 
2150
+ #: admin/social_login.php:1603
2151
  msgid ""
2152
  "If enabled and Social ID provider does not provide user's email address on "
2153
  "login, user will be asked to provide his/her email address. Otherwise, a "
2157
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2158
  "случае, почта будет создана по образцу."
2159
 
2160
+ #: admin/social_login.php:1611
2161
  msgid "Send post-registration email to user to set account password"
2162
  msgstr ""
2163
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2164
  "установить пароль учетной записи"
2165
 
2166
+ #: admin/social_login.php:1621
2167
  msgid ""
2168
  "If enabled, an email will be sent to user after registration through Social "
2169
  "Login, regarding his/her login credentials (username-password to be able to "
2173
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2174
  "возможность зайти черед стандартную форму авторизации"
2175
 
2176
+ #: admin/social_login.php:1628
2177
  msgid "Send new user registration notification email to admin"
2178
  msgstr ""
2179
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2180
  "администратору"
2181
 
2182
+ #: admin/social_login.php:1638
2183
  msgid ""
2184
  "If enabled, an email will be sent to admin after new user registers through "
2185
  "Social Login, notifying admin about the new user registration"
2187
  "Если опция включена, на почту администратора прийдет уведомление о "
2188
  "регистрации нового пользователя через соцсети."
2189
 
2190
+ #: admin/social_login.php:1645
2191
  msgid "Login redirection"
2192
  msgstr "Перенаправления входа"
2193
 
2194
+ #: admin/social_login.php:1649
2195
  msgid "Same page where user logged in"
2196
  msgstr "Та же страница, на которой пользователь произвел вход "
2197
 
2198
+ #: admin/social_login.php:1653 admin/social_login.php:1682
2199
  msgid "Account dashboard"
2200
  msgstr "Страница управления моим аккаунтом"
2201
 
2202
+ #: admin/social_login.php:1656 admin/social_login.php:1685
2203
  msgid "BuddyPress profile page"
2204
  msgstr "Страница профиля BuddyPress"
2205
 
2206
+ #: admin/social_login.php:1659 admin/social_login.php:1688 inc/widget.php:265
2207
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2208
  msgid "Custom Url"
2209
  msgstr "Пользовательская ссылка"
2210
 
2211
+ #: admin/social_login.php:1667
2212
  msgid "User will be redirected to the selected page after Social Login"
2213
  msgstr ""
2214
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2215
  "социальные сети"
2216
 
2217
+ #: admin/social_login.php:1674
2218
  msgid "Registration redirection"
2219
  msgstr "Перенаправлении регистрации"
2220
 
2221
+ #: admin/social_login.php:1678
2222
  msgid "Same page from where user registered"
2223
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2224
 
2225
+ #: admin/social_login.php:1694
2226
  msgid "Username Separator"
2227
  msgstr ""
2228
 
2229
+ #: admin/social_login.php:1698
2230
  msgid "Dash (-)"
2231
  msgstr ""
2232
 
2233
+ #: admin/social_login.php:1700
2234
  msgid "Underscore (_)"
2235
  msgstr ""
2236
 
2237
+ #: admin/social_login.php:1702
2238
  msgid "Dot (.)"
2239
  msgstr ""
2240
 
2241
+ #: admin/social_login.php:1704
2242
  msgid "None"
2243
  msgstr ""
2244
 
2245
+ #: admin/social_login.php:1712
2246
  msgid ""
2247
  "Choose one of the underscore, dot or dash to use to join first and last "
2248
  "names in the usernames of the new users"
2249
  msgstr ""
2250
 
2251
+ #: admin/social_login.php:1721
2252
  #, fuzzy
2253
  msgid "Social Account Linking Options"
2254
  msgstr "Ссылки на социальный аккаунт"
2255
 
2256
+ #: admin/social_login.php:1736
2257
  #, fuzzy
2258
  msgid "Text to display above the Social Account Linking interface"
2259
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2260
 
2261
+ #: admin/social_login.php:1743
2262
  msgid ""
2263
  "Link social account to already existing account, if email address matches"
2264
  msgstr ""
2265
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2266
 
2267
+ #: admin/social_login.php:1753
2268
  #, fuzzy
2269
  msgid ""
2270
  "If email address of the user's Social Account matches with an already "
2277
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2278
  "странице профиля."
2279
 
2280
+ #: admin/social_login.php:1761
2281
  msgid "Enable social account linking at BuddyPress profile page"
2282
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2283
 
2284
+ #: admin/social_login.php:1771
2285
  msgid ""
2286
  "Enable this option to show social account linking interface at BuddyPress "
2287
  "profile page"
2289
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2290
  "профиля BuddyPress"
2291
 
2292
+ #: admin/social_login.php:1782
2293
  msgid "Email popup options"
2294
  msgstr "Параметры всплывающей электронной Почты"
2295
 
2296
+ #: admin/social_login.php:1787
2297
  msgid "Text on 'Email required' popup"
2298
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2299
 
2300
+ #: admin/social_login.php:1797
2301
  msgid ""
2302
  "This text will be displayed on email required popup. Leave empty if not "
2303
  "required."
2305
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2306
  "поле пустым если не требуется."
2307
 
2308
+ #: admin/social_login.php:1805
2309
  msgid "Error message for 'Email required' popup"
2310
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2311
 
2312
+ #: admin/social_login.php:1815
2313
  msgid ""
2314
  "This message will be displayed to user if it provides invalid or already "
2315
  "registered email"
2317
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2318
  "уже используемую почту"
2319
 
2320
+ #: admin/social_login.php:1823
2321
  msgid "Email popup height"
2322
  msgstr "Высота высплывающего окна"
2323
 
2324
+ #: admin/social_login.php:1833
2325
  msgid ""
2326
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2327
  "can increase the height of popup by specifying in this option. Leave empty "
2331
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2332
  "базового значения."
2333
 
2334
+ #: admin/social_login.php:1840
2335
  msgid "Enable email verification"
2336
  msgstr "Включить проверку электронной почты"
2337
 
2338
+ #: admin/social_login.php:1850
2339
  msgid ""
2340
  "If enabled, email provided by the user will be verified by sending a "
2341
  "confirmation link to that email. User would not be able to login without "
2344
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2345
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2346
 
2347
+ #: admin/social_login.php:1870
2348
  #, fuzzy
2349
  msgid "Enable GDPR opt-in"
2350
  msgstr "Активировать комментирование через Disqus"
2351
 
2352
+ #: admin/social_login.php:1880
2353
  msgid ""
2354
  "Enable it to show GDPR opt-in for social login and social account linking"
2355
  msgstr ""
2356
 
2357
+ #: admin/social_login.php:1888
2358
  #, fuzzy
2359
  msgid "Placement of GDPR opt-in"
2360
  msgstr "Активировать комментирование через Disqus"
2361
 
2362
+ #: admin/social_login.php:1892
2363
  #, fuzzy
2364
  msgid "Above Social Login icons"
2365
  msgstr "Параметры входа через соцсети"
2366
 
2367
+ #: admin/social_login.php:1894
2368
  #, fuzzy
2369
  msgid "Below Social Login icons"
2370
  msgstr "Параметры входа через соцсети"
2371
 
2372
+ #: admin/social_login.php:1900
2373
  #, fuzzy
2374
  msgid "Placement of GDPR opt-in above or below the social login icons"
2375
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2376
 
2377
+ #: admin/social_login.php:1907
2378
  msgid "Opt-in text"
2379
  msgstr ""
2380
 
2381
+ #: admin/social_login.php:1917
2382
  #, fuzzy
2383
  msgid "Text for the GDPR opt-in"
2384
  msgstr "Активировать комментирование через Disqus"
2385
 
2386
+ #: admin/social_login.php:1924
2387
  msgid "Text to link to Terms-Conditions page"
2388
  msgstr ""
2389
 
2390
+ #: admin/social_login.php:1934
2391
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2392
  msgstr ""
2393
 
2394
+ #: admin/social_login.php:1941
2395
  msgid "Terms-Conditions Url"
2396
  msgstr ""
2397
 
2398
+ #: admin/social_login.php:1951
2399
  #, fuzzy
2400
  msgid "Url of the terms-conditions page of your website"
2401
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2402
 
2403
+ #: admin/social_login.php:1958
2404
  msgid "Text to link to Privacy Policy page"
2405
  msgstr ""
2406
 
2407
+ #: admin/social_login.php:1968
2408
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2409
  msgstr ""
2410
 
2411
+ #: admin/social_login.php:1975
2412
  msgid "Privacy Policy Url"
2413
  msgstr ""
2414
 
2415
+ #: admin/social_login.php:1985
2416
  #, fuzzy
2417
  msgid "Url of the privacy policy page of your website"
2418
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2419
 
2420
+ #: admin/social_login.php:2036 inc/widget.php:262 inc/widget.php:441
2421
  #: inc/widget.php:605 inc/widget.php:754
2422
  msgid "Select"
2423
  msgstr "Выбор"
2424
 
2425
+ #: admin/social_login.php:2067
2426
  msgid "Social Login Shortcode & Widget"
2427
  msgstr "Шорткод и виджет для входа через социальные сети "
2428
 
2429
+ #: admin/social_login.php:2068
2430
  msgid "Social Linking Shortcode"
2431
  msgstr "Шорткод социальных ссылок"
2432
 
2433
+ #: admin/social_login.php:2083
2434
  #, fuzzy
2435
  msgid "Why is social login not working?"
2436
  msgstr "Почему Facebook логин не работает?"
2437
 
2438
+ #: admin/social_login.php:2084
2439
  msgid ""
2440
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2441
  "belong to the same app"
3037
  msgid "Why is Facebook share count not working?"
3038
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
3039
 
3040
+ #: admin/social_sharing.php:1937 super_socializer.php:3385
3041
  #, php-format
3042
  msgid ""
3043
  "After the recent changes introduced in the Facebook graph API, it's not "
3139
  msgid "Settings saved"
3140
  msgstr "Параметры сохранены"
3141
 
3142
+ #: helper.php:203
3143
  #, fuzzy
3144
  msgid "Click to toggle help"
3145
  msgstr "Нажмите, чтобы скрыть помощь"
3146
 
3147
+ #: helper.php:284
3148
  msgid "Add-Ons"
3149
  msgstr "Дополнения"
3150
 
3151
+ #: helper.php:285
3152
  msgid "Support Documentation"
3153
  msgstr "Техническая документация"
3154
 
3155
+ #: helper.php:286
3156
  msgid "Settings"
3157
  msgstr "Настройки"
3158
 
3159
+ #: helper.php:562
3160
  msgid "Account linked successfully"
3161
  msgstr "Аккаунт успешно связан"
3162
 
3163
+ #: helper.php:566
3164
  msgid "Account already exists or linked"
3165
  msgstr "Аккаунт уже существует или связан"
3166
 
3167
+ #: helper.php:602 helper.php:604
3168
  msgid "Login with"
3169
  msgstr "Войти с"
3170
 
3171
+ #: helper.php:639 helper.php:645
3172
  msgid "Currently"
3173
  msgstr "На данный момент"
3174
 
3175
+ #: helper.php:639 helper.php:645
3176
  msgid "Connected with"
3177
  msgstr "Авторизоваться с помощью"
3178
 
3179
+ #: helper.php:639 helper.php:645
3180
  msgid "Remove"
3181
  msgstr "Удалить"
3182
 
3183
+ #: helper.php:718
3184
  msgid "Social Account Linking"
3185
  msgstr "Ссылки на социальный аккаунт"
3186
 
3187
+ #: helper.php:769
3188
  msgid "Disable Standard Social Sharing on this "
3189
  msgstr "Отключить стандартный блок Поделиться на этом"
3190
 
3191
+ #: helper.php:774
3192
  msgid "Disable Floating Social Sharing on this "
3193
  msgstr "Отключить плавающий блок Поделиться на этом"
3194
 
3195
+ #: helper.php:779
3196
  msgid "Disable Standard like buttons on this "
3197
  msgstr "Откдючить стандартные кнопки Нравится на этом"
3198
 
3199
+ #: helper.php:784
3200
  msgid "Disable Floating like buttons on this "
3201
  msgstr "Откдючить плавающие кнопки Нравится на этом"
3202
 
3203
+ #: helper.php:789
3204
  msgid "Disable Social Commenting on this "
3205
  msgstr "Деактивировать социальное комментироване"
3206
 
3207
+ #: helper.php:798
3208
  msgid "Standard Sharing Interface"
3209
  msgstr "Стандартный интерфейс Поделиться"
3210
 
3211
+ #: helper.php:804 helper.php:823
3212
  msgid "Starting share count for "
3213
  msgstr "Запустить счетчик поделиться для"
3214
 
3215
+ #: helper.php:817
3216
  msgid "Floating Sharing Interface"
3217
  msgstr "Плавающий интерфейс Поделиться"
3218
 
3219
+ #: helper.php:917 super_socializer.php:2639
3220
  msgid "Social Avatar"
3221
  msgstr "Социальный аватар"
3222
 
3223
+ #: helper.php:920 super_socializer.php:2650
3224
  msgid ""
3225
  "Do not fetch and update social avatar from my profile, next time I Social "
3226
  "Login"
3228
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
3229
  "я когда я использую вход через соцсети"
3230
 
3231
+ #: helper.php:921 super_socializer.php:2654
3232
  msgid "Update social avatar, next time I Social Login"
3233
  msgstr ""
3234
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
3235
  "соцсети"
3236
 
3237
+ #: helper.php:924
3238
  msgid "Small Avatar"
3239
  msgstr "Небольшой аватар"
3240
 
3241
+ #: helper.php:928
3242
  msgid "Large Avatar"
3243
  msgstr "Большой аватар"
3244
 
3245
+ #: helper.php:988 super_socializer.php:2207
3246
  msgid "Please verify your email address to login."
3247
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
3248
 
3249
+ #: helper.php:1025
3250
  msgid "Click to delete social profile data"
3251
  msgstr ""
3252
 
3253
+ #: helper.php:1054
3254
  #, fuzzy
3255
  msgid "Deleting"
3256
  msgstr "Настройки"
3257
 
3258
+ #: helper.php:1064
3259
  msgid "Deleted"
3260
  msgstr ""
3261
 
3262
+ #: helper.php:1066
3263
  msgid "Something bad happened"
3264
  msgstr ""
3265
 
3276
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
3277
  "панели"
3278
 
3279
+ #: inc/social_login.php:1067
3280
  msgid "Email"
3281
  msgstr "Email"
3282
 
3283
+ #: inc/social_login.php:1068
3284
  msgid "Confirm email"
3285
  msgstr "Подтвердить e-mail"
3286
 
3287
+ #: inc/social_login.php:1070
3288
  msgid "Save"
3289
  msgstr "Сохранить"
3290
 
3291
+ #: inc/social_login.php:1071
3292
  msgid "Cancel"
3293
  msgstr "Отменить"
3294
 
3295
+ #: inc/social_login.php:1145
3296
  msgid "Email Verification"
3297
  msgstr "Подтверждение адреса электронной почты"
3298
 
3299
+ #: inc/social_login.php:1147
3300
  msgid ""
3301
  "Please click on the following link or paste it in browser to verify your "
3302
  "email"
3319
  msgid "Total Shares"
3320
  msgstr "Включить общее количество Поделиться"
3321
 
3322
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3323
  msgid "Share"
3324
  msgstr "Поделиться"
3325
 
3326
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3327
  msgid "Shares"
3328
  msgstr "Поделились"
3329
 
3342
  #: inc/widget.php:13
3343
  #, fuzzy
3344
  msgid ""
3345
+ "Let your website users login/register via their favorite Social ID Provider, "
3346
+ "such as Facebook, Twitter, Google, Linkedin and many more"
3347
  msgstr ""
3348
  "Дайте возможность пользователям с вашего сайта войти/зарегистрироваться "
3349
  "используя их любимые социальные сервисы, так как Facebook, Twitter, Google+, "
3692
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3693
  msgstr ""
3694
 
3695
+ #: super_socializer.php:1984
3696
  msgid ""
3697
  "cURL is not enabled at your website server. Please contact your website "
3698
  "server administrator to enable it."
3700
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
3701
  "администратору вашего сайта, чтобы включить это."
3702
 
3703
+ #: super_socializer.php:2012
3704
  #, fuzzy, php-format
3705
  msgid ""
3706
  "Enter exactly the following url in <strong>Website</strong> option in your "
3709
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3710
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3711
 
3712
+ #: super_socializer.php:2015
3713
  #, fuzzy, php-format
3714
  msgid ""
3715
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3718
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3719
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3720
 
3721
+ #: super_socializer.php:2018
3722
  msgid ""
3723
  "Make sure cURL is enabled at your website server. You may need to contact "
3724
  "the server administrator of your website to verify this"
3726
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
3727
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
3728
 
3729
+ #: super_socializer.php:2185
3730
  #, fuzzy
3731
  msgid "Search"
3732
  msgstr "Искать"
3733
 
3734
+ #: super_socializer.php:2207
3735
  msgid "Your email has been verified. Now you can login to your account"
3736
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
3737
 
3738
+ #: super_socializer.php:2211
3739
  msgid "Notification"
3740
  msgstr "Уведомления"
3741
 
3742
+ #: super_socializer.php:2232
3743
  msgid "Please check your email inbox to complete the registration."
3744
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
3745
 
3746
+ #: super_socializer.php:2301
3747
  msgid "Leave a reply"
3748
  msgstr "Оставить ответ"
3749
 
3750
+ #: super_socializer.php:2317
3751
  #, fuzzy
3752
  msgid "Link copied."
3753
  msgstr "LinkedIn"
3754
 
3755
+ #: super_socializer.php:2555
3756
  msgid "Super Socializer - General Options"
3757
  msgstr "Super Socializer - Общие настройки"
3758
 
3759
+ #: super_socializer.php:2626
3760
  msgid ""
3761
  "I agree to my personal data being stored and used as per Privacy Policy and "
3762
  "Terms and Conditions"
3763
  msgstr ""
3764
 
3765
+ #: super_socializer.php:2630
3766
  msgid ""
3767
  "I revoke my consent to store and use my personal data. Kindly delete my "
3768
  "personal data saved in this website."
3769
  msgstr ""
3770
 
3771
+ #: super_socializer.php:2642
3772
  msgid "Small Avatar Url"
3773
  msgstr "Ссылка для маленького аватара"
3774
 
3775
+ #: super_socializer.php:2646
3776
  msgid "Large Avatar Url"
3777
  msgstr "Ссылка для большого аватара"
3778
 
3779
+ #: super_socializer.php:2748
3780
  msgid "Login with your Social ID"
3781
  msgstr "Войти, используя социальный аккаунт"
3782
 
3783
+ #: super_socializer.php:2749
3784
  msgid "Email you entered is already registered or invalid"
3785
  msgstr ""
3786
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
3787
 
3788
+ #: super_socializer.php:2756
3789
  msgid "Please enter a valid email address. You might be required to verify it"
3790
  msgstr ""
3791
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
3792
  "потребуется проверить его"
3793
 
3794
+ #: super_socializer.php:2761 super_socializer.php:3579
3795
  msgid "Link your social account to login to your account at this website"
3796
  msgstr ""
3797
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
3798
  "этом сайте"
3799
 
3800
+ #: super_socializer.php:3026
3801
  msgid "Thanks for installing Super Socializer plugin"
3802
  msgstr ""
3803
 
3804
+ #: super_socializer.php:3028
3805
  msgid "Configure the Plugin"
3806
  msgstr ""
3807
 
3808
+ #: super_socializer.php:3039
3809
  msgid ""
3810
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3811
  "current version of Super Socializer"
3812
  msgstr ""
3813
 
3814
+ #: super_socializer.php:3048
3815
  msgid ""
3816
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3817
  "compatibility with the current version of Super Socializer"
3818
  msgstr ""
3819
 
3820
+ #: super_socializer.php:3057
3821
  msgid ""
3822
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3823
  "compatibility with the current version of Super Socializer"
3824
  msgstr ""
3825
 
3826
+ #: super_socializer.php:3066
3827
  msgid ""
3828
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3829
  "version of Super Socializer"
3830
  msgstr ""
3831
 
3832
+ #: super_socializer.php:3075
3833
  msgid ""
3834
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3835
  "compatibility with the current version of Super Socializer"
3836
  msgstr ""
3837
 
3838
+ #: super_socializer.php:3084
3839
  msgid ""
3840
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3841
  "for compatibility with the current version of Super Socializer"
3842
  msgstr ""
3843
 
3844
+ #: super_socializer.php:3093
3845
  msgid ""
3846
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3847
  "with current version of Super Socializer"
3848
  msgstr ""
3849
 
3850
+ #: super_socializer.php:3104
3851
  #, php-format
3852
  msgid ""
3853
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3854
  msgstr ""
3855
 
3856
+ #: super_socializer.php:3113
3857
  #, php-format
3858
  msgid ""
3859
  "To continue using Instagram login create a new Instagram App as described <a "
3861
  "Instagram App Secret <a href=\"%s\">here</a>"
3862
  msgstr ""
3863
 
3864
+ #: super_socializer.php:3122 super_socializer.php:3131
3865
  #, php-format
3866
  msgid ""
3867
  "To continue using bitly url shortener, login to your bit.ly account and "
3870
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3871
  msgstr ""
3872
 
3873
+ #: super_socializer.php:3147
3874
  #, php-format
3875
  msgid ""
3876
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3877
  msgstr ""
3878
 
3879
+ #: super_socializer.php:3171
3880
  #, php-format
3881
  msgid ""
3882
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3884
  "target=\"_blank\">here</a>"
3885
  msgstr ""
3886
 
3887
+ #: super_socializer.php:3171 super_socializer.php:3196
3888
+ #: super_socializer.php:3221 super_socializer.php:3246
3889
+ #: super_socializer.php:3279 super_socializer.php:3307
3890
+ #: super_socializer.php:3334
3891
  msgid "Okay"
3892
  msgstr "Окей"
3893
 
3894
+ #: super_socializer.php:3196
3895
  #, php-format
3896
  msgid ""
3897
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3899
  "\">here</a>"
3900
  msgstr ""
3901
 
3902
+ #: super_socializer.php:3221
3903
  #, php-format
3904
  msgid ""
3905
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3907
  "target=\"_blank\">here</a>"
3908
  msgstr ""
3909
 
3910
+ #: super_socializer.php:3246
3911
  #, php-format
3912
  msgid ""
3913
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3915
  "target=\"_blank\">here</a>"
3916
  msgstr ""
3917
 
3918
+ #: super_socializer.php:3257
3919
  #, php-format
3920
  msgid ""
3921
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3922
  msgstr ""
3923
 
3924
+ #: super_socializer.php:3279
3925
  #, php-format
3926
  msgid ""
3927
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3929
  "\"%s\" target=\"_blank\">here</a>"
3930
  msgstr ""
3931
 
3932
+ #: super_socializer.php:3307
3933
  #, php-format
3934
  msgid ""
3935
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3938
  "your website %s with them. No need to copy-paste any code from their website."
3939
  msgstr ""
3940
 
3941
+ #: super_socializer.php:3334
3942
  #, php-format
3943
  msgid ""
3944
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3946
  "\"%s\" target=\"_blank\">here</a>"
3947
  msgstr ""
3948
 
3949
+ #: super_socializer.php:3359
3950
  #, php-format
3951
  msgid ""
3952
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3954
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3955
  msgstr ""
3956
 
3957
+ #: super_socializer.php:3359 super_socializer.php:3386
3958
  msgid "Dismiss"
3959
  msgstr ""
3960
 
3961
+ #: super_socializer.php:3655
3962
  msgid ""
3963
  "Your browser is blocking some features of this website. Please follow the "
3964
  "instructions at {support_url} to unblock these."
3966
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
3967
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
3968
 
3969
+ #, fuzzy
3970
+ #~ msgid ""
3971
+ #~ "Required for Odnoklassniki Social Login to work. Please follow the "
3972
+ #~ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
3973
+ #~ "Odnoklassniki Client Secret"
3974
+ #~ msgstr ""
3975
+ #~ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию "
3976
+ #~ "<a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
3977
+ #~ "Google+."
3978
+
3979
  #~ msgid ""
3980
  #~ "User will be redirected to the selected page after registration (first "
3981
  #~ "Social Login) through Social Login"
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: 2022-05-23 18:35+0530\n"
6
- "PO-Revision-Date: 2022-05-23 18:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
- #: admin/social_login.php:5 admin/social_login.php:1999
25
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
26
  #, fuzzy, php-format
27
  msgid ""
@@ -34,7 +34,7 @@ msgstr ""
34
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2424
38
  msgid "General Options"
39
  msgstr "Загальні параметри"
40
 
@@ -82,20 +82,20 @@ msgstr ""
82
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
- #: admin/social_commenting.php:401 admin/social_login.php:1995
86
- #: admin/social_sharing.php:1975 helper.php:926
87
  msgid "Save Changes"
88
  msgstr "Зберегти налаштування"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
- #: admin/social_commenting.php:411 admin/social_login.php:2005
92
  #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
- #: admin/social_commenting.php:413 admin/social_login.php:2007
99
  #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -224,7 +224,7 @@ msgid "3rd Party Integration"
224
  msgstr "XProfile інтеграція"
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
- #: admin/social_login.php:45 admin/social_login.php:1962
228
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
229
  #: admin/social_sharing.php:1901
230
  msgid "Shortcode & Widget"
@@ -232,7 +232,7 @@ msgstr "Шорткод і віджет"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
- #: admin/social_login.php:46 admin/social_login.php:1976
236
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
237
  msgid "FAQ"
238
  msgstr "Часті питання (FAQ)"
@@ -277,8 +277,8 @@ msgstr ""
277
  "Посилання для Подобається / Поділитися / Твитнути і відобразити "
278
  "Подобається / Поділитися / Твитнути"
279
 
280
- #: admin/like_buttons.php:105 admin/social_login.php:1231
281
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
282
  msgid "Title"
283
  msgstr "Заголовок"
284
 
@@ -344,7 +344,7 @@ msgid "Interface location"
344
  msgstr "Розташування інтерфейсу"
345
 
346
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
347
- #: admin/social_login.php:1548 admin/social_login.php:1577
348
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
349
  msgid "Homepage"
350
  msgstr "Головна"
@@ -627,7 +627,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
627
  msgstr ""
628
 
629
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
631
  msgid "More"
632
  msgstr ""
633
 
@@ -838,7 +838,7 @@ msgstr ""
838
  msgid "Social Commenting Shortcode"
839
  msgstr "Шорткод коментування через соцмережі"
840
 
841
- #: admin/social_commenting.php:386 admin/social_login.php:1978
842
  #: admin/social_sharing.php:1934
843
  msgid ""
844
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -857,7 +857,7 @@ msgid ""
857
  "Https?"
858
  msgstr ""
859
 
860
- #: admin/social_commenting.php:389 admin/social_login.php:1983
861
  #: admin/social_sharing.php:1949
862
  msgid "Why is my browser blocking some features of the plugin?"
863
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
@@ -892,12 +892,12 @@ msgstr "Основные настройки"
892
  msgid "Advanced Configuration"
893
  msgstr "Розширена конфігурація"
894
 
895
- #: admin/social_login.php:41 admin/social_login.php:1762
896
- #: super_socializer.php:2492
897
  msgid "GDPR"
898
  msgstr ""
899
 
900
- #: admin/social_login.php:43 admin/social_login.php:1913
901
  msgid "XProfile Integration"
902
  msgstr "XProfile інтеграція"
903
 
@@ -1009,54 +1009,62 @@ msgstr "Google+ ID клієнта"
1009
  msgid "Spotify"
1010
  msgstr ""
1011
 
1012
- #: admin/social_login.php:179
1013
  #, fuzzy
1014
  msgid "Dribbble"
1015
  msgstr "Google+ ID клієнта"
1016
 
1017
- #: admin/social_login.php:183
 
 
 
 
 
 
 
 
1018
  msgid "Twitch"
1019
  msgstr "Twitch"
1020
 
1021
- #: admin/social_login.php:187
1022
  #, fuzzy
1023
  msgid "Foursquare"
1024
  msgstr "Квадратна"
1025
 
1026
- #: admin/social_login.php:191
1027
  msgid "Dropbox"
1028
  msgstr ""
1029
 
1030
- #: admin/social_login.php:195
1031
  #, fuzzy
1032
  msgid "Disqus"
1033
  msgstr "Поле для коментування через Disqus"
1034
 
1035
- #: admin/social_login.php:199
1036
  msgid "Reddit"
1037
  msgstr ""
1038
 
1039
- #: admin/social_login.php:203
1040
  msgid "Mail.ru"
1041
  msgstr ""
1042
 
1043
- #: admin/social_login.php:207
1044
  msgid "Github"
1045
  msgstr ""
1046
 
1047
- #: admin/social_login.php:211
1048
  msgid "Kakao"
1049
  msgstr ""
1050
 
1051
- #: admin/social_login.php:219
1052
  msgid "Select Social ID provider to enable in Social Login"
1053
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1054
 
1055
- #: admin/social_login.php:226
1056
  msgid "Facebook App ID"
1057
  msgstr "Facebook App ID"
1058
 
1059
- #: admin/social_login.php:236
1060
  #, php-format
1061
  msgid ""
1062
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1065,7 +1073,7 @@ msgstr ""
1065
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1066
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1067
 
1068
- #: admin/social_login.php:238 admin/social_login.php:259
1069
  #, fuzzy
1070
  msgid ""
1071
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1073,12 +1081,12 @@ msgstr ""
1073
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1074
  "згадки посилання."
1075
 
1076
- #: admin/social_login.php:247
1077
  #, fuzzy
1078
  msgid "Facebook App Secret"
1079
  msgstr "Facebook App ID"
1080
 
1081
- #: admin/social_login.php:257
1082
  #, fuzzy, php-format
1083
  msgid ""
1084
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1087,11 +1095,11 @@ msgstr ""
1087
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1088
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1089
 
1090
- #: admin/social_login.php:268
1091
  msgid "Twitter API Key"
1092
  msgstr "Twitter API ключ"
1093
 
1094
- #: admin/social_login.php:278
1095
  #, php-format
1096
  msgid ""
1097
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1100,7 +1108,7 @@ msgstr ""
1100
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1101
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1102
 
1103
- #: admin/social_login.php:280 admin/social_login.php:305
1104
  #, fuzzy
1105
  msgid ""
1106
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1108,13 +1116,13 @@ msgstr ""
1108
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1109
  "посилання"
1110
 
1111
- #: admin/social_login.php:284 admin/social_login.php:309
1112
- #: admin/social_login.php:497 admin/social_login.php:517
1113
- #: admin/social_login.php:852 admin/social_login.php:872
1114
- #: admin/social_login.php:893 admin/social_login.php:913
1115
- #: admin/social_login.php:1018 admin/social_login.php:1038
1116
- #: admin/social_login.php:1146 admin/social_login.php:1166
1117
- #: admin/social_login.php:1188 admin/social_login.php:1208
1118
  #, fuzzy
1119
  msgid ""
1120
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1123,11 +1131,11 @@ msgstr ""
1123
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1124
  "посилання"
1125
 
1126
- #: admin/social_login.php:293
1127
  msgid "Twitter API Secret"
1128
  msgstr "Twitter API секретний ключ"
1129
 
1130
- #: admin/social_login.php:303
1131
  #, php-format
1132
  msgid ""
1133
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1137,12 +1145,12 @@ msgstr ""
1137
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1138
  "додатку Twitter ."
1139
 
1140
- #: admin/social_login.php:318
1141
  #, fuzzy
1142
  msgid "LinkedIn Client ID"
1143
  msgstr "LinkedIn"
1144
 
1145
- #: admin/social_login.php:328
1146
  #, fuzzy, php-format
1147
  msgid ""
1148
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1151,8 +1159,8 @@ msgstr ""
1151
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1152
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1153
 
1154
- #: admin/social_login.php:330 admin/social_login.php:351
1155
- #: admin/social_login.php:537 admin/social_login.php:557
1156
  #, fuzzy
1157
  msgid ""
1158
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1161,12 +1169,12 @@ msgstr ""
1161
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1162
  "згадки посилання."
1163
 
1164
- #: admin/social_login.php:339
1165
  #, fuzzy
1166
  msgid "LinkedIn Client Secret"
1167
  msgstr "LinkedIn"
1168
 
1169
- #: admin/social_login.php:349
1170
  #, fuzzy, php-format
1171
  msgid ""
1172
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1176,12 +1184,12 @@ msgstr ""
1176
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1177
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1178
 
1179
- #: admin/social_login.php:360
1180
  #, fuzzy
1181
  msgid "Google Client ID"
1182
  msgstr "Google+ ID клієнта"
1183
 
1184
- #: admin/social_login.php:370
1185
  #, fuzzy, php-format
1186
  msgid ""
1187
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1190,7 +1198,7 @@ msgstr ""
1190
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1191
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1192
 
1193
- #: admin/social_login.php:372 admin/social_login.php:393
1194
  #, fuzzy
1195
  msgid ""
1196
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -1199,12 +1207,12 @@ msgstr ""
1199
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1200
  "згадки посилання."
1201
 
1202
- #: admin/social_login.php:381
1203
  #, fuzzy
1204
  msgid "Google Client Secret"
1205
  msgstr "Google+ ID клієнта"
1206
 
1207
- #: admin/social_login.php:391
1208
  #, fuzzy, php-format
1209
  msgid ""
1210
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1213,11 +1221,11 @@ msgstr ""
1213
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1214
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1215
 
1216
- #: admin/social_login.php:402
1217
  msgid "Vkontakte Application ID"
1218
  msgstr "ID додатку Вконтакте"
1219
 
1220
- #: admin/social_login.php:412 admin/social_login.php:433
1221
  #, php-format
1222
  msgid ""
1223
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1227,7 +1235,7 @@ msgstr ""
1227
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
1228
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
1229
 
1230
- #: admin/social_login.php:414 admin/social_login.php:435
1231
  #, fuzzy
1232
  msgid ""
1233
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -1236,17 +1244,17 @@ msgstr ""
1236
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1237
  "згадки посилання."
1238
 
1239
- #: admin/social_login.php:423
1240
  #, fuzzy
1241
  msgid "Vkontakte Secure key"
1242
  msgstr "Вконтакте"
1243
 
1244
- #: admin/social_login.php:444
1245
  #, fuzzy
1246
  msgid "Instagram App ID"
1247
  msgstr "Instagram ID клієнта"
1248
 
1249
- #: admin/social_login.php:454
1250
  #, fuzzy, php-format
1251
  msgid ""
1252
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1255,7 +1263,7 @@ msgstr ""
1255
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
1256
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
1257
 
1258
- #: admin/social_login.php:456 admin/social_login.php:477
1259
  #, fuzzy
1260
  msgid ""
1261
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
@@ -1264,12 +1272,12 @@ msgstr ""
1264
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1265
  "згадки посилання."
1266
 
1267
- #: admin/social_login.php:465
1268
  #, fuzzy
1269
  msgid "Instagram App Secret"
1270
  msgstr "Введіть ім'я користувача Instagram."
1271
 
1272
- #: admin/social_login.php:475
1273
  #, fuzzy, php-format
1274
  msgid ""
1275
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1278,12 +1286,12 @@ msgstr ""
1278
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
1279
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
1280
 
1281
- #: admin/social_login.php:486
1282
  #, fuzzy
1283
  msgid "Line Channel ID"
1284
  msgstr "LinkedIn"
1285
 
1286
- #: admin/social_login.php:495
1287
  #, fuzzy, php-format
1288
  msgid ""
1289
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1292,12 +1300,12 @@ msgstr ""
1292
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1293
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1294
 
1295
- #: admin/social_login.php:506
1296
  #, fuzzy
1297
  msgid "Line Channel Secret"
1298
  msgstr "LinkedIn"
1299
 
1300
- #: admin/social_login.php:515
1301
  #, fuzzy, php-format
1302
  msgid ""
1303
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -1306,12 +1314,12 @@ msgstr ""
1306
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1307
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1308
 
1309
- #: admin/social_login.php:526
1310
  #, fuzzy
1311
  msgid "Wordpress Client ID"
1312
  msgstr "Google+ ID клієнта"
1313
 
1314
- #: admin/social_login.php:535
1315
  #, fuzzy, php-format
1316
  msgid ""
1317
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1320,12 +1328,12 @@ msgstr ""
1320
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1321
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1322
 
1323
- #: admin/social_login.php:546
1324
  #, fuzzy
1325
  msgid "Wordpress Client Secret"
1326
  msgstr "Google+ ID клієнта"
1327
 
1328
- #: admin/social_login.php:555
1329
  #, fuzzy, php-format
1330
  msgid ""
1331
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1335,12 +1343,12 @@ msgstr ""
1335
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1336
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1337
 
1338
- #: admin/social_login.php:566
1339
  #, fuzzy
1340
  msgid "Microsoft Client ID"
1341
  msgstr "Google+ ID клієнта"
1342
 
1343
- #: admin/social_login.php:575
1344
  #, fuzzy, php-format
1345
  msgid ""
1346
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1349,9 +1357,9 @@ msgstr ""
1349
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1350
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1351
 
1352
- #: admin/social_login.php:577 admin/social_login.php:597
1353
- #: admin/social_login.php:810 admin/social_login.php:830
1354
- #: admin/social_login.php:975 admin/social_login.php:995
1355
  #, fuzzy
1356
  msgid ""
1357
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -1360,12 +1368,12 @@ msgstr ""
1360
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1361
  "згадки посилання."
1362
 
1363
- #: admin/social_login.php:586
1364
  #, fuzzy
1365
  msgid "Microsoft Client Secret"
1366
  msgstr "Google+ ID клієнта"
1367
 
1368
- #: admin/social_login.php:595
1369
  #, fuzzy, php-format
1370
  msgid ""
1371
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1375,12 +1383,12 @@ msgstr ""
1375
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1376
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1377
 
1378
- #: admin/social_login.php:605
1379
  #, fuzzy
1380
  msgid "Steam API Key"
1381
  msgstr "Twitter API ключ"
1382
 
1383
- #: admin/social_login.php:614
1384
  #, fuzzy, php-format
1385
  msgid ""
1386
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1389,19 +1397,19 @@ msgstr ""
1389
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1390
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1391
 
1392
- #: admin/social_login.php:615
1393
  #, fuzzy
1394
  msgid "Save following <strong>domain</strong> to get the key"
1395
  msgstr ""
1396
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1397
  "посилання"
1398
 
1399
- #: admin/social_login.php:624
1400
  #, fuzzy
1401
  msgid "Yahoo Client ID"
1402
  msgstr "Google+ ID клієнта"
1403
 
1404
- #: admin/social_login.php:633
1405
  #, fuzzy, php-format
1406
  msgid ""
1407
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1410,7 +1418,7 @@ msgstr ""
1410
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1411
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1412
 
1413
- #: admin/social_login.php:635 admin/social_login.php:655
1414
  #, fuzzy
1415
  msgid ""
1416
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
@@ -1419,12 +1427,12 @@ msgstr ""
1419
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1420
  "згадки посилання."
1421
 
1422
- #: admin/social_login.php:644
1423
  #, fuzzy
1424
  msgid "Yahoo Client Secret"
1425
  msgstr "Google+ ID клієнта"
1426
 
1427
- #: admin/social_login.php:653
1428
  #, fuzzy, php-format
1429
  msgid ""
1430
  "Required for Yahoo Social Login to work. Please follow the documentation at "
@@ -1433,12 +1441,12 @@ msgstr ""
1433
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1434
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1435
 
1436
- #: admin/social_login.php:666
1437
  #, fuzzy
1438
  msgid "Discord Client ID"
1439
  msgstr "Twitch Client ID "
1440
 
1441
- #: admin/social_login.php:675
1442
  #, fuzzy, php-format
1443
  msgid ""
1444
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1447,7 +1455,7 @@ msgstr ""
1447
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1448
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1449
 
1450
- #: admin/social_login.php:677 admin/social_login.php:697
1451
  #, fuzzy
1452
  msgid ""
1453
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
@@ -1456,12 +1464,12 @@ msgstr ""
1456
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1457
  "згадки посилання."
1458
 
1459
- #: admin/social_login.php:686
1460
  #, fuzzy
1461
  msgid "Discord Client Secret"
1462
  msgstr "Twitch Client ID "
1463
 
1464
- #: admin/social_login.php:695
1465
  #, fuzzy, php-format
1466
  msgid ""
1467
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1471,12 +1479,12 @@ msgstr ""
1471
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1472
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1473
 
1474
- #: admin/social_login.php:708
1475
  #, fuzzy
1476
  msgid "Amazon Client ID"
1477
  msgstr "Google+ ID клієнта"
1478
 
1479
- #: admin/social_login.php:717
1480
  #, fuzzy, php-format
1481
  msgid ""
1482
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1485,7 +1493,7 @@ msgstr ""
1485
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1486
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1487
 
1488
- #: admin/social_login.php:719 admin/social_login.php:739
1489
  #, fuzzy
1490
  msgid ""
1491
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
@@ -1494,12 +1502,12 @@ msgstr ""
1494
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1495
  "згадки посилання."
1496
 
1497
- #: admin/social_login.php:728
1498
  #, fuzzy
1499
  msgid "Amazon Client Secret"
1500
  msgstr "Google+ ID клієнта"
1501
 
1502
- #: admin/social_login.php:737
1503
  #, fuzzy, php-format
1504
  msgid ""
1505
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1509,12 +1517,12 @@ msgstr ""
1509
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1510
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1511
 
1512
- #: admin/social_login.php:750
1513
  #, fuzzy
1514
  msgid "Stack Overflow Client ID"
1515
  msgstr "Google+ ID клієнта"
1516
 
1517
- #: admin/social_login.php:759
1518
  #, fuzzy, php-format
1519
  msgid ""
1520
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1524,12 +1532,12 @@ msgstr ""
1524
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1525
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1526
 
1527
- #: admin/social_login.php:765
1528
  #, fuzzy
1529
  msgid "Stack Overflow Client Secret"
1530
  msgstr "Google+ ID клієнта"
1531
 
1532
- #: admin/social_login.php:774
1533
  #, fuzzy, php-format
1534
  msgid ""
1535
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1539,12 +1547,12 @@ msgstr ""
1539
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1540
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1541
 
1542
- #: admin/social_login.php:780
1543
  #, fuzzy
1544
  msgid "Stack Overflow Key"
1545
  msgstr "Google+ ID клієнта"
1546
 
1547
- #: admin/social_login.php:790
1548
  #, fuzzy, php-format
1549
  msgid ""
1550
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1554,12 +1562,12 @@ msgstr ""
1554
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1555
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1556
 
1557
- #: admin/social_login.php:799
1558
  #, fuzzy
1559
  msgid "Spotify Client ID"
1560
  msgstr "Google+ ID клієнта"
1561
 
1562
- #: admin/social_login.php:808
1563
  #, fuzzy, php-format
1564
  msgid ""
1565
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1568,12 +1576,12 @@ msgstr ""
1568
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1569
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1570
 
1571
- #: admin/social_login.php:819
1572
  #, fuzzy
1573
  msgid "Spotify Client Secret"
1574
  msgstr "Google+ ID клієнта"
1575
 
1576
- #: admin/social_login.php:828
1577
  #, fuzzy, php-format
1578
  msgid ""
1579
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1583,12 +1591,12 @@ msgstr ""
1583
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1584
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1585
 
1586
- #: admin/social_login.php:841
1587
  #, fuzzy
1588
  msgid "Dribbble Client ID"
1589
  msgstr "Google+ ID клієнта"
1590
 
1591
- #: admin/social_login.php:850
1592
  #, fuzzy, php-format
1593
  msgid ""
1594
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1597,12 +1605,12 @@ msgstr ""
1597
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1598
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1599
 
1600
- #: admin/social_login.php:861
1601
  #, fuzzy
1602
  msgid "Dribbble Client Secret"
1603
  msgstr "Google+ ID клієнта"
1604
 
1605
- #: admin/social_login.php:870
1606
  #, fuzzy, php-format
1607
  msgid ""
1608
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1612,12 +1620,102 @@ msgstr ""
1612
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1613
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1614
 
1615
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1616
  #, fuzzy
1617
  msgid "Twitch Client ID"
1618
  msgstr "Twitch Client ID "
1619
 
1620
- #: admin/social_login.php:891
1621
  #, fuzzy, php-format
1622
  msgid ""
1623
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1626,12 +1724,12 @@ msgstr ""
1626
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1627
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1628
 
1629
- #: admin/social_login.php:902
1630
  #, fuzzy
1631
  msgid "Twitch Client Secret"
1632
  msgstr "Twitch Client ID "
1633
 
1634
- #: admin/social_login.php:911
1635
  #, fuzzy, php-format
1636
  msgid ""
1637
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -1640,12 +1738,12 @@ msgstr ""
1640
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1641
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1642
 
1643
- #: admin/social_login.php:924
1644
  #, fuzzy
1645
  msgid "Foursquare Client ID"
1646
  msgstr "Google+ ID клієнта"
1647
 
1648
- #: admin/social_login.php:933
1649
  #, fuzzy, php-format
1650
  msgid ""
1651
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1655,7 +1753,7 @@ msgstr ""
1655
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1656
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1657
 
1658
- #: admin/social_login.php:935 admin/social_login.php:955
1659
  #, fuzzy
1660
  msgid ""
1661
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
@@ -1664,12 +1762,12 @@ msgstr ""
1664
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1665
  "згадки посилання."
1666
 
1667
- #: admin/social_login.php:944
1668
  #, fuzzy
1669
  msgid "Foursquare Client Secret"
1670
  msgstr "Google+ ID клієнта"
1671
 
1672
- #: admin/social_login.php:953
1673
  #, fuzzy, php-format
1674
  msgid ""
1675
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1679,12 +1777,12 @@ msgstr ""
1679
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1680
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1681
 
1682
- #: admin/social_login.php:964
1683
  #, fuzzy
1684
  msgid "Dropbox App Key"
1685
  msgstr "Facebook App ID"
1686
 
1687
- #: admin/social_login.php:973
1688
  #, fuzzy, php-format
1689
  msgid ""
1690
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1693,12 +1791,12 @@ msgstr ""
1693
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1694
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1695
 
1696
- #: admin/social_login.php:984
1697
  #, fuzzy
1698
  msgid "Dropbox App Secret"
1699
  msgstr "Facebook App ID"
1700
 
1701
- #: admin/social_login.php:993
1702
  #, fuzzy, php-format
1703
  msgid ""
1704
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1707,12 +1805,12 @@ msgstr ""
1707
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1708
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1709
 
1710
- #: admin/social_login.php:1007
1711
  #, fuzzy
1712
  msgid "Disqus Public Key"
1713
  msgstr "Коротке ім'я Disqus"
1714
 
1715
- #: admin/social_login.php:1016
1716
  #, fuzzy, php-format
1717
  msgid ""
1718
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1721,12 +1819,12 @@ msgstr ""
1721
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
1722
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
1723
 
1724
- #: admin/social_login.php:1027
1725
  #, fuzzy
1726
  msgid "Disqus Secret Key"
1727
  msgstr "Коротке ім'я Disqus"
1728
 
1729
- #: admin/social_login.php:1036
1730
  #, fuzzy, php-format
1731
  msgid ""
1732
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1735,12 +1833,12 @@ msgstr ""
1735
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
1736
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
1737
 
1738
- #: admin/social_login.php:1049
1739
  #, fuzzy
1740
  msgid "Reddit Client ID"
1741
  msgstr "Twitch Client ID "
1742
 
1743
- #: admin/social_login.php:1058
1744
  #, fuzzy, php-format
1745
  msgid ""
1746
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1749,7 +1847,7 @@ msgstr ""
1749
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1750
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1751
 
1752
- #: admin/social_login.php:1060 admin/social_login.php:1080
1753
  #, fuzzy
1754
  msgid ""
1755
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
@@ -1758,12 +1856,12 @@ msgstr ""
1758
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1759
  "згадки посилання."
1760
 
1761
- #: admin/social_login.php:1069
1762
  #, fuzzy
1763
  msgid "Reddit Client Secret"
1764
  msgstr "Twitch Client ID "
1765
 
1766
- #: admin/social_login.php:1078
1767
  #, fuzzy, php-format
1768
  msgid ""
1769
  "Required for Reddit Social Login to work. Please follow the documentation at "
@@ -1772,12 +1870,12 @@ msgstr ""
1772
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1773
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1774
 
1775
- #: admin/social_login.php:1092
1776
  #, fuzzy
1777
  msgid "Mail.ru Client ID"
1778
  msgstr "Twitch Client ID "
1779
 
1780
- #: admin/social_login.php:1101
1781
  #, fuzzy, php-format
1782
  msgid ""
1783
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1786,7 +1884,7 @@ msgstr ""
1786
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1787
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1788
 
1789
- #: admin/social_login.php:1103 admin/social_login.php:1123
1790
  #, fuzzy
1791
  msgid ""
1792
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
@@ -1795,12 +1893,12 @@ msgstr ""
1795
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1796
  "згадки посилання."
1797
 
1798
- #: admin/social_login.php:1112
1799
  #, fuzzy
1800
  msgid "Mail.ru Client Secret"
1801
  msgstr "Twitch Client ID "
1802
 
1803
- #: admin/social_login.php:1121
1804
  #, fuzzy, php-format
1805
  msgid ""
1806
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1810,12 +1908,12 @@ msgstr ""
1810
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1811
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1812
 
1813
- #: admin/social_login.php:1135
1814
  #, fuzzy
1815
  msgid "Github Client ID"
1816
  msgstr "Twitch Client ID "
1817
 
1818
- #: admin/social_login.php:1144
1819
  #, fuzzy, php-format
1820
  msgid ""
1821
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1824,12 +1922,12 @@ msgstr ""
1824
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1825
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1826
 
1827
- #: admin/social_login.php:1155
1828
  #, fuzzy
1829
  msgid "Github Client Secret"
1830
  msgstr "Twitch Client ID "
1831
 
1832
- #: admin/social_login.php:1164
1833
  #, fuzzy, php-format
1834
  msgid ""
1835
  "Required for Github Social Login to work. Please follow the documentation at "
@@ -1838,12 +1936,12 @@ msgstr ""
1838
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1839
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1840
 
1841
- #: admin/social_login.php:1177
1842
  #, fuzzy
1843
  msgid "Kakao Client ID"
1844
  msgstr "Google+ ID клієнта"
1845
 
1846
- #: admin/social_login.php:1186
1847
  #, fuzzy, php-format
1848
  msgid ""
1849
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1852,12 +1950,12 @@ msgstr ""
1852
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1853
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1854
 
1855
- #: admin/social_login.php:1197
1856
  #, fuzzy
1857
  msgid "Kakao Client Secret"
1858
  msgstr "Google+ ID клієнта"
1859
 
1860
- #: admin/social_login.php:1206
1861
  #, fuzzy, php-format
1862
  msgid ""
1863
  "Required for Kakao Social Login to work. Please follow the documentation at "
@@ -1866,66 +1964,66 @@ msgstr ""
1866
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1867
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1868
 
1869
- #: admin/social_login.php:1226
1870
  msgid "Social Login Options"
1871
  msgstr "Параметри входу через соцмережі"
1872
 
1873
- #: admin/social_login.php:1241
1874
  msgid "Text to display above the Social Login interface"
1875
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
1876
 
1877
- #: admin/social_login.php:1249
1878
  msgid "Trigger social login in the same browser tab"
1879
  msgstr ""
1880
 
1881
- #: admin/social_login.php:1259
1882
  msgid "Trigger social login in the same browser tab instead of a popup window"
1883
  msgstr ""
1884
 
1885
- #: admin/social_login.php:1266
1886
  #, fuzzy
1887
  msgid "Center align icons"
1888
  msgstr "Змінити порядок іконок"
1889
 
1890
- #: admin/social_login.php:1276
1891
  #, fuzzy
1892
  msgid "Center align social login icons"
1893
  msgstr "Параметри входу через соцмережі"
1894
 
1895
- #: admin/social_login.php:1283
1896
  msgid "Enable at login page"
1897
  msgstr "Включити сторінку входу"
1898
 
1899
- #: admin/social_login.php:1293
1900
  msgid ""
1901
  "Social Login interface will get enabled at the login page of your website"
1902
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
1903
 
1904
- #: admin/social_login.php:1300
1905
  msgid "Enable at register page"
1906
  msgstr "Включити на сторінці реєстрації"
1907
 
1908
- #: admin/social_login.php:1310
1909
  msgid ""
1910
  "Social Login interface will get enabled at the registration page of your "
1911
  "website"
1912
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
1913
 
1914
- #: admin/social_login.php:1317
1915
  msgid "Enable at comment form"
1916
  msgstr "Включити в формі коментування"
1917
 
1918
- #: admin/social_login.php:1327
1919
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1920
  msgstr ""
1921
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
1922
  "Wordpress"
1923
 
1924
- #: admin/social_login.php:1341
1925
  msgid "Enable before WooCommerce Customer Login Form"
1926
  msgstr "Активувати перед формою входу покупця в WooCommerce"
1927
 
1928
- #: admin/social_login.php:1351
1929
  msgid ""
1930
  "Social Login Interface will get enabled before the customer login form at "
1931
  "WooCommerce My Account page"
@@ -1933,12 +2031,12 @@ msgstr ""
1933
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
1934
  "покупця на сторінці Мій Аккаунт в WooCommerce"
1935
 
1936
- #: admin/social_login.php:1358
1937
  #, fuzzy
1938
  msgid "Enable at WooCommerce Customer Login Form"
1939
  msgstr "Активувати перед формою входу покупця в WooCommerce"
1940
 
1941
- #: admin/social_login.php:1368
1942
  #, fuzzy
1943
  msgid ""
1944
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -1947,12 +2045,12 @@ msgstr ""
1947
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
1948
  "покупця на сторінці Мій Аккаунт в WooCommerce"
1949
 
1950
- #: admin/social_login.php:1375
1951
  #, fuzzy
1952
  msgid "Enable at WooCommerce Customer Register Form"
1953
  msgstr "Включити після форми входу клієнта WooCommerce"
1954
 
1955
- #: admin/social_login.php:1385
1956
  #, fuzzy
1957
  msgid ""
1958
  "Integrate Social Login Interface with the customer register form at "
@@ -1961,23 +2059,23 @@ msgstr ""
1961
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
1962
  "покупця на сторінці Мій Аккаунт в WooCommerce"
1963
 
1964
- #: admin/social_login.php:1392
1965
  msgid "Enable at WooCommerce checkout page"
1966
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
1967
 
1968
- #: admin/social_login.php:1402
1969
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1970
  msgstr ""
1971
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
1972
  "замовлення в WooCommerce"
1973
 
1974
- #: admin/social_login.php:1412
1975
  msgid "Auto-approve comments made by Social Login users"
1976
  msgstr ""
1977
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
1978
  "соцмережі"
1979
 
1980
- #: admin/social_login.php:1422
1981
  msgid ""
1982
  "If this option is enabled, and WordPress comment is made by Social Login "
1983
  "user, comment will get approved immediately without keeping in moderation."
@@ -1986,15 +2084,15 @@ msgstr ""
1986
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
1987
  "відразу без модерації."
1988
 
1989
- #: admin/social_login.php:1423
1990
  msgid "Note: This is not related to Facebook comments"
1991
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
1992
 
1993
- #: admin/social_login.php:1432
1994
  msgid "Enable social avatar"
1995
  msgstr "Включення соціальних аватар"
1996
 
1997
- #: admin/social_login.php:1442
1998
  msgid ""
1999
  "Social profile pictures of the logged in user will be displayed as profile "
2000
  "avatar"
@@ -2002,30 +2100,30 @@ msgstr ""
2002
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2003
  "профілю на сайті"
2004
 
2005
- #: admin/social_login.php:1451
2006
  msgid "Avatar quality"
2007
  msgstr "Якість аватарки"
2008
 
2009
- #: admin/social_login.php:1454
2010
  msgid "Average"
2011
  msgstr "Середнє"
2012
 
2013
- #: admin/social_login.php:1455
2014
  msgid "Best"
2015
  msgstr "Кращий"
2016
 
2017
- #: admin/social_login.php:1462
2018
  msgid "Choose avatar quality"
2019
  msgstr "Виберіть якість аватара"
2020
 
2021
- #: admin/social_login.php:1470
2022
  msgid ""
2023
  "Show option for users to update social avatar at BuddyPress profile page"
2024
  msgstr ""
2025
  "Показати варіант для користувачів для оновлення соціального аватара на "
2026
  "сторінці профілю BuddyPress"
2027
 
2028
- #: admin/social_login.php:1480
2029
  msgid ""
2030
  "If enabled, users would be able to update their social avatar from \"Profile "
2031
  "photo\" section in BuddyPress profile at front-end"
@@ -2033,11 +2131,11 @@ msgstr ""
2033
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2034
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2035
 
2036
- #: admin/social_login.php:1490 super_socializer.php:2098
2037
  msgid "Email required"
2038
  msgstr "Електронна адреса (обо'язково)"
2039
 
2040
- #: admin/social_login.php:1500
2041
  msgid ""
2042
  "If enabled and Social ID provider does not provide user's email address on "
2043
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2047,13 +2145,13 @@ msgstr ""
2047
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2048
  "пошта буде створена за зразком."
2049
 
2050
- #: admin/social_login.php:1508
2051
  msgid "Send post-registration email to user to set account password"
2052
  msgstr ""
2053
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2054
  "встановити пароль облікового запису"
2055
 
2056
- #: admin/social_login.php:1518
2057
  msgid ""
2058
  "If enabled, an email will be sent to user after registration through Social "
2059
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2063,13 +2161,13 @@ msgstr ""
2063
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2064
  "стандартну форму авторизації"
2065
 
2066
- #: admin/social_login.php:1525
2067
  msgid "Send new user registration notification email to admin"
2068
  msgstr ""
2069
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2070
  "пошті адміністратору"
2071
 
2072
- #: admin/social_login.php:1535
2073
  msgid ""
2074
  "If enabled, an email will be sent to admin after new user registers through "
2075
  "Social Login, notifying admin about the new user registration"
@@ -2077,84 +2175,84 @@ msgstr ""
2077
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2078
  "реєстрацію нового користувача через соцмережі."
2079
 
2080
- #: admin/social_login.php:1542
2081
  msgid "Login redirection"
2082
  msgstr "Перенаправлення входу"
2083
 
2084
- #: admin/social_login.php:1546
2085
  msgid "Same page where user logged in"
2086
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2087
 
2088
- #: admin/social_login.php:1550 admin/social_login.php:1579
2089
  msgid "Account dashboard"
2090
  msgstr "Сторінка управління аккаунтом"
2091
 
2092
- #: admin/social_login.php:1553 admin/social_login.php:1582
2093
  msgid "BuddyPress profile page"
2094
  msgstr "Сторінка профілю BuddyPress"
2095
 
2096
- #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2097
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2098
  msgid "Custom Url"
2099
  msgstr "Користувацьке посилання"
2100
 
2101
- #: admin/social_login.php:1564
2102
  msgid "User will be redirected to the selected page after Social Login"
2103
  msgstr ""
2104
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2105
  "соцмережі"
2106
 
2107
- #: admin/social_login.php:1571
2108
  msgid "Registration redirection"
2109
  msgstr "Перенаправлення реєстрації"
2110
 
2111
- #: admin/social_login.php:1575
2112
  msgid "Same page from where user registered"
2113
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2114
 
2115
- #: admin/social_login.php:1591
2116
  msgid "Username Separator"
2117
  msgstr ""
2118
 
2119
- #: admin/social_login.php:1595
2120
  msgid "Dash (-)"
2121
  msgstr ""
2122
 
2123
- #: admin/social_login.php:1597
2124
  msgid "Underscore (_)"
2125
  msgstr ""
2126
 
2127
- #: admin/social_login.php:1599
2128
  msgid "Dot (.)"
2129
  msgstr ""
2130
 
2131
- #: admin/social_login.php:1601
2132
  msgid "None"
2133
  msgstr ""
2134
 
2135
- #: admin/social_login.php:1609
2136
  msgid ""
2137
  "Choose one of the underscore, dot or dash to use to join first and last "
2138
  "names in the usernames of the new users"
2139
  msgstr ""
2140
 
2141
- #: admin/social_login.php:1618
2142
  #, fuzzy
2143
  msgid "Social Account Linking Options"
2144
  msgstr "Посилання на соціальний аккаунт"
2145
 
2146
- #: admin/social_login.php:1633
2147
  #, fuzzy
2148
  msgid "Text to display above the Social Account Linking interface"
2149
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2150
 
2151
- #: admin/social_login.php:1640
2152
  msgid ""
2153
  "Link social account to already existing account, if email address matches"
2154
  msgstr ""
2155
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2156
 
2157
- #: admin/social_login.php:1650
2158
  #, fuzzy
2159
  msgid ""
2160
  "If email address of the user's Social Account matches with an already "
@@ -2167,11 +2265,11 @@ msgstr ""
2167
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2168
  "профілю."
2169
 
2170
- #: admin/social_login.php:1658
2171
  msgid "Enable social account linking at BuddyPress profile page"
2172
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2173
 
2174
- #: admin/social_login.php:1668
2175
  msgid ""
2176
  "Enable this option to show social account linking interface at BuddyPress "
2177
  "profile page"
@@ -2179,15 +2277,15 @@ msgstr ""
2179
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2180
  "BuddyPress"
2181
 
2182
- #: admin/social_login.php:1679
2183
  msgid "Email popup options"
2184
  msgstr "Параметри спливаючій електронної пошти"
2185
 
2186
- #: admin/social_login.php:1684
2187
  msgid "Text on 'Email required' popup"
2188
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2189
 
2190
- #: admin/social_login.php:1694
2191
  msgid ""
2192
  "This text will be displayed on email required popup. Leave empty if not "
2193
  "required."
@@ -2195,11 +2293,11 @@ msgstr ""
2195
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2196
  "поле порожнім якщо не потрібно."
2197
 
2198
- #: admin/social_login.php:1702
2199
  msgid "Error message for 'Email required' popup"
2200
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2201
 
2202
- #: admin/social_login.php:1712
2203
  msgid ""
2204
  "This message will be displayed to user if it provides invalid or already "
2205
  "registered email"
@@ -2207,11 +2305,11 @@ msgstr ""
2207
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2208
  "раніше запроваджену пошту"
2209
 
2210
- #: admin/social_login.php:1720
2211
  msgid "Email popup height"
2212
  msgstr "Висота спливаючого вікна"
2213
 
2214
- #: admin/social_login.php:1730
2215
  msgid ""
2216
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2217
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2221,11 +2319,11 @@ msgstr ""
2221
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2222
  "базового значення."
2223
 
2224
- #: admin/social_login.php:1737
2225
  msgid "Enable email verification"
2226
  msgstr "Включити перевірку електронної пошти"
2227
 
2228
- #: admin/social_login.php:1747
2229
  msgid ""
2230
  "If enabled, email provided by the user will be verified by sending a "
2231
  "confirmation link to that email. User would not be able to login without "
@@ -2234,98 +2332,98 @@ msgstr ""
2234
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2235
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2236
 
2237
- #: admin/social_login.php:1767
2238
  #, fuzzy
2239
  msgid "Enable GDPR opt-in"
2240
  msgstr "Активувати коментування через Disqus"
2241
 
2242
- #: admin/social_login.php:1777
2243
  msgid ""
2244
  "Enable it to show GDPR opt-in for social login and social account linking"
2245
  msgstr ""
2246
 
2247
- #: admin/social_login.php:1785
2248
  #, fuzzy
2249
  msgid "Placement of GDPR opt-in"
2250
  msgstr "Активувати коментування через Disqus"
2251
 
2252
- #: admin/social_login.php:1789
2253
  #, fuzzy
2254
  msgid "Above Social Login icons"
2255
  msgstr "Параметри входу через соцмережі"
2256
 
2257
- #: admin/social_login.php:1791
2258
  #, fuzzy
2259
  msgid "Below Social Login icons"
2260
  msgstr "Параметри входу через соцмережі"
2261
 
2262
- #: admin/social_login.php:1797
2263
  #, fuzzy
2264
  msgid "Placement of GDPR opt-in above or below the social login icons"
2265
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2266
 
2267
- #: admin/social_login.php:1804
2268
  msgid "Opt-in text"
2269
  msgstr ""
2270
 
2271
- #: admin/social_login.php:1814
2272
  #, fuzzy
2273
  msgid "Text for the GDPR opt-in"
2274
  msgstr "Активувати коментування через Disqus"
2275
 
2276
- #: admin/social_login.php:1821
2277
  msgid "Text to link to Terms-Conditions page"
2278
  msgstr ""
2279
 
2280
- #: admin/social_login.php:1831
2281
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2282
  msgstr ""
2283
 
2284
- #: admin/social_login.php:1838
2285
  msgid "Terms-Conditions Url"
2286
  msgstr ""
2287
 
2288
- #: admin/social_login.php:1848
2289
  #, fuzzy
2290
  msgid "Url of the terms-conditions page of your website"
2291
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2292
 
2293
- #: admin/social_login.php:1855
2294
  msgid "Text to link to Privacy Policy page"
2295
  msgstr ""
2296
 
2297
- #: admin/social_login.php:1865
2298
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2299
  msgstr ""
2300
 
2301
- #: admin/social_login.php:1872
2302
  msgid "Privacy Policy Url"
2303
  msgstr ""
2304
 
2305
- #: admin/social_login.php:1882
2306
  #, fuzzy
2307
  msgid "Url of the privacy policy page of your website"
2308
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2309
 
2310
- #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2311
  #: inc/widget.php:605 inc/widget.php:754
2312
  msgid "Select"
2313
  msgstr "Вибір"
2314
 
2315
- #: admin/social_login.php:1964
2316
  msgid "Social Login Shortcode & Widget"
2317
  msgstr "Шорткод і віджет для входу через соцмережі"
2318
 
2319
- #: admin/social_login.php:1965
2320
  msgid "Social Linking Shortcode"
2321
  msgstr "Шорткод соціальних посилань"
2322
 
2323
- #: admin/social_login.php:1980
2324
  #, fuzzy
2325
  msgid "Why is social login not working?"
2326
  msgstr "Чому Facebook Логін не працює?"
2327
 
2328
- #: admin/social_login.php:1981
2329
  msgid ""
2330
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2331
  "belong to the same app"
@@ -2930,7 +3028,7 @@ msgstr ""
2930
  msgid "Why is Facebook share count not working?"
2931
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
2932
 
2933
- #: admin/social_sharing.php:1937 super_socializer.php:3249
2934
  #, php-format
2935
  msgid ""
2936
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3032,88 +3130,88 @@ msgstr "Чому лічильники Фейсбуку поділитися не
3032
  msgid "Settings saved"
3033
  msgstr "Налаштування збережені"
3034
 
3035
- #: helper.php:197
3036
  #, fuzzy
3037
  msgid "Click to toggle help"
3038
  msgstr "Натисніть, щоб приховати довідку"
3039
 
3040
- #: helper.php:278
3041
  msgid "Add-Ons"
3042
  msgstr "Доповнення"
3043
 
3044
- #: helper.php:279
3045
  msgid "Support Documentation"
3046
  msgstr "Технічна документація"
3047
 
3048
- #: helper.php:280
3049
  msgid "Settings"
3050
  msgstr "Налаштування"
3051
 
3052
- #: helper.php:556
3053
  msgid "Account linked successfully"
3054
  msgstr "Аккаунт успішно пов'язаний"
3055
 
3056
- #: helper.php:560
3057
  msgid "Account already exists or linked"
3058
  msgstr "Аккаунт вже існує або пов'язаний"
3059
 
3060
- #: helper.php:596 helper.php:598
3061
  msgid "Login with"
3062
  msgstr "Увійти з"
3063
 
3064
- #: helper.php:633 helper.php:639
3065
  msgid "Currently"
3066
  msgstr "в даний час"
3067
 
3068
- #: helper.php:633 helper.php:639
3069
  msgid "Connected with"
3070
  msgstr "Авторизуватися за допомогою"
3071
 
3072
- #: helper.php:633 helper.php:639
3073
  msgid "Remove"
3074
  msgstr "Видалити"
3075
 
3076
- #: helper.php:712
3077
  msgid "Social Account Linking"
3078
  msgstr "Посилання на соціальний аккаунт"
3079
 
3080
- #: helper.php:763
3081
  msgid "Disable Standard Social Sharing on this "
3082
  msgstr "Відключити стандартний блок Поділитися на цьому"
3083
 
3084
- #: helper.php:768
3085
  msgid "Disable Floating Social Sharing on this "
3086
  msgstr "Відключити плаваючий блок Поділитися на цьому"
3087
 
3088
- #: helper.php:773
3089
  msgid "Disable Standard like buttons on this "
3090
  msgstr "Відключити стандартні кнопки Подобається на цьому"
3091
 
3092
- #: helper.php:778
3093
  msgid "Disable Floating like buttons on this "
3094
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
3095
 
3096
- #: helper.php:783
3097
  msgid "Disable Social Commenting on this "
3098
  msgstr "Деактивувати соціальне коментування"
3099
 
3100
- #: helper.php:792
3101
  msgid "Standard Sharing Interface"
3102
  msgstr "Стандартний інтерфейс Поділитися"
3103
 
3104
- #: helper.php:798 helper.php:817
3105
  msgid "Starting share count for "
3106
  msgstr "Запустити лічильник Поділитися для"
3107
 
3108
- #: helper.php:811
3109
  msgid "Floating Sharing Interface"
3110
  msgstr "Плаваючий інтерфейс Поділитися"
3111
 
3112
- #: helper.php:911 super_socializer.php:2508
3113
  msgid "Social Avatar"
3114
  msgstr "Соціальний Аватар"
3115
 
3116
- #: helper.php:914 super_socializer.php:2519
3117
  msgid ""
3118
  "Do not fetch and update social avatar from my profile, next time I Social "
3119
  "Login"
@@ -3121,39 +3219,39 @@ msgstr ""
3121
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
3122
  "раз коли я використовую вхід через соцмережі"
3123
 
3124
- #: helper.php:915 super_socializer.php:2523
3125
  msgid "Update social avatar, next time I Social Login"
3126
  msgstr ""
3127
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
3128
  "соцмережі"
3129
 
3130
- #: helper.php:918
3131
  msgid "Small Avatar"
3132
  msgstr "Невеликий аватар"
3133
 
3134
- #: helper.php:922
3135
  msgid "Large Avatar"
3136
  msgstr "Великий аватар"
3137
 
3138
- #: helper.php:982 super_socializer.php:2076
3139
  msgid "Please verify your email address to login."
3140
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
3141
 
3142
- #: helper.php:1019
3143
  msgid "Click to delete social profile data"
3144
  msgstr ""
3145
 
3146
- #: helper.php:1048
3147
  #, fuzzy
3148
  msgid "Deleting"
3149
  msgstr "Налаштування"
3150
 
3151
- #: helper.php:1058
3152
  #, fuzzy
3153
  msgid "Deleted"
3154
  msgstr "Налаштування"
3155
 
3156
- #: helper.php:1060
3157
  msgid "Something bad happened"
3158
  msgstr ""
3159
 
@@ -3169,27 +3267,27 @@ msgstr ""
3169
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
3170
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
3171
 
3172
- #: inc/social_login.php:1047
3173
  msgid "Email"
3174
  msgstr "Email"
3175
 
3176
- #: inc/social_login.php:1048
3177
  msgid "Confirm email"
3178
  msgstr "Підтвердити e-mail"
3179
 
3180
- #: inc/social_login.php:1050
3181
  msgid "Save"
3182
  msgstr "Зберегти"
3183
 
3184
- #: inc/social_login.php:1051
3185
  msgid "Cancel"
3186
  msgstr "Скасувати"
3187
 
3188
- #: inc/social_login.php:1125
3189
  msgid "Email Verification"
3190
  msgstr "Підтвердження адреси електронної пошти"
3191
 
3192
- #: inc/social_login.php:1127
3193
  msgid ""
3194
  "Please click on the following link or paste it in browser to verify your "
3195
  "email"
@@ -3212,11 +3310,11 @@ msgstr "Архіви "
3212
  msgid "Total Shares"
3213
  msgstr "Включити загальну кількість Поділитися"
3214
 
3215
- #: inc/social_sharing.php:272 super_socializer.php:2186
3216
  msgid "Share"
3217
  msgstr "Поділитися"
3218
 
3219
- #: inc/social_sharing.php:272 super_socializer.php:2186
3220
  msgid "Shares"
3221
  msgstr "Поширили:"
3222
 
@@ -3235,8 +3333,8 @@ msgstr "Super Socializer - Вхід"
3235
  #: inc/widget.php:13
3236
  #, fuzzy
3237
  msgid ""
3238
- "Let your website users login/register using their favorite Social ID "
3239
- "Provider, such as Facebook, Twitter, Google, LinkedIn"
3240
  msgstr ""
3241
  "Дайте можливість користувачам з вашого сайту увійти / зареєструватися "
3242
  "використовуючи їх улюблені соціальні сервіси, так як Facebook, Twitter, "
@@ -3595,7 +3693,7 @@ msgstr "Twitter"
3595
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3596
  msgstr ""
3597
 
3598
- #: super_socializer.php:1853
3599
  msgid ""
3600
  "cURL is not enabled at your website server. Please contact your website "
3601
  "server administrator to enable it."
@@ -3603,7 +3701,7 @@ msgstr ""
3603
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
3604
  "до адміністратора вашого сайту, щоб включити це."
3605
 
3606
- #: super_socializer.php:1881
3607
  #, fuzzy, php-format
3608
  msgid ""
3609
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3612,7 +3710,7 @@ msgstr ""
3612
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3613
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3614
 
3615
- #: super_socializer.php:1884
3616
  #, fuzzy, php-format
3617
  msgid ""
3618
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3621,7 +3719,7 @@ msgstr ""
3621
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3622
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3623
 
3624
- #: super_socializer.php:1887
3625
  msgid ""
3626
  "Make sure cURL is enabled at your website server. You may need to contact "
3627
  "the server administrator of your website to verify this"
@@ -3630,135 +3728,135 @@ msgstr ""
3630
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
3631
  "переконатися в цьому."
3632
 
3633
- #: super_socializer.php:2054
3634
  #, fuzzy
3635
  msgid "Search"
3636
  msgstr "Шукати"
3637
 
3638
- #: super_socializer.php:2076
3639
  msgid "Your email has been verified. Now you can login to your account"
3640
  msgstr ""
3641
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
3642
  "облікового запису"
3643
 
3644
- #: super_socializer.php:2080
3645
  msgid "Notification"
3646
  msgstr "Повідомлення"
3647
 
3648
- #: super_socializer.php:2101
3649
  msgid "Please check your email inbox to complete the registration."
3650
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
3651
 
3652
- #: super_socializer.php:2170
3653
  msgid "Leave a reply"
3654
  msgstr "Залишити коментар"
3655
 
3656
- #: super_socializer.php:2186
3657
  #, fuzzy
3658
  msgid "Link copied."
3659
  msgstr "LinkedIn"
3660
 
3661
- #: super_socializer.php:2424
3662
  msgid "Super Socializer - General Options"
3663
  msgstr "Super Socializer - Загальні Параметри"
3664
 
3665
- #: super_socializer.php:2495
3666
  msgid ""
3667
  "I agree to my personal data being stored and used as per Privacy Policy and "
3668
  "Terms and Conditions"
3669
  msgstr ""
3670
 
3671
- #: super_socializer.php:2499
3672
  msgid ""
3673
  "I revoke my consent to store and use my personal data. Kindly delete my "
3674
  "personal data saved in this website."
3675
  msgstr ""
3676
 
3677
- #: super_socializer.php:2511
3678
  msgid "Small Avatar Url"
3679
  msgstr "Посилання для маленького аватара"
3680
 
3681
- #: super_socializer.php:2515
3682
  msgid "Large Avatar Url"
3683
  msgstr "Посилання для великого аватара"
3684
 
3685
- #: super_socializer.php:2617
3686
  msgid "Login with your Social ID"
3687
  msgstr "Увійти через соціальний аккаунт"
3688
 
3689
- #: super_socializer.php:2618
3690
  msgid "Email you entered is already registered or invalid"
3691
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
3692
 
3693
- #: super_socializer.php:2625
3694
  msgid "Please enter a valid email address. You might be required to verify it"
3695
  msgstr ""
3696
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
3697
  "потрібно перевірити його"
3698
 
3699
- #: super_socializer.php:2630 super_socializer.php:3433
3700
  msgid "Link your social account to login to your account at this website"
3701
  msgstr ""
3702
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
3703
  "запис на цьому сайті"
3704
 
3705
- #: super_socializer.php:2890
3706
  msgid "Thanks for installing Super Socializer plugin"
3707
  msgstr ""
3708
 
3709
- #: super_socializer.php:2892
3710
  msgid "Configure the Plugin"
3711
  msgstr ""
3712
 
3713
- #: super_socializer.php:2903
3714
  msgid ""
3715
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3716
  "current version of Super Socializer"
3717
  msgstr ""
3718
 
3719
- #: super_socializer.php:2912
3720
  msgid ""
3721
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3722
  "compatibility with the current version of Super Socializer"
3723
  msgstr ""
3724
 
3725
- #: super_socializer.php:2921
3726
  msgid ""
3727
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3728
  "compatibility with the current version of Super Socializer"
3729
  msgstr ""
3730
 
3731
- #: super_socializer.php:2930
3732
  msgid ""
3733
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3734
  "version of Super Socializer"
3735
  msgstr ""
3736
 
3737
- #: super_socializer.php:2939
3738
  msgid ""
3739
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3740
  "compatibility with the current version of Super Socializer"
3741
  msgstr ""
3742
 
3743
- #: super_socializer.php:2948
3744
  msgid ""
3745
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3746
  "for compatibility with the current version of Super Socializer"
3747
  msgstr ""
3748
 
3749
- #: super_socializer.php:2957
3750
  msgid ""
3751
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3752
  "with current version of Super Socializer"
3753
  msgstr ""
3754
 
3755
- #: super_socializer.php:2968
3756
  #, php-format
3757
  msgid ""
3758
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3759
  msgstr ""
3760
 
3761
- #: super_socializer.php:2977
3762
  #, php-format
3763
  msgid ""
3764
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3766,7 +3864,7 @@ msgid ""
3766
  "Instagram App Secret <a href=\"%s\">here</a>"
3767
  msgstr ""
3768
 
3769
- #: super_socializer.php:2986 super_socializer.php:2995
3770
  #, php-format
3771
  msgid ""
3772
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3775,13 +3873,13 @@ msgid ""
3775
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3776
  msgstr ""
3777
 
3778
- #: super_socializer.php:3011
3779
  #, php-format
3780
  msgid ""
3781
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3782
  msgstr ""
3783
 
3784
- #: super_socializer.php:3035
3785
  #, php-format
3786
  msgid ""
3787
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3789,14 +3887,14 @@ msgid ""
3789
  "target=\"_blank\">here</a>"
3790
  msgstr ""
3791
 
3792
- #: super_socializer.php:3035 super_socializer.php:3060
3793
- #: super_socializer.php:3085 super_socializer.php:3110
3794
- #: super_socializer.php:3143 super_socializer.php:3171
3795
- #: super_socializer.php:3198
3796
  msgid "Okay"
3797
  msgstr "Гаразд."
3798
 
3799
- #: super_socializer.php:3060
3800
  #, php-format
3801
  msgid ""
3802
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3804,7 +3902,7 @@ msgid ""
3804
  "\">here</a>"
3805
  msgstr ""
3806
 
3807
- #: super_socializer.php:3085
3808
  #, php-format
3809
  msgid ""
3810
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3812,7 +3910,7 @@ msgid ""
3812
  "target=\"_blank\">here</a>"
3813
  msgstr ""
3814
 
3815
- #: super_socializer.php:3110
3816
  #, php-format
3817
  msgid ""
3818
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3820,13 +3918,13 @@ msgid ""
3820
  "target=\"_blank\">here</a>"
3821
  msgstr ""
3822
 
3823
- #: super_socializer.php:3121
3824
  #, fuzzy, php-format
3825
  msgid ""
3826
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3827
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
3828
 
3829
- #: super_socializer.php:3143
3830
  #, php-format
3831
  msgid ""
3832
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3834,7 +3932,7 @@ msgid ""
3834
  "\"%s\" target=\"_blank\">here</a>"
3835
  msgstr ""
3836
 
3837
- #: super_socializer.php:3171
3838
  #, php-format
3839
  msgid ""
3840
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3843,7 +3941,7 @@ msgid ""
3843
  "your website %s with them. No need to copy-paste any code from their website."
3844
  msgstr ""
3845
 
3846
- #: super_socializer.php:3198
3847
  #, php-format
3848
  msgid ""
3849
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3851,7 +3949,7 @@ msgid ""
3851
  "\"%s\" target=\"_blank\">here</a>"
3852
  msgstr ""
3853
 
3854
- #: super_socializer.php:3223
3855
  #, php-format
3856
  msgid ""
3857
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3859,11 +3957,11 @@ msgid ""
3859
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3860
  msgstr ""
3861
 
3862
- #: super_socializer.php:3223 super_socializer.php:3250
3863
  msgid "Dismiss"
3864
  msgstr ""
3865
 
3866
- #: super_socializer.php:3509
3867
  msgid ""
3868
  "Your browser is blocking some features of this website. Please follow the "
3869
  "instructions at {support_url} to unblock these."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-19 23:05+0530\n"
6
+ "PO-Revision-Date: 2022-07-19 23:05+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
+ #: admin/social_login.php:5 admin/social_login.php:2102
25
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
26
  #, fuzzy, php-format
27
  msgid ""
34
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2555
38
  msgid "General Options"
39
  msgstr "Загальні параметри"
40
 
82
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:2098
86
+ #: admin/social_sharing.php:1975 helper.php:932
87
  msgid "Save Changes"
88
  msgstr "Зберегти налаштування"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:2108
92
  #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:2110
99
  #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
224
  msgstr "XProfile інтеграція"
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
+ #: admin/social_login.php:45 admin/social_login.php:2065
228
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
229
  #: admin/social_sharing.php:1901
230
  msgid "Shortcode & Widget"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
+ #: admin/social_login.php:46 admin/social_login.php:2079
236
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
237
  msgid "FAQ"
238
  msgstr "Часті питання (FAQ)"
277
  "Посилання для Подобається / Поділитися / Твитнути і відобразити "
278
  "Подобається / Поділитися / Твитнути"
279
 
280
+ #: admin/like_buttons.php:105 admin/social_login.php:1334
281
+ #: admin/social_login.php:1726 admin/social_sharing.php:717 inc/widget.php:1038
282
  msgid "Title"
283
  msgstr "Заголовок"
284
 
344
  msgstr "Розташування інтерфейсу"
345
 
346
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
347
+ #: admin/social_login.php:1651 admin/social_login.php:1680
348
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
349
  msgid "Homepage"
350
  msgstr "Головна"
627
  msgstr ""
628
 
629
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
+ #: admin/social_login.php:2087 admin/social_sharing.php:1964
631
  msgid "More"
632
  msgstr ""
633
 
838
  msgid "Social Commenting Shortcode"
839
  msgstr "Шорткод коментування через соцмережі"
840
 
841
+ #: admin/social_commenting.php:386 admin/social_login.php:2081
842
  #: admin/social_sharing.php:1934
843
  msgid ""
844
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
857
  "Https?"
858
  msgstr ""
859
 
860
+ #: admin/social_commenting.php:389 admin/social_login.php:2086
861
  #: admin/social_sharing.php:1949
862
  msgid "Why is my browser blocking some features of the plugin?"
863
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
892
  msgid "Advanced Configuration"
893
  msgstr "Розширена конфігурація"
894
 
895
+ #: admin/social_login.php:41 admin/social_login.php:1865
896
+ #: super_socializer.php:2623
897
  msgid "GDPR"
898
  msgstr ""
899
 
900
+ #: admin/social_login.php:43 admin/social_login.php:2016
901
  msgid "XProfile Integration"
902
  msgstr "XProfile інтеграція"
903
 
1009
  msgid "Spotify"
1010
  msgstr ""
1011
 
1012
+ #: admin/social_login.php:180
1013
  #, fuzzy
1014
  msgid "Dribbble"
1015
  msgstr "Google+ ID клієнта"
1016
 
1017
+ #: admin/social_login.php:184
1018
+ msgid "Odnoklassniki"
1019
+ msgstr ""
1020
+
1021
+ #: admin/social_login.php:188
1022
+ msgid "Yandex"
1023
+ msgstr ""
1024
+
1025
+ #: admin/social_login.php:192
1026
  msgid "Twitch"
1027
  msgstr "Twitch"
1028
 
1029
+ #: admin/social_login.php:196
1030
  #, fuzzy
1031
  msgid "Foursquare"
1032
  msgstr "Квадратна"
1033
 
1034
+ #: admin/social_login.php:200
1035
  msgid "Dropbox"
1036
  msgstr ""
1037
 
1038
+ #: admin/social_login.php:204
1039
  #, fuzzy
1040
  msgid "Disqus"
1041
  msgstr "Поле для коментування через Disqus"
1042
 
1043
+ #: admin/social_login.php:208
1044
  msgid "Reddit"
1045
  msgstr ""
1046
 
1047
+ #: admin/social_login.php:212
1048
  msgid "Mail.ru"
1049
  msgstr ""
1050
 
1051
+ #: admin/social_login.php:216
1052
  msgid "Github"
1053
  msgstr ""
1054
 
1055
+ #: admin/social_login.php:220
1056
  msgid "Kakao"
1057
  msgstr ""
1058
 
1059
+ #: admin/social_login.php:228
1060
  msgid "Select Social ID provider to enable in Social Login"
1061
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1062
 
1063
+ #: admin/social_login.php:235
1064
  msgid "Facebook App ID"
1065
  msgstr "Facebook App ID"
1066
 
1067
+ #: admin/social_login.php:245
1068
  #, php-format
1069
  msgid ""
1070
  "Required for Facebook Social Login to work. Please follow the documentation "
1073
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1074
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1075
 
1076
+ #: admin/social_login.php:247 admin/social_login.php:268
1077
  #, fuzzy
1078
  msgid ""
1079
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1081
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1082
  "згадки посилання."
1083
 
1084
+ #: admin/social_login.php:256
1085
  #, fuzzy
1086
  msgid "Facebook App Secret"
1087
  msgstr "Facebook App ID"
1088
 
1089
+ #: admin/social_login.php:266
1090
  #, fuzzy, php-format
1091
  msgid ""
1092
  "Required for Facebook Social Login to work. Please follow the documentation "
1095
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1096
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1097
 
1098
+ #: admin/social_login.php:277
1099
  msgid "Twitter API Key"
1100
  msgstr "Twitter API ключ"
1101
 
1102
+ #: admin/social_login.php:287
1103
  #, php-format
1104
  msgid ""
1105
  "Required for Twitter Social Login to work. Please follow the documentation "
1108
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1109
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1110
 
1111
+ #: admin/social_login.php:289 admin/social_login.php:314
1112
  #, fuzzy
1113
  msgid ""
1114
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1116
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1117
  "посилання"
1118
 
1119
+ #: admin/social_login.php:293 admin/social_login.php:318
1120
+ #: admin/social_login.php:506 admin/social_login.php:526
1121
+ #: admin/social_login.php:861 admin/social_login.php:881
1122
+ #: admin/social_login.php:996 admin/social_login.php:1016
1123
+ #: admin/social_login.php:1121 admin/social_login.php:1141
1124
+ #: admin/social_login.php:1249 admin/social_login.php:1269
1125
+ #: admin/social_login.php:1291 admin/social_login.php:1311
1126
  #, fuzzy
1127
  msgid ""
1128
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1131
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1132
  "посилання"
1133
 
1134
+ #: admin/social_login.php:302
1135
  msgid "Twitter API Secret"
1136
  msgstr "Twitter API секретний ключ"
1137
 
1138
+ #: admin/social_login.php:312
1139
  #, php-format
1140
  msgid ""
1141
  "Required for Twitter Social Login to work. Please follow the documentation "
1145
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1146
  "додатку Twitter ."
1147
 
1148
+ #: admin/social_login.php:327
1149
  #, fuzzy
1150
  msgid "LinkedIn Client ID"
1151
  msgstr "LinkedIn"
1152
 
1153
+ #: admin/social_login.php:337
1154
  #, fuzzy, php-format
1155
  msgid ""
1156
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1159
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1160
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1161
 
1162
+ #: admin/social_login.php:339 admin/social_login.php:360
1163
+ #: admin/social_login.php:546 admin/social_login.php:566
1164
  #, fuzzy
1165
  msgid ""
1166
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1169
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1170
  "згадки посилання."
1171
 
1172
+ #: admin/social_login.php:348
1173
  #, fuzzy
1174
  msgid "LinkedIn Client Secret"
1175
  msgstr "LinkedIn"
1176
 
1177
+ #: admin/social_login.php:358
1178
  #, fuzzy, php-format
1179
  msgid ""
1180
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1184
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1185
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1186
 
1187
+ #: admin/social_login.php:369
1188
  #, fuzzy
1189
  msgid "Google Client ID"
1190
  msgstr "Google+ ID клієнта"
1191
 
1192
+ #: admin/social_login.php:379
1193
  #, fuzzy, php-format
1194
  msgid ""
1195
  "Required for Google Social Login to work. Please follow the documentation at "
1198
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1199
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1200
 
1201
+ #: admin/social_login.php:381 admin/social_login.php:402
1202
  #, fuzzy
1203
  msgid ""
1204
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1207
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1208
  "згадки посилання."
1209
 
1210
+ #: admin/social_login.php:390
1211
  #, fuzzy
1212
  msgid "Google Client Secret"
1213
  msgstr "Google+ ID клієнта"
1214
 
1215
+ #: admin/social_login.php:400
1216
  #, fuzzy, php-format
1217
  msgid ""
1218
  "Required for Google Social Login to work. Please follow the documentation at "
1221
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1222
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1223
 
1224
+ #: admin/social_login.php:411
1225
  msgid "Vkontakte Application ID"
1226
  msgstr "ID додатку Вконтакте"
1227
 
1228
+ #: admin/social_login.php:421 admin/social_login.php:442
1229
  #, php-format
1230
  msgid ""
1231
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1235
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
1236
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
1237
 
1238
+ #: admin/social_login.php:423 admin/social_login.php:444
1239
  #, fuzzy
1240
  msgid ""
1241
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1244
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1245
  "згадки посилання."
1246
 
1247
+ #: admin/social_login.php:432
1248
  #, fuzzy
1249
  msgid "Vkontakte Secure key"
1250
  msgstr "Вконтакте"
1251
 
1252
+ #: admin/social_login.php:453
1253
  #, fuzzy
1254
  msgid "Instagram App ID"
1255
  msgstr "Instagram ID клієнта"
1256
 
1257
+ #: admin/social_login.php:463
1258
  #, fuzzy, php-format
1259
  msgid ""
1260
  "Required for Instagram Social Login to work. Please follow the documentation "
1263
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
1264
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
1265
 
1266
+ #: admin/social_login.php:465 admin/social_login.php:486
1267
  #, fuzzy
1268
  msgid ""
1269
  "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1272
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1273
  "згадки посилання."
1274
 
1275
+ #: admin/social_login.php:474
1276
  #, fuzzy
1277
  msgid "Instagram App Secret"
1278
  msgstr "Введіть ім'я користувача Instagram."
1279
 
1280
+ #: admin/social_login.php:484
1281
  #, fuzzy, php-format
1282
  msgid ""
1283
  "Required for Instagram Social Login to work. Please follow the documentation "
1286
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
1287
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
1288
 
1289
+ #: admin/social_login.php:495
1290
  #, fuzzy
1291
  msgid "Line Channel ID"
1292
  msgstr "LinkedIn"
1293
 
1294
+ #: admin/social_login.php:504
1295
  #, fuzzy, php-format
1296
  msgid ""
1297
  "Required for Line Social Login to work. Please follow the documentation at "
1300
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1301
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1302
 
1303
+ #: admin/social_login.php:515
1304
  #, fuzzy
1305
  msgid "Line Channel Secret"
1306
  msgstr "LinkedIn"
1307
 
1308
+ #: admin/social_login.php:524
1309
  #, fuzzy, php-format
1310
  msgid ""
1311
  "Required for Line Social Login to work. Please follow the documentation at "
1314
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1315
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1316
 
1317
+ #: admin/social_login.php:535
1318
  #, fuzzy
1319
  msgid "Wordpress Client ID"
1320
  msgstr "Google+ ID клієнта"
1321
 
1322
+ #: admin/social_login.php:544
1323
  #, fuzzy, php-format
1324
  msgid ""
1325
  "Required for Wordpress Social Login to work. Please follow the documentation "
1328
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1329
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1330
 
1331
+ #: admin/social_login.php:555
1332
  #, fuzzy
1333
  msgid "Wordpress Client Secret"
1334
  msgstr "Google+ ID клієнта"
1335
 
1336
+ #: admin/social_login.php:564
1337
  #, fuzzy, php-format
1338
  msgid ""
1339
  "Required for Wordpress Social Login to work. Please follow the documentation "
1343
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1344
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1345
 
1346
+ #: admin/social_login.php:575
1347
  #, fuzzy
1348
  msgid "Microsoft Client ID"
1349
  msgstr "Google+ ID клієнта"
1350
 
1351
+ #: admin/social_login.php:584
1352
  #, fuzzy, php-format
1353
  msgid ""
1354
  "Required for Live Social Login to work. Please follow the documentation at "
1357
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1358
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1359
 
1360
+ #: admin/social_login.php:586 admin/social_login.php:606
1361
+ #: admin/social_login.php:819 admin/social_login.php:839
1362
+ #: admin/social_login.php:1078 admin/social_login.php:1098
1363
  #, fuzzy
1364
  msgid ""
1365
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1368
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1369
  "згадки посилання."
1370
 
1371
+ #: admin/social_login.php:595
1372
  #, fuzzy
1373
  msgid "Microsoft Client Secret"
1374
  msgstr "Google+ ID клієнта"
1375
 
1376
+ #: admin/social_login.php:604
1377
  #, fuzzy, php-format
1378
  msgid ""
1379
  "Required for Live Social Login to work. Please follow the documentation at "
1383
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1384
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1385
 
1386
+ #: admin/social_login.php:614
1387
  #, fuzzy
1388
  msgid "Steam API Key"
1389
  msgstr "Twitter API ключ"
1390
 
1391
+ #: admin/social_login.php:623
1392
  #, fuzzy, php-format
1393
  msgid ""
1394
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1397
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1398
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1399
 
1400
+ #: admin/social_login.php:624
1401
  #, fuzzy
1402
  msgid "Save following <strong>domain</strong> to get the key"
1403
  msgstr ""
1404
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1405
  "посилання"
1406
 
1407
+ #: admin/social_login.php:633
1408
  #, fuzzy
1409
  msgid "Yahoo Client ID"
1410
  msgstr "Google+ ID клієнта"
1411
 
1412
+ #: admin/social_login.php:642
1413
  #, fuzzy, php-format
1414
  msgid ""
1415
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1418
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1419
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1420
 
1421
+ #: admin/social_login.php:644 admin/social_login.php:664
1422
  #, fuzzy
1423
  msgid ""
1424
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1427
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1428
  "згадки посилання."
1429
 
1430
+ #: admin/social_login.php:653
1431
  #, fuzzy
1432
  msgid "Yahoo Client Secret"
1433
  msgstr "Google+ ID клієнта"
1434
 
1435
+ #: admin/social_login.php:662
1436
  #, fuzzy, php-format
1437
  msgid ""
1438
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1441
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1442
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1443
 
1444
+ #: admin/social_login.php:675
1445
  #, fuzzy
1446
  msgid "Discord Client ID"
1447
  msgstr "Twitch Client ID "
1448
 
1449
+ #: admin/social_login.php:684
1450
  #, fuzzy, php-format
1451
  msgid ""
1452
  "Required for Discord Social Login to work. Please follow the documentation "
1455
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1456
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1457
 
1458
+ #: admin/social_login.php:686 admin/social_login.php:706
1459
  #, fuzzy
1460
  msgid ""
1461
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1464
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1465
  "згадки посилання."
1466
 
1467
+ #: admin/social_login.php:695
1468
  #, fuzzy
1469
  msgid "Discord Client Secret"
1470
  msgstr "Twitch Client ID "
1471
 
1472
+ #: admin/social_login.php:704
1473
  #, fuzzy, php-format
1474
  msgid ""
1475
  "Required for Discord Social Login to work. Please follow the documentation "
1479
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1480
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1481
 
1482
+ #: admin/social_login.php:717
1483
  #, fuzzy
1484
  msgid "Amazon Client ID"
1485
  msgstr "Google+ ID клієнта"
1486
 
1487
+ #: admin/social_login.php:726
1488
  #, fuzzy, php-format
1489
  msgid ""
1490
  "Required for Amazon Social Login to work. Please follow the documentation at "
1493
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1494
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1495
 
1496
+ #: admin/social_login.php:728 admin/social_login.php:748
1497
  #, fuzzy
1498
  msgid ""
1499
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1502
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1503
  "згадки посилання."
1504
 
1505
+ #: admin/social_login.php:737
1506
  #, fuzzy
1507
  msgid "Amazon Client Secret"
1508
  msgstr "Google+ ID клієнта"
1509
 
1510
+ #: admin/social_login.php:746
1511
  #, fuzzy, php-format
1512
  msgid ""
1513
  "Required for Amazon Social Login to work. Please follow the documentation at "
1517
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1518
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1519
 
1520
+ #: admin/social_login.php:759
1521
  #, fuzzy
1522
  msgid "Stack Overflow Client ID"
1523
  msgstr "Google+ ID клієнта"
1524
 
1525
+ #: admin/social_login.php:768
1526
  #, fuzzy, php-format
1527
  msgid ""
1528
  "Required for Stack Overflow Social Login to work. Please follow the "
1532
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1533
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1534
 
1535
+ #: admin/social_login.php:774
1536
  #, fuzzy
1537
  msgid "Stack Overflow Client Secret"
1538
  msgstr "Google+ ID клієнта"
1539
 
1540
+ #: admin/social_login.php:783
1541
  #, fuzzy, php-format
1542
  msgid ""
1543
  "Required for Stack Overflow Social Login to work. Please follow the "
1547
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1548
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1549
 
1550
+ #: admin/social_login.php:789
1551
  #, fuzzy
1552
  msgid "Stack Overflow Key"
1553
  msgstr "Google+ ID клієнта"
1554
 
1555
+ #: admin/social_login.php:799
1556
  #, fuzzy, php-format
1557
  msgid ""
1558
  "Required for Stack Overflow Social Login to work. Please follow the "
1562
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1563
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1564
 
1565
+ #: admin/social_login.php:808
1566
  #, fuzzy
1567
  msgid "Spotify Client ID"
1568
  msgstr "Google+ ID клієнта"
1569
 
1570
+ #: admin/social_login.php:817
1571
  #, fuzzy, php-format
1572
  msgid ""
1573
  "Required for Spotify Social Login to work. Please follow the documentation "
1576
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1577
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1578
 
1579
+ #: admin/social_login.php:828
1580
  #, fuzzy
1581
  msgid "Spotify Client Secret"
1582
  msgstr "Google+ ID клієнта"
1583
 
1584
+ #: admin/social_login.php:837
1585
  #, fuzzy, php-format
1586
  msgid ""
1587
  "Required for Spotify Social Login to work. Please follow the documentation "
1591
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1592
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1593
 
1594
+ #: admin/social_login.php:850
1595
  #, fuzzy
1596
  msgid "Dribbble Client ID"
1597
  msgstr "Google+ ID клієнта"
1598
 
1599
+ #: admin/social_login.php:859
1600
  #, fuzzy, php-format
1601
  msgid ""
1602
  "Required for Dribbble Social Login to work. Please follow the documentation "
1605
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1606
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1607
 
1608
+ #: admin/social_login.php:870
1609
  #, fuzzy
1610
  msgid "Dribbble Client Secret"
1611
  msgstr "Google+ ID клієнта"
1612
 
1613
+ #: admin/social_login.php:879
1614
  #, fuzzy, php-format
1615
  msgid ""
1616
  "Required for Dribbble Social Login to work. Please follow the documentation "
1620
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1621
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1622
 
1623
+ #: admin/social_login.php:891
1624
+ #, fuzzy
1625
+ msgid "Odnoklassniki Application ID"
1626
+ msgstr "ID додатку Вконтакте"
1627
+
1628
+ #: admin/social_login.php:900
1629
+ #, fuzzy, php-format
1630
+ msgid ""
1631
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1632
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1633
+ "Odnoklassniki Application ID"
1634
+ msgstr ""
1635
+ "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
1636
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
1637
+
1638
+ #: admin/social_login.php:902
1639
+ #, fuzzy
1640
+ msgid ""
1641
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1642
+ "the link"
1643
+ msgstr ""
1644
+ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1645
+ "згадки посилання."
1646
+
1647
+ #: admin/social_login.php:910
1648
+ msgid "Odnoklassniki Public key"
1649
+ msgstr ""
1650
+
1651
+ #: admin/social_login.php:919
1652
+ #, fuzzy, php-format
1653
+ msgid ""
1654
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1655
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1656
+ "Odnoklassniki Public Key"
1657
+ msgstr ""
1658
+ "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
1659
+ "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
1660
+
1661
+ #: admin/social_login.php:926
1662
+ #, fuzzy
1663
+ msgid "Odnoklassniki Secret Key"
1664
+ msgstr "Коротке ім'я Disqus"
1665
+
1666
+ #: admin/social_login.php:935
1667
+ #, fuzzy, php-format
1668
+ msgid ""
1669
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1670
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1671
+ "Odnoklassniki Secret Key"
1672
+ msgstr ""
1673
+ "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
1674
+ "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
1675
+
1676
+ #: admin/social_login.php:944
1677
+ #, fuzzy
1678
+ msgid "Yandex Client ID"
1679
+ msgstr "Google+ ID клієнта"
1680
+
1681
+ #: admin/social_login.php:953
1682
+ #, fuzzy, php-format
1683
+ msgid ""
1684
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1685
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1686
+ msgstr ""
1687
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1688
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1689
+
1690
+ #: admin/social_login.php:955 admin/social_login.php:975
1691
+ #, fuzzy
1692
+ msgid ""
1693
+ "Paste following url in <strong>Callback URI</strong> option mentioned at the "
1694
+ "link"
1695
+ msgstr ""
1696
+ "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1697
+ "посилання"
1698
+
1699
+ #: admin/social_login.php:964
1700
+ #, fuzzy
1701
+ msgid "Yandex Client Secret"
1702
+ msgstr "Google+ ID клієнта"
1703
+
1704
+ #: admin/social_login.php:973
1705
+ #, fuzzy, php-format
1706
+ msgid ""
1707
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1708
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1709
+ msgstr ""
1710
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1711
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1712
+
1713
+ #: admin/social_login.php:985
1714
  #, fuzzy
1715
  msgid "Twitch Client ID"
1716
  msgstr "Twitch Client ID "
1717
 
1718
+ #: admin/social_login.php:994
1719
  #, fuzzy, php-format
1720
  msgid ""
1721
  "Required for Twitch Social Login to work. Please follow the documentation at "
1724
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1725
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1726
 
1727
+ #: admin/social_login.php:1005
1728
  #, fuzzy
1729
  msgid "Twitch Client Secret"
1730
  msgstr "Twitch Client ID "
1731
 
1732
+ #: admin/social_login.php:1014
1733
  #, fuzzy, php-format
1734
  msgid ""
1735
  "Required for Twitch Social Login to work. Please follow the documentation at "
1738
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1739
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1740
 
1741
+ #: admin/social_login.php:1027
1742
  #, fuzzy
1743
  msgid "Foursquare Client ID"
1744
  msgstr "Google+ ID клієнта"
1745
 
1746
+ #: admin/social_login.php:1036
1747
  #, fuzzy, php-format
1748
  msgid ""
1749
  "Required for Foursquare Social Login to work. Please follow the "
1753
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1754
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1755
 
1756
+ #: admin/social_login.php:1038 admin/social_login.php:1058
1757
  #, fuzzy
1758
  msgid ""
1759
  "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1762
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1763
  "згадки посилання."
1764
 
1765
+ #: admin/social_login.php:1047
1766
  #, fuzzy
1767
  msgid "Foursquare Client Secret"
1768
  msgstr "Google+ ID клієнта"
1769
 
1770
+ #: admin/social_login.php:1056
1771
  #, fuzzy, php-format
1772
  msgid ""
1773
  "Required for Foursquare Social Login to work. Please follow the "
1777
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1778
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1779
 
1780
+ #: admin/social_login.php:1067
1781
  #, fuzzy
1782
  msgid "Dropbox App Key"
1783
  msgstr "Facebook App ID"
1784
 
1785
+ #: admin/social_login.php:1076
1786
  #, fuzzy, php-format
1787
  msgid ""
1788
  "Required for Dropbox Social Login to work. Please follow the documentation "
1791
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1792
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1793
 
1794
+ #: admin/social_login.php:1087
1795
  #, fuzzy
1796
  msgid "Dropbox App Secret"
1797
  msgstr "Facebook App ID"
1798
 
1799
+ #: admin/social_login.php:1096
1800
  #, fuzzy, php-format
1801
  msgid ""
1802
  "Required for Dropbox Social Login to work. Please follow the documentation "
1805
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1806
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1807
 
1808
+ #: admin/social_login.php:1110
1809
  #, fuzzy
1810
  msgid "Disqus Public Key"
1811
  msgstr "Коротке ім'я Disqus"
1812
 
1813
+ #: admin/social_login.php:1119
1814
  #, fuzzy, php-format
1815
  msgid ""
1816
  "Required for Disqus Social Login to work. Please follow the documentation at "
1819
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
1820
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
1821
 
1822
+ #: admin/social_login.php:1130
1823
  #, fuzzy
1824
  msgid "Disqus Secret Key"
1825
  msgstr "Коротке ім'я Disqus"
1826
 
1827
+ #: admin/social_login.php:1139
1828
  #, fuzzy, php-format
1829
  msgid ""
1830
  "Required for Disqus Social Login to work. Please follow the documentation at "
1833
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
1834
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
1835
 
1836
+ #: admin/social_login.php:1152
1837
  #, fuzzy
1838
  msgid "Reddit Client ID"
1839
  msgstr "Twitch Client ID "
1840
 
1841
+ #: admin/social_login.php:1161
1842
  #, fuzzy, php-format
1843
  msgid ""
1844
  "Required for Reddit Social Login to work. Please follow the documentation at "
1847
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1848
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1849
 
1850
+ #: admin/social_login.php:1163 admin/social_login.php:1183
1851
  #, fuzzy
1852
  msgid ""
1853
  "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1856
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1857
  "згадки посилання."
1858
 
1859
+ #: admin/social_login.php:1172
1860
  #, fuzzy
1861
  msgid "Reddit Client Secret"
1862
  msgstr "Twitch Client ID "
1863
 
1864
+ #: admin/social_login.php:1181
1865
  #, fuzzy, php-format
1866
  msgid ""
1867
  "Required for Reddit Social Login to work. Please follow the documentation at "
1870
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1871
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1872
 
1873
+ #: admin/social_login.php:1195
1874
  #, fuzzy
1875
  msgid "Mail.ru Client ID"
1876
  msgstr "Twitch Client ID "
1877
 
1878
+ #: admin/social_login.php:1204
1879
  #, fuzzy, php-format
1880
  msgid ""
1881
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1884
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1885
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1886
 
1887
+ #: admin/social_login.php:1206 admin/social_login.php:1226
1888
  #, fuzzy
1889
  msgid ""
1890
  "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
1893
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1894
  "згадки посилання."
1895
 
1896
+ #: admin/social_login.php:1215
1897
  #, fuzzy
1898
  msgid "Mail.ru Client Secret"
1899
  msgstr "Twitch Client ID "
1900
 
1901
+ #: admin/social_login.php:1224
1902
  #, fuzzy, php-format
1903
  msgid ""
1904
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1908
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1909
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1910
 
1911
+ #: admin/social_login.php:1238
1912
  #, fuzzy
1913
  msgid "Github Client ID"
1914
  msgstr "Twitch Client ID "
1915
 
1916
+ #: admin/social_login.php:1247
1917
  #, fuzzy, php-format
1918
  msgid ""
1919
  "Required for Github Social Login to work. Please follow the documentation at "
1922
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1923
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1924
 
1925
+ #: admin/social_login.php:1258
1926
  #, fuzzy
1927
  msgid "Github Client Secret"
1928
  msgstr "Twitch Client ID "
1929
 
1930
+ #: admin/social_login.php:1267
1931
  #, fuzzy, php-format
1932
  msgid ""
1933
  "Required for Github Social Login to work. Please follow the documentation at "
1936
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1937
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1938
 
1939
+ #: admin/social_login.php:1280
1940
  #, fuzzy
1941
  msgid "Kakao Client ID"
1942
  msgstr "Google+ ID клієнта"
1943
 
1944
+ #: admin/social_login.php:1289
1945
  #, fuzzy, php-format
1946
  msgid ""
1947
  "Required for Kakao Social Login to work. Please follow the documentation at "
1950
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1951
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1952
 
1953
+ #: admin/social_login.php:1300
1954
  #, fuzzy
1955
  msgid "Kakao Client Secret"
1956
  msgstr "Google+ ID клієнта"
1957
 
1958
+ #: admin/social_login.php:1309
1959
  #, fuzzy, php-format
1960
  msgid ""
1961
  "Required for Kakao Social Login to work. Please follow the documentation at "
1964
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1965
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1966
 
1967
+ #: admin/social_login.php:1329
1968
  msgid "Social Login Options"
1969
  msgstr "Параметри входу через соцмережі"
1970
 
1971
+ #: admin/social_login.php:1344
1972
  msgid "Text to display above the Social Login interface"
1973
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
1974
 
1975
+ #: admin/social_login.php:1352
1976
  msgid "Trigger social login in the same browser tab"
1977
  msgstr ""
1978
 
1979
+ #: admin/social_login.php:1362
1980
  msgid "Trigger social login in the same browser tab instead of a popup window"
1981
  msgstr ""
1982
 
1983
+ #: admin/social_login.php:1369
1984
  #, fuzzy
1985
  msgid "Center align icons"
1986
  msgstr "Змінити порядок іконок"
1987
 
1988
+ #: admin/social_login.php:1379
1989
  #, fuzzy
1990
  msgid "Center align social login icons"
1991
  msgstr "Параметри входу через соцмережі"
1992
 
1993
+ #: admin/social_login.php:1386
1994
  msgid "Enable at login page"
1995
  msgstr "Включити сторінку входу"
1996
 
1997
+ #: admin/social_login.php:1396
1998
  msgid ""
1999
  "Social Login interface will get enabled at the login page of your website"
2000
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2001
 
2002
+ #: admin/social_login.php:1403
2003
  msgid "Enable at register page"
2004
  msgstr "Включити на сторінці реєстрації"
2005
 
2006
+ #: admin/social_login.php:1413
2007
  msgid ""
2008
  "Social Login interface will get enabled at the registration page of your "
2009
  "website"
2010
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2011
 
2012
+ #: admin/social_login.php:1420
2013
  msgid "Enable at comment form"
2014
  msgstr "Включити в формі коментування"
2015
 
2016
+ #: admin/social_login.php:1430
2017
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2018
  msgstr ""
2019
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2020
  "Wordpress"
2021
 
2022
+ #: admin/social_login.php:1444
2023
  msgid "Enable before WooCommerce Customer Login Form"
2024
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2025
 
2026
+ #: admin/social_login.php:1454
2027
  msgid ""
2028
  "Social Login Interface will get enabled before the customer login form at "
2029
  "WooCommerce My Account page"
2031
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2032
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2033
 
2034
+ #: admin/social_login.php:1461
2035
  #, fuzzy
2036
  msgid "Enable at WooCommerce Customer Login Form"
2037
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2038
 
2039
+ #: admin/social_login.php:1471
2040
  #, fuzzy
2041
  msgid ""
2042
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2045
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2046
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2047
 
2048
+ #: admin/social_login.php:1478
2049
  #, fuzzy
2050
  msgid "Enable at WooCommerce Customer Register Form"
2051
  msgstr "Включити після форми входу клієнта WooCommerce"
2052
 
2053
+ #: admin/social_login.php:1488
2054
  #, fuzzy
2055
  msgid ""
2056
  "Integrate Social Login Interface with the customer register form at "
2059
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2060
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2061
 
2062
+ #: admin/social_login.php:1495
2063
  msgid "Enable at WooCommerce checkout page"
2064
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2065
 
2066
+ #: admin/social_login.php:1505
2067
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2068
  msgstr ""
2069
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2070
  "замовлення в WooCommerce"
2071
 
2072
+ #: admin/social_login.php:1515
2073
  msgid "Auto-approve comments made by Social Login users"
2074
  msgstr ""
2075
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2076
  "соцмережі"
2077
 
2078
+ #: admin/social_login.php:1525
2079
  msgid ""
2080
  "If this option is enabled, and WordPress comment is made by Social Login "
2081
  "user, comment will get approved immediately without keeping in moderation."
2084
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2085
  "відразу без модерації."
2086
 
2087
+ #: admin/social_login.php:1526
2088
  msgid "Note: This is not related to Facebook comments"
2089
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2090
 
2091
+ #: admin/social_login.php:1535
2092
  msgid "Enable social avatar"
2093
  msgstr "Включення соціальних аватар"
2094
 
2095
+ #: admin/social_login.php:1545
2096
  msgid ""
2097
  "Social profile pictures of the logged in user will be displayed as profile "
2098
  "avatar"
2100
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2101
  "профілю на сайті"
2102
 
2103
+ #: admin/social_login.php:1554
2104
  msgid "Avatar quality"
2105
  msgstr "Якість аватарки"
2106
 
2107
+ #: admin/social_login.php:1557
2108
  msgid "Average"
2109
  msgstr "Середнє"
2110
 
2111
+ #: admin/social_login.php:1558
2112
  msgid "Best"
2113
  msgstr "Кращий"
2114
 
2115
+ #: admin/social_login.php:1565
2116
  msgid "Choose avatar quality"
2117
  msgstr "Виберіть якість аватара"
2118
 
2119
+ #: admin/social_login.php:1573
2120
  msgid ""
2121
  "Show option for users to update social avatar at BuddyPress profile page"
2122
  msgstr ""
2123
  "Показати варіант для користувачів для оновлення соціального аватара на "
2124
  "сторінці профілю BuddyPress"
2125
 
2126
+ #: admin/social_login.php:1583
2127
  msgid ""
2128
  "If enabled, users would be able to update their social avatar from \"Profile "
2129
  "photo\" section in BuddyPress profile at front-end"
2131
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2132
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2133
 
2134
+ #: admin/social_login.php:1593 super_socializer.php:2229
2135
  msgid "Email required"
2136
  msgstr "Електронна адреса (обо'язково)"
2137
 
2138
+ #: admin/social_login.php:1603
2139
  msgid ""
2140
  "If enabled and Social ID provider does not provide user's email address on "
2141
  "login, user will be asked to provide his/her email address. Otherwise, a "
2145
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2146
  "пошта буде створена за зразком."
2147
 
2148
+ #: admin/social_login.php:1611
2149
  msgid "Send post-registration email to user to set account password"
2150
  msgstr ""
2151
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2152
  "встановити пароль облікового запису"
2153
 
2154
+ #: admin/social_login.php:1621
2155
  msgid ""
2156
  "If enabled, an email will be sent to user after registration through Social "
2157
  "Login, regarding his/her login credentials (username-password to be able to "
2161
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2162
  "стандартну форму авторизації"
2163
 
2164
+ #: admin/social_login.php:1628
2165
  msgid "Send new user registration notification email to admin"
2166
  msgstr ""
2167
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2168
  "пошті адміністратору"
2169
 
2170
+ #: admin/social_login.php:1638
2171
  msgid ""
2172
  "If enabled, an email will be sent to admin after new user registers through "
2173
  "Social Login, notifying admin about the new user registration"
2175
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2176
  "реєстрацію нового користувача через соцмережі."
2177
 
2178
+ #: admin/social_login.php:1645
2179
  msgid "Login redirection"
2180
  msgstr "Перенаправлення входу"
2181
 
2182
+ #: admin/social_login.php:1649
2183
  msgid "Same page where user logged in"
2184
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2185
 
2186
+ #: admin/social_login.php:1653 admin/social_login.php:1682
2187
  msgid "Account dashboard"
2188
  msgstr "Сторінка управління аккаунтом"
2189
 
2190
+ #: admin/social_login.php:1656 admin/social_login.php:1685
2191
  msgid "BuddyPress profile page"
2192
  msgstr "Сторінка профілю BuddyPress"
2193
 
2194
+ #: admin/social_login.php:1659 admin/social_login.php:1688 inc/widget.php:265
2195
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2196
  msgid "Custom Url"
2197
  msgstr "Користувацьке посилання"
2198
 
2199
+ #: admin/social_login.php:1667
2200
  msgid "User will be redirected to the selected page after Social Login"
2201
  msgstr ""
2202
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2203
  "соцмережі"
2204
 
2205
+ #: admin/social_login.php:1674
2206
  msgid "Registration redirection"
2207
  msgstr "Перенаправлення реєстрації"
2208
 
2209
+ #: admin/social_login.php:1678
2210
  msgid "Same page from where user registered"
2211
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2212
 
2213
+ #: admin/social_login.php:1694
2214
  msgid "Username Separator"
2215
  msgstr ""
2216
 
2217
+ #: admin/social_login.php:1698
2218
  msgid "Dash (-)"
2219
  msgstr ""
2220
 
2221
+ #: admin/social_login.php:1700
2222
  msgid "Underscore (_)"
2223
  msgstr ""
2224
 
2225
+ #: admin/social_login.php:1702
2226
  msgid "Dot (.)"
2227
  msgstr ""
2228
 
2229
+ #: admin/social_login.php:1704
2230
  msgid "None"
2231
  msgstr ""
2232
 
2233
+ #: admin/social_login.php:1712
2234
  msgid ""
2235
  "Choose one of the underscore, dot or dash to use to join first and last "
2236
  "names in the usernames of the new users"
2237
  msgstr ""
2238
 
2239
+ #: admin/social_login.php:1721
2240
  #, fuzzy
2241
  msgid "Social Account Linking Options"
2242
  msgstr "Посилання на соціальний аккаунт"
2243
 
2244
+ #: admin/social_login.php:1736
2245
  #, fuzzy
2246
  msgid "Text to display above the Social Account Linking interface"
2247
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2248
 
2249
+ #: admin/social_login.php:1743
2250
  msgid ""
2251
  "Link social account to already existing account, if email address matches"
2252
  msgstr ""
2253
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2254
 
2255
+ #: admin/social_login.php:1753
2256
  #, fuzzy
2257
  msgid ""
2258
  "If email address of the user's Social Account matches with an already "
2265
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2266
  "профілю."
2267
 
2268
+ #: admin/social_login.php:1761
2269
  msgid "Enable social account linking at BuddyPress profile page"
2270
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2271
 
2272
+ #: admin/social_login.php:1771
2273
  msgid ""
2274
  "Enable this option to show social account linking interface at BuddyPress "
2275
  "profile page"
2277
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2278
  "BuddyPress"
2279
 
2280
+ #: admin/social_login.php:1782
2281
  msgid "Email popup options"
2282
  msgstr "Параметри спливаючій електронної пошти"
2283
 
2284
+ #: admin/social_login.php:1787
2285
  msgid "Text on 'Email required' popup"
2286
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2287
 
2288
+ #: admin/social_login.php:1797
2289
  msgid ""
2290
  "This text will be displayed on email required popup. Leave empty if not "
2291
  "required."
2293
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2294
  "поле порожнім якщо не потрібно."
2295
 
2296
+ #: admin/social_login.php:1805
2297
  msgid "Error message for 'Email required' popup"
2298
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2299
 
2300
+ #: admin/social_login.php:1815
2301
  msgid ""
2302
  "This message will be displayed to user if it provides invalid or already "
2303
  "registered email"
2305
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2306
  "раніше запроваджену пошту"
2307
 
2308
+ #: admin/social_login.php:1823
2309
  msgid "Email popup height"
2310
  msgstr "Висота спливаючого вікна"
2311
 
2312
+ #: admin/social_login.php:1833
2313
  msgid ""
2314
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2315
  "can increase the height of popup by specifying in this option. Leave empty "
2319
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2320
  "базового значення."
2321
 
2322
+ #: admin/social_login.php:1840
2323
  msgid "Enable email verification"
2324
  msgstr "Включити перевірку електронної пошти"
2325
 
2326
+ #: admin/social_login.php:1850
2327
  msgid ""
2328
  "If enabled, email provided by the user will be verified by sending a "
2329
  "confirmation link to that email. User would not be able to login without "
2332
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2333
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2334
 
2335
+ #: admin/social_login.php:1870
2336
  #, fuzzy
2337
  msgid "Enable GDPR opt-in"
2338
  msgstr "Активувати коментування через Disqus"
2339
 
2340
+ #: admin/social_login.php:1880
2341
  msgid ""
2342
  "Enable it to show GDPR opt-in for social login and social account linking"
2343
  msgstr ""
2344
 
2345
+ #: admin/social_login.php:1888
2346
  #, fuzzy
2347
  msgid "Placement of GDPR opt-in"
2348
  msgstr "Активувати коментування через Disqus"
2349
 
2350
+ #: admin/social_login.php:1892
2351
  #, fuzzy
2352
  msgid "Above Social Login icons"
2353
  msgstr "Параметри входу через соцмережі"
2354
 
2355
+ #: admin/social_login.php:1894
2356
  #, fuzzy
2357
  msgid "Below Social Login icons"
2358
  msgstr "Параметри входу через соцмережі"
2359
 
2360
+ #: admin/social_login.php:1900
2361
  #, fuzzy
2362
  msgid "Placement of GDPR opt-in above or below the social login icons"
2363
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2364
 
2365
+ #: admin/social_login.php:1907
2366
  msgid "Opt-in text"
2367
  msgstr ""
2368
 
2369
+ #: admin/social_login.php:1917
2370
  #, fuzzy
2371
  msgid "Text for the GDPR opt-in"
2372
  msgstr "Активувати коментування через Disqus"
2373
 
2374
+ #: admin/social_login.php:1924
2375
  msgid "Text to link to Terms-Conditions page"
2376
  msgstr ""
2377
 
2378
+ #: admin/social_login.php:1934
2379
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2380
  msgstr ""
2381
 
2382
+ #: admin/social_login.php:1941
2383
  msgid "Terms-Conditions Url"
2384
  msgstr ""
2385
 
2386
+ #: admin/social_login.php:1951
2387
  #, fuzzy
2388
  msgid "Url of the terms-conditions page of your website"
2389
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2390
 
2391
+ #: admin/social_login.php:1958
2392
  msgid "Text to link to Privacy Policy page"
2393
  msgstr ""
2394
 
2395
+ #: admin/social_login.php:1968
2396
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2397
  msgstr ""
2398
 
2399
+ #: admin/social_login.php:1975
2400
  msgid "Privacy Policy Url"
2401
  msgstr ""
2402
 
2403
+ #: admin/social_login.php:1985
2404
  #, fuzzy
2405
  msgid "Url of the privacy policy page of your website"
2406
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2407
 
2408
+ #: admin/social_login.php:2036 inc/widget.php:262 inc/widget.php:441
2409
  #: inc/widget.php:605 inc/widget.php:754
2410
  msgid "Select"
2411
  msgstr "Вибір"
2412
 
2413
+ #: admin/social_login.php:2067
2414
  msgid "Social Login Shortcode & Widget"
2415
  msgstr "Шорткод і віджет для входу через соцмережі"
2416
 
2417
+ #: admin/social_login.php:2068
2418
  msgid "Social Linking Shortcode"
2419
  msgstr "Шорткод соціальних посилань"
2420
 
2421
+ #: admin/social_login.php:2083
2422
  #, fuzzy
2423
  msgid "Why is social login not working?"
2424
  msgstr "Чому Facebook Логін не працює?"
2425
 
2426
+ #: admin/social_login.php:2084
2427
  msgid ""
2428
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2429
  "belong to the same app"
3028
  msgid "Why is Facebook share count not working?"
3029
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
3030
 
3031
+ #: admin/social_sharing.php:1937 super_socializer.php:3385
3032
  #, php-format
3033
  msgid ""
3034
  "After the recent changes introduced in the Facebook graph API, it's not "
3130
  msgid "Settings saved"
3131
  msgstr "Налаштування збережені"
3132
 
3133
+ #: helper.php:203
3134
  #, fuzzy
3135
  msgid "Click to toggle help"
3136
  msgstr "Натисніть, щоб приховати довідку"
3137
 
3138
+ #: helper.php:284
3139
  msgid "Add-Ons"
3140
  msgstr "Доповнення"
3141
 
3142
+ #: helper.php:285
3143
  msgid "Support Documentation"
3144
  msgstr "Технічна документація"
3145
 
3146
+ #: helper.php:286
3147
  msgid "Settings"
3148
  msgstr "Налаштування"
3149
 
3150
+ #: helper.php:562
3151
  msgid "Account linked successfully"
3152
  msgstr "Аккаунт успішно пов'язаний"
3153
 
3154
+ #: helper.php:566
3155
  msgid "Account already exists or linked"
3156
  msgstr "Аккаунт вже існує або пов'язаний"
3157
 
3158
+ #: helper.php:602 helper.php:604
3159
  msgid "Login with"
3160
  msgstr "Увійти з"
3161
 
3162
+ #: helper.php:639 helper.php:645
3163
  msgid "Currently"
3164
  msgstr "в даний час"
3165
 
3166
+ #: helper.php:639 helper.php:645
3167
  msgid "Connected with"
3168
  msgstr "Авторизуватися за допомогою"
3169
 
3170
+ #: helper.php:639 helper.php:645
3171
  msgid "Remove"
3172
  msgstr "Видалити"
3173
 
3174
+ #: helper.php:718
3175
  msgid "Social Account Linking"
3176
  msgstr "Посилання на соціальний аккаунт"
3177
 
3178
+ #: helper.php:769
3179
  msgid "Disable Standard Social Sharing on this "
3180
  msgstr "Відключити стандартний блок Поділитися на цьому"
3181
 
3182
+ #: helper.php:774
3183
  msgid "Disable Floating Social Sharing on this "
3184
  msgstr "Відключити плаваючий блок Поділитися на цьому"
3185
 
3186
+ #: helper.php:779
3187
  msgid "Disable Standard like buttons on this "
3188
  msgstr "Відключити стандартні кнопки Подобається на цьому"
3189
 
3190
+ #: helper.php:784
3191
  msgid "Disable Floating like buttons on this "
3192
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
3193
 
3194
+ #: helper.php:789
3195
  msgid "Disable Social Commenting on this "
3196
  msgstr "Деактивувати соціальне коментування"
3197
 
3198
+ #: helper.php:798
3199
  msgid "Standard Sharing Interface"
3200
  msgstr "Стандартний інтерфейс Поділитися"
3201
 
3202
+ #: helper.php:804 helper.php:823
3203
  msgid "Starting share count for "
3204
  msgstr "Запустити лічильник Поділитися для"
3205
 
3206
+ #: helper.php:817
3207
  msgid "Floating Sharing Interface"
3208
  msgstr "Плаваючий інтерфейс Поділитися"
3209
 
3210
+ #: helper.php:917 super_socializer.php:2639
3211
  msgid "Social Avatar"
3212
  msgstr "Соціальний Аватар"
3213
 
3214
+ #: helper.php:920 super_socializer.php:2650
3215
  msgid ""
3216
  "Do not fetch and update social avatar from my profile, next time I Social "
3217
  "Login"
3219
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
3220
  "раз коли я використовую вхід через соцмережі"
3221
 
3222
+ #: helper.php:921 super_socializer.php:2654
3223
  msgid "Update social avatar, next time I Social Login"
3224
  msgstr ""
3225
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
3226
  "соцмережі"
3227
 
3228
+ #: helper.php:924
3229
  msgid "Small Avatar"
3230
  msgstr "Невеликий аватар"
3231
 
3232
+ #: helper.php:928
3233
  msgid "Large Avatar"
3234
  msgstr "Великий аватар"
3235
 
3236
+ #: helper.php:988 super_socializer.php:2207
3237
  msgid "Please verify your email address to login."
3238
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
3239
 
3240
+ #: helper.php:1025
3241
  msgid "Click to delete social profile data"
3242
  msgstr ""
3243
 
3244
+ #: helper.php:1054
3245
  #, fuzzy
3246
  msgid "Deleting"
3247
  msgstr "Налаштування"
3248
 
3249
+ #: helper.php:1064
3250
  #, fuzzy
3251
  msgid "Deleted"
3252
  msgstr "Налаштування"
3253
 
3254
+ #: helper.php:1066
3255
  msgid "Something bad happened"
3256
  msgstr ""
3257
 
3267
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
3268
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
3269
 
3270
+ #: inc/social_login.php:1067
3271
  msgid "Email"
3272
  msgstr "Email"
3273
 
3274
+ #: inc/social_login.php:1068
3275
  msgid "Confirm email"
3276
  msgstr "Підтвердити e-mail"
3277
 
3278
+ #: inc/social_login.php:1070
3279
  msgid "Save"
3280
  msgstr "Зберегти"
3281
 
3282
+ #: inc/social_login.php:1071
3283
  msgid "Cancel"
3284
  msgstr "Скасувати"
3285
 
3286
+ #: inc/social_login.php:1145
3287
  msgid "Email Verification"
3288
  msgstr "Підтвердження адреси електронної пошти"
3289
 
3290
+ #: inc/social_login.php:1147
3291
  msgid ""
3292
  "Please click on the following link or paste it in browser to verify your "
3293
  "email"
3310
  msgid "Total Shares"
3311
  msgstr "Включити загальну кількість Поділитися"
3312
 
3313
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3314
  msgid "Share"
3315
  msgstr "Поділитися"
3316
 
3317
+ #: inc/social_sharing.php:272 super_socializer.php:2317
3318
  msgid "Shares"
3319
  msgstr "Поширили:"
3320
 
3333
  #: inc/widget.php:13
3334
  #, fuzzy
3335
  msgid ""
3336
+ "Let your website users login/register via their favorite Social ID Provider, "
3337
+ "such as Facebook, Twitter, Google, Linkedin and many more"
3338
  msgstr ""
3339
  "Дайте можливість користувачам з вашого сайту увійти / зареєструватися "
3340
  "використовуючи їх улюблені соціальні сервіси, так як Facebook, Twitter, "
3693
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3694
  msgstr ""
3695
 
3696
+ #: super_socializer.php:1984
3697
  msgid ""
3698
  "cURL is not enabled at your website server. Please contact your website "
3699
  "server administrator to enable it."
3701
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
3702
  "до адміністратора вашого сайту, щоб включити це."
3703
 
3704
+ #: super_socializer.php:2012
3705
  #, fuzzy, php-format
3706
  msgid ""
3707
  "Enter exactly the following url in <strong>Website</strong> option in your "
3710
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3711
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3712
 
3713
+ #: super_socializer.php:2015
3714
  #, fuzzy, php-format
3715
  msgid ""
3716
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3719
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3720
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3721
 
3722
+ #: super_socializer.php:2018
3723
  msgid ""
3724
  "Make sure cURL is enabled at your website server. You may need to contact "
3725
  "the server administrator of your website to verify this"
3728
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
3729
  "переконатися в цьому."
3730
 
3731
+ #: super_socializer.php:2185
3732
  #, fuzzy
3733
  msgid "Search"
3734
  msgstr "Шукати"
3735
 
3736
+ #: super_socializer.php:2207
3737
  msgid "Your email has been verified. Now you can login to your account"
3738
  msgstr ""
3739
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
3740
  "облікового запису"
3741
 
3742
+ #: super_socializer.php:2211
3743
  msgid "Notification"
3744
  msgstr "Повідомлення"
3745
 
3746
+ #: super_socializer.php:2232
3747
  msgid "Please check your email inbox to complete the registration."
3748
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
3749
 
3750
+ #: super_socializer.php:2301
3751
  msgid "Leave a reply"
3752
  msgstr "Залишити коментар"
3753
 
3754
+ #: super_socializer.php:2317
3755
  #, fuzzy
3756
  msgid "Link copied."
3757
  msgstr "LinkedIn"
3758
 
3759
+ #: super_socializer.php:2555
3760
  msgid "Super Socializer - General Options"
3761
  msgstr "Super Socializer - Загальні Параметри"
3762
 
3763
+ #: super_socializer.php:2626
3764
  msgid ""
3765
  "I agree to my personal data being stored and used as per Privacy Policy and "
3766
  "Terms and Conditions"
3767
  msgstr ""
3768
 
3769
+ #: super_socializer.php:2630
3770
  msgid ""
3771
  "I revoke my consent to store and use my personal data. Kindly delete my "
3772
  "personal data saved in this website."
3773
  msgstr ""
3774
 
3775
+ #: super_socializer.php:2642
3776
  msgid "Small Avatar Url"
3777
  msgstr "Посилання для маленького аватара"
3778
 
3779
+ #: super_socializer.php:2646
3780
  msgid "Large Avatar Url"
3781
  msgstr "Посилання для великого аватара"
3782
 
3783
+ #: super_socializer.php:2748
3784
  msgid "Login with your Social ID"
3785
  msgstr "Увійти через соціальний аккаунт"
3786
 
3787
+ #: super_socializer.php:2749
3788
  msgid "Email you entered is already registered or invalid"
3789
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
3790
 
3791
+ #: super_socializer.php:2756
3792
  msgid "Please enter a valid email address. You might be required to verify it"
3793
  msgstr ""
3794
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
3795
  "потрібно перевірити його"
3796
 
3797
+ #: super_socializer.php:2761 super_socializer.php:3579
3798
  msgid "Link your social account to login to your account at this website"
3799
  msgstr ""
3800
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
3801
  "запис на цьому сайті"
3802
 
3803
+ #: super_socializer.php:3026
3804
  msgid "Thanks for installing Super Socializer plugin"
3805
  msgstr ""
3806
 
3807
+ #: super_socializer.php:3028
3808
  msgid "Configure the Plugin"
3809
  msgstr ""
3810
 
3811
+ #: super_socializer.php:3039
3812
  msgid ""
3813
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3814
  "current version of Super Socializer"
3815
  msgstr ""
3816
 
3817
+ #: super_socializer.php:3048
3818
  msgid ""
3819
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3820
  "compatibility with the current version of Super Socializer"
3821
  msgstr ""
3822
 
3823
+ #: super_socializer.php:3057
3824
  msgid ""
3825
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3826
  "compatibility with the current version of Super Socializer"
3827
  msgstr ""
3828
 
3829
+ #: super_socializer.php:3066
3830
  msgid ""
3831
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3832
  "version of Super Socializer"
3833
  msgstr ""
3834
 
3835
+ #: super_socializer.php:3075
3836
  msgid ""
3837
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3838
  "compatibility with the current version of Super Socializer"
3839
  msgstr ""
3840
 
3841
+ #: super_socializer.php:3084
3842
  msgid ""
3843
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3844
  "for compatibility with the current version of Super Socializer"
3845
  msgstr ""
3846
 
3847
+ #: super_socializer.php:3093
3848
  msgid ""
3849
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3850
  "with current version of Super Socializer"
3851
  msgstr ""
3852
 
3853
+ #: super_socializer.php:3104
3854
  #, php-format
3855
  msgid ""
3856
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3857
  msgstr ""
3858
 
3859
+ #: super_socializer.php:3113
3860
  #, php-format
3861
  msgid ""
3862
  "To continue using Instagram login create a new Instagram App as described <a "
3864
  "Instagram App Secret <a href=\"%s\">here</a>"
3865
  msgstr ""
3866
 
3867
+ #: super_socializer.php:3122 super_socializer.php:3131
3868
  #, php-format
3869
  msgid ""
3870
  "To continue using bitly url shortener, login to your bit.ly account and "
3873
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3874
  msgstr ""
3875
 
3876
+ #: super_socializer.php:3147
3877
  #, php-format
3878
  msgid ""
3879
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3880
  msgstr ""
3881
 
3882
+ #: super_socializer.php:3171
3883
  #, php-format
3884
  msgid ""
3885
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3887
  "target=\"_blank\">here</a>"
3888
  msgstr ""
3889
 
3890
+ #: super_socializer.php:3171 super_socializer.php:3196
3891
+ #: super_socializer.php:3221 super_socializer.php:3246
3892
+ #: super_socializer.php:3279 super_socializer.php:3307
3893
+ #: super_socializer.php:3334
3894
  msgid "Okay"
3895
  msgstr "Гаразд."
3896
 
3897
+ #: super_socializer.php:3196
3898
  #, php-format
3899
  msgid ""
3900
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3902
  "\">here</a>"
3903
  msgstr ""
3904
 
3905
+ #: super_socializer.php:3221
3906
  #, php-format
3907
  msgid ""
3908
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3910
  "target=\"_blank\">here</a>"
3911
  msgstr ""
3912
 
3913
+ #: super_socializer.php:3246
3914
  #, php-format
3915
  msgid ""
3916
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3918
  "target=\"_blank\">here</a>"
3919
  msgstr ""
3920
 
3921
+ #: super_socializer.php:3257
3922
  #, fuzzy, php-format
3923
  msgid ""
3924
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3925
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
3926
 
3927
+ #: super_socializer.php:3279
3928
  #, php-format
3929
  msgid ""
3930
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3932
  "\"%s\" target=\"_blank\">here</a>"
3933
  msgstr ""
3934
 
3935
+ #: super_socializer.php:3307
3936
  #, php-format
3937
  msgid ""
3938
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3941
  "your website %s with them. No need to copy-paste any code from their website."
3942
  msgstr ""
3943
 
3944
+ #: super_socializer.php:3334
3945
  #, php-format
3946
  msgid ""
3947
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3949
  "\"%s\" target=\"_blank\">here</a>"
3950
  msgstr ""
3951
 
3952
+ #: super_socializer.php:3359
3953
  #, php-format
3954
  msgid ""
3955
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3957
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3958
  msgstr ""
3959
 
3960
+ #: super_socializer.php:3359 super_socializer.php:3386
3961
  msgid "Dismiss"
3962
  msgstr ""
3963
 
3964
+ #: super_socializer.php:3655
3965
  msgid ""
3966
  "Your browser is blocking some features of this website. Please follow the "
3967
  "instructions at {support_url} to unblock these."
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: 2022-05-23 18:36+0530\n"
5
- "PO-Revision-Date: 2022-05-23 18:36+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -24,7 +24,7 @@ msgstr ""
24
  #: admin/general_options.php:7 admin/general_options.php:93
25
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
26
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
27
- #: admin/social_login.php:5 admin/social_login.php:1999
28
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
29
  #, fuzzy, php-format
30
  msgid ""
@@ -37,7 +37,7 @@ msgstr ""
37
  "件所付出的努力"
38
 
39
  #: admin/general_options.php:15 admin/social_commenting.php:47
40
- #: super_socializer.php:2424
41
  msgid "General Options"
42
  msgstr "常规选项"
43
 
@@ -79,19 +79,19 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
79
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
80
 
81
  #: admin/general_options.php:89 admin/like_buttons.php:781
82
- #: admin/social_commenting.php:401 admin/social_login.php:1995
83
- #: admin/social_sharing.php:1975 helper.php:926
84
  msgid "Save Changes"
85
  msgstr "保存更改"
86
 
87
  #: admin/general_options.php:103 admin/like_buttons.php:791
88
- #: admin/social_commenting.php:411 admin/social_login.php:2005
89
  #: admin/social_sharing.php:1985
90
  msgid "Instagram Shoutout"
91
  msgstr ""
92
 
93
  #: admin/general_options.php:105 admin/like_buttons.php:793
94
- #: admin/social_commenting.php:413 admin/social_login.php:2007
95
  #: admin/social_sharing.php:1987
96
  msgid ""
97
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -220,7 +220,7 @@ msgid "3rd Party Integration"
220
  msgstr "第三方集成"
221
 
222
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
223
- #: admin/social_login.php:45 admin/social_login.php:1962
224
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
225
  #: admin/social_sharing.php:1901
226
  msgid "Shortcode & Widget"
@@ -228,7 +228,7 @@ msgstr "简码&小工具"
228
 
229
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
230
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
231
- #: admin/social_login.php:46 admin/social_login.php:1976
232
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
233
  msgid "FAQ"
234
  msgstr "常见问题解答"
@@ -271,8 +271,8 @@ msgstr "自定义 URL"
271
  msgid "Url to like/share/tweet and display like/share/tweet counts"
272
  msgstr "链接到喜欢/分享/tweet和显示喜欢/分享/tweet计数"
273
 
274
- #: admin/like_buttons.php:105 admin/social_login.php:1231
275
- #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
276
  msgid "Title"
277
  msgstr "标题"
278
 
@@ -338,7 +338,7 @@ msgid "Interface location"
338
  msgstr "界面位置"
339
 
340
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
341
- #: admin/social_login.php:1548 admin/social_login.php:1577
342
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
343
  msgid "Homepage"
344
  msgstr "主页"
@@ -606,7 +606,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
606
  msgstr "如何在同一行中放置标题和社交分享图标?"
607
 
608
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
609
- #: admin/social_login.php:1984 admin/social_sharing.php:1964
610
  msgid "More"
611
  msgstr "更多"
612
 
@@ -801,7 +801,7 @@ msgstr ""
801
  msgid "Social Commenting Shortcode"
802
  msgstr "社会化评论简码"
803
 
804
- #: admin/social_commenting.php:386 admin/social_login.php:1978
805
  #: admin/social_sharing.php:1934
806
  msgid ""
807
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -821,7 +821,7 @@ msgid ""
821
  "Https?"
822
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的Facebook 评论?"
823
 
824
- #: admin/social_commenting.php:389 admin/social_login.php:1983
825
  #: admin/social_sharing.php:1949
826
  msgid "Why is my browser blocking some features of the plugin?"
827
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
@@ -852,12 +852,12 @@ msgstr "基本配置"
852
  msgid "Advanced Configuration"
853
  msgstr "高级配置"
854
 
855
- #: admin/social_login.php:41 admin/social_login.php:1762
856
- #: super_socializer.php:2492
857
  msgid "GDPR"
858
  msgstr "GDPR"
859
 
860
- #: admin/social_login.php:43 admin/social_login.php:1913
861
  msgid "XProfile Integration"
862
  msgstr "XProfile 集成"
863
 
@@ -967,136 +967,150 @@ msgstr ""
967
  msgid "Spotify"
968
  msgstr ""
969
 
970
- #: admin/social_login.php:179
971
  msgid "Dribbble"
972
  msgstr ""
973
 
974
- #: admin/social_login.php:183
 
 
 
 
 
 
 
 
975
  msgid "Twitch"
976
  msgstr ""
977
 
978
- #: admin/social_login.php:187
979
  msgid "Foursquare"
980
  msgstr ""
981
 
982
- #: admin/social_login.php:191
983
  msgid "Dropbox"
984
  msgstr ""
985
 
986
- #: admin/social_login.php:195
987
  #, fuzzy
988
  msgid "Disqus"
989
  msgstr "Disqus 评论选项卡的标签"
990
 
991
- #: admin/social_login.php:199
992
  msgid "Reddit"
993
  msgstr ""
994
 
995
- #: admin/social_login.php:203
996
  msgid "Mail.ru"
997
  msgstr ""
998
 
999
- #: admin/social_login.php:207
1000
  msgid "Github"
1001
  msgstr ""
1002
 
1003
- #: admin/social_login.php:211
1004
  msgid "Kakao"
1005
  msgstr ""
1006
 
1007
- #: admin/social_login.php:219
1008
  msgid "Select Social ID provider to enable in Social Login"
1009
  msgstr "选择需要启用的第三方登录方式"
1010
 
1011
- #: admin/social_login.php:226
1012
  msgid "Facebook App ID"
1013
  msgstr "Facebook 应用 ID"
1014
 
1015
- #: admin/social_login.php:236
1016
  #, php-format
1017
  msgid ""
1018
  "Required for Facebook Social Login to work. Please follow the documentation "
1019
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1020
  msgstr ""
1021
 
1022
- #: admin/social_login.php:238 admin/social_login.php:259
 
1023
  msgid ""
1024
- "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1025
- msgstr ""
 
1026
 
1027
- #: admin/social_login.php:247
1028
  msgid "Facebook App Secret"
1029
  msgstr "FacebookAPP密码"
1030
 
1031
- #: admin/social_login.php:257
1032
  #, php-format
1033
  msgid ""
1034
  "Required for Facebook Social Login to work. Please follow the documentation "
1035
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1036
  msgstr ""
1037
 
1038
- #: admin/social_login.php:268
1039
  msgid "Twitter API Key"
1040
  msgstr ""
1041
 
1042
- #: admin/social_login.php:278
1043
  #, php-format
1044
  msgid ""
1045
  "Required for Twitter Social Login to work. Please follow the documentation "
1046
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1047
  msgstr ""
1048
 
1049
- #: admin/social_login.php:280 admin/social_login.php:305
1050
- msgid ""
1051
- "Paste following url in <strong>Website</strong> option mentioned at the link"
1052
- msgstr ""
1053
-
1054
- #: admin/social_login.php:284 admin/social_login.php:309
1055
- #: admin/social_login.php:497 admin/social_login.php:517
1056
- #: admin/social_login.php:852 admin/social_login.php:872
1057
- #: admin/social_login.php:893 admin/social_login.php:913
1058
- #: admin/social_login.php:1018 admin/social_login.php:1038
1059
- #: admin/social_login.php:1146 admin/social_login.php:1166
1060
- #: admin/social_login.php:1188 admin/social_login.php:1208
1061
  msgid ""
1062
- "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1063
  "link"
1064
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
1065
 
1066
- #: admin/social_login.php:293
1067
  msgid "Twitter API Secret"
1068
  msgstr ""
1069
 
1070
- #: admin/social_login.php:303
1071
  #, php-format
1072
  msgid ""
1073
  "Required for Twitter Social Login to work. Please follow the documentation "
1074
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1075
  msgstr ""
1076
 
1077
- #: admin/social_login.php:318
1078
  msgid "LinkedIn Client ID"
1079
  msgstr ""
1080
 
1081
- #: admin/social_login.php:328
1082
  #, php-format
1083
  msgid ""
1084
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1085
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1086
  msgstr ""
1087
 
1088
- #: admin/social_login.php:330 admin/social_login.php:351
1089
- #: admin/social_login.php:537 admin/social_login.php:557
 
1090
  msgid ""
1091
- "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1092
- "the link"
1093
- msgstr ""
1094
 
1095
- #: admin/social_login.php:339
1096
  msgid "LinkedIn Client Secret"
1097
  msgstr ""
1098
 
1099
- #: admin/social_login.php:349
1100
  #, php-format
1101
  msgid ""
1102
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1104,39 +1118,40 @@ msgid ""
1104
  "Secret"
1105
  msgstr ""
1106
 
1107
- #: admin/social_login.php:360
1108
  msgid "Google Client ID"
1109
  msgstr ""
1110
 
1111
- #: admin/social_login.php:370
1112
  #, php-format
1113
  msgid ""
1114
  "Required for Google Social Login to work. Please follow the documentation at "
1115
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
1116
  msgstr ""
1117
 
1118
- #: admin/social_login.php:372 admin/social_login.php:393
 
1119
  msgid ""
1120
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1121
  "mentioned at the link"
1122
- msgstr ""
1123
 
1124
- #: admin/social_login.php:381
1125
  msgid "Google Client Secret"
1126
  msgstr ""
1127
 
1128
- #: admin/social_login.php:391
1129
  #, php-format
1130
  msgid ""
1131
  "Required for Google Social Login to work. Please follow the documentation at "
1132
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
1133
  msgstr ""
1134
 
1135
- #: admin/social_login.php:402
1136
  msgid "Vkontakte Application ID"
1137
  msgstr ""
1138
 
1139
- #: admin/social_login.php:412 admin/social_login.php:433
1140
  #, php-format
1141
  msgid ""
1142
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1144,82 +1159,84 @@ msgid ""
1144
  "Application ID"
1145
  msgstr ""
1146
 
1147
- #: admin/social_login.php:414 admin/social_login.php:435
 
1148
  msgid ""
1149
- "Paste following url in <strong>Site address</strong> option mentioned at the "
1150
- "link"
1151
- msgstr ""
1152
 
1153
- #: admin/social_login.php:423
1154
  msgid "Vkontakte Secure key"
1155
  msgstr ""
1156
 
1157
- #: admin/social_login.php:444
1158
  msgid "Instagram App ID"
1159
  msgstr ""
1160
 
1161
- #: admin/social_login.php:454
1162
  #, php-format
1163
  msgid ""
1164
  "Required for Instagram Social Login to work. Please follow the documentation "
1165
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
1166
  msgstr ""
1167
 
1168
- #: admin/social_login.php:456 admin/social_login.php:477
 
1169
  msgid ""
1170
- "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1171
  "mentioned at the link"
1172
- msgstr ""
1173
 
1174
- #: admin/social_login.php:465
1175
  msgid "Instagram App Secret"
1176
  msgstr ""
1177
 
1178
- #: admin/social_login.php:475
1179
  #, php-format
1180
  msgid ""
1181
  "Required for Instagram Social Login to work. Please follow the documentation "
1182
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
1183
  msgstr ""
1184
 
1185
- #: admin/social_login.php:486
1186
  msgid "Line Channel ID"
1187
  msgstr ""
1188
 
1189
- #: admin/social_login.php:495
1190
  #, php-format
1191
  msgid ""
1192
  "Required for Line Social Login to work. Please follow the documentation at "
1193
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1194
  msgstr ""
1195
 
1196
- #: admin/social_login.php:506
1197
  msgid "Line Channel Secret"
1198
  msgstr ""
1199
 
1200
- #: admin/social_login.php:515
1201
  #, php-format
1202
  msgid ""
1203
  "Required for Line Social Login to work. Please follow the documentation at "
1204
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1205
  msgstr ""
1206
 
1207
- #: admin/social_login.php:526
1208
  msgid "Wordpress Client ID"
1209
  msgstr ""
1210
 
1211
- #: admin/social_login.php:535
1212
  #, php-format
1213
  msgid ""
1214
  "Required for Wordpress Social Login to work. Please follow the documentation "
1215
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Wordpress Client ID"
1216
  msgstr ""
1217
 
1218
- #: admin/social_login.php:546
1219
  msgid "Wordpress Client Secret"
1220
  msgstr ""
1221
 
1222
- #: admin/social_login.php:555
1223
  #, php-format
1224
  msgid ""
1225
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1227,30 +1244,31 @@ msgid ""
1227
  "Secret"
1228
  msgstr ""
1229
 
1230
- #: admin/social_login.php:566
1231
  msgid "Microsoft Client ID"
1232
  msgstr ""
1233
 
1234
- #: admin/social_login.php:575
1235
  #, php-format
1236
  msgid ""
1237
  "Required for Live Social Login to work. Please follow the documentation at "
1238
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1239
  msgstr ""
1240
 
1241
- #: admin/social_login.php:577 admin/social_login.php:597
1242
- #: admin/social_login.php:810 admin/social_login.php:830
1243
- #: admin/social_login.php:975 admin/social_login.php:995
 
1244
  msgid ""
1245
- "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1246
- "the link"
1247
- msgstr ""
1248
 
1249
- #: admin/social_login.php:586
1250
  msgid "Microsoft Client Secret"
1251
  msgstr ""
1252
 
1253
- #: admin/social_login.php:595
1254
  #, php-format
1255
  msgid ""
1256
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1258,71 +1276,71 @@ msgid ""
1258
  "Secret key"
1259
  msgstr ""
1260
 
1261
- #: admin/social_login.php:605
1262
  msgid "Steam API Key"
1263
  msgstr ""
1264
 
1265
- #: admin/social_login.php:614
1266
  #, php-format
1267
  msgid ""
1268
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1269
  "\"_blank\">this link</a>"
1270
  msgstr ""
1271
 
1272
- #: admin/social_login.php:615
1273
  msgid "Save following <strong>domain</strong> to get the key"
1274
  msgstr ""
1275
 
1276
- #: admin/social_login.php:624
1277
  msgid "Yahoo Client ID"
1278
  msgstr ""
1279
 
1280
- #: admin/social_login.php:633
1281
  #, php-format
1282
  msgid ""
1283
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1284
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client ID"
1285
  msgstr ""
1286
 
1287
- #: admin/social_login.php:635 admin/social_login.php:655
1288
  msgid ""
1289
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1290
  "at the link"
1291
  msgstr ""
1292
 
1293
- #: admin/social_login.php:644
1294
  msgid "Yahoo Client Secret"
1295
  msgstr ""
1296
 
1297
- #: admin/social_login.php:653
1298
  #, php-format
1299
  msgid ""
1300
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1301
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client Secret key"
1302
  msgstr ""
1303
 
1304
- #: admin/social_login.php:666
1305
  msgid "Discord Client ID"
1306
  msgstr ""
1307
 
1308
- #: admin/social_login.php:675
1309
  #, php-format
1310
  msgid ""
1311
  "Required for Discord Social Login to work. Please follow the documentation "
1312
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Discord Client ID"
1313
  msgstr ""
1314
 
1315
- #: admin/social_login.php:677 admin/social_login.php:697
1316
  msgid ""
1317
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1318
  "the link"
1319
  msgstr ""
1320
 
1321
- #: admin/social_login.php:686
1322
  msgid "Discord Client Secret"
1323
  msgstr ""
1324
 
1325
- #: admin/social_login.php:695
1326
  #, php-format
1327
  msgid ""
1328
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1330,28 +1348,28 @@ msgid ""
1330
  "Secret key"
1331
  msgstr ""
1332
 
1333
- #: admin/social_login.php:708
1334
  msgid "Amazon Client ID"
1335
  msgstr ""
1336
 
1337
- #: admin/social_login.php:717
1338
  #, php-format
1339
  msgid ""
1340
  "Required for Amazon Social Login to work. Please follow the documentation at "
1341
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Amazon Client ID"
1342
  msgstr ""
1343
 
1344
- #: admin/social_login.php:719 admin/social_login.php:739
1345
  msgid ""
1346
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1347
  "mentioned at the link"
1348
  msgstr ""
1349
 
1350
- #: admin/social_login.php:728
1351
  msgid "Amazon Client Secret"
1352
  msgstr ""
1353
 
1354
- #: admin/social_login.php:737
1355
  #, php-format
1356
  msgid ""
1357
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1359,11 +1377,11 @@ msgid ""
1359
  "key"
1360
  msgstr ""
1361
 
1362
- #: admin/social_login.php:750
1363
  msgid "Stack Overflow Client ID"
1364
  msgstr ""
1365
 
1366
- #: admin/social_login.php:759
1367
  #, php-format
1368
  msgid ""
1369
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1371,11 +1389,11 @@ msgid ""
1371
  "Overflow Client ID"
1372
  msgstr ""
1373
 
1374
- #: admin/social_login.php:765
1375
  msgid "Stack Overflow Client Secret"
1376
  msgstr ""
1377
 
1378
- #: admin/social_login.php:774
1379
  #, php-format
1380
  msgid ""
1381
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1383,11 +1401,11 @@ msgid ""
1383
  "Overflow Client Secret key"
1384
  msgstr ""
1385
 
1386
- #: admin/social_login.php:780
1387
  msgid "Stack Overflow Key"
1388
  msgstr ""
1389
 
1390
- #: admin/social_login.php:790
1391
  #, php-format
1392
  msgid ""
1393
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1395,22 +1413,22 @@ msgid ""
1395
  "Overflow Key"
1396
  msgstr ""
1397
 
1398
- #: admin/social_login.php:799
1399
  msgid "Spotify Client ID"
1400
  msgstr ""
1401
 
1402
- #: admin/social_login.php:808
1403
  #, php-format
1404
  msgid ""
1405
  "Required for Spotify Social Login to work. Please follow the documentation "
1406
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Spotify Client ID"
1407
  msgstr ""
1408
 
1409
- #: admin/social_login.php:819
1410
  msgid "Spotify Client Secret"
1411
  msgstr ""
1412
 
1413
- #: admin/social_login.php:828
1414
  #, php-format
1415
  msgid ""
1416
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1418,22 +1436,22 @@ msgid ""
1418
  "Secret"
1419
  msgstr ""
1420
 
1421
- #: admin/social_login.php:841
1422
  msgid "Dribbble Client ID"
1423
  msgstr ""
1424
 
1425
- #: admin/social_login.php:850
1426
  #, php-format
1427
  msgid ""
1428
  "Required for Dribbble Social Login to work. Please follow the documentation "
1429
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dribbble Client ID"
1430
  msgstr ""
1431
 
1432
- #: admin/social_login.php:861
1433
  msgid "Dribbble Client Secret"
1434
  msgstr ""
1435
 
1436
- #: admin/social_login.php:870
1437
  #, php-format
1438
  msgid ""
1439
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1441,33 +1459,117 @@ msgid ""
1441
  "Secret"
1442
  msgstr ""
1443
 
1444
- #: admin/social_login.php:882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1445
  msgid "Twitch Client ID"
1446
  msgstr ""
1447
 
1448
- #: admin/social_login.php:891
1449
  #, php-format
1450
  msgid ""
1451
  "Required for Twitch Social Login to work. Please follow the documentation at "
1452
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1453
  msgstr ""
1454
 
1455
- #: admin/social_login.php:902
1456
  msgid "Twitch Client Secret"
1457
  msgstr ""
1458
 
1459
- #: admin/social_login.php:911
1460
  #, php-format
1461
  msgid ""
1462
  "Required for Twitch Social Login to work. Please follow the documentation at "
1463
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client Secret"
1464
  msgstr ""
1465
 
1466
- #: admin/social_login.php:924
1467
  msgid "Foursquare Client ID"
1468
  msgstr "Foursquare客户端 ID"
1469
 
1470
- #: admin/social_login.php:933
1471
  #, php-format
1472
  msgid ""
1473
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1475,17 +1577,18 @@ msgid ""
1475
  "Foursquare Client ID"
1476
  msgstr ""
1477
 
1478
- #: admin/social_login.php:935 admin/social_login.php:955
 
1479
  msgid ""
1480
- "Paste following url in <strong>Redirect URL</strong> option mentioned at the "
1481
- "link"
1482
  msgstr "在链接中提到的 <strong>重定向URL</strong> 选项中粘贴以下URL"
1483
 
1484
- #: admin/social_login.php:944
1485
  msgid "Foursquare Client Secret"
1486
  msgstr ""
1487
 
1488
- #: admin/social_login.php:953
1489
  #, php-format
1490
  msgid ""
1491
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1493,11 +1596,11 @@ msgid ""
1493
  "Foursquare Client Secret"
1494
  msgstr ""
1495
 
1496
- #: admin/social_login.php:964
1497
  msgid "Dropbox App Key"
1498
  msgstr ""
1499
 
1500
- #: admin/social_login.php:973
1501
  #, php-format
1502
  msgid ""
1503
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1506,11 +1609,11 @@ msgstr ""
1506
  "Dropbox社交登录工作所需的要求。请按照 <a href=\"%s\" target=\"_blank\">此链接"
1507
  "</a> 的文档获取 Dropbox 应用程序密钥"
1508
 
1509
- #: admin/social_login.php:984
1510
  msgid "Dropbox App Secret"
1511
  msgstr ""
1512
 
1513
- #: admin/social_login.php:993
1514
  #, php-format
1515
  msgid ""
1516
  "Required for Dropbox Social Login to work. Please follow the documentation "
@@ -1519,11 +1622,11 @@ msgstr ""
1519
  "Dropbox社交登录工作所需的要求。请按照 <a href=\"%s\" target=\"_blank\">此链接"
1520
  "</a> 的文档获取下拉框应用程序密件"
1521
 
1522
- #: admin/social_login.php:1007
1523
  msgid "Disqus Public Key"
1524
  msgstr ""
1525
 
1526
- #: admin/social_login.php:1016
1527
  #, php-format
1528
  msgid ""
1529
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1532,11 +1635,11 @@ msgstr ""
1532
  "需要Disqus社交登录工作。请按照 <a href=\"%s\" target=\"_blank\">此链接</a> 的"
1533
  "文档获取Disqus Public Key"
1534
 
1535
- #: admin/social_login.php:1027
1536
  msgid "Disqus Secret Key"
1537
  msgstr ""
1538
 
1539
- #: admin/social_login.php:1036
1540
  #, php-format
1541
  msgid ""
1542
  "Required for Disqus Social Login to work. Please follow the documentation at "
@@ -1545,40 +1648,41 @@ msgstr ""
1545
  "需要Disqus社交登录工作。请按照 <a href=\"%s\" target=\"_blank\">此链接</a> 的"
1546
  "文档Disqus密钥"
1547
 
1548
- #: admin/social_login.php:1049
1549
  msgid "Reddit Client ID"
1550
  msgstr ""
1551
 
1552
- #: admin/social_login.php:1058
1553
  #, php-format
1554
  msgid ""
1555
  "Required for Reddit Social Login to work. Please follow the documentation at "
1556
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
1557
  msgstr ""
1558
 
1559
- #: admin/social_login.php:1060 admin/social_login.php:1080
 
1560
  msgid ""
1561
- "Paste following url in <strong>Redirect Uri</strong> option mentioned at the "
1562
- "link"
1563
  msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1564
 
1565
- #: admin/social_login.php:1069
1566
  msgid "Reddit Client Secret"
1567
  msgstr ""
1568
 
1569
- #: admin/social_login.php:1078
1570
  #, php-format
1571
  msgid ""
1572
  "Required for Reddit Social Login to work. Please follow the documentation at "
1573
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
1574
  msgstr ""
1575
 
1576
- #: admin/social_login.php:1092
1577
  #, fuzzy
1578
  msgid "Mail.ru Client ID"
1579
  msgstr "Foursquare客户端 ID"
1580
 
1581
- #: admin/social_login.php:1101
1582
  #, fuzzy, php-format
1583
  msgid ""
1584
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1587,18 +1691,18 @@ msgstr ""
1587
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1588
  "接</a>得到GOOGLEPLUS客户端ID"
1589
 
1590
- #: admin/social_login.php:1103 admin/social_login.php:1123
1591
  #, fuzzy
1592
  msgid ""
1593
- "Paste following url in <strong>All redirect_uri</strong> option mentioned at "
1594
- "the link"
1595
  msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1596
 
1597
- #: admin/social_login.php:1112
1598
  msgid "Mail.ru Client Secret"
1599
  msgstr ""
1600
 
1601
- #: admin/social_login.php:1121
1602
  #, fuzzy, php-format
1603
  msgid ""
1604
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1608,144 +1712,144 @@ msgstr ""
1608
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
1609
  "xing Consumer Secret"
1610
 
1611
- #: admin/social_login.php:1135
1612
  msgid "Github Client ID"
1613
  msgstr ""
1614
 
1615
- #: admin/social_login.php:1144
1616
  #, php-format
1617
  msgid ""
1618
  "Required for Github Social Login to work. Please follow the documentation at "
1619
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client ID"
1620
  msgstr ""
1621
 
1622
- #: admin/social_login.php:1155
1623
  msgid "Github Client Secret"
1624
  msgstr ""
1625
 
1626
- #: admin/social_login.php:1164
1627
  #, php-format
1628
  msgid ""
1629
  "Required for Github Social Login to work. Please follow the documentation at "
1630
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client Secret"
1631
  msgstr ""
1632
 
1633
- #: admin/social_login.php:1177
1634
  msgid "Kakao Client ID"
1635
  msgstr ""
1636
 
1637
- #: admin/social_login.php:1186
1638
  #, php-format
1639
  msgid ""
1640
  "Required for Kakao Social Login to work. Please follow the documentation at "
1641
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client ID"
1642
  msgstr ""
1643
 
1644
- #: admin/social_login.php:1197
1645
  msgid "Kakao Client Secret"
1646
  msgstr ""
1647
 
1648
- #: admin/social_login.php:1206
1649
  #, php-format
1650
  msgid ""
1651
  "Required for Kakao Social Login to work. Please follow the documentation at "
1652
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client Secret"
1653
  msgstr ""
1654
 
1655
- #: admin/social_login.php:1226
1656
  msgid "Social Login Options"
1657
  msgstr "社交登录选项"
1658
 
1659
- #: admin/social_login.php:1241
1660
  msgid "Text to display above the Social Login interface"
1661
  msgstr "文本显示社交登录界面的上方"
1662
 
1663
- #: admin/social_login.php:1249
1664
  msgid "Trigger social login in the same browser tab"
1665
  msgstr "触发同一浏览器选项卡中的社交登录"
1666
 
1667
- #: admin/social_login.php:1259
1668
  msgid "Trigger social login in the same browser tab instead of a popup window"
1669
  msgstr "触发社交登录到同一浏览器选项卡而不是弹出窗口"
1670
 
1671
- #: admin/social_login.php:1266
1672
  msgid "Center align icons"
1673
  msgstr "中心对齐图标"
1674
 
1675
- #: admin/social_login.php:1276
1676
  msgid "Center align social login icons"
1677
  msgstr "中心对齐社交登录图标"
1678
 
1679
- #: admin/social_login.php:1283
1680
  msgid "Enable at login page"
1681
  msgstr "在登录页面启用"
1682
 
1683
- #: admin/
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2022-07-21 14:23+0530\n"
5
+ "PO-Revision-Date: 2022-07-21 14:23+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
24
  #: admin/general_options.php:7 admin/general_options.php:93
25
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
26
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
27
+ #: admin/social_login.php:5 admin/social_login.php:2110
28
  #: admin/social_sharing.php:5 admin/social_sharing.php:1979
29
  #, fuzzy, php-format
30
  msgid ""
37
  "件所付出的努力"
38
 
39
  #: admin/general_options.php:15 admin/social_commenting.php:47
40
+ #: super_socializer.php:2555
41
  msgid "General Options"
42
  msgstr "常规选项"
43
 
79
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
80
 
81
  #: admin/general_options.php:89 admin/like_buttons.php:781
82
+ #: admin/social_commenting.php:401 admin/social_login.php:2106
83
+ #: admin/social_sharing.php:1975 helper.php:932
84
  msgid "Save Changes"
85
  msgstr "保存更改"
86
 
87
  #: admin/general_options.php:103 admin/like_buttons.php:791
88
+ #: admin/social_commenting.php:411 admin/social_login.php:2116
89
  #: admin/social_sharing.php:1985
90
  msgid "Instagram Shoutout"
91
  msgstr ""
92
 
93
  #: admin/general_options.php:105 admin/like_buttons.php:793
94
+ #: admin/social_commenting.php:413 admin/social_login.php:2118
95
  #: admin/social_sharing.php:1987
96
  msgid ""
97
  "If you can send (to hello@heateor.com) how this plugin is helping your "
220
  msgstr "第三方集成"
221
 
222
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
223
+ #: admin/social_login.php:45 admin/social_login.php:2073
224
  #: admin/social_sharing.php:59 admin/social_sharing.php:1899
225
  #: admin/social_sharing.php:1901
226
  msgid "Shortcode & Widget"
228
 
229
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
230
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
231
+ #: admin/social_login.php:46 admin/social_login.php:2087
232
  #: admin/social_sharing.php:61 admin/social_sharing.php:1932
233
  msgid "FAQ"
234
  msgstr "常见问题解答"
271
  msgid "Url to like/share/tweet and display like/share/tweet counts"
272
  msgstr "链接到喜欢/分享/tweet和显示喜欢/分享/tweet计数"
273
 
274
+ #: admin/like_buttons.php:105 admin/social_login.php:1342
275
+ #: admin/social_login.php:1734 admin/social_sharing.php:717 inc/widget.php:1038
276
  msgid "Title"
277
  msgstr "标题"
278
 
338
  msgstr "界面位置"
339
 
340
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
341
+ #: admin/social_login.php:1659 admin/social_login.php:1688
342
  #: admin/social_sharing.php:973 admin/social_sharing.php:1424
343
  msgid "Homepage"
344
  msgstr "主页"
606
  msgstr "如何在同一行中放置标题和社交分享图标?"
607
 
608
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
609
+ #: admin/social_login.php:2095 admin/social_sharing.php:1964
610
  msgid "More"
611
  msgstr "更多"
612
 
801
  msgid "Social Commenting Shortcode"
802
  msgstr "社会化评论简码"
803
 
804
+ #: admin/social_commenting.php:386 admin/social_login.php:2089
805
  #: admin/social_sharing.php:1934
806
  msgid ""
807
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
821
  "Https?"
822
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的Facebook 评论?"
823
 
824
+ #: admin/social_commenting.php:389 admin/social_login.php:2094
825
  #: admin/social_sharing.php:1949
826
  msgid "Why is my browser blocking some features of the plugin?"
827
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
852
  msgid "Advanced Configuration"
853
  msgstr "高级配置"
854
 
855
+ #: admin/social_login.php:41 admin/social_login.php:1873
856
+ #: super_socializer.php:2623
857
  msgid "GDPR"
858
  msgstr "GDPR"
859
 
860
+ #: admin/social_login.php:43 admin/social_login.php:2024
861
  msgid "XProfile Integration"
862
  msgstr "XProfile 集成"
863
 
967
  msgid "Spotify"
968
  msgstr ""
969
 
970
+ #: admin/social_login.php:180
971
  msgid "Dribbble"
972
  msgstr ""
973
 
974
+ #: admin/social_login.php:184
975
+ msgid "Odnoklassniki"
976
+ msgstr ""
977
+
978
+ #: admin/social_login.php:188
979
+ msgid "Yandex"
980
+ msgstr ""
981
+
982
+ #: admin/social_login.php:192
983
  msgid "Twitch"
984
  msgstr ""
985
 
986
+ #: admin/social_login.php:196
987
  msgid "Foursquare"
988
  msgstr ""
989
 
990
+ #: admin/social_login.php:200
991
  msgid "Dropbox"
992
  msgstr ""
993
 
994
+ #: admin/social_login.php:204
995
  #, fuzzy
996
  msgid "Disqus"
997
  msgstr "Disqus 评论选项卡的标签"
998
 
999
+ #: admin/social_login.php:208
1000
  msgid "Reddit"
1001
  msgstr ""
1002
 
1003
+ #: admin/social_login.php:212
1004
  msgid "Mail.ru"
1005
  msgstr ""
1006
 
1007
+ #: admin/social_login.php:216
1008
  msgid "Github"
1009
  msgstr ""
1010
 
1011
+ #: admin/social_login.php:220
1012
  msgid "Kakao"
1013
  msgstr ""
1014
 
1015
+ #: admin/social_login.php:228
1016
  msgid "Select Social ID provider to enable in Social Login"
1017
  msgstr "选择需要启用的第三方登录方式"
1018
 
1019
+ #: admin/social_login.php:235
1020
  msgid "Facebook App ID"
1021
  msgstr "Facebook 应用 ID"
1022
 
1023
+ #: admin/social_login.php:245
1024
  #, php-format
1025
  msgid ""
1026
  "Required for Facebook Social Login to work. Please follow the documentation "
1027
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1028
  msgstr ""
1029
 
1030
+ #: admin/social_login.php:247 admin/social_login.php:268
1031
+ #, fuzzy
1032
  msgid ""
1033
+ "Paste following url in the <strong>Site URL</strong> option mentioned at the "
1034
+ "link"
1035
+ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1036
 
1037
+ #: admin/social_login.php:256
1038
  msgid "Facebook App Secret"
1039
  msgstr "FacebookAPP密码"
1040
 
1041
+ #: admin/social_login.php:266
1042
  #, php-format
1043
  msgid ""
1044
  "Required for Facebook Social Login to work. Please follow the documentation "
1045
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1046
  msgstr ""
1047
 
1048
+ #: admin/social_login.php:277
1049
  msgid "Twitter API Key"
1050
  msgstr ""
1051
 
1052
+ #: admin/social_login.php:287
1053
  #, php-format
1054
  msgid ""
1055
  "Required for Twitter Social Login to work. Please follow the documentation "
1056
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1057
  msgstr ""
1058
 
1059
+ #: admin/social_login.php:289 admin/social_login.php:314
1060
+ #, fuzzy
 
 
 
 
 
 
 
 
 
 
1061
  msgid ""
1062
+ "Paste following url in the <strong>Website</strong> option mentioned at the "
1063
  "link"
1064
+ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1065
+
1066
+ #: admin/social_login.php:293 admin/social_login.php:318
1067
+ #: admin/social_login.php:506 admin/social_login.php:526
1068
+ #: admin/social_login.php:861 admin/social_login.php:881
1069
+ #: admin/social_login.php:1004 admin/social_login.php:1024
1070
+ #: admin/social_login.php:1129 admin/social_login.php:1149
1071
+ #: admin/social_login.php:1257 admin/social_login.php:1277
1072
+ #: admin/social_login.php:1299 admin/social_login.php:1319
1073
+ #, fuzzy
1074
+ msgid ""
1075
+ "Paste following url in the <strong>Callback URL</strong> option mentioned at "
1076
+ "the link"
1077
+ msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1078
 
1079
+ #: admin/social_login.php:302
1080
  msgid "Twitter API Secret"
1081
  msgstr ""
1082
 
1083
+ #: admin/social_login.php:312
1084
  #, php-format
1085
  msgid ""
1086
  "Required for Twitter Social Login to work. Please follow the documentation "
1087
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1088
  msgstr ""
1089
 
1090
+ #: admin/social_login.php:327
1091
  msgid "LinkedIn Client ID"
1092
  msgstr ""
1093
 
1094
+ #: admin/social_login.php:337
1095
  #, php-format
1096
  msgid ""
1097
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1098
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1099
  msgstr ""
1100
 
1101
+ #: admin/social_login.php:339 admin/social_login.php:360
1102
+ #: admin/social_login.php:546 admin/social_login.php:566
1103
+ #, fuzzy
1104
  msgid ""
1105
+ "Paste following url in the <strong>Redirect URLs</strong> option mentioned "
1106
+ "at the link"
1107
+ msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1108
 
1109
+ #: admin/social_login.php:348
1110
  msgid "LinkedIn Client Secret"
1111
  msgstr ""
1112
 
1113
+ #: admin/social_login.php:358
1114
  #, php-format
1115
  msgid ""
1116
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1118
  "Secret"
1119
  msgstr ""
1120
 
1121
+ #: admin/social_login.php:369
1122
  msgid "Google Client ID"
1123
  msgstr ""
1124
 
1125
+ #: admin/social_login.php:379
1126
  #, php-format
1127
  msgid ""
1128
  "Required for Google Social Login to work. Please follow the documentation at "
1129
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
1130
  msgstr ""
1131
 
1132
+ #: admin/social_login.php:381 admin/social_login.php:402
1133
+ #, fuzzy
1134
  msgid ""
1135
+ "Paste following url in the <strong>AUTHORIZED REDIRECT URI</strong> option "
1136
  "mentioned at the link"
1137
+ msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1138
 
1139
+ #: admin/social_login.php:390
1140
  msgid "Google Client Secret"
1141
  msgstr ""
1142
 
1143
+ #: admin/social_login.php:400
1144
  #, php-format
1145
  msgid ""
1146
  "Required for Google Social Login to work. Please follow the documentation at "
1147
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
1148
  msgstr ""
1149
 
1150
+ #: admin/social_login.php:411
1151
  msgid "Vkontakte Application ID"
1152
  msgstr ""
1153
 
1154
+ #: admin/social_login.php:421 admin/social_login.php:442
1155
  #, php-format
1156
  msgid ""
1157
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1159
  "Application ID"
1160
  msgstr ""
1161
 
1162
+ #: admin/social_login.php:423 admin/social_login.php:444
1163
+ #, fuzzy
1164
  msgid ""
1165
+ "Paste following url in the <strong>Site address</strong> option mentioned at "
1166
+ "the link"
1167
+ msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1168
 
1169
+ #: admin/social_login.php:432
1170
  msgid "Vkontakte Secure key"
1171
  msgstr ""
1172
 
1173
+ #: admin/social_login.php:453
1174
  msgid "Instagram App ID"
1175
  msgstr ""
1176
 
1177
+ #: admin/social_login.php:463
1178
  #, php-format
1179
  msgid ""
1180
  "Required for Instagram Social Login to work. Please follow the documentation "
1181
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
1182
  msgstr ""
1183
 
1184
+ #: admin/social_login.php:465 admin/social_login.php:486
1185
+ #, fuzzy
1186
  msgid ""
1187
+ "Paste following url in the <strong>Valid OAuth Redirect URIs</strong> option "
1188
  "mentioned at the link"
1189
+ msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1190
 
1191
+ #: admin/social_login.php:474
1192
  msgid "Instagram App Secret"
1193
  msgstr ""
1194
 
1195
+ #: admin/social_login.php:484
1196
  #, php-format
1197
  msgid ""
1198
  "Required for Instagram Social Login to work. Please follow the documentation "
1199
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
1200
  msgstr ""
1201
 
1202
+ #: admin/social_login.php:495
1203
  msgid "Line Channel ID"
1204
  msgstr ""
1205
 
1206
+ #: admin/social_login.php:504
1207
  #, php-format
1208
  msgid ""
1209
  "Required for Line Social Login to work. Please follow the documentation at "
1210
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1211
  msgstr ""
1212
 
1213
+ #: admin/social_login.php:515
1214
  msgid "Line Channel Secret"
1215
  msgstr ""
1216
 
1217
+ #: admin/social_login.php:524
1218
  #, php-format
1219
  msgid ""
1220
  "Required for Line Social Login to work. Please follow the documentation at "
1221
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1222
  msgstr ""
1223
 
1224
+ #: admin/social_login.php:535
1225
  msgid "Wordpress Client ID"
1226
  msgstr ""
1227
 
1228
+ #: admin/social_login.php:544
1229
  #, php-format
1230
  msgid ""
1231
  "Required for Wordpress Social Login to work. Please follow the documentation "
1232
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Wordpress Client ID"
1233
  msgstr ""
1234
 
1235
+ #: admin/social_login.php:555
1236
  msgid "Wordpress Client Secret"
1237
  msgstr ""
1238
 
1239
+ #: admin/social_login.php:564
1240
  #, php-format
1241
  msgid ""
1242
  "Required for Wordpress Social Login to work. Please follow the documentation "
1244
  "Secret"
1245
  msgstr ""
1246
 
1247
+ #: admin/social_login.php:575
1248
  msgid "Microsoft Client ID"
1249
  msgstr ""
1250
 
1251
+ #: admin/social_login.php:584
1252
  #, php-format
1253
  msgid ""
1254
  "Required for Live Social Login to work. Please follow the documentation at "
1255
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1256
  msgstr ""
1257
 
1258
+ #: admin/social_login.php:586 admin/social_login.php:606
1259
+ #: admin/social_login.php:819 admin/social_login.php:839
1260
+ #: admin/social_login.php:1086 admin/social_login.php:1106
1261
+ #, fuzzy
1262
  msgid ""
1263
+ "Paste following url in the <strong>Redirect URIs</strong> option mentioned "
1264
+ "at the link"
1265
+ msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1266
 
1267
+ #: admin/social_login.php:595
1268
  msgid "Microsoft Client Secret"
1269
  msgstr ""
1270
 
1271
+ #: admin/social_login.php:604
1272
  #, php-format
1273
  msgid ""
1274
  "Required for Live Social Login to work. Please follow the documentation at "
1276
  "Secret key"
1277
  msgstr ""
1278
 
1279
+ #: admin/social_login.php:614
1280
  msgid "Steam API Key"
1281
  msgstr ""
1282
 
1283
+ #: admin/social_login.php:623
1284
  #, php-format
1285
  msgid ""
1286
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1287
  "\"_blank\">this link</a>"
1288
  msgstr ""
1289
 
1290
+ #: admin/social_login.php:624
1291
  msgid "Save following <strong>domain</strong> to get the key"
1292
  msgstr ""
1293
 
1294
+ #: admin/social_login.php:633
1295
  msgid "Yahoo Client ID"
1296
  msgstr ""
1297
 
1298
+ #: admin/social_login.php:642
1299
  #, php-format
1300
  msgid ""
1301
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1302
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client ID"
1303
  msgstr ""
1304
 
1305
+ #: admin/social_login.php:644 admin/social_login.php:664
1306
  msgid ""
1307
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1308
  "at the link"
1309
  msgstr ""
1310
 
1311
+ #: admin/social_login.php:653
1312
  msgid "Yahoo Client Secret"
1313
  msgstr ""
1314
 
1315
+ #: admin/social_login.php:662
1316
  #, php-format
1317
  msgid ""
1318
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1319
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client Secret key"
1320
  msgstr ""
1321
 
1322
+ #: admin/social_login.php:675
1323
  msgid "Discord Client ID"
1324
  msgstr ""
1325
 
1326
+ #: admin/social_login.php:684
1327
  #, php-format
1328
  msgid ""
1329
  "Required for Discord Social Login to work. Please follow the documentation "
1330
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Discord Client ID"
1331
  msgstr ""
1332
 
1333
+ #: admin/social_login.php:686 admin/social_login.php:706
1334
  msgid ""
1335
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1336
  "the link"
1337
  msgstr ""
1338
 
1339
+ #: admin/social_login.php:695
1340
  msgid "Discord Client Secret"
1341
  msgstr ""
1342
 
1343
+ #: admin/social_login.php:704
1344
  #, php-format
1345
  msgid ""
1346
  "Required for Discord Social Login to work. Please follow the documentation "
1348
  "Secret key"
1349
  msgstr ""
1350
 
1351
+ #: admin/social_login.php:717
1352
  msgid "Amazon Client ID"
1353
  msgstr ""
1354
 
1355
+ #: admin/social_login.php:726
1356
  #, php-format
1357
  msgid ""
1358
  "Required for Amazon Social Login to work. Please follow the documentation at "
1359
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Amazon Client ID"
1360
  msgstr ""
1361
 
1362
+ #: admin/social_login.php:728 admin/social_login.php:748
1363
  msgid ""
1364
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1365
  "mentioned at the link"
1366
  msgstr ""
1367
 
1368
+ #: admin/social_login.php:737
1369
  msgid "Amazon Client Secret"
1370
  msgstr ""
1371
 
1372
+ #: admin/social_login.php:746
1373
  #, php-format
1374
  msgid ""
1375
  "Required for Amazon Social Login to work. Please follow the documentation at "
1377
  "key"
1378
  msgstr ""
1379
 
1380
+ #: admin/social_login.php:759
1381
  msgid "Stack Overflow Client ID"
1382
  msgstr ""
1383
 
1384
+ #: admin/social_login.php:768
1385
  #, php-format
1386
  msgid ""
1387
  "Required for Stack Overflow Social Login to work. Please follow the "
1389
  "Overflow Client ID"
1390
  msgstr ""
1391
 
1392
+ #: admin/social_login.php:774
1393
  msgid "Stack Overflow Client Secret"
1394
  msgstr ""
1395
 
1396
+ #: admin/social_login.php:783
1397
  #, php-format
1398
  msgid ""
1399
  "Required for Stack Overflow Social Login to work. Please follow the "
1401
  "Overflow Client Secret key"
1402
  msgstr ""
1403
 
1404
+ #: admin/social_login.php:789
1405
  msgid "Stack Overflow Key"
1406
  msgstr ""
1407
 
1408
+ #: admin/social_login.php:799
1409
  #, php-format
1410
  msgid ""
1411
  "Required for Stack Overflow Social Login to work. Please follow the "
1413
  "Overflow Key"
1414
  msgstr ""
1415
 
1416
+ #: admin/social_login.php:808
1417
  msgid "Spotify Client ID"
1418
  msgstr ""
1419
 
1420
+ #: admin/social_login.php:817
1421
  #, php-format
1422
  msgid ""
1423
  "Required for Spotify Social Login to work. Please follow the documentation "
1424
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Spotify Client ID"
1425
  msgstr ""
1426
 
1427
+ #: admin/social_login.php:828
1428
  msgid "Spotify Client Secret"
1429
  msgstr ""
1430
 
1431
+ #: admin/social_login.php:837
1432
  #, php-format
1433
  msgid ""
1434
  "Required for Spotify Social Login to work. Please follow the documentation "
1436
  "Secret"
1437
  msgstr ""
1438
 
1439
+ #: admin/social_login.php:850
1440
  msgid "Dribbble Client ID"
1441
  msgstr ""
1442
 
1443
+ #: admin/social_login.php:859
1444
  #, php-format
1445
  msgid ""
1446
  "Required for Dribbble Social Login to work. Please follow the documentation "
1447
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dribbble Client ID"
1448
  msgstr ""
1449
 
1450
+ #: admin/social_login.php:870
1451
  msgid "Dribbble Client Secret"
1452
  msgstr ""
1453
 
1454
+ #: admin/social_login.php:879
1455
  #, php-format
1456
  msgid ""
1457
  "Required for Dribbble Social Login to work. Please follow the documentation "
1459
  "Secret"
1460
  msgstr ""
1461
 
1462
+ #: admin/social_login.php:891
1463
+ msgid "Odnoklassniki Application ID"
1464
+ msgstr ""
1465
+
1466
+ #: admin/social_login.php:900
1467
+ #, fuzzy, php-format
1468
+ msgid ""
1469
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1470
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1471
+ "Odnoklassniki Application ID"
1472
+ msgstr ""
1473
+ "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1474
+ "接</a>得到GOOGLEPLUS客户端ID"
1475
+
1476
+ #: admin/social_login.php:902 admin/social_login.php:921
1477
+ #: admin/social_login.php:941
1478
+ #, fuzzy
1479
+ msgid ""
1480
+ "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1481
+ "the link"
1482
+ msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1483
+
1484
+ #: admin/social_login.php:910
1485
+ msgid "Odnoklassniki Public key"
1486
+ msgstr ""
1487
+
1488
+ #: admin/social_login.php:919
1489
+ #, fuzzy, php-format
1490
+ msgid ""
1491
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1492
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1493
+ "Odnoklassniki Public Key"
1494
+ msgstr ""
1495
+ "需要Disqus社交登录工作。请按照 <a href=\"%s\" target=\"_blank\">此链接</a> 的"
1496
+ "文档获取Disqus Public Key"
1497
+
1498
+ #: admin/social_login.php:930
1499
+ msgid "Odnoklassniki Secret Key"
1500
+ msgstr ""
1501
+
1502
+ #: admin/social_login.php:939
1503
+ #, fuzzy, php-format
1504
+ msgid ""
1505
+ "Required for Odnoklassniki Social Login to work. Please follow the "
1506
+ "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1507
+ "Odnoklassniki Secret Key"
1508
+ msgstr ""
1509
+ "需要Disqus社交登录工作。请按照 <a href=\"%s\" target=\"_blank\">此链接</a> 的"
1510
+ "文档Disqus密钥"
1511
+
1512
+ #: admin/social_login.php:952
1513
+ #, fuzzy
1514
+ msgid "Yandex Client ID"
1515
+ msgstr "Foursquare客户端 ID"
1516
+
1517
+ #: admin/social_login.php:961
1518
+ #, fuzzy, php-format
1519
+ msgid ""
1520
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1521
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1522
+ msgstr ""
1523
+ "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1524
+ "接</a>得到GOOGLEPLUS客户端ID"
1525
+
1526
+ #: admin/social_login.php:963 admin/social_login.php:983
1527
+ #, fuzzy
1528
+ msgid ""
1529
+ "Paste following url in the <strong>Callback URI</strong> option mentioned at "
1530
+ "the link"
1531
+ msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1532
+
1533
+ #: admin/social_login.php:972
1534
+ msgid "Yandex Client Secret"
1535
+ msgstr ""
1536
+
1537
+ #: admin/social_login.php:981
1538
+ #, fuzzy, php-format
1539
+ msgid ""
1540
+ "Required for Yandex Social Login to work. Please follow the documentation at "
1541
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1542
+ msgstr ""
1543
+ "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
1544
+ "xing Consumer Secret"
1545
+
1546
+ #: admin/social_login.php:993
1547
  msgid "Twitch Client ID"
1548
  msgstr ""
1549
 
1550
+ #: admin/social_login.php:1002
1551
  #, php-format
1552
  msgid ""
1553
  "Required for Twitch Social Login to work. Please follow the documentation at "
1554
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1555
  msgstr ""
1556
 
1557
+ #: admin/social_login.php:1013
1558
  msgid "Twitch Client Secret"
1559
  msgstr ""
1560
 
1561
+ #: admin/social_login.php:1022
1562
  #, php-format
1563
  msgid ""
1564
  "Required for Twitch Social Login to work. Please follow the documentation at "
1565
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client Secret"
1566
  msgstr ""
1567
 
1568
+ #: admin/social_login.php:1035
1569
  msgid "Foursquare Client ID"
1570
  msgstr "Foursquare客户端 ID"
1571
 
1572
+ #: admin/social_login.php:1044
1573
  #, php-format
1574
  msgid ""
1575
  "Required for Foursquare Social Login to work. Please follow the "
1577
  "Foursquare Client ID"
1578
  msgstr ""
1579
 
1580
+ #: admin/social_login.php:1046 admin/social_login.php:1066
1581
+ #, fuzzy
1582
  msgid ""
1583
+ "Paste following url in the <strong>Redirect URL</strong> option mentioned at "
1584
+ "the link"
1585
  msgstr "在链接中提到的 <strong>重定向URL</strong> 选项中粘贴以下URL"
1586
 
1587
+ #: admin/social_login.php:1055
1588
  msgid "Foursquare Client Secret"
1589
  msgstr ""
1590
 
1591
+ #: admin/social_login.php:1064
1592
  #, php-format
1593
  msgid ""
1594
  "Required for Foursquare Social Login to work. Please follow the "
1596
  "Foursquare Client Secret"
1597
  msgstr ""
1598
 
1599
+ #: admin/social_login.php:1075
1600
  msgid "Dropbox App Key"
1601
  msgstr ""
1602
 
1603
+ #: admin/social_login.php:1084
1604
  #, php-format
1605
  msgid ""
1606
  "Required for Dropbox Social Login to work. Please follow the documentation "
1609
  "Dropbox社交登录工作所需的要求。请按照 <a href=\"%s\" target=\"_blank\">此链接"
1610
  "</a> 的文档获取 Dropbox 应用程序密钥"
1611
 
1612
+ #: admin/social_login.php:1095
1613
  msgid "Dropbox App Secret"
1614
  msgstr ""
1615
 
1616
+ #: admin/social_login.php:1104
1617
  #, php-format
1618
  msgid ""
1619
  "Required for Dropbox Social Login to work. Please follow the documentation "
1622
  "Dropbox社交登录工作所需的要求。请按照 <a href=\"%s\" target=\"_blank\">此链接"
1623
  "</a> 的文档获取下拉框应用程序密件"
1624
 
1625
+ #: admin/social_login.php:1118
1626
  msgid "Disqus Public Key"
1627
  msgstr ""
1628
 
1629
+ #: admin/social_login.php:1127
1630
  #, php-format
1631
  msgid ""
1632
  "Required for Disqus Social Login to work. Please follow the documentation at "
1635
  "需要Disqus社交登录工作。请按照 <a href=\"%s\" target=\"_blank\">此链接</a> 的"
1636
  "文档获取Disqus Public Key"
1637
 
1638
+ #: admin/social_login.php:1138
1639
  msgid "Disqus Secret Key"
1640
  msgstr ""
1641
 
1642
+ #: admin/social_login.php:1147
1643
  #, php-format
1644
  msgid ""
1645
  "Required for Disqus Social Login to work. Please follow the documentation at "
1648
  "需要Disqus社交登录工作。请按照 <a href=\"%s\" target=\"_blank\">此链接</a> 的"
1649
  "文档Disqus密钥"
1650
 
1651
+ #: admin/social_login.php:1160
1652
  msgid "Reddit Client ID"
1653
  msgstr ""
1654
 
1655
+ #: admin/social_login.php:1169
1656
  #, php-format
1657
  msgid ""
1658
  "Required for Reddit Social Login to work. Please follow the documentation at "
1659
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
1660
  msgstr ""
1661
 
1662
+ #: admin/social_login.php:1171 admin/social_login.php:1191
1663
+ #, fuzzy
1664
  msgid ""
1665
+ "Paste following url in the <strong>Redirect Uri</strong> option mentioned at "
1666
+ "the link"
1667
  msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1668
 
1669
+ #: admin/social_login.php:1180
1670
  msgid "Reddit Client Secret"
1671
  msgstr ""
1672
 
1673
+ #: admin/social_login.php:1189
1674
  #, php-format
1675
  msgid ""
1676
  "Required for Reddit Social Login to work. Please follow the documentation at "
1677
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
1678
  msgstr ""
1679
 
1680
+ #: admin/social_login.php:1203
1681
  #, fuzzy
1682
  msgid "Mail.ru Client ID"
1683
  msgstr "Foursquare客户端 ID"
1684
 
1685
+ #: admin/social_login.php:1212
1686
  #, fuzzy, php-format
1687
  msgid ""
1688
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1691
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1692
  "接</a>得到GOOGLEPLUS客户端ID"
1693
 
1694
+ #: admin/social_login.php:1214 admin/social_login.php:1234
1695
  #, fuzzy
1696
  msgid ""
1697
+ "Paste following url in the <strong>All redirect_uri</strong> option "
1698
+ "mentioned at the link"
1699
  msgstr "在链接中提到的 <strong>重定向Uri</strong> 选项中粘贴以下url"
1700
 
1701
+ #: admin/social_login.php:1223
1702
  msgid "Mail.ru Client Secret"
1703
  msgstr ""
1704
 
1705
+ #: admin/social_login.php:1232
1706
  #, fuzzy, php-format
1707
  msgid ""
1708
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1712
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
1713
  "xing Consumer Secret"
1714
 
1715
+ #: admin/social_login.php:1246
1716
  msgid "Github Client ID"
1717
  msgstr ""
1718
 
1719
+ #: admin/social_login.php:1255
1720
  #, php-format
1721
  msgid ""
1722
  "Required for Github Social Login to work. Please follow the documentation at "
1723
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client ID"
1724
  msgstr ""
1725
 
1726
+ #: admin/social_login.php:1266
1727
  msgid "Github Client Secret"
1728
  msgstr ""
1729
 
1730
+ #: admin/social_login.php:1275
1731
  #, php-format
1732
  msgid ""
1733
  "Required for Github Social Login to work. Please follow the documentation at "
1734
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client Secret"
1735
  msgstr ""
1736
 
1737
+ #: admin/social_login.php:1288
1738
  msgid "Kakao Client ID"
1739
  msgstr ""
1740
 
1741
+ #: admin/social_login.php:1297
1742
  #, php-format
1743
  msgid ""
1744
  "Required for Kakao Social Login to work. Please follow the documentation at "
1745
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client ID"
1746
  msgstr ""
1747
 
1748
+ #: admin/social_login.php:1308
1749
  msgid "Kakao Client Secret"
1750
  msgstr ""
1751
 
1752
+ #: admin/social_login.php:1317
1753
  #, php-format
1754
  msgid ""
1755
  "Required for Kakao Social Login to work. Please follow the documentation at "
1756
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client Secret"
1757
  msgstr ""
1758
 
1759
+ #: admin/social_login.php:1337
1760
  msgid "Social Login Options"
1761
  msgstr "社交登录选项"
1762
 
1763
+ #: admin/social_login.php:1352
1764
  msgid "Text to display above the Social Login interface"
1765
  msgstr "文本显示社交登录界面的上方"
1766
 
1767
+ #: admin/social_login.php:1360
1768
  msgid "Trigger social login in the same browser tab"
1769
  msgstr "触发同一浏览器选项卡中的社交登录"
1770
 
1771
+ #: admin/social_login.php:1370
1772
  msgid "Trigger social login in the same browser tab instead of a popup window"
1773
  msgstr "触发社交登录到同一浏览器选项卡而不是弹出窗口"
1774
 
1775
+ #: admin/social_login.php:1377
1776
  msgid "Center align icons"
1777
  msgstr "中心对齐图标"
1778
 
1779
+ #: admin/social_login.php:1387
1780
  msgid "Center align social login icons"
1781
  msgstr "中心对齐社交登录图标"
1782
 
1783
+ #: admin/social_login.php:1394
1784
  msgid "Enable at login page"
1785
  msgstr "在登录页面启用"
1786