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

Version Description

[26 June 2020] = [New] Added Line login [New] Added Windows Live login [New] Compatible with WPML

Download this release

Release Info

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

Code changes from version 7.12.42 to 7.12.43

admin/social_login.php CHANGED
@@ -1,4 +1,4 @@
1
- <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
  <div>
4
  <?php
@@ -10,7 +10,7 @@
10
  <?php settings_fields('the_champ_login_options'); ?>
11
 
12
  <div class="stuffbox" style="width:98.7%">
13
- <h3><label><?php _e('Master Control', 'super-socializer' );?></label></h3>
14
  <div class="inside" style="padding:5px;">
15
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
16
  <tr>
@@ -126,6 +126,14 @@
126
  <input id="the_champ_login_steam" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('steam', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="steam" />
127
  <label for="the_champ_login_steam"><?php _e("Steam", 'super-socializer'); ?></label>
128
  </div>
 
 
 
 
 
 
 
 
129
  </td>
130
  </tr>
131
 
@@ -376,6 +384,85 @@
376
  </td>
377
  </tr>
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  <tr>
380
  <th>
381
  <label for="the_champ_sl_steam_key"><?php _e("Steam API Key", 'super-socializer'); ?><img id="the_champ_sl_steam_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
@@ -384,7 +471,6 @@
384
  <input id="the_champ_sl_steam_key" name="the_champ_login[steam_api_key]" type="text" value="<?php echo isset($theChampLoginOptions['steam_api_key']) ? $theChampLoginOptions['steam_api_key'] : '' ?>" />
385
  </td>
386
  </tr>
387
-
388
  <tr class="the_champ_help_content" id="the_champ_sl_steam_key_help_cont">
389
  <td colspan="2">
390
  <div>
1
+ <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
  <div>
4
  <?php
10
  <?php settings_fields('the_champ_login_options'); ?>
11
 
12
  <div class="stuffbox" style="width:98.7%">
13
+ <h3><label><?php _e('Master Control', 'super-socializer');?></label></h3>
14
  <div class="inside" style="padding:5px;">
15
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
16
  <tr>
126
  <input id="the_champ_login_steam" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('steam', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="steam" />
127
  <label for="the_champ_login_steam"><?php _e("Steam", 'super-socializer'); ?></label>
128
  </div>
129
+ <div class="theChampHorizontalSharingProviderContainer">
130
+ <input id="the_champ_login_line" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('line', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="line" />
131
+ <label for="the_champ_login_line"><?php _e("Line", 'super-socializer'); ?></label>
132
+ </div>
133
+ <div class="theChampHorizontalSharingProviderContainer">
134
+ <input id="the_champ_login_live" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('microsoft', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="microsoft" />
135
+ <label for="the_champ_login_live"><?php _e("Windows Live", 'super-socializer'); ?></label>
136
+ </div>
137
  </td>
138
  </tr>
139
 
384
  </td>
385
  </tr>
386
 
387
+ <tr>
388
+ <th>
389
+ <label for="the_champ_sl_line_key"><?php _e("Line Channel ID", 'super-socializer'); ?><img id="the_champ_sl_line_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
390
+ </th>
391
+ <td>
392
+ <input id="the_champ_sl_line_key" name="the_champ_login[line_channel_id]" type="text" value="<?php echo isset($theChampLoginOptions['line_channel_id']) ? $theChampLoginOptions['line_channel_id'] : '' ?>" />
393
+ </td>
394
+ </tr>
395
+ <tr class="the_champ_help_content" id="the_champ_sl_line_key_help_cont">
396
+ <td colspan="2">
397
+ <div>
398
+ <?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/') ?>
399
+ <br/>
400
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
401
+ <br/>
402
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Line'; ?></strong>
403
+ </div>
404
+ </td>
405
+ </tr>
406
+
407
+ <tr>
408
+ <th>
409
+ <label for="the_champ_sl_line_secret"><?php _e("Line Channel Secret", 'super-socializer'); ?><img id="the_champ_sl_line_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
410
+ </th>
411
+ <td>
412
+ <input id="the_champ_sl_line_secret" name="the_champ_login[line_channel_secret]" type="text" value="<?php echo isset($theChampLoginOptions['line_channel_secret']) ? $theChampLoginOptions['line_channel_secret'] : '' ?>" />
413
+ </td>
414
+ </tr>
415
+ <tr class="the_champ_help_content" id="the_champ_sl_line_secret_help_cont">
416
+ <td colspan="2">
417
+ <div>
418
+ <?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/') ?>
419
+ <br/>
420
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
421
+ <br/>
422
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Line'; ?></strong>
423
+ </div>
424
+ </td>
425
+ </tr>
426
+
427
+ <tr>
428
+ <th>
429
+ <label for="the_champ_sl_live_key"><?php _e("Microsoft Client ID", 'super-socializer'); ?><img id="the_champ_sl_live_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
430
+ </th>
431
+ <td>
432
+ <input id="the_champ_sl_live_key" name="the_champ_login[live_channel_id]" type="text" value="<?php echo isset($theChampLoginOptions['live_channel_id']) ? $theChampLoginOptions['live_channel_id'] : '' ?>" />
433
+ </td>
434
+ </tr>
435
+ <tr class="the_champ_help_content" id="the_champ_sl_live_key_help_cont">
436
+ <td colspan="2">
437
+ <div>
438
+ <?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') ?>
439
+ <br/>
440
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
441
+ <br/>
442
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Live'; ?></strong>
443
+ </div>
444
+ </td>
445
+ </tr>
446
+
447
+ <tr>
448
+ <th>
449
+ <label for="the_champ_sl_live_secret"><?php _e("Microsoft Client Secret", 'super-socializer'); ?><img id="the_champ_sl_live_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
450
+ </th>
451
+ <td>
452
+ <input id="the_champ_sl_live_secret" name="the_champ_login[live_channel_secret]" type="text" value="<?php echo isset($theChampLoginOptions['live_channel_secret']) ? $theChampLoginOptions['live_channel_secret'] : '' ?>" />
453
+ </td>
454
+ </tr>
455
+ <tr class="the_champ_help_content" id="the_champ_sl_live_secret_help_cont">
456
+ <td colspan="2">
457
+ <div>
458
+ <?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') ?>
459
+ <br/>
460
+ <span style="color:#14ACDF"><?php _e('Paste following url in <strong>Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
461
+ <br/>
462
+ <strong style="color:#14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Live'; ?></strong>
463
+ </div>
464
+ </td>
465
+ </tr>
466
  <tr>
467
  <th>
468
  <label for="the_champ_sl_steam_key"><?php _e("Steam API Key", 'super-socializer'); ?><img id="the_champ_sl_steam_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
471
  <input id="the_champ_sl_steam_key" name="the_champ_login[steam_api_key]" type="text" value="<?php echo isset($theChampLoginOptions['steam_api_key']) ? $theChampLoginOptions['steam_api_key'] : '' ?>" />
472
  </td>
473
  </tr>
 
474
  <tr class="the_champ_help_content" id="the_champ_sl_steam_key_help_cont">
475
  <td colspan="2">
476
  <div>
css/admin.css CHANGED
@@ -1,2 +1,2 @@
1
  @charset "utf-8";.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}.theChampLinkedinBackground{background-color:#0077B5}.theChampSharingSvg{width:100%;height:100%}.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:8px 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}.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}.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}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.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}.theChampWaneloBackground{background-color: #fff}.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
  @charset "utf-8";.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}.theChampLinkedinBackground{background-color:#0077B5}.theChampSharingSvg{width:100%;height:100%}.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:8px 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}.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}.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}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.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}.theChampWaneloBackground{background-color: #fff}.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
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.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}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing li.the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing li.the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.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}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTelegramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}
1
+ @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.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}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing li.the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing li.the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.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}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTelegramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}
helper.php CHANGED
@@ -579,14 +579,10 @@ function the_champ_account_linking(){
579
  }
580
  // class
581
  $icons_container .= 'class="theChampLogin theChamp'. ucfirst($provider) .'Background theChamp'. ucfirst($provider) .'Login" ';
582
- $icons_container .= 'alt="Login with ';
 
 
583
  $icons_container .= ucfirst($provider);
584
- $icons_container .= '" title="Login with ';
585
- if($provider == 'live'){
586
- $icons_container .= 'Windows Live';
587
- }else{
588
- $icons_container .= ucfirst($provider);
589
- }
590
  if(current_filter() == 'comment_form_top'){
591
  $icons_container .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this)" >';
592
  }else{
579
  }
580
  // class
581
  $icons_container .= 'class="theChampLogin theChamp'. ucfirst($provider) .'Background theChamp'. ucfirst($provider) .'Login" ';
582
+ $icons_container .= 'alt="' . __('Login with', 'super-socializer') . ' ';
583
+ $icons_container .= ucfirst($provider);
584
+ $icons_container .= '" title="' . __('Login with', 'super-socializer') . ' ';
585
  $icons_container .= ucfirst($provider);
 
 
 
 
 
 
586
  if(current_filter() == 'comment_form_top'){
587
  $icons_container .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this)" >';
588
  }else{
inc/social_login.php CHANGED
@@ -486,10 +486,32 @@ function the_champ_sanitize_profile_data($profileData, $provider){
486
  $temp['link'] = isset($profileData -> website) && heateor_ss_validate_url($profileData -> website) !== false ? trim($profileData -> website) : '';
487
  $temp['avatar'] = isset($profileData -> profile_picture) && heateor_ss_validate_url($profileData -> profile_picture) !== false ? trim($profileData -> profile_picture) : '';
488
  $temp['large_avatar'] = '';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  }
490
  if($provider != 'steam'){
491
- $temp['avatar'] = str_replace( 'http://', '//', $temp['avatar'] );
492
- $temp['large_avatar'] = str_replace( 'http://', '//', $temp['large_avatar'] );
493
  }
494
  $temp = apply_filters('the_champ_hook_format_profile_data', $temp, $profileData, $provider);
495
  $temp['name'] = isset($temp['name'][0]) && ctype_upper($temp['name'][0]) ? ucfirst(sanitize_user($temp['name'], true)) : sanitize_user($temp['name'], true);
486
  $temp['link'] = isset($profileData -> website) && heateor_ss_validate_url($profileData -> website) !== false ? trim($profileData -> website) : '';
487
  $temp['avatar'] = isset($profileData -> profile_picture) && heateor_ss_validate_url($profileData -> profile_picture) !== false ? trim($profileData -> profile_picture) : '';
488
  $temp['large_avatar'] = '';
489
+ }elseif($provider == 'line' && isset($profileData->displayName) && $profileData->displayName){
490
+ $temp['email'] = '';
491
+ $temp['bio'] = '';
492
+ $temp['username'] = $profileData->displayName;
493
+ $temp['link'] = '';
494
+ $temp['avatar'] = isset($profileData ->pictureUrl) && heateor_ss_validate_url($profileData ->pictureUrl) !== false ? trim($profileData ->pictureUrl) : '';
495
+ $temp['name'] = $profileData->displayName;
496
+ $temp['first_name'] = $profileData->displayName;
497
+ $temp['last_name'] = '';
498
+ $temp['id'] = isset($profileData->userId) ? sanitize_text_field($profileData->userId) : '';
499
+ $temp['large_avatar'] = '';
500
+ }elseif($provider == 'microsoft'){
501
+ $temp['email'] = $profileData->emails->account;
502
+ $temp['bio'] = '';
503
+ $temp['username'] = '';
504
+ $temp['link'] = '';
505
+ $temp['avatar'] = '';
506
+ $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
507
+ $temp['first_name'] = isset($profileData->first_name) ? sanitize_text_field($profileData->first_name) : '';
508
+ $temp['last_name'] = isset($profileData->last_name) ? sanitize_text_field($profileData->last_name) : '';
509
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
510
+ $temp['large_avatar'] = '';
511
  }
512
  if($provider != 'steam'){
513
+ $temp['avatar'] = str_replace('http://', '//', $temp['avatar']);
514
+ $temp['large_avatar'] = str_replace('http://', '//', $temp['large_avatar']);
515
  }
516
  $temp = apply_filters('the_champ_hook_format_profile_data', $temp, $profileData, $provider);
517
  $temp['name'] = isset($temp['name'][0]) && ctype_upper($temp['name'][0]) ? ucfirst(sanitize_user($temp['name'], true)) : sanitize_user($temp['name'], true);
js/front/combined.js CHANGED
@@ -3,7 +3,7 @@ theChampFBKey = typeof theChampFBKey != 'undefined' ? theChampFBKey : '', theCha
3
  function theChampPopup(e){window.open(e,"_blank","height=420,width=620,left=390,top=105,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
  function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
5
  // common.js
6
- function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
7
  // instagram.js
8
  var heateorSsParentWindow=window.opener?window.opener:window;function theChampInitializeInstaLogin(){var e=typeof theChampLinkingRedirection!="undefined"&&theChampLinkingRedirection!=""?theChampLinkingRedirection:theChampTwitterRedirect;theChampLoginPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect="+e)+"&response_type=token")}function theChampGetHashValue(e){if(typeof e!=="string"){e=""}else{e=e.toLowerCase()}var t=location.hash.toLowerCase().match(new RegExp(e+"=([^&]*)"));var n="";if(t){n=t[1]}return n}function theChampGetParameterByName(e){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)"),n=t.exec(location.search);return n===null?"":decodeURIComponent(n[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(theChampInstagramHash!=""){var redirection = theChampGetParameterByName("ssredirect");redirection = redirection + (heateorSsParentWindow.heateorMSEnabled == 1 ? (redirection.indexOf('?') >= 0 ? '&' : '?') + "heateorMSEnabled=1" : '');heateorSsParentWindow.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection?redirection:theChampTwitterRedirect);window.close()}
9
  // sdk.js
3
  function theChampPopup(e){window.open(e,"_blank","height=420,width=620,left=390,top=105,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
  function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
5
  // common.js
6
+ function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Line"==a?theChampLoginPopup(theChampLineAuthUrl):"Login with Microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl)"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
7
  // instagram.js
8
  var heateorSsParentWindow=window.opener?window.opener:window;function theChampInitializeInstaLogin(){var e=typeof theChampLinkingRedirection!="undefined"&&theChampLinkingRedirection!=""?theChampLinkingRedirection:theChampTwitterRedirect;theChampLoginPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect="+e)+"&response_type=token")}function theChampGetHashValue(e){if(typeof e!=="string"){e=""}else{e=e.toLowerCase()}var t=location.hash.toLowerCase().match(new RegExp(e+"=([^&]*)"));var n="";if(t){n=t[1]}return n}function theChampGetParameterByName(e){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)"),n=t.exec(location.search);return n===null?"":decodeURIComponent(n[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(theChampInstagramHash!=""){var redirection = theChampGetParameterByName("ssredirect");redirection = redirection + (heateorSsParentWindow.heateorMSEnabled == 1 ? (redirection.indexOf('?') >= 0 ? '&' : '?') + "heateorMSEnabled=1" : '');heateorSsParentWindow.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection?redirection:theChampTwitterRedirect);window.close()}
9
  // sdk.js
js/front/social_login/common.js CHANGED
@@ -1 +1 @@
1
- function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
1
+ function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Line"==a?theChampLoginPopup(theChampLineAuthUrl):"Login with Microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
- "PO-Revision-Date: 2020-05-28 10:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:339
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:343 ../super_socializer.php:357
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:353
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:521
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
- #: ../super_socializer.php:549
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -45,7 +45,7 @@ msgstr ""
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
- #: ../super_socializer.php:552
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -54,7 +54,7 @@ msgstr ""
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
- #: ../super_socializer.php:555
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
@@ -62,147 +62,147 @@ msgstr ""
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
- #: ../super_socializer.php:737 ../helper.php:972
66
  msgid "Please verify your email address to login."
67
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
68
 
69
- #: ../super_socializer.php:737
70
  msgid "Your email has been verified. Now you can login to your account"
71
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
72
 
73
- #: ../super_socializer.php:741
74
  msgid "Notification"
75
  msgstr "تنبيهات"
76
 
77
- #: ../super_socializer.php:759 ../admin/social_login.php:672
78
  msgid "Email required"
79
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
80
 
81
- #: ../super_socializer.php:762
82
  msgid "Please check your email inbox to complete the registration."
83
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
84
 
85
- #: ../super_socializer.php:840
86
  msgid "Leave a reply"
87
  msgstr "اترك رد"
88
 
89
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
90
  msgid "Shares"
91
  msgstr ""
92
 
93
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
94
  msgid "Share"
95
  msgstr ""
96
 
97
- #: ../super_socializer.php:856
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "شارك الأخرين عبر لنكيدان"
101
 
102
- #: ../super_socializer.php:1102
103
  #, fuzzy
104
  msgid "Super Socializer - General Options"
105
  msgstr "آخر تسجيل دخول | Last Login"
106
 
107
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  #, fuzzy
110
  msgid "General Options"
111
  msgstr "المشاركات الأفقي"
112
 
113
- #: ../super_socializer.php:1170 ../helper.php:894
114
  #, fuzzy
115
  msgid "Social Avatar"
116
  msgstr "صغير الرمزية رابط"
117
 
118
- #: ../super_socializer.php:1173
119
  msgid "Small Avatar Url"
120
  msgstr "صغير الرمزية رابط"
121
 
122
- #: ../super_socializer.php:1177
123
  #, fuzzy
124
  msgid "Large Avatar Url"
125
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
126
 
127
- #: ../super_socializer.php:1181 ../helper.php:897
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1185 ../helper.php:898
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr ""
136
 
137
- #: ../super_socializer.php:1262
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
- #: ../super_socializer.php:1263
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
144
 
145
- #: ../super_socializer.php:1268
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
148
 
149
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
150
  msgid "Link your social account to login to your account at this website"
151
  msgstr ""
152
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
153
  "الى حسابك في هذا الموقع"
154
 
155
- #: ../super_socializer.php:1520
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1522
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1533
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1542
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1551
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1560
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1569
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1580
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1595
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1619
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -210,14 +210,14 @@ msgid ""
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
214
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
215
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
216
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
217
  msgid "Okay"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1644
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -225,7 +225,7 @@ msgid ""
225
  "\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1669
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -233,7 +233,7 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1694
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -241,13 +241,13 @@ msgid ""
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
- #: ../super_socializer.php:1705
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1727
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -255,7 +255,7 @@ msgid ""
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1755
259
  #, php-format
260
  msgid ""
261
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -264,7 +264,7 @@ msgid ""
264
  "your website %s with them. No need to copy-paste any code from their website."
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1782
268
  #, php-format
269
  msgid ""
270
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -272,7 +272,7 @@ msgid ""
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
- #: ../super_socializer.php:1807
276
  #, php-format
277
  msgid ""
278
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -280,11 +280,11 @@ msgid ""
280
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
281
  msgstr ""
282
 
283
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
284
  msgid "Dismiss"
285
  msgstr ""
286
 
287
- #: ../super_socializer.php:1833
288
  #, php-format
289
  msgid ""
290
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -293,17 +293,7 @@ msgid ""
293
  "that, clear share counts cache from \"Miscellaneous\" section"
294
  msgstr ""
295
 
296
- #: ../super_socializer.php:1859
297
- #, php-format
298
- msgid ""
299
- "Your website visitors will see a popup notification (only once) if their "
300
- "browsers block any of the features of the plugin so that they can change "
301
- "their browser settings to unblock these. You can turn it OFF by disabling "
302
- "\"Show popup notification to users if their browsers block the plugin "
303
- "features\" option <a href=\"%s\">here</a>"
304
- msgstr ""
305
-
306
- #: ../super_socializer.php:2038
307
  msgid ""
308
  "Your browser is blocking some features of this website. Please follow the "
309
  "instructions at {support_url} to unblock these."
@@ -347,99 +337,104 @@ msgstr "تم ربط حسابك بنجاح"
347
  msgid "Account already exists or linked"
348
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
349
 
350
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
 
351
  msgid "Currently"
352
  msgstr "في الوقت الحاضر"
353
 
354
- #: ../helper.php:623 ../helper.php:629
355
  msgid "Connected with"
356
  msgstr ""
357
 
358
- #: ../helper.php:623 ../helper.php:629
359
  msgid "Remove"
360
  msgstr "إزالة"
361
 
362
- #: ../helper.php:700
363
  #, fuzzy
364
  msgid "Social Account Linking"
365
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
366
 
367
- #: ../helper.php:750
368
  #, fuzzy
369
  msgid "Disable Standard Social Sharing on this "
370
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
371
 
372
- #: ../helper.php:755
373
  #, fuzzy
374
  msgid "Disable Floating Social Sharing on this "
375
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
376
 
377
- #: ../helper.php:760
378
  #, fuzzy
379
  msgid "Disable Standard like buttons on this "
380
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
381
 
382
- #: ../helper.php:765
383
  #, fuzzy
384
  msgid "Disable Floating like buttons on this "
385
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
386
 
387
- #: ../helper.php:770
388
  msgid "Disable Social Commenting on this "
389
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
390
 
391
- #: ../helper.php:779
392
  #, fuzzy
393
  msgid "Standard Sharing Interface"
394
  msgstr "المشاركات الأفقي"
395
 
396
- #: ../helper.php:785 ../helper.php:804
397
  msgid "Starting share count for "
398
  msgstr "بدء العد حصة ل"
399
 
400
- #: ../helper.php:798
401
  #, fuzzy
402
  msgid "Floating Sharing Interface"
403
  msgstr "المشاركات الأفقي"
404
 
405
- #: ../helper.php:901
406
  #, fuzzy
407
  msgid "Small Avatar"
408
  msgstr "صغير الرمزية رابط"
409
 
410
- #: ../helper.php:905
411
  #, fuzzy
412
  msgid "Large Avatar"
413
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
414
 
415
- #: ../helper.php:909 ../admin/general_options.php:92
416
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
417
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
418
  #, fuzzy
419
  msgid "Save Changes"
420
  msgstr "حفظ"
421
 
422
- #: ../helper.php:1009
423
  msgid "Click to delete social profile data"
424
  msgstr ""
425
 
426
- #: ../helper.php:1038
427
  #, fuzzy
428
  msgid "Deleting"
429
  msgstr "الإعدادات"
430
 
431
- #: ../helper.php:1048
432
  msgid "Deleted"
433
  msgstr ""
434
 
435
- #: ../helper.php:1050
436
  msgid "Something bad happened"
437
  msgstr ""
438
 
439
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
440
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
441
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
442
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
443
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
444
  #, fuzzy, php-format
445
  msgid ""
@@ -498,14 +493,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
498
  msgstr ""
499
 
500
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
501
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
502
  #: ../admin/like_buttons.php:809
503
  #, fuzzy
504
  msgid "Instagram Shoutout"
505
  msgstr "إنستاجرام"
506
 
507
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
508
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
509
  #: ../admin/like_buttons.php:811
510
  msgid ""
511
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -656,7 +651,7 @@ msgstr ""
656
 
657
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
658
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
659
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
660
  #: ../admin/like_buttons.php:770
661
  #, fuzzy
662
  msgid "Shortcode & Widget"
@@ -669,7 +664,7 @@ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
669
 
670
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
671
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
672
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
673
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
674
  #, fuzzy
675
  msgid "FAQ"
@@ -929,8 +924,8 @@ msgstr "رابط (URL) مخصّص"
929
  msgid "Url to share"
930
  msgstr " شارك الآخرين بهذة الفقرة"
931
 
932
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
933
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
934
  #: ../inc/widget.php:945
935
  #, fuzzy
936
  msgid "Title"
@@ -1028,7 +1023,7 @@ msgid "Placement"
1028
  msgstr ""
1029
 
1030
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
1031
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
1032
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
1033
  #, fuzzy
1034
  msgid "Homepage"
@@ -1309,7 +1304,7 @@ msgstr ""
1309
  msgid "Required only to track Facebook share count"
1310
  msgstr ""
1311
 
1312
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1313
  #, fuzzy
1314
  msgid "Facebook App ID"
1315
  msgstr "رقم التعريف الخالص بك | ID"
@@ -1324,7 +1319,7 @@ msgstr ""
1324
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1325
  "فيسبوك"
1326
 
1327
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1328
  #, fuzzy
1329
  msgid "Facebook App Secret"
1330
  msgstr "رقم التعريف الخالص بك | ID"
@@ -1522,7 +1517,7 @@ msgstr ""
1522
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1523
 
1524
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1525
- #: ../admin/social_login.php:1144
1526
  msgid ""
1527
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1528
  "an online website for the plugin to function properly."
@@ -1577,7 +1572,7 @@ msgid ""
1577
  msgstr ""
1578
 
1579
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1580
- #: ../admin/social_login.php:1151
1581
  msgid "Why is my browser blocking some features of the plugin?"
1582
  msgstr ""
1583
 
@@ -1928,11 +1923,11 @@ msgstr "إنشاء ملف الإعدادات"
1928
  msgid "Advanced Configuration"
1929
  msgstr "إنشاء ملف الإعدادات"
1930
 
1931
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1932
  msgid "GDPR"
1933
  msgstr ""
1934
 
1935
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1936
  msgid "XProfile Integration"
1937
  msgstr ""
1938
 
@@ -2002,12 +1997,20 @@ msgstr "إنستاجرام"
2002
  msgid "Steam"
2003
  msgstr ""
2004
 
 
 
 
 
2005
  #: ../admin/social_login.php:135
 
 
 
 
2006
  #, fuzzy
2007
  msgid "Select Social ID provider to enable in Social Login"
2008
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2009
 
2010
- #: ../admin/social_login.php:152
2011
  #, fuzzy, php-format
2012
  msgid ""
2013
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -2017,7 +2020,7 @@ msgstr ""
2017
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2018
  "فيسبوك"
2019
 
2020
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
2021
  #, fuzzy
2022
  msgid ""
2023
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -2025,7 +2028,7 @@ msgstr ""
2025
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2026
  "الوصلة المذكورة"
2027
 
2028
- #: ../admin/social_login.php:173
2029
  #, fuzzy, php-format
2030
  msgid ""
2031
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -2035,12 +2038,12 @@ msgstr ""
2035
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2036
  "فيسبوك"
2037
 
2038
- #: ../admin/social_login.php:184
2039
  #, fuzzy
2040
  msgid "Twitter API Key"
2041
  msgstr "مفتاح API الخاص | API Private Key"
2042
 
2043
- #: ../admin/social_login.php:194
2044
  #, fuzzy, php-format
2045
  msgid ""
2046
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2050,13 +2053,14 @@ msgstr ""
2050
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2051
  "\"مفتاح API التغريد\""
2052
 
2053
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
2054
  #, fuzzy
2055
  msgid ""
2056
  "Paste following url in <strong>Website</strong> option mentioned at the link"
2057
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2058
 
2059
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
2060
  #, fuzzy
2061
  msgid ""
2062
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2065,12 +2069,12 @@ msgstr ""
2065
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2066
  "المذكورة"
2067
 
2068
- #: ../admin/social_login.php:209
2069
  #, fuzzy
2070
  msgid "Twitter API Secret"
2071
  msgstr "شارك الأخرين عبر تويتر"
2072
 
2073
- #: ../admin/social_login.php:219
2074
  #, fuzzy, php-format
2075
  msgid ""
2076
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2080,12 +2084,12 @@ msgstr ""
2080
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2081
  "\"سر API التغريد\""
2082
 
2083
- #: ../admin/social_login.php:234
2084
  #, fuzzy
2085
  msgid "LinkedIn Client ID"
2086
  msgstr "شارك الأخرين عبر لنكيدان"
2087
 
2088
- #: ../admin/social_login.php:244
2089
  #, fuzzy, php-format
2090
  msgid ""
2091
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2094,7 +2098,7 @@ msgstr ""
2094
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2095
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2096
 
2097
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
2098
  #, fuzzy
2099
  msgid ""
2100
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2103,12 +2107,12 @@ msgstr ""
2103
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2104
  "الوصلة المذكورة"
2105
 
2106
- #: ../admin/social_login.php:255
2107
  #, fuzzy
2108
  msgid "LinkedIn Client Secret"
2109
  msgstr "شارك الأخرين عبر لنكيدان"
2110
 
2111
- #: ../admin/social_login.php:265
2112
  #, fuzzy, php-format
2113
  msgid ""
2114
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2118,12 +2122,12 @@ msgstr ""
2118
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2119
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2120
 
2121
- #: ../admin/social_login.php:276
2122
  #, fuzzy
2123
  msgid "Google Client ID"
2124
  msgstr "شارك الأخرين عبر جوجل"
2125
 
2126
- #: ../admin/social_login.php:286
2127
  #, fuzzy, php-format
2128
  msgid ""
2129
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2133,7 +2137,7 @@ msgstr ""
2133
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2134
  "GooglePlus"
2135
 
2136
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
2137
  #, fuzzy
2138
  msgid ""
2139
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2142,12 +2146,12 @@ msgstr ""
2142
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2143
  "الوصلة المذكورة"
2144
 
2145
- #: ../admin/social_login.php:297
2146
  #, fuzzy
2147
  msgid "Google Client Secret"
2148
  msgstr "شارك الأخرين عبر جوجل"
2149
 
2150
- #: ../admin/social_login.php:307
2151
  #, fuzzy, php-format
2152
  msgid ""
2153
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2157,12 +2161,12 @@ msgstr ""
2157
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2158
  "GooglePlus"
2159
 
2160
- #: ../admin/social_login.php:318
2161
  #, fuzzy
2162
  msgid "Vkontakte Application ID"
2163
  msgstr "انشر عبر VKontakte"
2164
 
2165
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2173,7 +2177,7 @@ msgstr ""
2173
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2174
  "Vkontakte"
2175
 
2176
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
2177
  #, fuzzy
2178
  msgid ""
2179
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2181,17 +2185,17 @@ msgid ""
2181
  msgstr ""
2182
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2183
 
2184
- #: ../admin/social_login.php:339
2185
  #, fuzzy
2186
  msgid "Vkontakte Secure key"
2187
  msgstr "انشر عبر VKontakte"
2188
 
2189
- #: ../admin/social_login.php:360
2190
  #, fuzzy
2191
  msgid "Instagram Client ID"
2192
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2193
 
2194
- #: ../admin/social_login.php:370
2195
  #, fuzzy, php-format
2196
  msgid ""
2197
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2201,19 +2205,86 @@ msgstr ""
2201
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2202
  "Instagram"
2203
 
2204
- #: ../admin/social_login.php:372
2205
  #, fuzzy
2206
  msgid ""
2207
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2208
  "link"
2209
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2210
 
2211
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2212
  #, fuzzy
2213
  msgid "Steam API Key"
2214
  msgstr "مفتاح API الخاص | API Private Key"
2215
 
2216
- #: ../admin/social_login.php:391
2217
  #, fuzzy, php-format
2218
  msgid ""
2219
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2223,14 +2294,14 @@ msgstr ""
2223
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2224
  "\"مفتاح API التغريد\""
2225
 
2226
- #: ../admin/social_login.php:392
2227
  #, fuzzy
2228
  msgid "Save following <strong>domain</strong> to get the key"
2229
  msgstr ""
2230
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2231
  "المذكورة"
2232
 
2233
- #: ../admin/social_login.php:408
2234
  #, fuzzy
2235
  msgid "Social Login Options"
2236
  msgstr ""
@@ -2238,25 +2309,25 @@ msgstr ""
2238
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2239
  "فورا دون موافقة المشرف على النظام."
2240
 
2241
- #: ../admin/social_login.php:423
2242
  #, fuzzy
2243
  msgid "Text to display above the Social Login interface"
2244
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2245
 
2246
- #: ../admin/social_login.php:431
2247
  msgid "Trigger social login in the same browser tab"
2248
  msgstr ""
2249
 
2250
- #: ../admin/social_login.php:441
2251
  msgid "Trigger social login in the same browser tab instead of a popup window"
2252
  msgstr ""
2253
 
2254
- #: ../admin/social_login.php:448
2255
  #, fuzzy
2256
  msgid "Center align icons"
2257
  msgstr "إعادة ترتيب الرموز"
2258
 
2259
- #: ../admin/social_login.php:458
2260
  #, fuzzy
2261
  msgid "Center align social login icons"
2262
  msgstr ""
@@ -2264,12 +2335,12 @@ msgstr ""
2264
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2265
  "فورا دون موافقة المشرف على النظام."
2266
 
2267
- #: ../admin/social_login.php:465
2268
  #, fuzzy
2269
  msgid "Enable at login page"
2270
  msgstr "صفحة"
2271
 
2272
- #: ../admin/social_login.php:475
2273
  #, fuzzy
2274
  msgid ""
2275
  "Social Login interface will get enabled at the login page of your website"
@@ -2277,12 +2348,12 @@ msgstr ""
2277
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2278
  "التعليق"
2279
 
2280
- #: ../admin/social_login.php:482
2281
  #, fuzzy
2282
  msgid "Enable at register page"
2283
  msgstr "التسجيل العام"
2284
 
2285
- #: ../admin/social_login.php:492
2286
  #, fuzzy
2287
  msgid ""
2288
  "Social Login interface will get enabled at the registration page of your "
@@ -2291,21 +2362,21 @@ msgstr ""
2291
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2292
  "الخاص بك"
2293
 
2294
- #: ../admin/social_login.php:499
2295
  msgid "Enable at comment form"
2296
  msgstr "تمكين هذا الشكل من تعليق"
2297
 
2298
- #: ../admin/social_login.php:509
2299
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2300
  msgstr ""
2301
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2302
  "التعليق"
2303
 
2304
- #: ../admin/social_login.php:523
2305
  msgid "Enable before WooCommerce Customer Login Form"
2306
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2307
 
2308
- #: ../admin/social_login.php:533
2309
  #, fuzzy
2310
  msgid ""
2311
  "Social Login Interface will get enabled before the customer login form at "
@@ -2314,12 +2385,12 @@ msgstr ""
2314
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2315
  "التعليق"
2316
 
2317
- #: ../admin/social_login.php:540
2318
  #, fuzzy
2319
  msgid "Enable at WooCommerce Customer Login Form"
2320
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2321
 
2322
- #: ../admin/social_login.php:550
2323
  #, fuzzy
2324
  msgid ""
2325
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2328,12 +2399,12 @@ msgstr ""
2328
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2329
  "التعليق"
2330
 
2331
- #: ../admin/social_login.php:557
2332
  #, fuzzy
2333
  msgid "Enable at WooCommerce Customer Register Form"
2334
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2335
 
2336
- #: ../admin/social_login.php:567
2337
  #, fuzzy
2338
  msgid ""
2339
  "Integrate Social Login Interface with the customer register form at "
@@ -2342,26 +2413,26 @@ msgstr ""
2342
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2343
  "التعليق"
2344
 
2345
- #: ../admin/social_login.php:574
2346
  #, fuzzy
2347
  msgid "Enable at WooCommerce checkout page"
2348
  msgstr "التسجيل العام"
2349
 
2350
- #: ../admin/social_login.php:584
2351
  #, fuzzy
2352
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2353
  msgstr ""
2354
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2355
  "التعليق"
2356
 
2357
- #: ../admin/social_login.php:594
2358
  #, fuzzy
2359
  msgid "Auto-approve comments made by Social Login users"
2360
  msgstr ""
2361
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2362
  "الاجتماعي\""
2363
 
2364
- #: ../admin/social_login.php:604
2365
  msgid ""
2366
  "If this option is enabled, and WordPress comment is made by Social Login "
2367
  "user, comment will get approved immediately without keeping in moderation."
@@ -2370,17 +2441,17 @@ msgstr ""
2370
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2371
  "فورا دون موافقة المشرف على النظام."
2372
 
2373
- #: ../admin/social_login.php:605
2374
  #, fuzzy
2375
  msgid "Note: This is not related to Facebook comments"
2376
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2377
 
2378
- #: ../admin/social_login.php:614
2379
  #, fuzzy
2380
  msgid "Enable social avatar"
2381
  msgstr "خدمة الشبكة الاجتماعية"
2382
 
2383
- #: ../admin/social_login.php:624
2384
  #, fuzzy
2385
  msgid ""
2386
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2389,39 +2460,39 @@ msgstr ""
2389
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2390
  "الشخصية"
2391
 
2392
- #: ../admin/social_login.php:633
2393
  #, fuzzy
2394
  msgid "Avatar quality"
2395
  msgstr "نوعية الصورة الرمزية"
2396
 
2397
- #: ../admin/social_login.php:636
2398
  #, fuzzy
2399
  msgid "Average"
2400
  msgstr "المعدل"
2401
 
2402
- #: ../admin/social_login.php:637
2403
  msgid "Best"
2404
  msgstr "أفضل"
2405
 
2406
- #: ../admin/social_login.php:644
2407
  #, fuzzy
2408
  msgid "Choose avatar quality"
2409
  msgstr "إختيار ملف"
2410
 
2411
- #: ../admin/social_login.php:652
2412
  #, fuzzy
2413
  msgid ""
2414
  "Show option for users to update social avatar at BuddyPress profile page"
2415
  msgstr ""
2416
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2417
 
2418
- #: ../admin/social_login.php:662
2419
  msgid ""
2420
  "If enabled, users would be able to update their social avatar from \"Profile "
2421
  "photo\" section in BuddyPress profile at front-end"
2422
  msgstr ""
2423
 
2424
- #: ../admin/social_login.php:682
2425
  #, fuzzy
2426
  msgid ""
2427
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2432,11 +2503,11 @@ msgstr ""
2432
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2433
  "إنشاء بريد إلكتروني وهمية"
2434
 
2435
- #: ../admin/social_login.php:690
2436
  msgid "Send post-registration email to user to set account password"
2437
  msgstr ""
2438
 
2439
- #: ../admin/social_login.php:700
2440
  #, fuzzy
2441
  msgid ""
2442
  "If enabled, an email will be sent to user after registration through Social "
@@ -2448,12 +2519,12 @@ msgstr ""
2448
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2449
  "تسجيل الدخول التقليدية)"
2450
 
2451
- #: ../admin/social_login.php:707
2452
  #, fuzzy
2453
  msgid "Send new user registration notification email to admin"
2454
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2455
 
2456
- #: ../admin/social_login.php:717
2457
  #, fuzzy
2458
  msgid ""
2459
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2464,47 +2535,47 @@ msgstr ""
2464
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2465
  "تسجيل الدخول التقليدية)"
2466
 
2467
- #: ../admin/social_login.php:724
2468
  #, fuzzy
2469
  msgid "Login redirection"
2470
  msgstr "تسجيل الدخول"
2471
 
2472
- #: ../admin/social_login.php:728
2473
  #, fuzzy
2474
  msgid "Same page where user logged in"
2475
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2476
 
2477
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2478
  #, fuzzy
2479
  msgid "Account dashboard"
2480
  msgstr " لوحتك الخاصة بالتحكم"
2481
 
2482
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2483
  #, fuzzy
2484
  msgid "BuddyPress profile page"
2485
  msgstr "تحرير ملفي الشخصي"
2486
 
2487
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2488
  #, fuzzy
2489
  msgid "Custom Url"
2490
  msgstr "رابط (URL) مخصّص"
2491
 
2492
- #: ../admin/social_login.php:746
2493
  #, fuzzy
2494
  msgid "User will be redirected to the selected page after Social Login"
2495
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2496
 
2497
- #: ../admin/social_login.php:753
2498
  #, fuzzy
2499
  msgid "Registration redirection"
2500
  msgstr "نموذج التسجيل"
2501
 
2502
- #: ../admin/social_login.php:757
2503
  #, fuzzy
2504
  msgid "Same page from where user registered"
2505
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2506
 
2507
- #: ../admin/social_login.php:775
2508
  #, fuzzy
2509
  msgid ""
2510
  "User will be redirected to the selected page after registration (first "
@@ -2513,17 +2584,17 @@ msgstr ""
2513
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2514
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2515
 
2516
- #: ../admin/social_login.php:784
2517
  #, fuzzy
2518
  msgid "Social Account Linking Options"
2519
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2520
 
2521
- #: ../admin/social_login.php:799
2522
  #, fuzzy
2523
  msgid "Text to display above the Social Account Linking interface"
2524
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2525
 
2526
- #: ../admin/social_login.php:806
2527
  #, fuzzy
2528
  msgid ""
2529
  "Link social account to already existing account, if email address matches"
@@ -2531,7 +2602,7 @@ msgstr ""
2531
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2532
  "الى حسابك في هذا الموقع"
2533
 
2534
- #: ../admin/social_login.php:816
2535
  msgid ""
2536
  "If email address of the user's Social Account matches with an already "
2537
  "existing account at your website, that social account will be linked to "
@@ -2539,12 +2610,12 @@ msgid ""
2539
  "Linking interface at their profile page."
2540
  msgstr ""
2541
 
2542
- #: ../admin/social_login.php:824
2543
  #, fuzzy
2544
  msgid "Enable social account linking at BuddyPress profile page"
2545
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2546
 
2547
- #: ../admin/social_login.php:834
2548
  #, fuzzy
2549
  msgid ""
2550
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2552,17 +2623,17 @@ msgid ""
2552
  msgstr ""
2553
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2554
 
2555
- #: ../admin/social_login.php:845
2556
  #, fuzzy
2557
  msgid "Email popup options"
2558
  msgstr "الخيارات"
2559
 
2560
- #: ../admin/social_login.php:850
2561
  #, fuzzy
2562
  msgid "Text on 'Email required' popup"
2563
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2564
 
2565
- #: ../admin/social_login.php:860
2566
  #, fuzzy
2567
  msgid ""
2568
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2571,12 +2642,12 @@ msgstr ""
2571
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2572
  "غير مطلوب."
2573
 
2574
- #: ../admin/social_login.php:868
2575
  #, fuzzy
2576
  msgid "Error message for 'Email required' popup"
2577
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2578
 
2579
- #: ../admin/social_login.php:878
2580
  #, fuzzy
2581
  msgid ""
2582
  "This message will be displayed to user if it provides invalid or already "
@@ -2585,12 +2656,12 @@ msgstr ""
2585
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2586
  "المسجلة مسبقاً"
2587
 
2588
- #: ../admin/social_login.php:886
2589
  #, fuzzy
2590
  msgid "Email popup height"
2591
  msgstr "ارتفاع"
2592
 
2593
- #: ../admin/social_login.php:896
2594
  #, fuzzy
2595
  msgid ""
2596
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2600,12 +2671,12 @@ msgstr ""
2600
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2601
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2602
 
2603
- #: ../admin/social_login.php:903
2604
  #, fuzzy
2605
  msgid "Enable email verification"
2606
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2607
 
2608
- #: ../admin/social_login.php:913
2609
  #, fuzzy
2610
  msgid ""
2611
  "If enabled, email provided by the user will be verified by sending a "
@@ -2616,22 +2687,22 @@ msgstr ""
2616
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2617
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2618
 
2619
- #: ../admin/social_login.php:933
2620
  #, fuzzy
2621
  msgid "Enable GDPR opt-in"
2622
  msgstr "إتاحة التعليق من هارد"
2623
 
2624
- #: ../admin/social_login.php:943
2625
  msgid ""
2626
  "Enable it to show GDPR opt-in for social login and social account linking"
2627
  msgstr ""
2628
 
2629
- #: ../admin/social_login.php:951
2630
  #, fuzzy
2631
  msgid "Placement of GDPR opt-in"
2632
  msgstr "إتاحة التعليق من هارد"
2633
 
2634
- #: ../admin/social_login.php:955
2635
  #, fuzzy
2636
  msgid "Above Social Login icons"
2637
  msgstr ""
@@ -2639,7 +2710,7 @@ msgstr ""
2639
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2640
  "فورا دون موافقة المشرف على النظام."
2641
 
2642
- #: ../admin/social_login.php:957
2643
  #, fuzzy
2644
  msgid "Below Social Login icons"
2645
  msgstr ""
@@ -2647,84 +2718,84 @@ msgstr ""
2647
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2648
  "فورا دون موافقة المشرف على النظام."
2649
 
2650
- #: ../admin/social_login.php:963
2651
  #, fuzzy
2652
  msgid "Placement of GDPR opt-in above or below the social login icons"
2653
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2654
 
2655
- #: ../admin/social_login.php:970
2656
  msgid "Opt-in text"
2657
  msgstr ""
2658
 
2659
- #: ../admin/social_login.php:980
2660
  #, fuzzy
2661
  msgid "Text for the GDPR opt-in"
2662
  msgstr "إتاحة التعليق من هارد"
2663
 
2664
- #: ../admin/social_login.php:987
2665
  msgid "Text to link to Terms-Conditions page"
2666
  msgstr ""
2667
 
2668
- #: ../admin/social_login.php:997
2669
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2670
  msgstr ""
2671
 
2672
- #: ../admin/social_login.php:1004
2673
  msgid "Terms-Conditions Url"
2674
  msgstr ""
2675
 
2676
- #: ../admin/social_login.php:1014
2677
  #, fuzzy
2678
  msgid "Url of the terms-conditions page of your website"
2679
  msgstr "URL لعملاء الموقع (اختياري)"
2680
 
2681
- #: ../admin/social_login.php:1021
2682
  msgid "Text to link to Privacy Policy page"
2683
  msgstr ""
2684
 
2685
- #: ../admin/social_login.php:1031
2686
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2687
  msgstr ""
2688
 
2689
- #: ../admin/social_login.php:1038
2690
  msgid "Privacy Policy Url"
2691
  msgstr ""
2692
 
2693
- #: ../admin/social_login.php:1048
2694
  #, fuzzy
2695
  msgid "Url of the privacy policy page of your website"
2696
  msgstr "URL لعملاء الموقع (اختياري)"
2697
 
2698
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2699
  #: ../inc/widget.php:602 ../inc/widget.php:750
2700
  #, fuzzy
2701
  msgid "Select"
2702
  msgstr "أختر ..."
2703
 
2704
- #: ../admin/social_login.php:1130
2705
  #, fuzzy
2706
  msgid "Social Login Shortcode & Widget"
2707
  msgstr "استخدم كود مختصر | Include the shortcode"
2708
 
2709
- #: ../admin/social_login.php:1131
2710
  msgid "Social Linking Shortcode"
2711
  msgstr "الربط الاجتماعي رمز قصير"
2712
 
2713
- #: ../admin/social_login.php:1146
2714
  msgid "Why is social login not working?"
2715
  msgstr ""
2716
 
2717
- #: ../admin/social_login.php:1147
2718
  msgid ""
2719
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2720
  "belong to the same app"
2721
  msgstr ""
2722
 
2723
- #: ../admin/social_login.php:1149
2724
  msgid "Social Login not working with Varnish enabled"
2725
  msgstr ""
2726
 
2727
- #: ../admin/social_login.php:1150
2728
  msgid ""
2729
  "Why the user is not appearing logged in even after Social Login until the "
2730
  "webpage is refreshed manually?"
@@ -2991,29 +3062,29 @@ msgstr "طلب غير صحيح"
2991
  msgid "Providers not selected"
2992
  msgstr "محدد | selected"
2993
 
2994
- #: ../inc/social_login.php:698
2995
  #, fuzzy
2996
  msgid "Email"
2997
  msgstr "البريد الإلكتروني"
2998
 
2999
- #: ../inc/social_login.php:699
3000
  msgid "Confirm email"
3001
  msgstr ""
3002
 
3003
- #: ../inc/social_login.php:701
3004
  msgid "Save"
3005
  msgstr ""
3006
 
3007
- #: ../inc/social_login.php:702
3008
  msgid "Cancel"
3009
  msgstr ""
3010
 
3011
- #: ../inc/social_login.php:776
3012
  #, fuzzy
3013
  msgid "Email Verification"
3014
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3015
 
3016
- #: ../inc/social_login.php:778
3017
  msgid ""
3018
  "Please click on the following link or paste it in browser to verify your "
3019
  "email"
@@ -3359,14 +3430,6 @@ msgstr ""
3359
  #~ "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
3360
  #~ "\"مفتاح API التغريد\""
3361
 
3362
- #, fuzzy
3363
- #~ msgid ""
3364
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
3365
- #~ "the link"
3366
- #~ msgstr ""
3367
- #~ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
3368
- #~ "الوصلة المذكورة"
3369
-
3370
  #, fuzzy
3371
  #~ msgid "Twitch Client Secret"
3372
  #~ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
@@ -3447,10 +3510,6 @@ msgstr ""
3447
  #~ msgid "Select providers"
3448
  #~ msgstr "أختر ..."
3449
 
3450
- #, fuzzy
3451
- #~ msgid "Login with"
3452
- #~ msgstr "الخيارات"
3453
-
3454
  #~ msgid "You are already connected with"
3455
  #~ msgstr "أنت مرتبط بالفعل مع"
3456
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:29+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:475
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:479 ../super_socializer.php:493
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:489
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:663
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
+ #: ../super_socializer.php:691
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
+ #: ../super_socializer.php:694
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
+ #: ../super_socializer.php:697
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
+ #: ../super_socializer.php:879 ../helper.php:968
66
  msgid "Please verify your email address to login."
67
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
68
 
69
+ #: ../super_socializer.php:879
70
  msgid "Your email has been verified. Now you can login to your account"
71
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
72
 
73
+ #: ../super_socializer.php:883
74
  msgid "Notification"
75
  msgstr "تنبيهات"
76
 
77
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
78
  msgid "Email required"
79
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
80
 
81
+ #: ../super_socializer.php:904
82
  msgid "Please check your email inbox to complete the registration."
83
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
84
 
85
+ #: ../super_socializer.php:982
86
  msgid "Leave a reply"
87
  msgstr "اترك رد"
88
 
89
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
90
  msgid "Shares"
91
  msgstr ""
92
 
93
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
94
  msgid "Share"
95
  msgstr ""
96
 
97
+ #: ../super_socializer.php:998
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "شارك الأخرين عبر لنكيدان"
101
 
102
+ #: ../super_socializer.php:1244
103
  #, fuzzy
104
  msgid "Super Socializer - General Options"
105
  msgstr "آخر تسجيل دخول | Last Login"
106
 
107
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  #, fuzzy
110
  msgid "General Options"
111
  msgstr "المشاركات الأفقي"
112
 
113
+ #: ../super_socializer.php:1312 ../helper.php:890
114
  #, fuzzy
115
  msgid "Social Avatar"
116
  msgstr "صغير الرمزية رابط"
117
 
118
+ #: ../super_socializer.php:1315
119
  msgid "Small Avatar Url"
120
  msgstr "صغير الرمزية رابط"
121
 
122
+ #: ../super_socializer.php:1319
123
  #, fuzzy
124
  msgid "Large Avatar Url"
125
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
126
 
127
+ #: ../super_socializer.php:1323 ../helper.php:893
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1327 ../helper.php:894
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr ""
136
 
137
+ #: ../super_socializer.php:1404
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
+ #: ../super_socializer.php:1405
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
144
 
145
+ #: ../super_socializer.php:1410
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
148
 
149
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
150
  msgid "Link your social account to login to your account at this website"
151
  msgstr ""
152
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
153
  "الى حسابك في هذا الموقع"
154
 
155
+ #: ../super_socializer.php:1653
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1655
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1666
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1675
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1684
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1693
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1702
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1713
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1728
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1752
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
214
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
215
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
216
+ #: ../super_socializer.php:1915
217
  msgid "Okay"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1777
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
225
  "\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1802
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1827
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
+ #: ../super_socializer.php:1838
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1860
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1888
259
  #, php-format
260
  msgid ""
261
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
264
  "your website %s with them. No need to copy-paste any code from their website."
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1915
268
  #, php-format
269
  msgid ""
270
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
+ #: ../super_socializer.php:1940
276
  #, php-format
277
  msgid ""
278
  "If you cannot get Linkedin login to work after updating the plugin, replace "
280
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
281
  msgstr ""
282
 
283
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
284
  msgid "Dismiss"
285
  msgstr ""
286
 
287
+ #: ../super_socializer.php:1966
288
  #, php-format
289
  msgid ""
290
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
293
  "that, clear share counts cache from \"Miscellaneous\" section"
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
297
  msgid ""
298
  "Your browser is blocking some features of this website. Please follow the "
299
  "instructions at {support_url} to unblock these."
337
  msgid "Account already exists or linked"
338
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
339
 
340
+ #: ../helper.php:582 ../helper.php:584
341
+ #, fuzzy
342
+ msgid "Login with"
343
+ msgstr "الخيارات"
344
+
345
+ #: ../helper.php:619 ../helper.php:625
346
  msgid "Currently"
347
  msgstr "في الوقت الحاضر"
348
 
349
+ #: ../helper.php:619 ../helper.php:625
350
  msgid "Connected with"
351
  msgstr ""
352
 
353
+ #: ../helper.php:619 ../helper.php:625
354
  msgid "Remove"
355
  msgstr "إزالة"
356
 
357
+ #: ../helper.php:696
358
  #, fuzzy
359
  msgid "Social Account Linking"
360
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
361
 
362
+ #: ../helper.php:746
363
  #, fuzzy
364
  msgid "Disable Standard Social Sharing on this "
365
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
366
 
367
+ #: ../helper.php:751
368
  #, fuzzy
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
371
 
372
+ #: ../helper.php:756
373
  #, fuzzy
374
  msgid "Disable Standard like buttons on this "
375
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
376
 
377
+ #: ../helper.php:761
378
  #, fuzzy
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
381
 
382
+ #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
385
 
386
+ #: ../helper.php:775
387
  #, fuzzy
388
  msgid "Standard Sharing Interface"
389
  msgstr "المشاركات الأفقي"
390
 
391
+ #: ../helper.php:781 ../helper.php:800
392
  msgid "Starting share count for "
393
  msgstr "بدء العد حصة ل"
394
 
395
+ #: ../helper.php:794
396
  #, fuzzy
397
  msgid "Floating Sharing Interface"
398
  msgstr "المشاركات الأفقي"
399
 
400
+ #: ../helper.php:897
401
  #, fuzzy
402
  msgid "Small Avatar"
403
  msgstr "صغير الرمزية رابط"
404
 
405
+ #: ../helper.php:901
406
  #, fuzzy
407
  msgid "Large Avatar"
408
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
409
 
410
+ #: ../helper.php:905 ../admin/general_options.php:92
411
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
412
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
413
  #, fuzzy
414
  msgid "Save Changes"
415
  msgstr "حفظ"
416
 
417
+ #: ../helper.php:1005
418
  msgid "Click to delete social profile data"
419
  msgstr ""
420
 
421
+ #: ../helper.php:1034
422
  #, fuzzy
423
  msgid "Deleting"
424
  msgstr "الإعدادات"
425
 
426
+ #: ../helper.php:1044
427
  msgid "Deleted"
428
  msgstr ""
429
 
430
+ #: ../helper.php:1046
431
  msgid "Something bad happened"
432
  msgstr ""
433
 
434
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
435
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
436
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
437
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
438
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
439
  #, fuzzy, php-format
440
  msgid ""
493
  msgstr ""
494
 
495
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
496
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
497
  #: ../admin/like_buttons.php:809
498
  #, fuzzy
499
  msgid "Instagram Shoutout"
500
  msgstr "إنستاجرام"
501
 
502
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
503
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
504
  #: ../admin/like_buttons.php:811
505
  msgid ""
506
  "If you can send (to hello@heateor.com) how this plugin is helping your "
651
 
652
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
653
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
654
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
655
  #: ../admin/like_buttons.php:770
656
  #, fuzzy
657
  msgid "Shortcode & Widget"
664
 
665
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
666
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
667
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
668
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
669
  #, fuzzy
670
  msgid "FAQ"
924
  msgid "Url to share"
925
  msgstr " شارك الآخرين بهذة الفقرة"
926
 
927
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
928
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
929
  #: ../inc/widget.php:945
930
  #, fuzzy
931
  msgid "Title"
1023
  msgstr ""
1024
 
1025
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
1026
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
1027
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
1028
  #, fuzzy
1029
  msgid "Homepage"
1304
  msgid "Required only to track Facebook share count"
1305
  msgstr ""
1306
 
1307
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1308
  #, fuzzy
1309
  msgid "Facebook App ID"
1310
  msgstr "رقم التعريف الخالص بك | ID"
1319
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1320
  "فيسبوك"
1321
 
1322
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1323
  #, fuzzy
1324
  msgid "Facebook App Secret"
1325
  msgstr "رقم التعريف الخالص بك | ID"
1517
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1518
 
1519
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1520
+ #: ../admin/social_login.php:1230
1521
  msgid ""
1522
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1523
  "an online website for the plugin to function properly."
1572
  msgstr ""
1573
 
1574
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1575
+ #: ../admin/social_login.php:1237
1576
  msgid "Why is my browser blocking some features of the plugin?"
1577
  msgstr ""
1578
 
1923
  msgid "Advanced Configuration"
1924
  msgstr "إنشاء ملف الإعدادات"
1925
 
1926
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1927
  msgid "GDPR"
1928
  msgstr ""
1929
 
1930
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1931
  msgid "XProfile Integration"
1932
  msgstr ""
1933
 
1997
  msgid "Steam"
1998
  msgstr ""
1999
 
2000
+ #: ../admin/social_login.php:131
2001
+ msgid "Line"
2002
+ msgstr ""
2003
+
2004
  #: ../admin/social_login.php:135
2005
+ msgid "Windows Live"
2006
+ msgstr ""
2007
+
2008
+ #: ../admin/social_login.php:143
2009
  #, fuzzy
2010
  msgid "Select Social ID provider to enable in Social Login"
2011
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2012
 
2013
+ #: ../admin/social_login.php:160
2014
  #, fuzzy, php-format
2015
  msgid ""
2016
  "Required for Facebook Social Login to work. Please follow the documentation "
2020
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2021
  "فيسبوك"
2022
 
2023
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
2024
  #, fuzzy
2025
  msgid ""
2026
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
2028
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2029
  "الوصلة المذكورة"
2030
 
2031
+ #: ../admin/social_login.php:181
2032
  #, fuzzy, php-format
2033
  msgid ""
2034
  "Required for Facebook Social Login to work. Please follow the documentation "
2038
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2039
  "فيسبوك"
2040
 
2041
+ #: ../admin/social_login.php:192
2042
  #, fuzzy
2043
  msgid "Twitter API Key"
2044
  msgstr "مفتاح API الخاص | API Private Key"
2045
 
2046
+ #: ../admin/social_login.php:202
2047
  #, fuzzy, php-format
2048
  msgid ""
2049
  "Required for Twitter Social Login to work. Please follow the documentation "
2053
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2054
  "\"مفتاح API التغريد\""
2055
 
2056
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
2057
  #, fuzzy
2058
  msgid ""
2059
  "Paste following url in <strong>Website</strong> option mentioned at the link"
2060
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2061
 
2062
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
2063
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
2064
  #, fuzzy
2065
  msgid ""
2066
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2069
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2070
  "المذكورة"
2071
 
2072
+ #: ../admin/social_login.php:217
2073
  #, fuzzy
2074
  msgid "Twitter API Secret"
2075
  msgstr "شارك الأخرين عبر تويتر"
2076
 
2077
+ #: ../admin/social_login.php:227
2078
  #, fuzzy, php-format
2079
  msgid ""
2080
  "Required for Twitter Social Login to work. Please follow the documentation "
2084
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2085
  "\"سر API التغريد\""
2086
 
2087
+ #: ../admin/social_login.php:242
2088
  #, fuzzy
2089
  msgid "LinkedIn Client ID"
2090
  msgstr "شارك الأخرين عبر لنكيدان"
2091
 
2092
+ #: ../admin/social_login.php:252
2093
  #, fuzzy, php-format
2094
  msgid ""
2095
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2098
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2099
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2100
 
2101
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
2102
  #, fuzzy
2103
  msgid ""
2104
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2107
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2108
  "الوصلة المذكورة"
2109
 
2110
+ #: ../admin/social_login.php:263
2111
  #, fuzzy
2112
  msgid "LinkedIn Client Secret"
2113
  msgstr "شارك الأخرين عبر لنكيدان"
2114
 
2115
+ #: ../admin/social_login.php:273
2116
  #, fuzzy, php-format
2117
  msgid ""
2118
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2122
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2123
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2124
 
2125
+ #: ../admin/social_login.php:284
2126
  #, fuzzy
2127
  msgid "Google Client ID"
2128
  msgstr "شارك الأخرين عبر جوجل"
2129
 
2130
+ #: ../admin/social_login.php:294
2131
  #, fuzzy, php-format
2132
  msgid ""
2133
  "Required for Google Social Login to work. Please follow the documentation at "
2137
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2138
  "GooglePlus"
2139
 
2140
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
2141
  #, fuzzy
2142
  msgid ""
2143
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2146
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2147
  "الوصلة المذكورة"
2148
 
2149
+ #: ../admin/social_login.php:305
2150
  #, fuzzy
2151
  msgid "Google Client Secret"
2152
  msgstr "شارك الأخرين عبر جوجل"
2153
 
2154
+ #: ../admin/social_login.php:315
2155
  #, fuzzy, php-format
2156
  msgid ""
2157
  "Required for Google Social Login to work. Please follow the documentation at "
2161
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2162
  "GooglePlus"
2163
 
2164
+ #: ../admin/social_login.php:326
2165
  #, fuzzy
2166
  msgid "Vkontakte Application ID"
2167
  msgstr "انشر عبر VKontakte"
2168
 
2169
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
2170
  #, fuzzy, php-format
2171
  msgid ""
2172
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2177
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2178
  "Vkontakte"
2179
 
2180
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
2181
  #, fuzzy
2182
  msgid ""
2183
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2185
  msgstr ""
2186
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2187
 
2188
+ #: ../admin/social_login.php:347
2189
  #, fuzzy
2190
  msgid "Vkontakte Secure key"
2191
  msgstr "انشر عبر VKontakte"
2192
 
2193
+ #: ../admin/social_login.php:368
2194
  #, fuzzy
2195
  msgid "Instagram Client ID"
2196
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2197
 
2198
+ #: ../admin/social_login.php:378
2199
  #, fuzzy, php-format
2200
  msgid ""
2201
  "Required for Instagram Social Login to work. Please follow the documentation "
2205
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2206
  "Instagram"
2207
 
2208
+ #: ../admin/social_login.php:380
2209
  #, fuzzy
2210
  msgid ""
2211
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2212
  "link"
2213
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2214
 
2215
+ #: ../admin/social_login.php:389
2216
+ msgid "Line Channel ID"
2217
+ msgstr ""
2218
+
2219
+ #: ../admin/social_login.php:398
2220
+ #, fuzzy, php-format
2221
+ msgid ""
2222
+ "Required for Line Social Login to work. Please follow the documentation at "
2223
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2224
+ msgstr ""
2225
+ "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2226
+ "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2227
+
2228
+ #: ../admin/social_login.php:409
2229
+ #, fuzzy
2230
+ msgid "Line Channel Secret"
2231
+ msgstr "شارك الأخرين عبر لنكيدان"
2232
+
2233
+ #: ../admin/social_login.php:418
2234
+ #, fuzzy, php-format
2235
+ msgid ""
2236
+ "Required for Line Social Login to work. Please follow the documentation at "
2237
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2238
+ msgstr ""
2239
+ "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2240
+ "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2241
+
2242
+ #: ../admin/social_login.php:429
2243
+ #, fuzzy
2244
+ msgid "Microsoft Client ID"
2245
+ msgstr "شارك الأخرين عبر جوجل"
2246
+
2247
+ #: ../admin/social_login.php:438
2248
+ #, fuzzy, php-format
2249
+ msgid ""
2250
+ "Required for Live Social Login to work. Please follow the documentation at "
2251
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2252
+ msgstr ""
2253
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2254
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2255
+ "GooglePlus"
2256
+
2257
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
2258
+ #, fuzzy
2259
+ msgid ""
2260
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2261
+ "the link"
2262
+ msgstr ""
2263
+ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2264
+ "الوصلة المذكورة"
2265
+
2266
+ #: ../admin/social_login.php:449
2267
+ #, fuzzy
2268
+ msgid "Microsoft Client Secret"
2269
+ msgstr "شارك الأخرين عبر جوجل"
2270
+
2271
+ #: ../admin/social_login.php:458
2272
+ #, fuzzy, php-format
2273
+ msgid ""
2274
+ "Required for Live Social Login to work. Please follow the documentation at "
2275
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2276
+ "Secret key"
2277
+ msgstr ""
2278
+ "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2279
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2280
+ "GooglePlus"
2281
+
2282
+ #: ../admin/social_login.php:468
2283
  #, fuzzy
2284
  msgid "Steam API Key"
2285
  msgstr "مفتاح API الخاص | API Private Key"
2286
 
2287
+ #: ../admin/social_login.php:477
2288
  #, fuzzy, php-format
2289
  msgid ""
2290
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2294
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2295
  "\"مفتاح API التغريد\""
2296
 
2297
+ #: ../admin/social_login.php:478
2298
  #, fuzzy
2299
  msgid "Save following <strong>domain</strong> to get the key"
2300
  msgstr ""
2301
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2302
  "المذكورة"
2303
 
2304
+ #: ../admin/social_login.php:494
2305
  #, fuzzy
2306
  msgid "Social Login Options"
2307
  msgstr ""
2309
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2310
  "فورا دون موافقة المشرف على النظام."
2311
 
2312
+ #: ../admin/social_login.php:509
2313
  #, fuzzy
2314
  msgid "Text to display above the Social Login interface"
2315
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2316
 
2317
+ #: ../admin/social_login.php:517
2318
  msgid "Trigger social login in the same browser tab"
2319
  msgstr ""
2320
 
2321
+ #: ../admin/social_login.php:527
2322
  msgid "Trigger social login in the same browser tab instead of a popup window"
2323
  msgstr ""
2324
 
2325
+ #: ../admin/social_login.php:534
2326
  #, fuzzy
2327
  msgid "Center align icons"
2328
  msgstr "إعادة ترتيب الرموز"
2329
 
2330
+ #: ../admin/social_login.php:544
2331
  #, fuzzy
2332
  msgid "Center align social login icons"
2333
  msgstr ""
2335
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2336
  "فورا دون موافقة المشرف على النظام."
2337
 
2338
+ #: ../admin/social_login.php:551
2339
  #, fuzzy
2340
  msgid "Enable at login page"
2341
  msgstr "صفحة"
2342
 
2343
+ #: ../admin/social_login.php:561
2344
  #, fuzzy
2345
  msgid ""
2346
  "Social Login interface will get enabled at the login page of your website"
2348
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2349
  "التعليق"
2350
 
2351
+ #: ../admin/social_login.php:568
2352
  #, fuzzy
2353
  msgid "Enable at register page"
2354
  msgstr "التسجيل العام"
2355
 
2356
+ #: ../admin/social_login.php:578
2357
  #, fuzzy
2358
  msgid ""
2359
  "Social Login interface will get enabled at the registration page of your "
2362
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2363
  "الخاص بك"
2364
 
2365
+ #: ../admin/social_login.php:585
2366
  msgid "Enable at comment form"
2367
  msgstr "تمكين هذا الشكل من تعليق"
2368
 
2369
+ #: ../admin/social_login.php:595
2370
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2371
  msgstr ""
2372
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2373
  "التعليق"
2374
 
2375
+ #: ../admin/social_login.php:609
2376
  msgid "Enable before WooCommerce Customer Login Form"
2377
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2378
 
2379
+ #: ../admin/social_login.php:619
2380
  #, fuzzy
2381
  msgid ""
2382
  "Social Login Interface will get enabled before the customer login form at "
2385
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2386
  "التعليق"
2387
 
2388
+ #: ../admin/social_login.php:626
2389
  #, fuzzy
2390
  msgid "Enable at WooCommerce Customer Login Form"
2391
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2392
 
2393
+ #: ../admin/social_login.php:636
2394
  #, fuzzy
2395
  msgid ""
2396
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2399
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2400
  "التعليق"
2401
 
2402
+ #: ../admin/social_login.php:643
2403
  #, fuzzy
2404
  msgid "Enable at WooCommerce Customer Register Form"
2405
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2406
 
2407
+ #: ../admin/social_login.php:653
2408
  #, fuzzy
2409
  msgid ""
2410
  "Integrate Social Login Interface with the customer register form at "
2413
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2414
  "التعليق"
2415
 
2416
+ #: ../admin/social_login.php:660
2417
  #, fuzzy
2418
  msgid "Enable at WooCommerce checkout page"
2419
  msgstr "التسجيل العام"
2420
 
2421
+ #: ../admin/social_login.php:670
2422
  #, fuzzy
2423
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2424
  msgstr ""
2425
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2426
  "التعليق"
2427
 
2428
+ #: ../admin/social_login.php:680
2429
  #, fuzzy
2430
  msgid "Auto-approve comments made by Social Login users"
2431
  msgstr ""
2432
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2433
  "الاجتماعي\""
2434
 
2435
+ #: ../admin/social_login.php:690
2436
  msgid ""
2437
  "If this option is enabled, and WordPress comment is made by Social Login "
2438
  "user, comment will get approved immediately without keeping in moderation."
2441
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2442
  "فورا دون موافقة المشرف على النظام."
2443
 
2444
+ #: ../admin/social_login.php:691
2445
  #, fuzzy
2446
  msgid "Note: This is not related to Facebook comments"
2447
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2448
 
2449
+ #: ../admin/social_login.php:700
2450
  #, fuzzy
2451
  msgid "Enable social avatar"
2452
  msgstr "خدمة الشبكة الاجتماعية"
2453
 
2454
+ #: ../admin/social_login.php:710
2455
  #, fuzzy
2456
  msgid ""
2457
  "Social profile pictures of the logged in user will be displayed as profile "
2460
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2461
  "الشخصية"
2462
 
2463
+ #: ../admin/social_login.php:719
2464
  #, fuzzy
2465
  msgid "Avatar quality"
2466
  msgstr "نوعية الصورة الرمزية"
2467
 
2468
+ #: ../admin/social_login.php:722
2469
  #, fuzzy
2470
  msgid "Average"
2471
  msgstr "المعدل"
2472
 
2473
+ #: ../admin/social_login.php:723
2474
  msgid "Best"
2475
  msgstr "أفضل"
2476
 
2477
+ #: ../admin/social_login.php:730
2478
  #, fuzzy
2479
  msgid "Choose avatar quality"
2480
  msgstr "إختيار ملف"
2481
 
2482
+ #: ../admin/social_login.php:738
2483
  #, fuzzy
2484
  msgid ""
2485
  "Show option for users to update social avatar at BuddyPress profile page"
2486
  msgstr ""
2487
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2488
 
2489
+ #: ../admin/social_login.php:748
2490
  msgid ""
2491
  "If enabled, users would be able to update their social avatar from \"Profile "
2492
  "photo\" section in BuddyPress profile at front-end"
2493
  msgstr ""
2494
 
2495
+ #: ../admin/social_login.php:768
2496
  #, fuzzy
2497
  msgid ""
2498
  "If enabled and Social ID provider does not provide user's email address on "
2503
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2504
  "إنشاء بريد إلكتروني وهمية"
2505
 
2506
+ #: ../admin/social_login.php:776
2507
  msgid "Send post-registration email to user to set account password"
2508
  msgstr ""
2509
 
2510
+ #: ../admin/social_login.php:786
2511
  #, fuzzy
2512
  msgid ""
2513
  "If enabled, an email will be sent to user after registration through Social "
2519
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2520
  "تسجيل الدخول التقليدية)"
2521
 
2522
+ #: ../admin/social_login.php:793
2523
  #, fuzzy
2524
  msgid "Send new user registration notification email to admin"
2525
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2526
 
2527
+ #: ../admin/social_login.php:803
2528
  #, fuzzy
2529
  msgid ""
2530
  "If enabled, an email will be sent to admin after new user registers through "
2535
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2536
  "تسجيل الدخول التقليدية)"
2537
 
2538
+ #: ../admin/social_login.php:810
2539
  #, fuzzy
2540
  msgid "Login redirection"
2541
  msgstr "تسجيل الدخول"
2542
 
2543
+ #: ../admin/social_login.php:814
2544
  #, fuzzy
2545
  msgid "Same page where user logged in"
2546
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2547
 
2548
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2549
  #, fuzzy
2550
  msgid "Account dashboard"
2551
  msgstr " لوحتك الخاصة بالتحكم"
2552
 
2553
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2554
  #, fuzzy
2555
  msgid "BuddyPress profile page"
2556
  msgstr "تحرير ملفي الشخصي"
2557
 
2558
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2559
  #, fuzzy
2560
  msgid "Custom Url"
2561
  msgstr "رابط (URL) مخصّص"
2562
 
2563
+ #: ../admin/social_login.php:832
2564
  #, fuzzy
2565
  msgid "User will be redirected to the selected page after Social Login"
2566
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2567
 
2568
+ #: ../admin/social_login.php:839
2569
  #, fuzzy
2570
  msgid "Registration redirection"
2571
  msgstr "نموذج التسجيل"
2572
 
2573
+ #: ../admin/social_login.php:843
2574
  #, fuzzy
2575
  msgid "Same page from where user registered"
2576
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2577
 
2578
+ #: ../admin/social_login.php:861
2579
  #, fuzzy
2580
  msgid ""
2581
  "User will be redirected to the selected page after registration (first "
2584
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2585
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2586
 
2587
+ #: ../admin/social_login.php:870
2588
  #, fuzzy
2589
  msgid "Social Account Linking Options"
2590
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2591
 
2592
+ #: ../admin/social_login.php:885
2593
  #, fuzzy
2594
  msgid "Text to display above the Social Account Linking interface"
2595
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2596
 
2597
+ #: ../admin/social_login.php:892
2598
  #, fuzzy
2599
  msgid ""
2600
  "Link social account to already existing account, if email address matches"
2602
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2603
  "الى حسابك في هذا الموقع"
2604
 
2605
+ #: ../admin/social_login.php:902
2606
  msgid ""
2607
  "If email address of the user's Social Account matches with an already "
2608
  "existing account at your website, that social account will be linked to "
2610
  "Linking interface at their profile page."
2611
  msgstr ""
2612
 
2613
+ #: ../admin/social_login.php:910
2614
  #, fuzzy
2615
  msgid "Enable social account linking at BuddyPress profile page"
2616
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2617
 
2618
+ #: ../admin/social_login.php:920
2619
  #, fuzzy
2620
  msgid ""
2621
  "Enable this option to show social account linking interface at BuddyPress "
2623
  msgstr ""
2624
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2625
 
2626
+ #: ../admin/social_login.php:931
2627
  #, fuzzy
2628
  msgid "Email popup options"
2629
  msgstr "الخيارات"
2630
 
2631
+ #: ../admin/social_login.php:936
2632
  #, fuzzy
2633
  msgid "Text on 'Email required' popup"
2634
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2635
 
2636
+ #: ../admin/social_login.php:946
2637
  #, fuzzy
2638
  msgid ""
2639
  "This text will be displayed on email required popup. Leave empty if not "
2642
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2643
  "غير مطلوب."
2644
 
2645
+ #: ../admin/social_login.php:954
2646
  #, fuzzy
2647
  msgid "Error message for 'Email required' popup"
2648
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2649
 
2650
+ #: ../admin/social_login.php:964
2651
  #, fuzzy
2652
  msgid ""
2653
  "This message will be displayed to user if it provides invalid or already "
2656
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2657
  "المسجلة مسبقاً"
2658
 
2659
+ #: ../admin/social_login.php:972
2660
  #, fuzzy
2661
  msgid "Email popup height"
2662
  msgstr "ارتفاع"
2663
 
2664
+ #: ../admin/social_login.php:982
2665
  #, fuzzy
2666
  msgid ""
2667
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2671
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2672
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2673
 
2674
+ #: ../admin/social_login.php:989
2675
  #, fuzzy
2676
  msgid "Enable email verification"
2677
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2678
 
2679
+ #: ../admin/social_login.php:999
2680
  #, fuzzy
2681
  msgid ""
2682
  "If enabled, email provided by the user will be verified by sending a "
2687
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2688
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2689
 
2690
+ #: ../admin/social_login.php:1019
2691
  #, fuzzy
2692
  msgid "Enable GDPR opt-in"
2693
  msgstr "إتاحة التعليق من هارد"
2694
 
2695
+ #: ../admin/social_login.php:1029
2696
  msgid ""
2697
  "Enable it to show GDPR opt-in for social login and social account linking"
2698
  msgstr ""
2699
 
2700
+ #: ../admin/social_login.php:1037
2701
  #, fuzzy
2702
  msgid "Placement of GDPR opt-in"
2703
  msgstr "إتاحة التعليق من هارد"
2704
 
2705
+ #: ../admin/social_login.php:1041
2706
  #, fuzzy
2707
  msgid "Above Social Login icons"
2708
  msgstr ""
2710
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2711
  "فورا دون موافقة المشرف على النظام."
2712
 
2713
+ #: ../admin/social_login.php:1043
2714
  #, fuzzy
2715
  msgid "Below Social Login icons"
2716
  msgstr ""
2718
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2719
  "فورا دون موافقة المشرف على النظام."
2720
 
2721
+ #: ../admin/social_login.php:1049
2722
  #, fuzzy
2723
  msgid "Placement of GDPR opt-in above or below the social login icons"
2724
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2725
 
2726
+ #: ../admin/social_login.php:1056
2727
  msgid "Opt-in text"
2728
  msgstr ""
2729
 
2730
+ #: ../admin/social_login.php:1066
2731
  #, fuzzy
2732
  msgid "Text for the GDPR opt-in"
2733
  msgstr "إتاحة التعليق من هارد"
2734
 
2735
+ #: ../admin/social_login.php:1073
2736
  msgid "Text to link to Terms-Conditions page"
2737
  msgstr ""
2738
 
2739
+ #: ../admin/social_login.php:1083
2740
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2741
  msgstr ""
2742
 
2743
+ #: ../admin/social_login.php:1090
2744
  msgid "Terms-Conditions Url"
2745
  msgstr ""
2746
 
2747
+ #: ../admin/social_login.php:1100
2748
  #, fuzzy
2749
  msgid "Url of the terms-conditions page of your website"
2750
  msgstr "URL لعملاء الموقع (اختياري)"
2751
 
2752
+ #: ../admin/social_login.php:1107
2753
  msgid "Text to link to Privacy Policy page"
2754
  msgstr ""
2755
 
2756
+ #: ../admin/social_login.php:1117
2757
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2758
  msgstr ""
2759
 
2760
+ #: ../admin/social_login.php:1124
2761
  msgid "Privacy Policy Url"
2762
  msgstr ""
2763
 
2764
+ #: ../admin/social_login.php:1134
2765
  #, fuzzy
2766
  msgid "Url of the privacy policy page of your website"
2767
  msgstr "URL لعملاء الموقع (اختياري)"
2768
 
2769
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2770
  #: ../inc/widget.php:602 ../inc/widget.php:750
2771
  #, fuzzy
2772
  msgid "Select"
2773
  msgstr "أختر ..."
2774
 
2775
+ #: ../admin/social_login.php:1216
2776
  #, fuzzy
2777
  msgid "Social Login Shortcode & Widget"
2778
  msgstr "استخدم كود مختصر | Include the shortcode"
2779
 
2780
+ #: ../admin/social_login.php:1217
2781
  msgid "Social Linking Shortcode"
2782
  msgstr "الربط الاجتماعي رمز قصير"
2783
 
2784
+ #: ../admin/social_login.php:1232
2785
  msgid "Why is social login not working?"
2786
  msgstr ""
2787
 
2788
+ #: ../admin/social_login.php:1233
2789
  msgid ""
2790
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2791
  "belong to the same app"
2792
  msgstr ""
2793
 
2794
+ #: ../admin/social_login.php:1235
2795
  msgid "Social Login not working with Varnish enabled"
2796
  msgstr ""
2797
 
2798
+ #: ../admin/social_login.php:1236
2799
  msgid ""
2800
  "Why the user is not appearing logged in even after Social Login until the "
2801
  "webpage is refreshed manually?"
3062
  msgid "Providers not selected"
3063
  msgstr "محدد | selected"
3064
 
3065
+ #: ../inc/social_login.php:720
3066
  #, fuzzy
3067
  msgid "Email"
3068
  msgstr "البريد الإلكتروني"
3069
 
3070
+ #: ../inc/social_login.php:721
3071
  msgid "Confirm email"
3072
  msgstr ""
3073
 
3074
+ #: ../inc/social_login.php:723
3075
  msgid "Save"
3076
  msgstr ""
3077
 
3078
+ #: ../inc/social_login.php:724
3079
  msgid "Cancel"
3080
  msgstr ""
3081
 
3082
+ #: ../inc/social_login.php:798
3083
  #, fuzzy
3084
  msgid "Email Verification"
3085
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3086
 
3087
+ #: ../inc/social_login.php:800
3088
  msgid ""
3089
  "Please click on the following link or paste it in browser to verify your "
3090
  "email"
3430
  #~ "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
3431
  #~ "\"مفتاح API التغريد\""
3432
 
 
 
 
 
 
 
 
 
3433
  #, fuzzy
3434
  #~ msgid "Twitch Client Secret"
3435
  #~ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
3510
  #~ msgid "Select providers"
3511
  #~ msgstr "أختر ..."
3512
 
 
 
 
 
3513
  #~ msgid "You are already connected with"
3514
  #~ msgstr "أنت مرتبط بالفعل مع"
3515
 
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
- "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:339
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:343 ../super_socializer.php:357
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:353
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:521
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -38,7 +38,7 @@ msgstr ""
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
- #: ../super_socializer.php:549
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
- #: ../super_socializer.php:552
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
- #: ../super_socializer.php:555
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -65,67 +65,67 @@ msgstr ""
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
- #: ../super_socializer.php:737 ../helper.php:972
69
  msgid "Please verify your email address to login."
70
  msgstr "Por favor verifica tu dirección de email para ingresar."
71
 
72
- #: ../super_socializer.php:737
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
75
 
76
- #: ../super_socializer.php:741
77
  msgid "Notification"
78
  msgstr "Notificación"
79
 
80
- #: ../super_socializer.php:759 ../admin/social_login.php:672
81
  msgid "Email required"
82
  msgstr "Email requerido"
83
 
84
- #: ../super_socializer.php:762
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr ""
87
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
88
  "registro."
89
 
90
- #: ../super_socializer.php:840
91
  msgid "Leave a reply"
92
  msgstr "Deja una respuesta"
93
 
94
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
95
  msgid "Shares"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
99
  msgid "Share"
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:856
103
  #, fuzzy
104
  msgid "Link copied."
105
  msgstr "LinkedIn"
106
 
107
- #: ../super_socializer.php:1102
108
  msgid "Super Socializer - General Options"
109
  msgstr "Super Socializer - Opciones Generales"
110
 
111
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
112
  #: ../admin/social_commenting.php:47
113
  msgid "General Options"
114
  msgstr "Opciones Generales"
115
 
116
- #: ../super_socializer.php:1170 ../helper.php:894
117
  msgid "Social Avatar"
118
  msgstr "Avatar Social"
119
 
120
- #: ../super_socializer.php:1173
121
  msgid "Small Avatar Url"
122
  msgstr "Url de Avatar Pequeño"
123
 
124
- #: ../super_socializer.php:1177
125
  msgid "Large Avatar Url"
126
  msgstr "Url de Avatar Grande"
127
 
128
- #: ../super_socializer.php:1181 ../helper.php:897
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
@@ -133,81 +133,81 @@ msgstr ""
133
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
134
  "próxima vez | Social Login"
135
 
136
- #: ../super_socializer.php:1185 ../helper.php:898
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
139
 
140
- #: ../super_socializer.php:1262
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1263
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "El email que has escrito ya está registrado o no es válido"
147
 
148
- #: ../super_socializer.php:1268
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr ""
151
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
152
  "verificarla"
153
 
154
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
155
  msgid "Link your social account to login to your account at this website"
156
  msgstr ""
157
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
158
  "web "
159
 
160
- #: ../super_socializer.php:1520
161
  msgid "Thanks for installing Super Socializer plugin"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1522
165
  msgid "Configure the Plugin"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:1533
169
  msgid ""
170
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
171
  "current version of Super Socializer"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1542
175
  msgid ""
176
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1551
181
  msgid ""
182
  "Update \"Social Login Buttons\" add-on for compatibility with current "
183
  "version of Super Socializer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1560
187
  msgid ""
188
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socializer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1569
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
195
  "with current version of Super Socializer"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1580
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1595
205
  #, php-format
206
  msgid ""
207
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:1619
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -215,14 +215,14 @@ msgid ""
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
219
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
220
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
221
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
222
  msgid "Okay"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:1644
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -230,7 +230,7 @@ msgid ""
230
  "\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:1669
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -238,7 +238,7 @@ msgid ""
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:1694
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -246,13 +246,13 @@ msgid ""
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
- #: ../super_socializer.php:1705
250
  #, php-format
251
  msgid ""
252
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:1727
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -260,7 +260,7 @@ msgid ""
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:1755
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -269,7 +269,7 @@ msgid ""
269
  "your website %s with them. No need to copy-paste any code from their website."
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1782
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1807
281
  #, php-format
282
  msgid ""
283
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -285,11 +285,11 @@ msgid ""
285
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
289
  msgid "Dismiss"
290
  msgstr ""
291
 
292
- #: ../super_socializer.php:1833
293
  #, php-format
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -298,17 +298,7 @@ msgid ""
298
  "that, clear share counts cache from \"Miscellaneous\" section"
299
  msgstr ""
300
 
301
- #: ../super_socializer.php:1859
302
- #, php-format
303
- msgid ""
304
- "Your website visitors will see a popup notification (only once) if their "
305
- "browsers block any of the features of the plugin so that they can change "
306
- "their browser settings to unblock these. You can turn it OFF by disabling "
307
- "\"Show popup notification to users if their browsers block the plugin "
308
- "features\" option <a href=\"%s\">here</a>"
309
- msgstr ""
310
-
311
- #: ../super_socializer.php:2038
312
  msgid ""
313
  "Your browser is blocking some features of this website. Please follow the "
314
  "instructions at {support_url} to unblock these."
@@ -351,90 +341,95 @@ msgstr "Cuenta enlazada con éxito"
351
  msgid "Account already exists or linked"
352
  msgstr "Esta cuenta ya existe o ha sido enlazada"
353
 
354
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
 
355
  msgid "Currently"
356
  msgstr "Actualmente"
357
 
358
- #: ../helper.php:623 ../helper.php:629
359
  msgid "Connected with"
360
  msgstr ""
361
 
362
- #: ../helper.php:623 ../helper.php:629
363
  msgid "Remove"
364
  msgstr "Remover"
365
 
366
- #: ../helper.php:700
367
  #, fuzzy
368
  msgid "Social Account Linking"
369
  msgstr "Comentarios en redes sociales"
370
 
371
- #: ../helper.php:750
372
  msgid "Disable Standard Social Sharing on this "
373
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
374
 
375
- #: ../helper.php:755
376
  msgid "Disable Floating Social Sharing on this "
377
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
378
 
379
- #: ../helper.php:760
380
  msgid "Disable Standard like buttons on this "
381
  msgstr "Desactivar los botones Me gusta Estándares aquí"
382
 
383
- #: ../helper.php:765
384
  msgid "Disable Floating like buttons on this "
385
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
386
 
387
- #: ../helper.php:770
388
  msgid "Disable Social Commenting on this "
389
  msgstr "Desactivar Comentarios de redes sociales aquí"
390
 
391
- #: ../helper.php:779
392
  msgid "Standard Sharing Interface"
393
  msgstr "Interfaz Estándar para Compartir"
394
 
395
- #: ../helper.php:785 ../helper.php:804
396
  msgid "Starting share count for "
397
  msgstr "Comienzo del Contador de veces compartidas"
398
 
399
- #: ../helper.php:798
400
  msgid "Floating Sharing Interface"
401
  msgstr "Interfaz Flotante de botones Compartir"
402
 
403
- #: ../helper.php:901
404
  msgid "Small Avatar"
405
  msgstr "Avatar Pequeño"
406
 
407
- #: ../helper.php:905
408
  msgid "Large Avatar"
409
  msgstr "Avatar Grande"
410
 
411
- #: ../helper.php:909 ../admin/general_options.php:92
412
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
413
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
414
  msgid "Save Changes"
415
  msgstr "Guardar Cambios"
416
 
417
- #: ../helper.php:1009
418
  msgid "Click to delete social profile data"
419
  msgstr ""
420
 
421
- #: ../helper.php:1038
422
  #, fuzzy
423
  msgid "Deleting"
424
  msgstr "Ajustes"
425
 
426
- #: ../helper.php:1048
427
  msgid "Deleted"
428
  msgstr ""
429
 
430
- #: ../helper.php:1050
431
  msgid "Something bad happened"
432
  msgstr ""
433
 
434
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
435
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
436
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
437
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
438
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
439
  #, fuzzy, php-format
440
  msgid ""
@@ -490,14 +485,14 @@ msgstr ""
490
  "style&gt;)"
491
 
492
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
493
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
494
  #: ../admin/like_buttons.php:809
495
  #, fuzzy
496
  msgid "Instagram Shoutout"
497
  msgstr "Instagram"
498
 
499
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
500
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
501
  #: ../admin/like_buttons.php:811
502
  msgid ""
503
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -636,7 +631,7 @@ msgstr ""
636
 
637
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
638
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
639
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
640
  #: ../admin/like_buttons.php:770
641
  msgid "Shortcode & Widget"
642
  msgstr "Widgets y Shortcodes"
@@ -647,7 +642,7 @@ msgstr "Resolución de problmas"
647
 
648
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
649
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
650
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
651
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
652
  msgid "FAQ"
653
  msgstr "FAQ"
@@ -881,8 +876,8 @@ msgstr "Url personalizada"
881
  msgid "Url to share"
882
  msgstr "Url para compartir"
883
 
884
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
885
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
886
  #: ../inc/widget.php:945
887
  msgid "Title"
888
  msgstr "Título"
@@ -971,7 +966,7 @@ msgid "Placement"
971
  msgstr "Ubicación"
972
 
973
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
974
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
975
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
976
  msgid "Homepage"
977
  msgstr "Página de Inicio"
@@ -1248,7 +1243,7 @@ msgstr ""
1248
  msgid "Required only to track Facebook share count"
1249
  msgstr ""
1250
 
1251
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1252
  msgid "Facebook App ID"
1253
  msgstr "Facebook App ID"
1254
 
@@ -1262,7 +1257,7 @@ msgstr ""
1262
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1263
  "para conseguir tu Facebook App ID"
1264
 
1265
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1266
  #, fuzzy
1267
  msgid "Facebook App Secret"
1268
  msgstr "Facebook App ID"
@@ -1454,7 +1449,7 @@ msgstr ""
1454
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1455
 
1456
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1457
- #: ../admin/social_login.php:1144
1458
  msgid ""
1459
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1460
  "an online website for the plugin to function properly."
@@ -1511,7 +1506,7 @@ msgid ""
1511
  msgstr ""
1512
 
1513
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1514
- #: ../admin/social_login.php:1151
1515
  msgid "Why is my browser blocking some features of the plugin?"
1516
  msgstr ""
1517
 
@@ -1836,11 +1831,11 @@ msgstr "Configuración básica"
1836
  msgid "Advanced Configuration"
1837
  msgstr "Configuración básica"
1838
 
1839
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1840
  msgid "GDPR"
1841
  msgstr ""
1842
 
1843
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1844
  msgid "XProfile Integration"
1845
  msgstr ""
1846
 
@@ -1905,13 +1900,21 @@ msgstr "Instagram"
1905
  msgid "Steam"
1906
  msgstr ""
1907
 
 
 
 
 
1908
  #: ../admin/social_login.php:135
 
 
 
 
1909
  msgid "Select Social ID provider to enable in Social Login"
1910
  msgstr ""
1911
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1912
  "redes sociales"
1913
 
1914
- #: ../admin/social_login.php:152
1915
  #, php-format
1916
  msgid ""
1917
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1921,7 +1924,7 @@ msgstr ""
1921
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1922
  "para conseguir tu Facebook App ID"
1923
 
1924
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
1925
  #, fuzzy
1926
  msgid ""
1927
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1929,7 +1932,7 @@ msgstr ""
1929
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1930
  "mencionado"
1931
 
1932
- #: ../admin/social_login.php:173
1933
  #, fuzzy, php-format
1934
  msgid ""
1935
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1939,11 +1942,11 @@ msgstr ""
1939
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1940
  "para conseguir tu Facebook App ID"
1941
 
1942
- #: ../admin/social_login.php:184
1943
  msgid "Twitter API Key"
1944
  msgstr "Twitter API Key"
1945
 
1946
- #: ../admin/social_login.php:194
1947
  #, php-format
1948
  msgid ""
1949
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1953,7 +1956,7 @@ msgstr ""
1953
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1954
  "conseguir tu Twitter Key"
1955
 
1956
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
1957
  #, fuzzy
1958
  msgid ""
1959
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1961,7 +1964,8 @@ msgstr ""
1961
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1962
  "enlace mencionado"
1963
 
1964
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
1965
  #, fuzzy
1966
  msgid ""
1967
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1970,11 +1974,11 @@ msgstr ""
1970
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1971
  "enlace mencionado"
1972
 
1973
- #: ../admin/social_login.php:209
1974
  msgid "Twitter API Secret"
1975
  msgstr "Twitter API Secret"
1976
 
1977
- #: ../admin/social_login.php:219
1978
  #, php-format
1979
  msgid ""
1980
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1984,12 +1988,12 @@ msgstr ""
1984
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1985
  "conseguir tu Twitter API Secret"
1986
 
1987
- #: ../admin/social_login.php:234
1988
  #, fuzzy
1989
  msgid "LinkedIn Client ID"
1990
  msgstr "LinkedIn"
1991
 
1992
- #: ../admin/social_login.php:244
1993
  #, fuzzy, php-format
1994
  msgid ""
1995
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1999,7 +2003,7 @@ msgstr ""
1999
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2000
  "para conseguir tu LinkedIn API Key"
2001
 
2002
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
2003
  #, fuzzy
2004
  msgid ""
2005
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2008,12 +2012,12 @@ msgstr ""
2008
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2009
  "mencionado"
2010
 
2011
- #: ../admin/social_login.php:255
2012
  #, fuzzy
2013
  msgid "LinkedIn Client Secret"
2014
  msgstr "LinkedIn"
2015
 
2016
- #: ../admin/social_login.php:265
2017
  #, fuzzy, php-format
2018
  msgid ""
2019
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2024,12 +2028,12 @@ msgstr ""
2024
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2025
  "para conseguir tu LinkedIn API Key"
2026
 
2027
- #: ../admin/social_login.php:276
2028
  #, fuzzy
2029
  msgid "Google Client ID"
2030
  msgstr "Google+ Client ID"
2031
 
2032
- #: ../admin/social_login.php:286
2033
  #, fuzzy, php-format
2034
  msgid ""
2035
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2039,7 +2043,7 @@ msgstr ""
2039
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2040
  "para conseguir tu GooglePlus Client ID"
2041
 
2042
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
2043
  #, fuzzy
2044
  msgid ""
2045
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2048,12 +2052,12 @@ msgstr ""
2048
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2049
  "mencionado"
2050
 
2051
- #: ../admin/social_login.php:297
2052
  #, fuzzy
2053
  msgid "Google Client Secret"
2054
  msgstr "Google+ Client ID"
2055
 
2056
- #: ../admin/social_login.php:307
2057
  #, fuzzy, php-format
2058
  msgid ""
2059
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2063,11 +2067,11 @@ msgstr ""
2063
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2064
  "para conseguir tu GooglePlus Client ID"
2065
 
2066
- #: ../admin/social_login.php:318
2067
  msgid "Vkontakte Application ID"
2068
  msgstr "Vkontakte Application ID"
2069
 
2070
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
2071
  #, php-format
2072
  msgid ""
2073
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2078,7 +2082,7 @@ msgstr ""
2078
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2079
  "para conseguir tu Vkontakte Application ID"
2080
 
2081
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
2082
  #, fuzzy
2083
  msgid ""
2084
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2087,16 +2091,16 @@ msgstr ""
2087
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2088
  "enlace mencionado"
2089
 
2090
- #: ../admin/social_login.php:339
2091
  #, fuzzy
2092
  msgid "Vkontakte Secure key"
2093
  msgstr "Vkontakte"
2094
 
2095
- #: ../admin/social_login.php:360
2096
  msgid "Instagram Client ID"
2097
  msgstr "Instagram Client ID"
2098
 
2099
- #: ../admin/social_login.php:370
2100
  #, php-format
2101
  msgid ""
2102
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2106,7 +2110,7 @@ msgstr ""
2106
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2107
  "para conseguir tu Instagram Client ID"
2108
 
2109
- #: ../admin/social_login.php:372
2110
  #, fuzzy
2111
  msgid ""
2112
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
@@ -2115,12 +2119,81 @@ msgstr ""
2115
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2116
  "enlace mencionado"
2117
 
2118
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2119
  #, fuzzy
2120
  msgid "Steam API Key"
2121
  msgstr "Twitter API Key"
2122
 
2123
- #: ../admin/social_login.php:391
2124
  #, fuzzy, php-format
2125
  msgid ""
2126
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2130,57 +2203,57 @@ msgstr ""
2130
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2131
  "conseguir tu Twitter Key"
2132
 
2133
- #: ../admin/social_login.php:392
2134
  #, fuzzy
2135
  msgid "Save following <strong>domain</strong> to get the key"
2136
  msgstr ""
2137
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2138
  "enlace mencionado"
2139
 
2140
- #: ../admin/social_login.php:408
2141
  #, fuzzy
2142
  msgid "Social Login Options"
2143
  msgstr "Ingreso a través de redes sociales"
2144
 
2145
- #: ../admin/social_login.php:423
2146
  msgid "Text to display above the Social Login interface"
2147
  msgstr ""
2148
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2149
 
2150
- #: ../admin/social_login.php:431
2151
  msgid "Trigger social login in the same browser tab"
2152
  msgstr ""
2153
 
2154
- #: ../admin/social_login.php:441
2155
  msgid "Trigger social login in the same browser tab instead of a popup window"
2156
  msgstr ""
2157
 
2158
- #: ../admin/social_login.php:448
2159
  #, fuzzy
2160
  msgid "Center align icons"
2161
  msgstr "Reorganizar iconos"
2162
 
2163
- #: ../admin/social_login.php:458
2164
  #, fuzzy
2165
  msgid "Center align social login icons"
2166
  msgstr "Ingreso a través de redes sociales"
2167
 
2168
- #: ../admin/social_login.php:465
2169
  msgid "Enable at login page"
2170
  msgstr "Permitir Página de Ingreso"
2171
 
2172
- #: ../admin/social_login.php:475
2173
  msgid ""
2174
  "Social Login interface will get enabled at the login page of your website"
2175
  msgstr ""
2176
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2177
  "acceso de tu sitio web"
2178
 
2179
- #: ../admin/social_login.php:482
2180
  msgid "Enable at register page"
2181
  msgstr "Permitir Página de Registro"
2182
 
2183
- #: ../admin/social_login.php:492
2184
  msgid ""
2185
  "Social Login interface will get enabled at the registration page of your "
2186
  "website"
@@ -2188,21 +2261,21 @@ msgstr ""
2188
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2189
  "registro de tu sitio web"
2190
 
2191
- #: ../admin/social_login.php:499
2192
  msgid "Enable at comment form"
2193
  msgstr "Permitir el formulario de comentarios"
2194
 
2195
- #: ../admin/social_login.php:509
2196
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2197
  msgstr ""
2198
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2199
  "de Comentario de tu WordPress"
2200
 
2201
- #: ../admin/social_login.php:523
2202
  msgid "Enable before WooCommerce Customer Login Form"
2203
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2204
 
2205
- #: ../admin/social_login.php:533
2206
  msgid ""
2207
  "Social Login Interface will get enabled before the customer login form at "
2208
  "WooCommerce My Account page"
@@ -2210,12 +2283,12 @@ msgstr ""
2210
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2211
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2212
 
2213
- #: ../admin/social_login.php:540
2214
  #, fuzzy
2215
  msgid "Enable at WooCommerce Customer Login Form"
2216
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2217
 
2218
- #: ../admin/social_login.php:550
2219
  #, fuzzy
2220
  msgid ""
2221
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2224,12 +2297,12 @@ msgstr ""
2224
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2225
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2226
 
2227
- #: ../admin/social_login.php:557
2228
  #, fuzzy
2229
  msgid "Enable at WooCommerce Customer Register Form"
2230
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2231
 
2232
- #: ../admin/social_login.php:567
2233
  #, fuzzy
2234
  msgid ""
2235
  "Integrate Social Login Interface with the customer register form at "
@@ -2238,23 +2311,23 @@ msgstr ""
2238
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2239
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2240
 
2241
- #: ../admin/social_login.php:574
2242
  msgid "Enable at WooCommerce checkout page"
2243
  msgstr "Permitir en la página de checkout de WooCommerce"
2244
 
2245
- #: ../admin/social_login.php:584
2246
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2247
  msgstr ""
2248
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2249
  "checkout de WooCommerce"
2250
 
2251
- #: ../admin/social_login.php:594
2252
  msgid "Auto-approve comments made by Social Login users"
2253
  msgstr ""
2254
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2255
  "través de redes sociales"
2256
 
2257
- #: ../admin/social_login.php:604
2258
  msgid ""
2259
  "If this option is enabled, and WordPress comment is made by Social Login "
2260
  "user, comment will get approved immediately without keeping in moderation."
@@ -2263,15 +2336,15 @@ msgstr ""
2263
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2264
  "inmediato sin necesidad de moderación."
2265
 
2266
- #: ../admin/social_login.php:605
2267
  msgid "Note: This is not related to Facebook comments"
2268
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2269
 
2270
- #: ../admin/social_login.php:614
2271
  msgid "Enable social avatar"
2272
  msgstr "Permitir avatar social"
2273
 
2274
- #: ../admin/social_login.php:624
2275
  msgid ""
2276
  "Social profile pictures of the logged in user will be displayed as profile "
2277
  "avatar"
@@ -2279,30 +2352,30 @@ msgstr ""
2279
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2280
  "avatar de perfil"
2281
 
2282
- #: ../admin/social_login.php:633
2283
  msgid "Avatar quality"
2284
  msgstr "Calidad del avatar"
2285
 
2286
- #: ../admin/social_login.php:636
2287
  msgid "Average"
2288
  msgstr "Media"
2289
 
2290
- #: ../admin/social_login.php:637
2291
  msgid "Best"
2292
  msgstr "Alta"
2293
 
2294
- #: ../admin/social_login.php:644
2295
  msgid "Choose avatar quality"
2296
  msgstr "Elegir la calidad del avatar"
2297
 
2298
- #: ../admin/social_login.php:652
2299
  msgid ""
2300
  "Show option for users to update social avatar at BuddyPress profile page"
2301
  msgstr ""
2302
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2303
  "página de perfil de BuddyPress"
2304
 
2305
- #: ../admin/social_login.php:662
2306
  msgid ""
2307
  "If enabled, users would be able to update their social avatar from \"Profile "
2308
  "photo\" section in BuddyPress profile at front-end"
@@ -2310,7 +2383,7 @@ msgstr ""
2310
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2311
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2312
 
2313
- #: ../admin/social_login.php:682
2314
  msgid ""
2315
  "If enabled and Social ID provider does not provide user's email address on "
2316
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2320,11 +2393,11 @@ msgstr ""
2320
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2321
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2322
 
2323
- #: ../admin/social_login.php:690
2324
  msgid "Send post-registration email to user to set account password"
2325
  msgstr ""
2326
 
2327
- #: ../admin/social_login.php:700
2328
  msgid ""
2329
  "If enabled, an email will be sent to user after registration through Social "
2330
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2334,12 +2407,12 @@ msgstr ""
2334
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2335
  "poder iniciar sesión a través del formulario de acceso tradicional"
2336
 
2337
- #: ../admin/social_login.php:707
2338
  #, fuzzy
2339
  msgid "Send new user registration notification email to admin"
2340
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2341
 
2342
- #: ../admin/social_login.php:717
2343
  #, fuzzy
2344
  msgid ""
2345
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2349,40 +2422,40 @@ msgstr ""
2349
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2350
  "poder iniciar sesión a través del formulario de acceso tradicional"
2351
 
2352
- #: ../admin/social_login.php:724
2353
  msgid "Login redirection"
2354
  msgstr "Redirección de Ingreso"
2355
 
2356
- #: ../admin/social_login.php:728
2357
  msgid "Same page where user logged in"
2358
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2359
 
2360
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2361
  msgid "Account dashboard"
2362
  msgstr "Panel de cuenta de usuario"
2363
 
2364
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2365
  msgid "BuddyPress profile page"
2366
  msgstr "Página de perfil de BuddyPress"
2367
 
2368
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2369
  msgid "Custom Url"
2370
  msgstr "Url personalizada"
2371
 
2372
- #: ../admin/social_login.php:746
2373
  msgid "User will be redirected to the selected page after Social Login"
2374
  msgstr ""
2375
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2376
 
2377
- #: ../admin/social_login.php:753
2378
  msgid "Registration redirection"
2379
  msgstr "Redirección de Registro"
2380
 
2381
- #: ../admin/social_login.php:757
2382
  msgid "Same page from where user registered"
2383
  msgstr "La misma página en la que el usuario se ha registrado"
2384
 
2385
- #: ../admin/social_login.php:775
2386
  msgid ""
2387
  "User will be redirected to the selected page after registration (first "
2388
  "Social Login) through Social Login"
@@ -2390,18 +2463,18 @@ msgstr ""
2390
  "El usuario será redirigido a la página seleccionada después de su registro "
2391
  "(en su primer inicio de sesión) a través de la red social"
2392
 
2393
- #: ../admin/social_login.php:784
2394
  #, fuzzy
2395
  msgid "Social Account Linking Options"
2396
  msgstr "Comentarios en redes sociales"
2397
 
2398
- #: ../admin/social_login.php:799
2399
  #, fuzzy
2400
  msgid "Text to display above the Social Account Linking interface"
2401
  msgstr ""
2402
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2403
 
2404
- #: ../admin/social_login.php:806
2405
  #, fuzzy
2406
  msgid ""
2407
  "Link social account to already existing account, if email address matches"
@@ -2409,7 +2482,7 @@ msgstr ""
2409
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2410
  "web "
2411
 
2412
- #: ../admin/social_login.php:816
2413
  msgid ""
2414
  "If email address of the user's Social Account matches with an already "
2415
  "existing account at your website, that social account will be linked to "
@@ -2417,12 +2490,12 @@ msgid ""
2417
  "Linking interface at their profile page."
2418
  msgstr ""
2419
 
2420
- #: ../admin/social_login.php:824
2421
  msgid "Enable social account linking at BuddyPress profile page"
2422
  msgstr ""
2423
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2424
 
2425
- #: ../admin/social_login.php:834
2426
  msgid ""
2427
  "Enable this option to show social account linking interface at BuddyPress "
2428
  "profile page"
@@ -2430,15 +2503,15 @@ msgstr ""
2430
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2431
  "la página de perfil de BuddyPress"
2432
 
2433
- #: ../admin/social_login.php:845
2434
  msgid "Email popup options"
2435
  msgstr "Opciones de popup del Email"
2436
 
2437
- #: ../admin/social_login.php:850
2438
  msgid "Text on 'Email required' popup"
2439
  msgstr "Texto del popup 'Email requerido'"
2440
 
2441
- #: ../admin/social_login.php:860
2442
  msgid ""
2443
  "This text will be displayed on email required popup. Leave empty if not "
2444
  "required."
@@ -2446,11 +2519,11 @@ msgstr ""
2446
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2447
  "no es necesario."
2448
 
2449
- #: ../admin/social_login.php:868
2450
  msgid "Error message for 'Email required' popup"
2451
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2452
 
2453
- #: ../admin/social_login.php:878
2454
  msgid ""
2455
  "This message will be displayed to user if it provides invalid or already "
2456
  "registered email"
@@ -2458,11 +2531,11 @@ msgstr ""
2458
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2459
  "registrado"
2460
 
2461
- #: ../admin/social_login.php:886
2462
  msgid "Email popup height"
2463
  msgstr "Altura del popup del Email"
2464
 
2465
- #: ../admin/social_login.php:896
2466
  msgid ""
2467
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2468
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2472,11 +2545,11 @@ msgstr ""
2472
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2473
  "opción. Déjala en blanco para la altura por defecto."
2474
 
2475
- #: ../admin/social_login.php:903
2476
  msgid "Enable email verification"
2477
  msgstr "Activar verificación por email"
2478
 
2479
- #: ../admin/social_login.php:913
2480
  msgid ""
2481
  "If enabled, email provided by the user will be verified by sending a "
2482
  "confirmation link to that email. User would not be able to login without "
@@ -2486,108 +2559,108 @@ msgstr ""
2486
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2487
  "pulsar este enlace"
2488
 
2489
- #: ../admin/social_login.php:933
2490
  #, fuzzy
2491
  msgid "Enable GDPR opt-in"
2492
  msgstr "Permitir Comentarios de Disqus"
2493
 
2494
- #: ../admin/social_login.php:943
2495
  msgid ""
2496
  "Enable it to show GDPR opt-in for social login and social account linking"
2497
  msgstr ""
2498
 
2499
- #: ../admin/social_login.php:951
2500
  #, fuzzy
2501
  msgid "Placement of GDPR opt-in"
2502
  msgstr "Permitir Comentarios de Disqus"
2503
 
2504
- #: ../admin/social_login.php:955
2505
  #, fuzzy
2506
  msgid "Above Social Login icons"
2507
  msgstr "Ingreso a través de redes sociales"
2508
 
2509
- #: ../admin/social_login.php:957
2510
  #, fuzzy
2511
  msgid "Below Social Login icons"
2512
  msgstr "Ingreso a través de redes sociales"
2513
 
2514
- #: ../admin/social_login.php:963
2515
  #, fuzzy
2516
  msgid "Placement of GDPR opt-in above or below the social login icons"
2517
  msgstr ""
2518
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2519
 
2520
- #: ../admin/social_login.php:970
2521
  msgid "Opt-in text"
2522
  msgstr ""
2523
 
2524
- #: ../admin/social_login.php:980
2525
  #, fuzzy
2526
  msgid "Text for the GDPR opt-in"
2527
  msgstr "Permitir Comentarios de Disqus"
2528
 
2529
- #: ../admin/social_login.php:987
2530
  msgid "Text to link to Terms-Conditions page"
2531
  msgstr ""
2532
 
2533
- #: ../admin/social_login.php:997
2534
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2535
  msgstr ""
2536
 
2537
- #: ../admin/social_login.php:1004
2538
  msgid "Terms-Conditions Url"
2539
  msgstr ""
2540
 
2541
- #: ../admin/social_login.php:1014
2542
  #, fuzzy
2543
  msgid "Url of the terms-conditions page of your website"
2544
  msgstr "Url de la página de inicio de tu sitio web"
2545
 
2546
- #: ../admin/social_login.php:1021
2547
  msgid "Text to link to Privacy Policy page"
2548
  msgstr ""
2549
 
2550
- #: ../admin/social_login.php:1031
2551
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2552
  msgstr ""
2553
 
2554
- #: ../admin/social_login.php:1038
2555
  msgid "Privacy Policy Url"
2556
  msgstr ""
2557
 
2558
- #: ../admin/social_login.php:1048
2559
  #, fuzzy
2560
  msgid "Url of the privacy policy page of your website"
2561
  msgstr "Url de la página de inicio de tu sitio web"
2562
 
2563
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2564
  #: ../inc/widget.php:602 ../inc/widget.php:750
2565
  msgid "Select"
2566
  msgstr "Seleccionar"
2567
 
2568
- #: ../admin/social_login.php:1130
2569
  msgid "Social Login Shortcode & Widget"
2570
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2571
 
2572
- #: ../admin/social_login.php:1131
2573
  msgid "Social Linking Shortcode"
2574
  msgstr "Shortcode para enlace a través de redes sociales"
2575
 
2576
- #: ../admin/social_login.php:1146
2577
  msgid "Why is social login not working?"
2578
  msgstr ""
2579
 
2580
- #: ../admin/social_login.php:1147
2581
  msgid ""
2582
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2583
  "belong to the same app"
2584
  msgstr ""
2585
 
2586
- #: ../admin/social_login.php:1149
2587
  msgid "Social Login not working with Varnish enabled"
2588
  msgstr ""
2589
 
2590
- #: ../admin/social_login.php:1150
2591
  msgid ""
2592
  "Why the user is not appearing logged in even after Social Login until the "
2593
  "webpage is refreshed manually?"
@@ -2829,28 +2902,28 @@ msgstr "Petición no válida"
2829
  msgid "Providers not selected"
2830
  msgstr "Redes sociales no seleccionadas"
2831
 
2832
- #: ../inc/social_login.php:698
2833
  msgid "Email"
2834
  msgstr ""
2835
 
2836
- #: ../inc/social_login.php:699
2837
  msgid "Confirm email"
2838
  msgstr ""
2839
 
2840
- #: ../inc/social_login.php:701
2841
  msgid "Save"
2842
  msgstr ""
2843
 
2844
- #: ../inc/social_login.php:702
2845
  msgid "Cancel"
2846
  msgstr ""
2847
 
2848
- #: ../inc/social_login.php:776
2849
  #, fuzzy
2850
  msgid "Email Verification"
2851
  msgstr "Activar verificación por email"
2852
 
2853
- #: ../inc/social_login.php:778
2854
  msgid ""
2855
  "Please click on the following link or paste it in browser to verify your "
2856
  "email"
@@ -3179,14 +3252,6 @@ msgstr ""
3179
  #~ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</"
3180
  #~ "a> para conseguir tu Twitter Key"
3181
 
3182
- #, fuzzy
3183
- #~ msgid ""
3184
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
3185
- #~ "the link"
3186
- #~ msgstr ""
3187
- #~ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el "
3188
- #~ "enlace mencionado"
3189
-
3190
  #, fuzzy
3191
  #~ msgid "Twitch Client Secret"
3192
  #~ msgstr "Instagram Client ID"
@@ -3303,10 +3368,6 @@ msgstr ""
3303
  #~ msgid "Select providers"
3304
  #~ msgstr "Seleccionar redes sociales"
3305
 
3306
- #, fuzzy
3307
- #~ msgid "Login with"
3308
- #~ msgstr "Opciones de Ingreso"
3309
-
3310
  #~ msgid "You are already connected with"
3311
  #~ msgstr "Ya estás conectado con"
3312
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:29+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:475
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:479 ../super_socializer.php:493
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:489
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:663
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
+ #: ../super_socializer.php:691
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
+ #: ../super_socializer.php:694
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
+ #: ../super_socializer.php:697
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
+ #: ../super_socializer.php:879 ../helper.php:968
69
  msgid "Please verify your email address to login."
70
  msgstr "Por favor verifica tu dirección de email para ingresar."
71
 
72
+ #: ../super_socializer.php:879
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
75
 
76
+ #: ../super_socializer.php:883
77
  msgid "Notification"
78
  msgstr "Notificación"
79
 
80
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
81
  msgid "Email required"
82
  msgstr "Email requerido"
83
 
84
+ #: ../super_socializer.php:904
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr ""
87
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
88
  "registro."
89
 
90
+ #: ../super_socializer.php:982
91
  msgid "Leave a reply"
92
  msgstr "Deja una respuesta"
93
 
94
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
95
  msgid "Shares"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
99
  msgid "Share"
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:998
103
  #, fuzzy
104
  msgid "Link copied."
105
  msgstr "LinkedIn"
106
 
107
+ #: ../super_socializer.php:1244
108
  msgid "Super Socializer - General Options"
109
  msgstr "Super Socializer - Opciones Generales"
110
 
111
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
112
  #: ../admin/social_commenting.php:47
113
  msgid "General Options"
114
  msgstr "Opciones Generales"
115
 
116
+ #: ../super_socializer.php:1312 ../helper.php:890
117
  msgid "Social Avatar"
118
  msgstr "Avatar Social"
119
 
120
+ #: ../super_socializer.php:1315
121
  msgid "Small Avatar Url"
122
  msgstr "Url de Avatar Pequeño"
123
 
124
+ #: ../super_socializer.php:1319
125
  msgid "Large Avatar Url"
126
  msgstr "Url de Avatar Grande"
127
 
128
+ #: ../super_socializer.php:1323 ../helper.php:893
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
133
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
134
  "próxima vez | Social Login"
135
 
136
+ #: ../super_socializer.php:1327 ../helper.php:894
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
139
 
140
+ #: ../super_socializer.php:1404
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1405
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "El email que has escrito ya está registrado o no es válido"
147
 
148
+ #: ../super_socializer.php:1410
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr ""
151
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
152
  "verificarla"
153
 
154
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
155
  msgid "Link your social account to login to your account at this website"
156
  msgstr ""
157
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
158
  "web "
159
 
160
+ #: ../super_socializer.php:1653
161
  msgid "Thanks for installing Super Socializer plugin"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1655
165
  msgid "Configure the Plugin"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1666
169
  msgid ""
170
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
171
  "current version of Super Socializer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1675
175
  msgid ""
176
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1684
181
  msgid ""
182
  "Update \"Social Login Buttons\" add-on for compatibility with current "
183
  "version of Super Socializer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1693
187
  msgid ""
188
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socializer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1702
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
195
  "with current version of Super Socializer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1713
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1728
205
  #, php-format
206
  msgid ""
207
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:1752
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
219
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
220
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
221
+ #: ../super_socializer.php:1915
222
  msgid "Okay"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:1777
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
230
  "\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:1802
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:1827
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:1838
250
  #, php-format
251
  msgid ""
252
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:1860
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:1888
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
269
  "your website %s with them. No need to copy-paste any code from their website."
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1915
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1940
281
  #, php-format
282
  msgid ""
283
  "If you cannot get Linkedin login to work after updating the plugin, replace "
285
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
289
  msgid "Dismiss"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:1966
293
  #, php-format
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
298
  "that, clear share counts cache from \"Miscellaneous\" section"
299
  msgstr ""
300
 
301
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
302
  msgid ""
303
  "Your browser is blocking some features of this website. Please follow the "
304
  "instructions at {support_url} to unblock these."
341
  msgid "Account already exists or linked"
342
  msgstr "Esta cuenta ya existe o ha sido enlazada"
343
 
344
+ #: ../helper.php:582 ../helper.php:584
345
+ #, fuzzy
346
+ msgid "Login with"
347
+ msgstr "Opciones de Ingreso"
348
+
349
+ #: ../helper.php:619 ../helper.php:625
350
  msgid "Currently"
351
  msgstr "Actualmente"
352
 
353
+ #: ../helper.php:619 ../helper.php:625
354
  msgid "Connected with"
355
  msgstr ""
356
 
357
+ #: ../helper.php:619 ../helper.php:625
358
  msgid "Remove"
359
  msgstr "Remover"
360
 
361
+ #: ../helper.php:696
362
  #, fuzzy
363
  msgid "Social Account Linking"
364
  msgstr "Comentarios en redes sociales"
365
 
366
+ #: ../helper.php:746
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
369
 
370
+ #: ../helper.php:751
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
373
 
374
+ #: ../helper.php:756
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Desactivar los botones Me gusta Estándares aquí"
377
 
378
+ #: ../helper.php:761
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
381
 
382
+ #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Desactivar Comentarios de redes sociales aquí"
385
 
386
+ #: ../helper.php:775
387
  msgid "Standard Sharing Interface"
388
  msgstr "Interfaz Estándar para Compartir"
389
 
390
+ #: ../helper.php:781 ../helper.php:800
391
  msgid "Starting share count for "
392
  msgstr "Comienzo del Contador de veces compartidas"
393
 
394
+ #: ../helper.php:794
395
  msgid "Floating Sharing Interface"
396
  msgstr "Interfaz Flotante de botones Compartir"
397
 
398
+ #: ../helper.php:897
399
  msgid "Small Avatar"
400
  msgstr "Avatar Pequeño"
401
 
402
+ #: ../helper.php:901
403
  msgid "Large Avatar"
404
  msgstr "Avatar Grande"
405
 
406
+ #: ../helper.php:905 ../admin/general_options.php:92
407
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
408
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
409
  msgid "Save Changes"
410
  msgstr "Guardar Cambios"
411
 
412
+ #: ../helper.php:1005
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
+ #: ../helper.php:1034
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Ajustes"
420
 
421
+ #: ../helper.php:1044
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
+ #: ../helper.php:1046
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
430
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
433
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
434
  #, fuzzy, php-format
435
  msgid ""
485
  "style&gt;)"
486
 
487
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
488
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
489
  #: ../admin/like_buttons.php:809
490
  #, fuzzy
491
  msgid "Instagram Shoutout"
492
  msgstr "Instagram"
493
 
494
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
495
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
496
  #: ../admin/like_buttons.php:811
497
  msgid ""
498
  "If you can send (to hello@heateor.com) how this plugin is helping your "
631
 
632
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
633
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
634
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
635
  #: ../admin/like_buttons.php:770
636
  msgid "Shortcode & Widget"
637
  msgstr "Widgets y Shortcodes"
642
 
643
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
644
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
645
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
646
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
647
  msgid "FAQ"
648
  msgstr "FAQ"
876
  msgid "Url to share"
877
  msgstr "Url para compartir"
878
 
879
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
880
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
881
  #: ../inc/widget.php:945
882
  msgid "Title"
883
  msgstr "Título"
966
  msgstr "Ubicación"
967
 
968
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
969
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
970
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
971
  msgid "Homepage"
972
  msgstr "Página de Inicio"
1243
  msgid "Required only to track Facebook share count"
1244
  msgstr ""
1245
 
1246
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1247
  msgid "Facebook App ID"
1248
  msgstr "Facebook App ID"
1249
 
1257
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1258
  "para conseguir tu Facebook App ID"
1259
 
1260
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1261
  #, fuzzy
1262
  msgid "Facebook App Secret"
1263
  msgstr "Facebook App ID"
1449
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1450
 
1451
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1452
+ #: ../admin/social_login.php:1230
1453
  msgid ""
1454
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1455
  "an online website for the plugin to function properly."
1506
  msgstr ""
1507
 
1508
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1509
+ #: ../admin/social_login.php:1237
1510
  msgid "Why is my browser blocking some features of the plugin?"
1511
  msgstr ""
1512
 
1831
  msgid "Advanced Configuration"
1832
  msgstr "Configuración básica"
1833
 
1834
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1835
  msgid "GDPR"
1836
  msgstr ""
1837
 
1838
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1839
  msgid "XProfile Integration"
1840
  msgstr ""
1841
 
1900
  msgid "Steam"
1901
  msgstr ""
1902
 
1903
+ #: ../admin/social_login.php:131
1904
+ msgid "Line"
1905
+ msgstr ""
1906
+
1907
  #: ../admin/social_login.php:135
1908
+ msgid "Windows Live"
1909
+ msgstr ""
1910
+
1911
+ #: ../admin/social_login.php:143
1912
  msgid "Select Social ID provider to enable in Social Login"
1913
  msgstr ""
1914
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1915
  "redes sociales"
1916
 
1917
+ #: ../admin/social_login.php:160
1918
  #, php-format
1919
  msgid ""
1920
  "Required for Facebook Social Login to work. Please follow the documentation "
1924
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1925
  "para conseguir tu Facebook App ID"
1926
 
1927
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
1928
  #, fuzzy
1929
  msgid ""
1930
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1932
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1933
  "mencionado"
1934
 
1935
+ #: ../admin/social_login.php:181
1936
  #, fuzzy, php-format
1937
  msgid ""
1938
  "Required for Facebook Social Login to work. Please follow the documentation "
1942
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1943
  "para conseguir tu Facebook App ID"
1944
 
1945
+ #: ../admin/social_login.php:192
1946
  msgid "Twitter API Key"
1947
  msgstr "Twitter API Key"
1948
 
1949
+ #: ../admin/social_login.php:202
1950
  #, php-format
1951
  msgid ""
1952
  "Required for Twitter Social Login to work. Please follow the documentation "
1956
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1957
  "conseguir tu Twitter Key"
1958
 
1959
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
1960
  #, fuzzy
1961
  msgid ""
1962
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1964
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1965
  "enlace mencionado"
1966
 
1967
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
1968
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
1969
  #, fuzzy
1970
  msgid ""
1971
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1974
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1975
  "enlace mencionado"
1976
 
1977
+ #: ../admin/social_login.php:217
1978
  msgid "Twitter API Secret"
1979
  msgstr "Twitter API Secret"
1980
 
1981
+ #: ../admin/social_login.php:227
1982
  #, php-format
1983
  msgid ""
1984
  "Required for Twitter Social Login to work. Please follow the documentation "
1988
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1989
  "conseguir tu Twitter API Secret"
1990
 
1991
+ #: ../admin/social_login.php:242
1992
  #, fuzzy
1993
  msgid "LinkedIn Client ID"
1994
  msgstr "LinkedIn"
1995
 
1996
+ #: ../admin/social_login.php:252
1997
  #, fuzzy, php-format
1998
  msgid ""
1999
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2003
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2004
  "para conseguir tu LinkedIn API Key"
2005
 
2006
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
2007
  #, fuzzy
2008
  msgid ""
2009
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2012
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2013
  "mencionado"
2014
 
2015
+ #: ../admin/social_login.php:263
2016
  #, fuzzy
2017
  msgid "LinkedIn Client Secret"
2018
  msgstr "LinkedIn"
2019
 
2020
+ #: ../admin/social_login.php:273
2021
  #, fuzzy, php-format
2022
  msgid ""
2023
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2028
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2029
  "para conseguir tu LinkedIn API Key"
2030
 
2031
+ #: ../admin/social_login.php:284
2032
  #, fuzzy
2033
  msgid "Google Client ID"
2034
  msgstr "Google+ Client ID"
2035
 
2036
+ #: ../admin/social_login.php:294
2037
  #, fuzzy, php-format
2038
  msgid ""
2039
  "Required for Google Social Login to work. Please follow the documentation at "
2043
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2044
  "para conseguir tu GooglePlus Client ID"
2045
 
2046
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
2047
  #, fuzzy
2048
  msgid ""
2049
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2052
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2053
  "mencionado"
2054
 
2055
+ #: ../admin/social_login.php:305
2056
  #, fuzzy
2057
  msgid "Google Client Secret"
2058
  msgstr "Google+ Client ID"
2059
 
2060
+ #: ../admin/social_login.php:315
2061
  #, fuzzy, php-format
2062
  msgid ""
2063
  "Required for Google Social Login to work. Please follow the documentation at "
2067
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2068
  "para conseguir tu GooglePlus Client ID"
2069
 
2070
+ #: ../admin/social_login.php:326
2071
  msgid "Vkontakte Application ID"
2072
  msgstr "Vkontakte Application ID"
2073
 
2074
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
2075
  #, php-format
2076
  msgid ""
2077
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2082
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2083
  "para conseguir tu Vkontakte Application ID"
2084
 
2085
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
2086
  #, fuzzy
2087
  msgid ""
2088
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2091
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2092
  "enlace mencionado"
2093
 
2094
+ #: ../admin/social_login.php:347
2095
  #, fuzzy
2096
  msgid "Vkontakte Secure key"
2097
  msgstr "Vkontakte"
2098
 
2099
+ #: ../admin/social_login.php:368
2100
  msgid "Instagram Client ID"
2101
  msgstr "Instagram Client ID"
2102
 
2103
+ #: ../admin/social_login.php:378
2104
  #, php-format
2105
  msgid ""
2106
  "Required for Instagram Social Login to work. Please follow the documentation "
2110
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2111
  "para conseguir tu Instagram Client ID"
2112
 
2113
+ #: ../admin/social_login.php:380
2114
  #, fuzzy
2115
  msgid ""
2116
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2119
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2120
  "enlace mencionado"
2121
 
2122
+ #: ../admin/social_login.php:389
2123
+ msgid "Line Channel ID"
2124
+ msgstr ""
2125
+
2126
+ #: ../admin/social_login.php:398
2127
+ #, fuzzy, php-format
2128
+ msgid ""
2129
+ "Required for Line Social Login to work. Please follow the documentation at "
2130
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2131
+ msgstr ""
2132
+ "Requerido para que funcione el ingreso a través de LinkedIn. Por favor, "
2133
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2134
+ "para conseguir tu LinkedIn API Key"
2135
+
2136
+ #: ../admin/social_login.php:409
2137
+ #, fuzzy
2138
+ msgid "Line Channel Secret"
2139
+ msgstr "LinkedIn"
2140
+
2141
+ #: ../admin/social_login.php:418
2142
+ #, fuzzy, php-format
2143
+ msgid ""
2144
+ "Required for Line Social Login to work. Please follow the documentation at "
2145
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2146
+ msgstr ""
2147
+ "Requerido para que funcione el ingreso a través de LinkedIn. Por favor, "
2148
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2149
+ "para conseguir tu LinkedIn API Key"
2150
+
2151
+ #: ../admin/social_login.php:429
2152
+ #, fuzzy
2153
+ msgid "Microsoft Client ID"
2154
+ msgstr "Google+ Client ID"
2155
+
2156
+ #: ../admin/social_login.php:438
2157
+ #, fuzzy, php-format
2158
+ msgid ""
2159
+ "Required for Live Social Login to work. Please follow the documentation at "
2160
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2161
+ msgstr ""
2162
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2163
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2164
+ "para conseguir tu GooglePlus Client ID"
2165
+
2166
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
2167
+ #, fuzzy
2168
+ msgid ""
2169
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2170
+ "the link"
2171
+ msgstr ""
2172
+ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2173
+ "mencionado"
2174
+
2175
+ #: ../admin/social_login.php:449
2176
+ #, fuzzy
2177
+ msgid "Microsoft Client Secret"
2178
+ msgstr "Google+ Client ID"
2179
+
2180
+ #: ../admin/social_login.php:458
2181
+ #, fuzzy, php-format
2182
+ msgid ""
2183
+ "Required for Live Social Login to work. Please follow the documentation at "
2184
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2185
+ "Secret key"
2186
+ msgstr ""
2187
+ "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2188
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2189
+ "para conseguir tu GooglePlus Client ID"
2190
+
2191
+ #: ../admin/social_login.php:468
2192
  #, fuzzy
2193
  msgid "Steam API Key"
2194
  msgstr "Twitter API Key"
2195
 
2196
+ #: ../admin/social_login.php:477
2197
  #, fuzzy, php-format
2198
  msgid ""
2199
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2203
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2204
  "conseguir tu Twitter Key"
2205
 
2206
+ #: ../admin/social_login.php:478
2207
  #, fuzzy
2208
  msgid "Save following <strong>domain</strong> to get the key"
2209
  msgstr ""
2210
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2211
  "enlace mencionado"
2212
 
2213
+ #: ../admin/social_login.php:494
2214
  #, fuzzy
2215
  msgid "Social Login Options"
2216
  msgstr "Ingreso a través de redes sociales"
2217
 
2218
+ #: ../admin/social_login.php:509
2219
  msgid "Text to display above the Social Login interface"
2220
  msgstr ""
2221
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2222
 
2223
+ #: ../admin/social_login.php:517
2224
  msgid "Trigger social login in the same browser tab"
2225
  msgstr ""
2226
 
2227
+ #: ../admin/social_login.php:527
2228
  msgid "Trigger social login in the same browser tab instead of a popup window"
2229
  msgstr ""
2230
 
2231
+ #: ../admin/social_login.php:534
2232
  #, fuzzy
2233
  msgid "Center align icons"
2234
  msgstr "Reorganizar iconos"
2235
 
2236
+ #: ../admin/social_login.php:544
2237
  #, fuzzy
2238
  msgid "Center align social login icons"
2239
  msgstr "Ingreso a través de redes sociales"
2240
 
2241
+ #: ../admin/social_login.php:551
2242
  msgid "Enable at login page"
2243
  msgstr "Permitir Página de Ingreso"
2244
 
2245
+ #: ../admin/social_login.php:561
2246
  msgid ""
2247
  "Social Login interface will get enabled at the login page of your website"
2248
  msgstr ""
2249
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2250
  "acceso de tu sitio web"
2251
 
2252
+ #: ../admin/social_login.php:568
2253
  msgid "Enable at register page"
2254
  msgstr "Permitir Página de Registro"
2255
 
2256
+ #: ../admin/social_login.php:578
2257
  msgid ""
2258
  "Social Login interface will get enabled at the registration page of your "
2259
  "website"
2261
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2262
  "registro de tu sitio web"
2263
 
2264
+ #: ../admin/social_login.php:585
2265
  msgid "Enable at comment form"
2266
  msgstr "Permitir el formulario de comentarios"
2267
 
2268
+ #: ../admin/social_login.php:595
2269
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2270
  msgstr ""
2271
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2272
  "de Comentario de tu WordPress"
2273
 
2274
+ #: ../admin/social_login.php:609
2275
  msgid "Enable before WooCommerce Customer Login Form"
2276
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2277
 
2278
+ #: ../admin/social_login.php:619
2279
  msgid ""
2280
  "Social Login Interface will get enabled before the customer login form at "
2281
  "WooCommerce My Account page"
2283
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2284
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2285
 
2286
+ #: ../admin/social_login.php:626
2287
  #, fuzzy
2288
  msgid "Enable at WooCommerce Customer Login Form"
2289
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2290
 
2291
+ #: ../admin/social_login.php:636
2292
  #, fuzzy
2293
  msgid ""
2294
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2297
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2298
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2299
 
2300
+ #: ../admin/social_login.php:643
2301
  #, fuzzy
2302
  msgid "Enable at WooCommerce Customer Register Form"
2303
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2304
 
2305
+ #: ../admin/social_login.php:653
2306
  #, fuzzy
2307
  msgid ""
2308
  "Integrate Social Login Interface with the customer register form at "
2311
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2312
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2313
 
2314
+ #: ../admin/social_login.php:660
2315
  msgid "Enable at WooCommerce checkout page"
2316
  msgstr "Permitir en la página de checkout de WooCommerce"
2317
 
2318
+ #: ../admin/social_login.php:670
2319
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2320
  msgstr ""
2321
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2322
  "checkout de WooCommerce"
2323
 
2324
+ #: ../admin/social_login.php:680
2325
  msgid "Auto-approve comments made by Social Login users"
2326
  msgstr ""
2327
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2328
  "través de redes sociales"
2329
 
2330
+ #: ../admin/social_login.php:690
2331
  msgid ""
2332
  "If this option is enabled, and WordPress comment is made by Social Login "
2333
  "user, comment will get approved immediately without keeping in moderation."
2336
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2337
  "inmediato sin necesidad de moderación."
2338
 
2339
+ #: ../admin/social_login.php:691
2340
  msgid "Note: This is not related to Facebook comments"
2341
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2342
 
2343
+ #: ../admin/social_login.php:700
2344
  msgid "Enable social avatar"
2345
  msgstr "Permitir avatar social"
2346
 
2347
+ #: ../admin/social_login.php:710
2348
  msgid ""
2349
  "Social profile pictures of the logged in user will be displayed as profile "
2350
  "avatar"
2352
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2353
  "avatar de perfil"
2354
 
2355
+ #: ../admin/social_login.php:719
2356
  msgid "Avatar quality"
2357
  msgstr "Calidad del avatar"
2358
 
2359
+ #: ../admin/social_login.php:722
2360
  msgid "Average"
2361
  msgstr "Media"
2362
 
2363
+ #: ../admin/social_login.php:723
2364
  msgid "Best"
2365
  msgstr "Alta"
2366
 
2367
+ #: ../admin/social_login.php:730
2368
  msgid "Choose avatar quality"
2369
  msgstr "Elegir la calidad del avatar"
2370
 
2371
+ #: ../admin/social_login.php:738
2372
  msgid ""
2373
  "Show option for users to update social avatar at BuddyPress profile page"
2374
  msgstr ""
2375
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2376
  "página de perfil de BuddyPress"
2377
 
2378
+ #: ../admin/social_login.php:748
2379
  msgid ""
2380
  "If enabled, users would be able to update their social avatar from \"Profile "
2381
  "photo\" section in BuddyPress profile at front-end"
2383
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2384
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2385
 
2386
+ #: ../admin/social_login.php:768
2387
  msgid ""
2388
  "If enabled and Social ID provider does not provide user's email address on "
2389
  "login, user will be asked to provide his/her email address. Otherwise, a "
2393
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2394
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2395
 
2396
+ #: ../admin/social_login.php:776
2397
  msgid "Send post-registration email to user to set account password"
2398
  msgstr ""
2399
 
2400
+ #: ../admin/social_login.php:786
2401
  msgid ""
2402
  "If enabled, an email will be sent to user after registration through Social "
2403
  "Login, regarding his/her login credentials (username-password to be able to "
2407
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2408
  "poder iniciar sesión a través del formulario de acceso tradicional"
2409
 
2410
+ #: ../admin/social_login.php:793
2411
  #, fuzzy
2412
  msgid "Send new user registration notification email to admin"
2413
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2414
 
2415
+ #: ../admin/social_login.php:803
2416
  #, fuzzy
2417
  msgid ""
2418
  "If enabled, an email will be sent to admin after new user registers through "
2422
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2423
  "poder iniciar sesión a través del formulario de acceso tradicional"
2424
 
2425
+ #: ../admin/social_login.php:810
2426
  msgid "Login redirection"
2427
  msgstr "Redirección de Ingreso"
2428
 
2429
+ #: ../admin/social_login.php:814
2430
  msgid "Same page where user logged in"
2431
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2432
 
2433
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2434
  msgid "Account dashboard"
2435
  msgstr "Panel de cuenta de usuario"
2436
 
2437
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2438
  msgid "BuddyPress profile page"
2439
  msgstr "Página de perfil de BuddyPress"
2440
 
2441
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2442
  msgid "Custom Url"
2443
  msgstr "Url personalizada"
2444
 
2445
+ #: ../admin/social_login.php:832
2446
  msgid "User will be redirected to the selected page after Social Login"
2447
  msgstr ""
2448
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2449
 
2450
+ #: ../admin/social_login.php:839
2451
  msgid "Registration redirection"
2452
  msgstr "Redirección de Registro"
2453
 
2454
+ #: ../admin/social_login.php:843
2455
  msgid "Same page from where user registered"
2456
  msgstr "La misma página en la que el usuario se ha registrado"
2457
 
2458
+ #: ../admin/social_login.php:861
2459
  msgid ""
2460
  "User will be redirected to the selected page after registration (first "
2461
  "Social Login) through Social Login"
2463
  "El usuario será redirigido a la página seleccionada después de su registro "
2464
  "(en su primer inicio de sesión) a través de la red social"
2465
 
2466
+ #: ../admin/social_login.php:870
2467
  #, fuzzy
2468
  msgid "Social Account Linking Options"
2469
  msgstr "Comentarios en redes sociales"
2470
 
2471
+ #: ../admin/social_login.php:885
2472
  #, fuzzy
2473
  msgid "Text to display above the Social Account Linking interface"
2474
  msgstr ""
2475
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2476
 
2477
+ #: ../admin/social_login.php:892
2478
  #, fuzzy
2479
  msgid ""
2480
  "Link social account to already existing account, if email address matches"
2482
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2483
  "web "
2484
 
2485
+ #: ../admin/social_login.php:902
2486
  msgid ""
2487
  "If email address of the user's Social Account matches with an already "
2488
  "existing account at your website, that social account will be linked to "
2490
  "Linking interface at their profile page."
2491
  msgstr ""
2492
 
2493
+ #: ../admin/social_login.php:910
2494
  msgid "Enable social account linking at BuddyPress profile page"
2495
  msgstr ""
2496
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2497
 
2498
+ #: ../admin/social_login.php:920
2499
  msgid ""
2500
  "Enable this option to show social account linking interface at BuddyPress "
2501
  "profile page"
2503
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2504
  "la página de perfil de BuddyPress"
2505
 
2506
+ #: ../admin/social_login.php:931
2507
  msgid "Email popup options"
2508
  msgstr "Opciones de popup del Email"
2509
 
2510
+ #: ../admin/social_login.php:936
2511
  msgid "Text on 'Email required' popup"
2512
  msgstr "Texto del popup 'Email requerido'"
2513
 
2514
+ #: ../admin/social_login.php:946
2515
  msgid ""
2516
  "This text will be displayed on email required popup. Leave empty if not "
2517
  "required."
2519
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2520
  "no es necesario."
2521
 
2522
+ #: ../admin/social_login.php:954
2523
  msgid "Error message for 'Email required' popup"
2524
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2525
 
2526
+ #: ../admin/social_login.php:964
2527
  msgid ""
2528
  "This message will be displayed to user if it provides invalid or already "
2529
  "registered email"
2531
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2532
  "registrado"
2533
 
2534
+ #: ../admin/social_login.php:972
2535
  msgid "Email popup height"
2536
  msgstr "Altura del popup del Email"
2537
 
2538
+ #: ../admin/social_login.php:982
2539
  msgid ""
2540
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2541
  "can increase the height of popup by specifying in this option. Leave empty "
2545
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2546
  "opción. Déjala en blanco para la altura por defecto."
2547
 
2548
+ #: ../admin/social_login.php:989
2549
  msgid "Enable email verification"
2550
  msgstr "Activar verificación por email"
2551
 
2552
+ #: ../admin/social_login.php:999
2553
  msgid ""
2554
  "If enabled, email provided by the user will be verified by sending a "
2555
  "confirmation link to that email. User would not be able to login without "
2559
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2560
  "pulsar este enlace"
2561
 
2562
+ #: ../admin/social_login.php:1019
2563
  #, fuzzy
2564
  msgid "Enable GDPR opt-in"
2565
  msgstr "Permitir Comentarios de Disqus"
2566
 
2567
+ #: ../admin/social_login.php:1029
2568
  msgid ""
2569
  "Enable it to show GDPR opt-in for social login and social account linking"
2570
  msgstr ""
2571
 
2572
+ #: ../admin/social_login.php:1037
2573
  #, fuzzy
2574
  msgid "Placement of GDPR opt-in"
2575
  msgstr "Permitir Comentarios de Disqus"
2576
 
2577
+ #: ../admin/social_login.php:1041
2578
  #, fuzzy
2579
  msgid "Above Social Login icons"
2580
  msgstr "Ingreso a través de redes sociales"
2581
 
2582
+ #: ../admin/social_login.php:1043
2583
  #, fuzzy
2584
  msgid "Below Social Login icons"
2585
  msgstr "Ingreso a través de redes sociales"
2586
 
2587
+ #: ../admin/social_login.php:1049
2588
  #, fuzzy
2589
  msgid "Placement of GDPR opt-in above or below the social login icons"
2590
  msgstr ""
2591
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2592
 
2593
+ #: ../admin/social_login.php:1056
2594
  msgid "Opt-in text"
2595
  msgstr ""
2596
 
2597
+ #: ../admin/social_login.php:1066
2598
  #, fuzzy
2599
  msgid "Text for the GDPR opt-in"
2600
  msgstr "Permitir Comentarios de Disqus"
2601
 
2602
+ #: ../admin/social_login.php:1073
2603
  msgid "Text to link to Terms-Conditions page"
2604
  msgstr ""
2605
 
2606
+ #: ../admin/social_login.php:1083
2607
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2608
  msgstr ""
2609
 
2610
+ #: ../admin/social_login.php:1090
2611
  msgid "Terms-Conditions Url"
2612
  msgstr ""
2613
 
2614
+ #: ../admin/social_login.php:1100
2615
  #, fuzzy
2616
  msgid "Url of the terms-conditions page of your website"
2617
  msgstr "Url de la página de inicio de tu sitio web"
2618
 
2619
+ #: ../admin/social_login.php:1107
2620
  msgid "Text to link to Privacy Policy page"
2621
  msgstr ""
2622
 
2623
+ #: ../admin/social_login.php:1117
2624
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2625
  msgstr ""
2626
 
2627
+ #: ../admin/social_login.php:1124
2628
  msgid "Privacy Policy Url"
2629
  msgstr ""
2630
 
2631
+ #: ../admin/social_login.php:1134
2632
  #, fuzzy
2633
  msgid "Url of the privacy policy page of your website"
2634
  msgstr "Url de la página de inicio de tu sitio web"
2635
 
2636
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2637
  #: ../inc/widget.php:602 ../inc/widget.php:750
2638
  msgid "Select"
2639
  msgstr "Seleccionar"
2640
 
2641
+ #: ../admin/social_login.php:1216
2642
  msgid "Social Login Shortcode & Widget"
2643
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2644
 
2645
+ #: ../admin/social_login.php:1217
2646
  msgid "Social Linking Shortcode"
2647
  msgstr "Shortcode para enlace a través de redes sociales"
2648
 
2649
+ #: ../admin/social_login.php:1232
2650
  msgid "Why is social login not working?"
2651
  msgstr ""
2652
 
2653
+ #: ../admin/social_login.php:1233
2654
  msgid ""
2655
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2656
  "belong to the same app"
2657
  msgstr ""
2658
 
2659
+ #: ../admin/social_login.php:1235
2660
  msgid "Social Login not working with Varnish enabled"
2661
  msgstr ""
2662
 
2663
+ #: ../admin/social_login.php:1236
2664
  msgid ""
2665
  "Why the user is not appearing logged in even after Social Login until the "
2666
  "webpage is refreshed manually?"
2902
  msgid "Providers not selected"
2903
  msgstr "Redes sociales no seleccionadas"
2904
 
2905
+ #: ../inc/social_login.php:720
2906
  msgid "Email"
2907
  msgstr ""
2908
 
2909
+ #: ../inc/social_login.php:721
2910
  msgid "Confirm email"
2911
  msgstr ""
2912
 
2913
+ #: ../inc/social_login.php:723
2914
  msgid "Save"
2915
  msgstr ""
2916
 
2917
+ #: ../inc/social_login.php:724
2918
  msgid "Cancel"
2919
  msgstr ""
2920
 
2921
+ #: ../inc/social_login.php:798
2922
  #, fuzzy
2923
  msgid "Email Verification"
2924
  msgstr "Activar verificación por email"
2925
 
2926
+ #: ../inc/social_login.php:800
2927
  msgid ""
2928
  "Please click on the following link or paste it in browser to verify your "
2929
  "email"
3252
  #~ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</"
3253
  #~ "a> para conseguir tu Twitter Key"
3254
 
 
 
 
 
 
 
 
 
3255
  #, fuzzy
3256
  #~ msgid "Twitch Client Secret"
3257
  #~ msgstr "Instagram Client ID"
3368
  #~ msgid "Select providers"
3369
  #~ msgstr "Seleccionar redes sociales"
3370
 
 
 
 
 
3371
  #~ msgid "You are already connected with"
3372
  #~ msgstr "Ya estás conectado con"
3373
 
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
- "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:339
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:343 ../super_socializer.php:357
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:353
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:521
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
- #: ../super_socializer.php:549
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
- #: ../super_socializer.php:552
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
- #: ../super_socializer.php:555
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,145 +65,145 @@ msgstr ""
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
- #: ../super_socializer.php:737 ../helper.php:972
69
  msgid "Please verify your email address to login."
70
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
71
 
72
- #: ../super_socializer.php:737
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
75
 
76
- #: ../super_socializer.php:741
77
  msgid "Notification"
78
  msgstr "Értesítés"
79
 
80
- #: ../super_socializer.php:759 ../admin/social_login.php:672
81
  msgid "Email required"
82
  msgstr "E-mail cím szükséges"
83
 
84
- #: ../super_socializer.php:762
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
87
 
88
- #: ../super_socializer.php:840
89
  msgid "Leave a reply"
90
  msgstr "Válaszolj"
91
 
92
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
93
  msgid "Shares"
94
  msgstr ""
95
 
96
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
97
  msgid "Share"
98
  msgstr ""
99
 
100
- #: ../super_socializer.php:856
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
- #: ../super_socializer.php:1102
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
- #: ../super_socializer.php:1170 ../helper.php:894
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
- #: ../super_socializer.php:1173
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
- #: ../super_socializer.php:1177
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
- #: ../super_socializer.php:1181 ../helper.php:897
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
- #: ../super_socializer.php:1185 ../helper.php:898
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
- #: ../super_socializer.php:1262
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1263
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
147
 
148
- #: ../super_socializer.php:1268
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
151
 
152
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
153
  msgid "Link your social account to login to your account at this website"
154
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
155
 
156
- #: ../super_socializer.php:1520
157
  msgid "Thanks for installing Super Socializer plugin"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1522
161
  msgid "Configure the Plugin"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1533
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socializer"
168
  msgstr ""
169
 
170
- #: ../super_socializer.php:1542
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socializer"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1551
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socializer"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1560
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socializer"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:1569
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socializer"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:1580
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1595
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
- #: ../super_socializer.php:1619
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -211,14 +211,14 @@ msgid ""
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
215
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
216
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
217
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
218
  msgid "Okay"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1644
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -226,7 +226,7 @@ msgid ""
226
  "\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1669
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -234,7 +234,7 @@ msgid ""
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1694
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -242,13 +242,13 @@ msgid ""
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1705
246
  #, php-format
247
  msgid ""
248
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1727
252
  #, php-format
253
  msgid ""
254
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -256,7 +256,7 @@ msgid ""
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1755
260
  #, php-format
261
  msgid ""
262
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -265,7 +265,7 @@ msgid ""
265
  "your website %s with them. No need to copy-paste any code from their website."
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1782
269
  #, php-format
270
  msgid ""
271
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -273,7 +273,7 @@ msgid ""
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:1807
277
  #, php-format
278
  msgid ""
279
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -281,11 +281,11 @@ msgid ""
281
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
285
  msgid "Dismiss"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1833
289
  #, php-format
290
  msgid ""
291
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -294,17 +294,7 @@ msgid ""
294
  "that, clear share counts cache from \"Miscellaneous\" section"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1859
298
- #, php-format
299
- msgid ""
300
- "Your website visitors will see a popup notification (only once) if their "
301
- "browsers block any of the features of the plugin so that they can change "
302
- "their browser settings to unblock these. You can turn it OFF by disabling "
303
- "\"Show popup notification to users if their browsers block the plugin "
304
- "features\" option <a href=\"%s\">here</a>"
305
- msgstr ""
306
-
307
- #: ../super_socializer.php:2038
308
  msgid ""
309
  "Your browser is blocking some features of this website. Please follow the "
310
  "instructions at {support_url} to unblock these."
@@ -348,98 +338,103 @@ msgstr "Fiók kapcsolása sikeres"
348
  msgid "Account already exists or linked"
349
  msgstr "Fiók már létezik, vagy össze van kötve"
350
 
351
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
 
352
  msgid "Currently"
353
  msgstr "Jelenleg"
354
 
355
- #: ../helper.php:623 ../helper.php:629
356
  msgid "Connected with"
357
  msgstr ""
358
 
359
- #: ../helper.php:623 ../helper.php:629
360
  msgid "Remove"
361
  msgstr "Eltávolítás"
362
 
363
- #: ../helper.php:700
364
  #, fuzzy
365
  msgid "Social Account Linking"
366
  msgstr "Közösségi Hozzászólás"
367
 
368
- #: ../helper.php:750
369
  #, fuzzy
370
  msgid "Disable Standard Social Sharing on this "
371
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
372
 
373
- #: ../helper.php:755
374
  #, fuzzy
375
  msgid "Disable Floating Social Sharing on this "
376
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
377
 
378
- #: ../helper.php:760
379
  #, fuzzy
380
  msgid "Disable Standard like buttons on this "
381
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
382
 
383
- #: ../helper.php:765
384
  #, fuzzy
385
  msgid "Disable Floating like buttons on this "
386
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
387
 
388
- #: ../helper.php:770
389
  msgid "Disable Social Commenting on this "
390
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
391
 
392
- #: ../helper.php:779
393
  #, fuzzy
394
  msgid "Standard Sharing Interface"
395
  msgstr "Megosztási Felület"
396
 
397
- #: ../helper.php:785 ../helper.php:804
398
  msgid "Starting share count for "
399
  msgstr "Megosztás számok kezdése ehhez"
400
 
401
- #: ../helper.php:798
402
  #, fuzzy
403
  msgid "Floating Sharing Interface"
404
  msgstr "Megosztási Felület"
405
 
406
- #: ../helper.php:901
407
  #, fuzzy
408
  msgid "Small Avatar"
409
  msgstr "Kis Avatar URL"
410
 
411
- #: ../helper.php:905
412
  #, fuzzy
413
  msgid "Large Avatar"
414
  msgstr "Cél Url"
415
 
416
- #: ../helper.php:909 ../admin/general_options.php:92
417
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
418
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
419
  msgid "Save Changes"
420
  msgstr "Változások Mentése"
421
 
422
- #: ../helper.php:1009
423
  msgid "Click to delete social profile data"
424
  msgstr ""
425
 
426
- #: ../helper.php:1038
427
  #, fuzzy
428
  msgid "Deleting"
429
  msgstr "Beállítások"
430
 
431
- #: ../helper.php:1048
432
  msgid "Deleted"
433
  msgstr ""
434
 
435
- #: ../helper.php:1050
436
  msgid "Something bad happened"
437
  msgstr ""
438
 
439
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
440
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
441
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
442
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
443
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
444
  #, fuzzy, php-format
445
  msgid ""
@@ -494,14 +489,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
494
  msgstr ""
495
 
496
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
497
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
498
  #: ../admin/like_buttons.php:809
499
  #, fuzzy
500
  msgid "Instagram Shoutout"
501
  msgstr "Instagram"
502
 
503
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
504
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
505
  #: ../admin/like_buttons.php:811
506
  msgid ""
507
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -645,7 +640,7 @@ msgstr ""
645
 
646
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
647
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
648
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
649
  #: ../admin/like_buttons.php:770
650
  msgid "Shortcode & Widget"
651
  msgstr "Shortcode és Widget"
@@ -656,7 +651,7 @@ msgstr "Hibamegoldó"
656
 
657
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
658
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
659
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
660
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
661
  msgid "FAQ"
662
  msgstr "GYIK"
@@ -901,8 +896,8 @@ msgstr "Egyedi URL"
901
  msgid "Url to share"
902
  msgstr "Megosztás Url-je"
903
 
904
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
905
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
906
  #: ../inc/widget.php:945
907
  msgid "Title"
908
  msgstr "Cím"
@@ -990,7 +985,7 @@ msgid "Placement"
990
  msgstr ""
991
 
992
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
993
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
994
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
995
  msgid "Homepage"
996
  msgstr "Kezdő oldal"
@@ -1250,7 +1245,7 @@ msgstr ""
1250
  msgid "Required only to track Facebook share count"
1251
  msgstr ""
1252
 
1253
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1254
  msgid "Facebook App ID"
1255
  msgstr "Facebook App ID"
1256
 
@@ -1264,7 +1259,7 @@ msgstr ""
1264
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1265
  "App ID beszerzéshez"
1266
 
1267
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1268
  #, fuzzy
1269
  msgid "Facebook App Secret"
1270
  msgstr "Facebook App ID"
@@ -1454,7 +1449,7 @@ msgstr ""
1454
  "tökéletesen) a szöveges mezőben:"
1455
 
1456
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1457
- #: ../admin/social_login.php:1144
1458
  msgid ""
1459
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1460
  "an online website for the plugin to function properly."
@@ -1509,7 +1504,7 @@ msgid ""
1509
  msgstr ""
1510
 
1511
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1512
- #: ../admin/social_login.php:1151
1513
  msgid "Why is my browser blocking some features of the plugin?"
1514
  msgstr ""
1515
 
@@ -1830,11 +1825,11 @@ msgstr "Alap Beállítások"
1830
  msgid "Advanced Configuration"
1831
  msgstr "Alap Beállítások"
1832
 
1833
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1834
  msgid "GDPR"
1835
  msgstr ""
1836
 
1837
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1838
  msgid "XProfile Integration"
1839
  msgstr ""
1840
 
@@ -1901,11 +1896,19 @@ msgstr "Instagram"
1901
  msgid "Steam"
1902
  msgstr ""
1903
 
 
 
 
 
1904
  #: ../admin/social_login.php:135
 
 
 
 
1905
  msgid "Select Social ID provider to enable in Social Login"
1906
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1907
 
1908
- #: ../admin/social_login.php:152
1909
  #, php-format
1910
  msgid ""
1911
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1915,7 +1918,7 @@ msgstr ""
1915
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1916
  "App ID beszerzéshez"
1917
 
1918
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
1919
  #, fuzzy
1920
  msgid ""
1921
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1923,7 +1926,7 @@ msgstr ""
1923
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1924
  "linken"
1925
 
1926
- #: ../admin/social_login.php:173
1927
  #, fuzzy, php-format
1928
  msgid ""
1929
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1933,11 +1936,11 @@ msgstr ""
1933
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1934
  "App ID beszerzéshez"
1935
 
1936
- #: ../admin/social_login.php:184
1937
  msgid "Twitter API Key"
1938
  msgstr "Twitter API Key"
1939
 
1940
- #: ../admin/social_login.php:194
1941
  #, php-format
1942
  msgid ""
1943
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1947,7 +1950,7 @@ msgstr ""
1947
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1948
  "API Key beszerzéshez"
1949
 
1950
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
1951
  #, fuzzy
1952
  msgid ""
1953
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1955,7 +1958,8 @@ msgstr ""
1955
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1956
  "linken"
1957
 
1958
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
1959
  #, fuzzy
1960
  msgid ""
1961
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1964,11 +1968,11 @@ msgstr ""
1964
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1965
  "fenti linken"
1966
 
1967
- #: ../admin/social_login.php:209
1968
  msgid "Twitter API Secret"
1969
  msgstr "Twitter API Secret"
1970
 
1971
- #: ../admin/social_login.php:219
1972
  #, php-format
1973
  msgid ""
1974
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1978,12 +1982,12 @@ msgstr ""
1978
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1979
  "API Secret beszerzéséhez"
1980
 
1981
- #: ../admin/social_login.php:234
1982
  #, fuzzy
1983
  msgid "LinkedIn Client ID"
1984
  msgstr "LinkedIn"
1985
 
1986
- #: ../admin/social_login.php:244
1987
  #, fuzzy, php-format
1988
  msgid ""
1989
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1993,7 +1997,7 @@ msgstr ""
1993
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1994
  "API Key beszerzéshez"
1995
 
1996
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
1997
  #, fuzzy
1998
  msgid ""
1999
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2002,12 +2006,12 @@ msgstr ""
2002
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2003
  "linken"
2004
 
2005
- #: ../admin/social_login.php:255
2006
  #, fuzzy
2007
  msgid "LinkedIn Client Secret"
2008
  msgstr "LinkedIn"
2009
 
2010
- #: ../admin/social_login.php:265
2011
  #, fuzzy, php-format
2012
  msgid ""
2013
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2018,12 +2022,12 @@ msgstr ""
2018
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2019
  "API Key beszerzéshez"
2020
 
2021
- #: ../admin/social_login.php:276
2022
  #, fuzzy
2023
  msgid "Google Client ID"
2024
  msgstr "Google+ Client ID"
2025
 
2026
- #: ../admin/social_login.php:286
2027
  #, fuzzy, php-format
2028
  msgid ""
2029
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2033,7 +2037,7 @@ msgstr ""
2033
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2034
  "GooglePlus Client ID beszerzéshez"
2035
 
2036
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
2037
  #, fuzzy
2038
  msgid ""
2039
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2042,12 +2046,12 @@ msgstr ""
2042
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2043
  "linken"
2044
 
2045
- #: ../admin/social_login.php:297
2046
  #, fuzzy
2047
  msgid "Google Client Secret"
2048
  msgstr "Google+ Client ID"
2049
 
2050
- #: ../admin/social_login.php:307
2051
  #, fuzzy, php-format
2052
  msgid ""
2053
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2057,11 +2061,11 @@ msgstr ""
2057
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2058
  "GooglePlus Client ID beszerzéshez"
2059
 
2060
- #: ../admin/social_login.php:318
2061
  msgid "Vkontakte Application ID"
2062
  msgstr "Vkontakte Application ID"
2063
 
2064
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
2065
  #, php-format
2066
  msgid ""
2067
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2072,7 +2076,7 @@ msgstr ""
2072
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
2073
  "Application ID beszerzéshez"
2074
 
2075
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
2076
  #, fuzzy
2077
  msgid ""
2078
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2081,16 +2085,16 @@ msgstr ""
2081
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2082
  "linken"
2083
 
2084
- #: ../admin/social_login.php:339
2085
  #, fuzzy
2086
  msgid "Vkontakte Secure key"
2087
  msgstr "Vkontakte"
2088
 
2089
- #: ../admin/social_login.php:360
2090
  msgid "Instagram Client ID"
2091
  msgstr "Instagram Client ID"
2092
 
2093
- #: ../admin/social_login.php:370
2094
  #, php-format
2095
  msgid ""
2096
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2100,7 +2104,7 @@ msgstr ""
2100
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2101
  "Instagram Client ID beszerzéshez"
2102
 
2103
- #: ../admin/social_login.php:372
2104
  #, fuzzy
2105
  msgid ""
2106
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
@@ -2109,12 +2113,81 @@ msgstr ""
2109
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2110
  "linken"
2111
 
2112
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2113
  #, fuzzy
2114
  msgid "Steam API Key"
2115
  msgstr "Twitter API Key"
2116
 
2117
- #: ../admin/social_login.php:391
2118
  #, fuzzy, php-format
2119
  msgid ""
2120
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2124,117 +2197,117 @@ msgstr ""
2124
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2125
  "API Key beszerzéshez"
2126
 
2127
- #: ../admin/social_login.php:392
2128
  #, fuzzy
2129
  msgid "Save following <strong>domain</strong> to get the key"
2130
  msgstr ""
2131
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2132
  "fenti linken"
2133
 
2134
- #: ../admin/social_login.php:408
2135
  #, fuzzy
2136
  msgid "Social Login Options"
2137
  msgstr "Social Login"
2138
 
2139
- #: ../admin/social_login.php:423
2140
  msgid "Text to display above the Social Login interface"
2141
  msgstr "Szöveg a Közösségi Belépés felett"
2142
 
2143
- #: ../admin/social_login.php:431
2144
  msgid "Trigger social login in the same browser tab"
2145
  msgstr ""
2146
 
2147
- #: ../admin/social_login.php:441
2148
  msgid "Trigger social login in the same browser tab instead of a popup window"
2149
  msgstr ""
2150
 
2151
- #: ../admin/social_login.php:448
2152
  #, fuzzy
2153
  msgid "Center align icons"
2154
  msgstr "Ikonsorrend beállítás"
2155
 
2156
- #: ../admin/social_login.php:458
2157
  #, fuzzy
2158
  msgid "Center align social login icons"
2159
  msgstr "Social Login"
2160
 
2161
- #: ../admin/social_login.php:465
2162
  msgid "Enable at login page"
2163
  msgstr "Bekapcsolás a belépés oldalon"
2164
 
2165
- #: ../admin/social_login.php:475
2166
  msgid ""
2167
  "Social Login interface will get enabled at the login page of your website"
2168
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2169
 
2170
- #: ../admin/social_login.php:482
2171
  msgid "Enable at register page"
2172
  msgstr "Bekapcsolás a regisztráció oldalon"
2173
 
2174
- #: ../admin/social_login.php:492
2175
  msgid ""
2176
  "Social Login interface will get enabled at the registration page of your "
2177
  "website"
2178
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2179
 
2180
- #: ../admin/social_login.php:499
2181
  msgid "Enable at comment form"
2182
  msgstr "Bekapcsolás a hozászólásoknál"
2183
 
2184
- #: ../admin/social_login.php:509
2185
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2186
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2187
 
2188
- #: ../admin/social_login.php:523
2189
  msgid "Enable before WooCommerce Customer Login Form"
2190
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2191
 
2192
- #: ../admin/social_login.php:533
2193
  #, fuzzy
2194
  msgid ""
2195
  "Social Login Interface will get enabled before the customer login form at "
2196
  "WooCommerce My Account page"
2197
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2198
 
2199
- #: ../admin/social_login.php:540
2200
  #, fuzzy
2201
  msgid "Enable at WooCommerce Customer Login Form"
2202
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2203
 
2204
- #: ../admin/social_login.php:550
2205
  #, fuzzy
2206
  msgid ""
2207
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2208
  "My Account page"
2209
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2210
 
2211
- #: ../admin/social_login.php:557
2212
  #, fuzzy
2213
  msgid "Enable at WooCommerce Customer Register Form"
2214
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2215
 
2216
- #: ../admin/social_login.php:567
2217
  #, fuzzy
2218
  msgid ""
2219
  "Integrate Social Login Interface with the customer register form at "
2220
  "WooCommerce My Account page"
2221
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2222
 
2223
- #: ../admin/social_login.php:574
2224
  #, fuzzy
2225
  msgid "Enable at WooCommerce checkout page"
2226
  msgstr "Bekapcsolás a regisztráció oldalon"
2227
 
2228
- #: ../admin/social_login.php:584
2229
  #, fuzzy
2230
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2231
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2232
 
2233
- #: ../admin/social_login.php:594
2234
  msgid "Auto-approve comments made by Social Login users"
2235
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2236
 
2237
- #: ../admin/social_login.php:604
2238
  msgid ""
2239
  "If this option is enabled, and WordPress comment is made by Social Login "
2240
  "user, comment will get approved immediately without keeping in moderation."
@@ -2243,37 +2316,37 @@ msgstr ""
2243
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2244
  "megjelenik az oldalon."
2245
 
2246
- #: ../admin/social_login.php:605
2247
  msgid "Note: This is not related to Facebook comments"
2248
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2249
 
2250
- #: ../admin/social_login.php:614
2251
  msgid "Enable social avatar"
2252
  msgstr "Közösségi avatar bekapcsolás"
2253
 
2254
- #: ../admin/social_login.php:624
2255
  msgid ""
2256
  "Social profile pictures of the logged in user will be displayed as profile "
2257
  "avatar"
2258
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2259
 
2260
- #: ../admin/social_login.php:633
2261
  msgid "Avatar quality"
2262
  msgstr " Avatar képminőség"
2263
 
2264
- #: ../admin/social_login.php:636
2265
  msgid "Average"
2266
  msgstr "Átlagos"
2267
 
2268
- #: ../admin/social_login.php:637
2269
  msgid "Best"
2270
  msgstr "legjobb"
2271
 
2272
- #: ../admin/social_login.php:644
2273
  msgid "Choose avatar quality"
2274
  msgstr "Válassz Avatar képminőséget"
2275
 
2276
- #: ../admin/social_login.php:652
2277
  #, fuzzy
2278
  msgid ""
2279
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2281,13 +2354,13 @@ msgstr ""
2281
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2282
  "BuddyPress profil oldal"
2283
 
2284
- #: ../admin/social_login.php:662
2285
  msgid ""
2286
  "If enabled, users would be able to update their social avatar from \"Profile "
2287
  "photo\" section in BuddyPress profile at front-end"
2288
  msgstr ""
2289
 
2290
- #: ../admin/social_login.php:682
2291
  msgid ""
2292
  "If enabled and Social ID provider does not provide user's email address on "
2293
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2297,11 +2370,11 @@ msgstr ""
2297
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2298
  "véletlenszerű e-mail címet generálunk"
2299
 
2300
- #: ../admin/social_login.php:690
2301
  msgid "Send post-registration email to user to set account password"
2302
  msgstr ""
2303
 
2304
- #: ../admin/social_login.php:700
2305
  msgid ""
2306
  "If enabled, an email will be sent to user after registration through Social "
2307
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2312,12 +2385,12 @@ msgstr ""
2312
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2313
  "az oldalra."
2314
 
2315
- #: ../admin/social_login.php:707
2316
  #, fuzzy
2317
  msgid "Send new user registration notification email to admin"
2318
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2319
 
2320
- #: ../admin/social_login.php:717
2321
  #, fuzzy
2322
  msgid ""
2323
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2328,40 +2401,40 @@ msgstr ""
2328
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2329
  "az oldalra."
2330
 
2331
- #: ../admin/social_login.php:724
2332
  msgid "Login redirection"
2333
  msgstr "Átirányítás Belépés után"
2334
 
2335
- #: ../admin/social_login.php:728
2336
  msgid "Same page where user logged in"
2337
  msgstr "Az az oldal, ahol a felhasználó belépett"
2338
 
2339
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2340
  msgid "Account dashboard"
2341
  msgstr "Felhasználói Irányítópult"
2342
 
2343
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2344
  msgid "BuddyPress profile page"
2345
  msgstr "BuddyPress profil oldal"
2346
 
2347
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2348
  msgid "Custom Url"
2349
  msgstr "Egyedi URL"
2350
 
2351
- #: ../admin/social_login.php:746
2352
  msgid "User will be redirected to the selected page after Social Login"
2353
  msgstr ""
2354
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2355
 
2356
- #: ../admin/social_login.php:753
2357
  msgid "Registration redirection"
2358
  msgstr "Átirányítás Regisztráció után"
2359
 
2360
- #: ../admin/social_login.php:757
2361
  msgid "Same page from where user registered"
2362
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2363
 
2364
- #: ../admin/social_login.php:775
2365
  msgid ""
2366
  "User will be redirected to the selected page after registration (first "
2367
  "Social Login) through Social Login"
@@ -2369,23 +2442,23 @@ msgstr ""
2369
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2370
  "Közösségi belépés) után"
2371
 
2372
- #: ../admin/social_login.php:784
2373
  #, fuzzy
2374
  msgid "Social Account Linking Options"
2375
  msgstr "Közösségi Hozzászólás"
2376
 
2377
- #: ../admin/social_login.php:799
2378
  #, fuzzy
2379
  msgid "Text to display above the Social Account Linking interface"
2380
  msgstr "Szöveg a Közösségi Belépés felett"
2381
 
2382
- #: ../admin/social_login.php:806
2383
  #, fuzzy
2384
  msgid ""
2385
  "Link social account to already existing account, if email address matches"
2386
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2387
 
2388
- #: ../admin/social_login.php:816
2389
  msgid ""
2390
  "If email address of the user's Social Account matches with an already "
2391
  "existing account at your website, that social account will be linked to "
@@ -2393,12 +2466,12 @@ msgid ""
2393
  "Linking interface at their profile page."
2394
  msgstr ""
2395
 
2396
- #: ../admin/social_login.php:824
2397
  msgid "Enable social account linking at BuddyPress profile page"
2398
  msgstr ""
2399
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2400
 
2401
- #: ../admin/social_login.php:834
2402
  msgid ""
2403
  "Enable this option to show social account linking interface at BuddyPress "
2404
  "profile page"
@@ -2406,15 +2479,15 @@ msgstr ""
2406
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2407
  "BuddyPress profil oldal"
2408
 
2409
- #: ../admin/social_login.php:845
2410
  msgid "Email popup options"
2411
  msgstr "Email felugró ablak beállítások"
2412
 
2413
- #: ../admin/social_login.php:850
2414
  msgid "Text on 'Email required' popup"
2415
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2416
 
2417
- #: ../admin/social_login.php:860
2418
  msgid ""
2419
  "This text will be displayed on email required popup. Leave empty if not "
2420
  "required."
@@ -2422,11 +2495,11 @@ msgstr ""
2422
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2423
  "hagyhatod, ha nem kéred be az e-mail címet."
2424
 
2425
- #: ../admin/social_login.php:868
2426
  msgid "Error message for 'Email required' popup"
2427
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2428
 
2429
- #: ../admin/social_login.php:878
2430
  msgid ""
2431
  "This message will be displayed to user if it provides invalid or already "
2432
  "registered email"
@@ -2434,11 +2507,11 @@ msgstr ""
2434
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2435
  "mail címet ad meg "
2436
 
2437
- #: ../admin/social_login.php:886
2438
  msgid "Email popup height"
2439
  msgstr "Email felugró ablak magassága"
2440
 
2441
- #: ../admin/social_login.php:896
2442
  msgid ""
2443
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2444
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2447,11 +2520,11 @@ msgstr ""
2447
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2448
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2449
 
2450
- #: ../admin/social_login.php:903
2451
  msgid "Enable email verification"
2452
  msgstr "E-mail ellenőrzés bekapcsolása"
2453
 
2454
- #: ../admin/social_login.php:913
2455
  msgid ""
2456
  "If enabled, email provided by the user will be verified by sending a "
2457
  "confirmation link to that email. User would not be able to login without "
@@ -2461,108 +2534,108 @@ msgstr ""
2461
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2462
  "nem erősítette meg e-mailcímét "
2463
 
2464
- #: ../admin/social_login.php:933
2465
  #, fuzzy
2466
  msgid "Enable GDPR opt-in"
2467
  msgstr "Disqus Hozzászólás Bekapcsolása"
2468
 
2469
- #: ../admin/social_login.php:943
2470
  msgid ""
2471
  "Enable it to show GDPR opt-in for social login and social account linking"
2472
  msgstr ""
2473
 
2474
- #: ../admin/social_login.php:951
2475
  #, fuzzy
2476
  msgid "Placement of GDPR opt-in"
2477
  msgstr "Disqus Hozzászólás Bekapcsolása"
2478
 
2479
- #: ../admin/social_login.php:955
2480
  #, fuzzy
2481
  msgid "Above Social Login icons"
2482
  msgstr "Social Login"
2483
 
2484
- #: ../admin/social_login.php:957
2485
  #, fuzzy
2486
  msgid "Below Social Login icons"
2487
  msgstr "Social Login"
2488
 
2489
- #: ../admin/social_login.php:963
2490
  #, fuzzy
2491
  msgid "Placement of GDPR opt-in above or below the social login icons"
2492
  msgstr "Szöveg a Közösségi Belépés felett"
2493
 
2494
- #: ../admin/social_login.php:970
2495
  msgid "Opt-in text"
2496
  msgstr ""
2497
 
2498
- #: ../admin/social_login.php:980
2499
  #, fuzzy
2500
  msgid "Text for the GDPR opt-in"
2501
  msgstr "Disqus Hozzászólás Bekapcsolása"
2502
 
2503
- #: ../admin/social_login.php:987
2504
  msgid "Text to link to Terms-Conditions page"
2505
  msgstr ""
2506
 
2507
- #: ../admin/social_login.php:997
2508
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2509
  msgstr ""
2510
 
2511
- #: ../admin/social_login.php:1004
2512
  msgid "Terms-Conditions Url"
2513
  msgstr ""
2514
 
2515
- #: ../admin/social_login.php:1014
2516
  #, fuzzy
2517
  msgid "Url of the terms-conditions page of your website"
2518
  msgstr "A főoldalad Url-je"
2519
 
2520
- #: ../admin/social_login.php:1021
2521
  msgid "Text to link to Privacy Policy page"
2522
  msgstr ""
2523
 
2524
- #: ../admin/social_login.php:1031
2525
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2526
  msgstr ""
2527
 
2528
- #: ../admin/social_login.php:1038
2529
  msgid "Privacy Policy Url"
2530
  msgstr ""
2531
 
2532
- #: ../admin/social_login.php:1048
2533
  #, fuzzy
2534
  msgid "Url of the privacy policy page of your website"
2535
  msgstr "A főoldalad Url-je"
2536
 
2537
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2538
  #: ../inc/widget.php:602 ../inc/widget.php:750
2539
  msgid "Select"
2540
  msgstr "Válassz"
2541
 
2542
- #: ../admin/social_login.php:1130
2543
  #, fuzzy
2544
  msgid "Social Login Shortcode & Widget"
2545
  msgstr "Shortcode és Widget"
2546
 
2547
- #: ../admin/social_login.php:1131
2548
  msgid "Social Linking Shortcode"
2549
  msgstr ""
2550
 
2551
- #: ../admin/social_login.php:1146
2552
  msgid "Why is social login not working?"
2553
  msgstr ""
2554
 
2555
- #: ../admin/social_login.php:1147
2556
  msgid ""
2557
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2558
  "belong to the same app"
2559
  msgstr ""
2560
 
2561
- #: ../admin/social_login.php:1149
2562
  msgid "Social Login not working with Varnish enabled"
2563
  msgstr ""
2564
 
2565
- #: ../admin/social_login.php:1150
2566
  msgid ""
2567
  "Why the user is not appearing logged in even after Social Login until the "
2568
  "webpage is refreshed manually?"
@@ -2809,28 +2882,28 @@ msgstr "Hibás kérés"
2809
  msgid "Providers not selected"
2810
  msgstr "Nincs kiválasztott szolgáltató"
2811
 
2812
- #: ../inc/social_login.php:698
2813
  msgid "Email"
2814
  msgstr "Email"
2815
 
2816
- #: ../inc/social_login.php:699
2817
  msgid "Confirm email"
2818
  msgstr ""
2819
 
2820
- #: ../inc/social_login.php:701
2821
  msgid "Save"
2822
  msgstr ""
2823
 
2824
- #: ../inc/social_login.php:702
2825
  msgid "Cancel"
2826
  msgstr ""
2827
 
2828
- #: ../inc/social_login.php:776
2829
  #, fuzzy
2830
  msgid "Email Verification"
2831
  msgstr "E-mail ellenőrzés bekapcsolása"
2832
 
2833
- #: ../inc/social_login.php:778
2834
  msgid ""
2835
  "Please click on the following link or paste it in browser to verify your "
2836
  "email"
@@ -3163,14 +3236,6 @@ msgstr ""
3163
  #~ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
3164
  #~ "Twitter API Key beszerzéshez"
3165
 
3166
- #, fuzzy
3167
- #~ msgid ""
3168
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
3169
- #~ "the link"
3170
- #~ msgstr ""
3171
- #~ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
3172
- #~ "linken"
3173
-
3174
  #, fuzzy
3175
  #~ msgid "Twitch Client Secret"
3176
  #~ msgstr "Instagram Client ID"
@@ -3267,10 +3332,6 @@ msgstr ""
3267
  #~ msgid "Select providers"
3268
  #~ msgstr "Válassz szolgáltatókat"
3269
 
3270
- #, fuzzy
3271
- #~ msgid "Login with"
3272
- #~ msgstr "Belépési beállítások"
3273
-
3274
  #~ msgid "You are already connected with"
3275
  #~ msgstr "Már kapcsolódtál ezzel"
3276
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:28+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:475
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:479 ../super_socializer.php:493
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:489
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:663
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
+ #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
+ #: ../super_socializer.php:694
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
+ #: ../super_socializer.php:697
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
+ #: ../super_socializer.php:879 ../helper.php:968
69
  msgid "Please verify your email address to login."
70
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
71
 
72
+ #: ../super_socializer.php:879
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
75
 
76
+ #: ../super_socializer.php:883
77
  msgid "Notification"
78
  msgstr "Értesítés"
79
 
80
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
81
  msgid "Email required"
82
  msgstr "E-mail cím szükséges"
83
 
84
+ #: ../super_socializer.php:904
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
87
 
88
+ #: ../super_socializer.php:982
89
  msgid "Leave a reply"
90
  msgstr "Válaszolj"
91
 
92
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
93
  msgid "Shares"
94
  msgstr ""
95
 
96
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
97
  msgid "Share"
98
  msgstr ""
99
 
100
+ #: ../super_socializer.php:998
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
+ #: ../super_socializer.php:1244
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
+ #: ../super_socializer.php:1312 ../helper.php:890
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
+ #: ../super_socializer.php:1315
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
+ #: ../super_socializer.php:1319
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
+ #: ../super_socializer.php:1323 ../helper.php:893
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:1327 ../helper.php:894
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
+ #: ../super_socializer.php:1404
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1405
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
147
 
148
+ #: ../super_socializer.php:1410
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
151
 
152
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
153
  msgid "Link your social account to login to your account at this website"
154
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
155
 
156
+ #: ../super_socializer.php:1653
157
  msgid "Thanks for installing Super Socializer plugin"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1655
161
  msgid "Configure the Plugin"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1666
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socializer"
168
  msgstr ""
169
 
170
+ #: ../super_socializer.php:1675
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socializer"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1684
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socializer"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:1693
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socializer"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:1702
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socializer"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:1713
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1728
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
+ #: ../super_socializer.php:1752
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
215
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
216
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
217
+ #: ../super_socializer.php:1915
218
  msgid "Okay"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1777
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
226
  "\">here</a>"
227
  msgstr ""
228
 
229
+ #: ../super_socializer.php:1802
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1827
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1838
246
  #, php-format
247
  msgid ""
248
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1860
252
  #, php-format
253
  msgid ""
254
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1888
260
  #, php-format
261
  msgid ""
262
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
265
  "your website %s with them. No need to copy-paste any code from their website."
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1915
269
  #, php-format
270
  msgid ""
271
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:1940
277
  #, php-format
278
  msgid ""
279
  "If you cannot get Linkedin login to work after updating the plugin, replace "
281
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
285
  msgid "Dismiss"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1966
289
  #, php-format
290
  msgid ""
291
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
294
  "that, clear share counts cache from \"Miscellaneous\" section"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
298
  msgid ""
299
  "Your browser is blocking some features of this website. Please follow the "
300
  "instructions at {support_url} to unblock these."
338
  msgid "Account already exists or linked"
339
  msgstr "Fiók már létezik, vagy össze van kötve"
340
 
341
+ #: ../helper.php:582 ../helper.php:584
342
+ #, fuzzy
343
+ msgid "Login with"
344
+ msgstr "Belépési beállítások"
345
+
346
+ #: ../helper.php:619 ../helper.php:625
347
  msgid "Currently"
348
  msgstr "Jelenleg"
349
 
350
+ #: ../helper.php:619 ../helper.php:625
351
  msgid "Connected with"
352
  msgstr ""
353
 
354
+ #: ../helper.php:619 ../helper.php:625
355
  msgid "Remove"
356
  msgstr "Eltávolítás"
357
 
358
+ #: ../helper.php:696
359
  #, fuzzy
360
  msgid "Social Account Linking"
361
  msgstr "Közösségi Hozzászólás"
362
 
363
+ #: ../helper.php:746
364
  #, fuzzy
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
367
 
368
+ #: ../helper.php:751
369
  #, fuzzy
370
  msgid "Disable Floating Social Sharing on this "
371
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
372
 
373
+ #: ../helper.php:756
374
  #, fuzzy
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
377
 
378
+ #: ../helper.php:761
379
  #, fuzzy
380
  msgid "Disable Floating like buttons on this "
381
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
382
 
383
+ #: ../helper.php:766
384
  msgid "Disable Social Commenting on this "
385
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
386
 
387
+ #: ../helper.php:775
388
  #, fuzzy
389
  msgid "Standard Sharing Interface"
390
  msgstr "Megosztási Felület"
391
 
392
+ #: ../helper.php:781 ../helper.php:800
393
  msgid "Starting share count for "
394
  msgstr "Megosztás számok kezdése ehhez"
395
 
396
+ #: ../helper.php:794
397
  #, fuzzy
398
  msgid "Floating Sharing Interface"
399
  msgstr "Megosztási Felület"
400
 
401
+ #: ../helper.php:897
402
  #, fuzzy
403
  msgid "Small Avatar"
404
  msgstr "Kis Avatar URL"
405
 
406
+ #: ../helper.php:901
407
  #, fuzzy
408
  msgid "Large Avatar"
409
  msgstr "Cél Url"
410
 
411
+ #: ../helper.php:905 ../admin/general_options.php:92
412
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
413
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
414
  msgid "Save Changes"
415
  msgstr "Változások Mentése"
416
 
417
+ #: ../helper.php:1005
418
  msgid "Click to delete social profile data"
419
  msgstr ""
420
 
421
+ #: ../helper.php:1034
422
  #, fuzzy
423
  msgid "Deleting"
424
  msgstr "Beállítások"
425
 
426
+ #: ../helper.php:1044
427
  msgid "Deleted"
428
  msgstr ""
429
 
430
+ #: ../helper.php:1046
431
  msgid "Something bad happened"
432
  msgstr ""
433
 
434
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
435
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
436
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
437
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
438
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
439
  #, fuzzy, php-format
440
  msgid ""
489
  msgstr ""
490
 
491
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
492
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
493
  #: ../admin/like_buttons.php:809
494
  #, fuzzy
495
  msgid "Instagram Shoutout"
496
  msgstr "Instagram"
497
 
498
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
499
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
500
  #: ../admin/like_buttons.php:811
501
  msgid ""
502
  "If you can send (to hello@heateor.com) how this plugin is helping your "
640
 
641
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
642
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
643
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
644
  #: ../admin/like_buttons.php:770
645
  msgid "Shortcode & Widget"
646
  msgstr "Shortcode és Widget"
651
 
652
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
653
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
654
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
655
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
656
  msgid "FAQ"
657
  msgstr "GYIK"
896
  msgid "Url to share"
897
  msgstr "Megosztás Url-je"
898
 
899
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
900
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
901
  #: ../inc/widget.php:945
902
  msgid "Title"
903
  msgstr "Cím"
985
  msgstr ""
986
 
987
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
988
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
989
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
990
  msgid "Homepage"
991
  msgstr "Kezdő oldal"
1245
  msgid "Required only to track Facebook share count"
1246
  msgstr ""
1247
 
1248
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1249
  msgid "Facebook App ID"
1250
  msgstr "Facebook App ID"
1251
 
1259
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1260
  "App ID beszerzéshez"
1261
 
1262
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1263
  #, fuzzy
1264
  msgid "Facebook App Secret"
1265
  msgstr "Facebook App ID"
1449
  "tökéletesen) a szöveges mezőben:"
1450
 
1451
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1452
+ #: ../admin/social_login.php:1230
1453
  msgid ""
1454
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1455
  "an online website for the plugin to function properly."
1504
  msgstr ""
1505
 
1506
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1507
+ #: ../admin/social_login.php:1237
1508
  msgid "Why is my browser blocking some features of the plugin?"
1509
  msgstr ""
1510
 
1825
  msgid "Advanced Configuration"
1826
  msgstr "Alap Beállítások"
1827
 
1828
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1829
  msgid "GDPR"
1830
  msgstr ""
1831
 
1832
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1833
  msgid "XProfile Integration"
1834
  msgstr ""
1835
 
1896
  msgid "Steam"
1897
  msgstr ""
1898
 
1899
+ #: ../admin/social_login.php:131
1900
+ msgid "Line"
1901
+ msgstr ""
1902
+
1903
  #: ../admin/social_login.php:135
1904
+ msgid "Windows Live"
1905
+ msgstr ""
1906
+
1907
+ #: ../admin/social_login.php:143
1908
  msgid "Select Social ID provider to enable in Social Login"
1909
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1910
 
1911
+ #: ../admin/social_login.php:160
1912
  #, php-format
1913
  msgid ""
1914
  "Required for Facebook Social Login to work. Please follow the documentation "
1918
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1919
  "App ID beszerzéshez"
1920
 
1921
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
1922
  #, fuzzy
1923
  msgid ""
1924
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1926
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1927
  "linken"
1928
 
1929
+ #: ../admin/social_login.php:181
1930
  #, fuzzy, php-format
1931
  msgid ""
1932
  "Required for Facebook Social Login to work. Please follow the documentation "
1936
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1937
  "App ID beszerzéshez"
1938
 
1939
+ #: ../admin/social_login.php:192
1940
  msgid "Twitter API Key"
1941
  msgstr "Twitter API Key"
1942
 
1943
+ #: ../admin/social_login.php:202
1944
  #, php-format
1945
  msgid ""
1946
  "Required for Twitter Social Login to work. Please follow the documentation "
1950
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1951
  "API Key beszerzéshez"
1952
 
1953
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
1954
  #, fuzzy
1955
  msgid ""
1956
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1958
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1959
  "linken"
1960
 
1961
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
1962
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
1963
  #, fuzzy
1964
  msgid ""
1965
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1968
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1969
  "fenti linken"
1970
 
1971
+ #: ../admin/social_login.php:217
1972
  msgid "Twitter API Secret"
1973
  msgstr "Twitter API Secret"
1974
 
1975
+ #: ../admin/social_login.php:227
1976
  #, php-format
1977
  msgid ""
1978
  "Required for Twitter Social Login to work. Please follow the documentation "
1982
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1983
  "API Secret beszerzéséhez"
1984
 
1985
+ #: ../admin/social_login.php:242
1986
  #, fuzzy
1987
  msgid "LinkedIn Client ID"
1988
  msgstr "LinkedIn"
1989
 
1990
+ #: ../admin/social_login.php:252
1991
  #, fuzzy, php-format
1992
  msgid ""
1993
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1997
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1998
  "API Key beszerzéshez"
1999
 
2000
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
2001
  #, fuzzy
2002
  msgid ""
2003
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2006
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2007
  "linken"
2008
 
2009
+ #: ../admin/social_login.php:263
2010
  #, fuzzy
2011
  msgid "LinkedIn Client Secret"
2012
  msgstr "LinkedIn"
2013
 
2014
+ #: ../admin/social_login.php:273
2015
  #, fuzzy, php-format
2016
  msgid ""
2017
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2022
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2023
  "API Key beszerzéshez"
2024
 
2025
+ #: ../admin/social_login.php:284
2026
  #, fuzzy
2027
  msgid "Google Client ID"
2028
  msgstr "Google+ Client ID"
2029
 
2030
+ #: ../admin/social_login.php:294
2031
  #, fuzzy, php-format
2032
  msgid ""
2033
  "Required for Google Social Login to work. Please follow the documentation at "
2037
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2038
  "GooglePlus Client ID beszerzéshez"
2039
 
2040
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
2041
  #, fuzzy
2042
  msgid ""
2043
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2046
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2047
  "linken"
2048
 
2049
+ #: ../admin/social_login.php:305
2050
  #, fuzzy
2051
  msgid "Google Client Secret"
2052
  msgstr "Google+ Client ID"
2053
 
2054
+ #: ../admin/social_login.php:315
2055
  #, fuzzy, php-format
2056
  msgid ""
2057
  "Required for Google Social Login to work. Please follow the documentation at "
2061
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2062
  "GooglePlus Client ID beszerzéshez"
2063
 
2064
+ #: ../admin/social_login.php:326
2065
  msgid "Vkontakte Application ID"
2066
  msgstr "Vkontakte Application ID"
2067
 
2068
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
2069
  #, php-format
2070
  msgid ""
2071
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2076
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
2077
  "Application ID beszerzéshez"
2078
 
2079
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
2080
  #, fuzzy
2081
  msgid ""
2082
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2085
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2086
  "linken"
2087
 
2088
+ #: ../admin/social_login.php:347
2089
  #, fuzzy
2090
  msgid "Vkontakte Secure key"
2091
  msgstr "Vkontakte"
2092
 
2093
+ #: ../admin/social_login.php:368
2094
  msgid "Instagram Client ID"
2095
  msgstr "Instagram Client ID"
2096
 
2097
+ #: ../admin/social_login.php:378
2098
  #, php-format
2099
  msgid ""
2100
  "Required for Instagram Social Login to work. Please follow the documentation "
2104
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2105
  "Instagram Client ID beszerzéshez"
2106
 
2107
+ #: ../admin/social_login.php:380
2108
  #, fuzzy
2109
  msgid ""
2110
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2113
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2114
  "linken"
2115
 
2116
+ #: ../admin/social_login.php:389
2117
+ msgid "Line Channel ID"
2118
+ msgstr ""
2119
+
2120
+ #: ../admin/social_login.php:398
2121
+ #, fuzzy, php-format
2122
+ msgid ""
2123
+ "Required for Line Social Login to work. Please follow the documentation at "
2124
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2125
+ msgstr ""
2126
+ "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a "
2127
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2128
+ "API Key beszerzéshez"
2129
+
2130
+ #: ../admin/social_login.php:409
2131
+ #, fuzzy
2132
+ msgid "Line Channel Secret"
2133
+ msgstr "LinkedIn"
2134
+
2135
+ #: ../admin/social_login.php:418
2136
+ #, fuzzy, php-format
2137
+ msgid ""
2138
+ "Required for Line Social Login to work. Please follow the documentation at "
2139
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2140
+ msgstr ""
2141
+ "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a "
2142
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2143
+ "API Key beszerzéshez"
2144
+
2145
+ #: ../admin/social_login.php:429
2146
+ #, fuzzy
2147
+ msgid "Microsoft Client ID"
2148
+ msgstr "Google+ Client ID"
2149
+
2150
+ #: ../admin/social_login.php:438
2151
+ #, fuzzy, php-format
2152
+ msgid ""
2153
+ "Required for Live Social Login to work. Please follow the documentation at "
2154
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2155
+ msgstr ""
2156
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2157
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2158
+ "GooglePlus Client ID beszerzéshez"
2159
+
2160
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
2161
+ #, fuzzy
2162
+ msgid ""
2163
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2164
+ "the link"
2165
+ msgstr ""
2166
+ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2167
+ "linken"
2168
+
2169
+ #: ../admin/social_login.php:449
2170
+ #, fuzzy
2171
+ msgid "Microsoft Client Secret"
2172
+ msgstr "Google+ Client ID"
2173
+
2174
+ #: ../admin/social_login.php:458
2175
+ #, fuzzy, php-format
2176
+ msgid ""
2177
+ "Required for Live Social Login to work. Please follow the documentation at "
2178
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2179
+ "Secret key"
2180
+ msgstr ""
2181
+ "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2182
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2183
+ "GooglePlus Client ID beszerzéshez"
2184
+
2185
+ #: ../admin/social_login.php:468
2186
  #, fuzzy
2187
  msgid "Steam API Key"
2188
  msgstr "Twitter API Key"
2189
 
2190
+ #: ../admin/social_login.php:477
2191
  #, fuzzy, php-format
2192
  msgid ""
2193
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2197
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2198
  "API Key beszerzéshez"
2199
 
2200
+ #: ../admin/social_login.php:478
2201
  #, fuzzy
2202
  msgid "Save following <strong>domain</strong> to get the key"
2203
  msgstr ""
2204
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2205
  "fenti linken"
2206
 
2207
+ #: ../admin/social_login.php:494
2208
  #, fuzzy
2209
  msgid "Social Login Options"
2210
  msgstr "Social Login"
2211
 
2212
+ #: ../admin/social_login.php:509
2213
  msgid "Text to display above the Social Login interface"
2214
  msgstr "Szöveg a Közösségi Belépés felett"
2215
 
2216
+ #: ../admin/social_login.php:517
2217
  msgid "Trigger social login in the same browser tab"
2218
  msgstr ""
2219
 
2220
+ #: ../admin/social_login.php:527
2221
  msgid "Trigger social login in the same browser tab instead of a popup window"
2222
  msgstr ""
2223
 
2224
+ #: ../admin/social_login.php:534
2225
  #, fuzzy
2226
  msgid "Center align icons"
2227
  msgstr "Ikonsorrend beállítás"
2228
 
2229
+ #: ../admin/social_login.php:544
2230
  #, fuzzy
2231
  msgid "Center align social login icons"
2232
  msgstr "Social Login"
2233
 
2234
+ #: ../admin/social_login.php:551
2235
  msgid "Enable at login page"
2236
  msgstr "Bekapcsolás a belépés oldalon"
2237
 
2238
+ #: ../admin/social_login.php:561
2239
  msgid ""
2240
  "Social Login interface will get enabled at the login page of your website"
2241
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2242
 
2243
+ #: ../admin/social_login.php:568
2244
  msgid "Enable at register page"
2245
  msgstr "Bekapcsolás a regisztráció oldalon"
2246
 
2247
+ #: ../admin/social_login.php:578
2248
  msgid ""
2249
  "Social Login interface will get enabled at the registration page of your "
2250
  "website"
2251
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2252
 
2253
+ #: ../admin/social_login.php:585
2254
  msgid "Enable at comment form"
2255
  msgstr "Bekapcsolás a hozászólásoknál"
2256
 
2257
+ #: ../admin/social_login.php:595
2258
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2259
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2260
 
2261
+ #: ../admin/social_login.php:609
2262
  msgid "Enable before WooCommerce Customer Login Form"
2263
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2264
 
2265
+ #: ../admin/social_login.php:619
2266
  #, fuzzy
2267
  msgid ""
2268
  "Social Login Interface will get enabled before the customer login form at "
2269
  "WooCommerce My Account page"
2270
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2271
 
2272
+ #: ../admin/social_login.php:626
2273
  #, fuzzy
2274
  msgid "Enable at WooCommerce Customer Login Form"
2275
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2276
 
2277
+ #: ../admin/social_login.php:636
2278
  #, fuzzy
2279
  msgid ""
2280
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2281
  "My Account page"
2282
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2283
 
2284
+ #: ../admin/social_login.php:643
2285
  #, fuzzy
2286
  msgid "Enable at WooCommerce Customer Register Form"
2287
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2288
 
2289
+ #: ../admin/social_login.php:653
2290
  #, fuzzy
2291
  msgid ""
2292
  "Integrate Social Login Interface with the customer register form at "
2293
  "WooCommerce My Account page"
2294
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2295
 
2296
+ #: ../admin/social_login.php:660
2297
  #, fuzzy
2298
  msgid "Enable at WooCommerce checkout page"
2299
  msgstr "Bekapcsolás a regisztráció oldalon"
2300
 
2301
+ #: ../admin/social_login.php:670
2302
  #, fuzzy
2303
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2304
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2305
 
2306
+ #: ../admin/social_login.php:680
2307
  msgid "Auto-approve comments made by Social Login users"
2308
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2309
 
2310
+ #: ../admin/social_login.php:690
2311
  msgid ""
2312
  "If this option is enabled, and WordPress comment is made by Social Login "
2313
  "user, comment will get approved immediately without keeping in moderation."
2316
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2317
  "megjelenik az oldalon."
2318
 
2319
+ #: ../admin/social_login.php:691
2320
  msgid "Note: This is not related to Facebook comments"
2321
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2322
 
2323
+ #: ../admin/social_login.php:700
2324
  msgid "Enable social avatar"
2325
  msgstr "Közösségi avatar bekapcsolás"
2326
 
2327
+ #: ../admin/social_login.php:710
2328
  msgid ""
2329
  "Social profile pictures of the logged in user will be displayed as profile "
2330
  "avatar"
2331
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2332
 
2333
+ #: ../admin/social_login.php:719
2334
  msgid "Avatar quality"
2335
  msgstr " Avatar képminőség"
2336
 
2337
+ #: ../admin/social_login.php:722
2338
  msgid "Average"
2339
  msgstr "Átlagos"
2340
 
2341
+ #: ../admin/social_login.php:723
2342
  msgid "Best"
2343
  msgstr "legjobb"
2344
 
2345
+ #: ../admin/social_login.php:730
2346
  msgid "Choose avatar quality"
2347
  msgstr "Válassz Avatar képminőséget"
2348
 
2349
+ #: ../admin/social_login.php:738
2350
  #, fuzzy
2351
  msgid ""
2352
  "Show option for users to update social avatar at BuddyPress profile page"
2354
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2355
  "BuddyPress profil oldal"
2356
 
2357
+ #: ../admin/social_login.php:748
2358
  msgid ""
2359
  "If enabled, users would be able to update their social avatar from \"Profile "
2360
  "photo\" section in BuddyPress profile at front-end"
2361
  msgstr ""
2362
 
2363
+ #: ../admin/social_login.php:768
2364
  msgid ""
2365
  "If enabled and Social ID provider does not provide user's email address on "
2366
  "login, user will be asked to provide his/her email address. Otherwise, a "
2370
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2371
  "véletlenszerű e-mail címet generálunk"
2372
 
2373
+ #: ../admin/social_login.php:776
2374
  msgid "Send post-registration email to user to set account password"
2375
  msgstr ""
2376
 
2377
+ #: ../admin/social_login.php:786
2378
  msgid ""
2379
  "If enabled, an email will be sent to user after registration through Social "
2380
  "Login, regarding his/her login credentials (username-password to be able to "
2385
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2386
  "az oldalra."
2387
 
2388
+ #: ../admin/social_login.php:793
2389
  #, fuzzy
2390
  msgid "Send new user registration notification email to admin"
2391
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2392
 
2393
+ #: ../admin/social_login.php:803
2394
  #, fuzzy
2395
  msgid ""
2396
  "If enabled, an email will be sent to admin after new user registers through "
2401
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2402
  "az oldalra."
2403
 
2404
+ #: ../admin/social_login.php:810
2405
  msgid "Login redirection"
2406
  msgstr "Átirányítás Belépés után"
2407
 
2408
+ #: ../admin/social_login.php:814
2409
  msgid "Same page where user logged in"
2410
  msgstr "Az az oldal, ahol a felhasználó belépett"
2411
 
2412
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2413
  msgid "Account dashboard"
2414
  msgstr "Felhasználói Irányítópult"
2415
 
2416
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2417
  msgid "BuddyPress profile page"
2418
  msgstr "BuddyPress profil oldal"
2419
 
2420
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2421
  msgid "Custom Url"
2422
  msgstr "Egyedi URL"
2423
 
2424
+ #: ../admin/social_login.php:832
2425
  msgid "User will be redirected to the selected page after Social Login"
2426
  msgstr ""
2427
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2428
 
2429
+ #: ../admin/social_login.php:839
2430
  msgid "Registration redirection"
2431
  msgstr "Átirányítás Regisztráció után"
2432
 
2433
+ #: ../admin/social_login.php:843
2434
  msgid "Same page from where user registered"
2435
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2436
 
2437
+ #: ../admin/social_login.php:861
2438
  msgid ""
2439
  "User will be redirected to the selected page after registration (first "
2440
  "Social Login) through Social Login"
2442
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2443
  "Közösségi belépés) után"
2444
 
2445
+ #: ../admin/social_login.php:870
2446
  #, fuzzy
2447
  msgid "Social Account Linking Options"
2448
  msgstr "Közösségi Hozzászólás"
2449
 
2450
+ #: ../admin/social_login.php:885
2451
  #, fuzzy
2452
  msgid "Text to display above the Social Account Linking interface"
2453
  msgstr "Szöveg a Közösségi Belépés felett"
2454
 
2455
+ #: ../admin/social_login.php:892
2456
  #, fuzzy
2457
  msgid ""
2458
  "Link social account to already existing account, if email address matches"
2459
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2460
 
2461
+ #: ../admin/social_login.php:902
2462
  msgid ""
2463
  "If email address of the user's Social Account matches with an already "
2464
  "existing account at your website, that social account will be linked to "
2466
  "Linking interface at their profile page."
2467
  msgstr ""
2468
 
2469
+ #: ../admin/social_login.php:910
2470
  msgid "Enable social account linking at BuddyPress profile page"
2471
  msgstr ""
2472
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2473
 
2474
+ #: ../admin/social_login.php:920
2475
  msgid ""
2476
  "Enable this option to show social account linking interface at BuddyPress "
2477
  "profile page"
2479
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2480
  "BuddyPress profil oldal"
2481
 
2482
+ #: ../admin/social_login.php:931
2483
  msgid "Email popup options"
2484
  msgstr "Email felugró ablak beállítások"
2485
 
2486
+ #: ../admin/social_login.php:936
2487
  msgid "Text on 'Email required' popup"
2488
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2489
 
2490
+ #: ../admin/social_login.php:946
2491
  msgid ""
2492
  "This text will be displayed on email required popup. Leave empty if not "
2493
  "required."
2495
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2496
  "hagyhatod, ha nem kéred be az e-mail címet."
2497
 
2498
+ #: ../admin/social_login.php:954
2499
  msgid "Error message for 'Email required' popup"
2500
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2501
 
2502
+ #: ../admin/social_login.php:964
2503
  msgid ""
2504
  "This message will be displayed to user if it provides invalid or already "
2505
  "registered email"
2507
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2508
  "mail címet ad meg "
2509
 
2510
+ #: ../admin/social_login.php:972
2511
  msgid "Email popup height"
2512
  msgstr "Email felugró ablak magassága"
2513
 
2514
+ #: ../admin/social_login.php:982
2515
  msgid ""
2516
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2517
  "can increase the height of popup by specifying in this option. Leave empty "
2520
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2521
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2522
 
2523
+ #: ../admin/social_login.php:989
2524
  msgid "Enable email verification"
2525
  msgstr "E-mail ellenőrzés bekapcsolása"
2526
 
2527
+ #: ../admin/social_login.php:999
2528
  msgid ""
2529
  "If enabled, email provided by the user will be verified by sending a "
2530
  "confirmation link to that email. User would not be able to login without "
2534
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2535
  "nem erősítette meg e-mailcímét "
2536
 
2537
+ #: ../admin/social_login.php:1019
2538
  #, fuzzy
2539
  msgid "Enable GDPR opt-in"
2540
  msgstr "Disqus Hozzászólás Bekapcsolása"
2541
 
2542
+ #: ../admin/social_login.php:1029
2543
  msgid ""
2544
  "Enable it to show GDPR opt-in for social login and social account linking"
2545
  msgstr ""
2546
 
2547
+ #: ../admin/social_login.php:1037
2548
  #, fuzzy
2549
  msgid "Placement of GDPR opt-in"
2550
  msgstr "Disqus Hozzászólás Bekapcsolása"
2551
 
2552
+ #: ../admin/social_login.php:1041
2553
  #, fuzzy
2554
  msgid "Above Social Login icons"
2555
  msgstr "Social Login"
2556
 
2557
+ #: ../admin/social_login.php:1043
2558
  #, fuzzy
2559
  msgid "Below Social Login icons"
2560
  msgstr "Social Login"
2561
 
2562
+ #: ../admin/social_login.php:1049
2563
  #, fuzzy
2564
  msgid "Placement of GDPR opt-in above or below the social login icons"
2565
  msgstr "Szöveg a Közösségi Belépés felett"
2566
 
2567
+ #: ../admin/social_login.php:1056
2568
  msgid "Opt-in text"
2569
  msgstr ""
2570
 
2571
+ #: ../admin/social_login.php:1066
2572
  #, fuzzy
2573
  msgid "Text for the GDPR opt-in"
2574
  msgstr "Disqus Hozzászólás Bekapcsolása"
2575
 
2576
+ #: ../admin/social_login.php:1073
2577
  msgid "Text to link to Terms-Conditions page"
2578
  msgstr ""
2579
 
2580
+ #: ../admin/social_login.php:1083
2581
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2582
  msgstr ""
2583
 
2584
+ #: ../admin/social_login.php:1090
2585
  msgid "Terms-Conditions Url"
2586
  msgstr ""
2587
 
2588
+ #: ../admin/social_login.php:1100
2589
  #, fuzzy
2590
  msgid "Url of the terms-conditions page of your website"
2591
  msgstr "A főoldalad Url-je"
2592
 
2593
+ #: ../admin/social_login.php:1107
2594
  msgid "Text to link to Privacy Policy page"
2595
  msgstr ""
2596
 
2597
+ #: ../admin/social_login.php:1117
2598
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2599
  msgstr ""
2600
 
2601
+ #: ../admin/social_login.php:1124
2602
  msgid "Privacy Policy Url"
2603
  msgstr ""
2604
 
2605
+ #: ../admin/social_login.php:1134
2606
  #, fuzzy
2607
  msgid "Url of the privacy policy page of your website"
2608
  msgstr "A főoldalad Url-je"
2609
 
2610
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2611
  #: ../inc/widget.php:602 ../inc/widget.php:750
2612
  msgid "Select"
2613
  msgstr "Válassz"
2614
 
2615
+ #: ../admin/social_login.php:1216
2616
  #, fuzzy
2617
  msgid "Social Login Shortcode & Widget"
2618
  msgstr "Shortcode és Widget"
2619
 
2620
+ #: ../admin/social_login.php:1217
2621
  msgid "Social Linking Shortcode"
2622
  msgstr ""
2623
 
2624
+ #: ../admin/social_login.php:1232
2625
  msgid "Why is social login not working?"
2626
  msgstr ""
2627
 
2628
+ #: ../admin/social_login.php:1233
2629
  msgid ""
2630
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2631
  "belong to the same app"
2632
  msgstr ""
2633
 
2634
+ #: ../admin/social_login.php:1235
2635
  msgid "Social Login not working with Varnish enabled"
2636
  msgstr ""
2637
 
2638
+ #: ../admin/social_login.php:1236
2639
  msgid ""
2640
  "Why the user is not appearing logged in even after Social Login until the "
2641
  "webpage is refreshed manually?"
2882
  msgid "Providers not selected"
2883
  msgstr "Nincs kiválasztott szolgáltató"
2884
 
2885
+ #: ../inc/social_login.php:720
2886
  msgid "Email"
2887
  msgstr "Email"
2888
 
2889
+ #: ../inc/social_login.php:721
2890
  msgid "Confirm email"
2891
  msgstr ""
2892
 
2893
+ #: ../inc/social_login.php:723
2894
  msgid "Save"
2895
  msgstr ""
2896
 
2897
+ #: ../inc/social_login.php:724
2898
  msgid "Cancel"
2899
  msgstr ""
2900
 
2901
+ #: ../inc/social_login.php:798
2902
  #, fuzzy
2903
  msgid "Email Verification"
2904
  msgstr "E-mail ellenőrzés bekapcsolása"
2905
 
2906
+ #: ../inc/social_login.php:800
2907
  msgid ""
2908
  "Please click on the following link or paste it in browser to verify your "
2909
  "email"
3236
  #~ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
3237
  #~ "Twitter API Key beszerzéshez"
3238
 
 
 
 
 
 
 
 
 
3239
  #, fuzzy
3240
  #~ msgid "Twitch Client Secret"
3241
  #~ msgstr "Instagram Client ID"
3332
  #~ msgid "Select providers"
3333
  #~ msgstr "Válassz szolgáltatókat"
3334
 
 
 
 
 
3335
  #~ msgid "You are already connected with"
3336
  #~ msgstr "Már kapcsolódtál ezzel"
3337
 
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
- "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:339
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:343 ../super_socializer.php:357
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:353
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:521
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
- #: ../super_socializer.php:549
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
- #: ../super_socializer.php:552
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
- #: ../super_socializer.php:555
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,69 +65,69 @@ msgstr ""
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
- #: ../super_socializer.php:737 ../helper.php:972
69
  msgid "Please verify your email address to login."
70
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
71
 
72
- #: ../super_socializer.php:737
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr ""
75
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
76
  "account"
77
 
78
- #: ../super_socializer.php:741
79
  msgid "Notification"
80
  msgstr "Notifiche"
81
 
82
- #: ../super_socializer.php:759 ../admin/social_login.php:672
83
  msgid "Email required"
84
  msgstr "Email Obbligatoria"
85
 
86
- #: ../super_socializer.php:762
87
  msgid "Please check your email inbox to complete the registration."
88
  msgstr ""
89
  "Per favore, per completare la registrazione, controlla la tua casella di "
90
  "posta elettronica."
91
 
92
- #: ../super_socializer.php:840
93
  msgid "Leave a reply"
94
  msgstr "Lascia un commento"
95
 
96
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
97
  msgid "Shares"
98
  msgstr "Shares"
99
 
100
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
- #: ../super_socializer.php:856
105
  #, fuzzy
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
- #: ../super_socializer.php:1102
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
114
  #: ../admin/social_commenting.php:47
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
- #: ../super_socializer.php:1170 ../helper.php:894
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
- #: ../super_socializer.php:1173
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
- #: ../super_socializer.php:1177
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
- #: ../super_socializer.php:1181 ../helper.php:897
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
@@ -135,80 +135,80 @@ msgstr ""
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
- #: ../super_socializer.php:1185 ../helper.php:898
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
- #: ../super_socializer.php:1262
143
  msgid "Login with your Social ID"
144
  msgstr "Login con il tuo ID Social"
145
 
146
- #: ../super_socializer.php:1263
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "La email inserita è già registrata o non è valida"
149
 
150
- #: ../super_socializer.php:1268
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr ""
153
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
154
  "una verifica"
155
 
156
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
157
  msgid "Link your social account to login to your account at this website"
158
  msgstr ""
159
  "Collega il tuo social account per accedere al tuo account su questo sito"
160
 
161
- #: ../super_socializer.php:1520
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1522
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1533
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1542
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1551
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1560
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1569
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1580
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1595
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1619
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +216,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
220
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
221
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
222
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
223
  msgid "Okay"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1644
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +231,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1669
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +239,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1694
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +247,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1705
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1727
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +261,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1755
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +270,7 @@ msgid ""
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1782
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1807
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +286,11 @@ msgid ""
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:1833
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -299,17 +299,7 @@ msgid ""
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:1859
303
- #, php-format
304
- msgid ""
305
- "Your website visitors will see a popup notification (only once) if their "
306
- "browsers block any of the features of the plugin so that they can change "
307
- "their browser settings to unblock these. You can turn it OFF by disabling "
308
- "\"Show popup notification to users if their browsers block the plugin "
309
- "features\" option <a href=\"%s\">here</a>"
310
- msgstr ""
311
-
312
- #: ../super_socializer.php:2038
313
  msgid ""
314
  "Your browser is blocking some features of this website. Please follow the "
315
  "instructions at {support_url} to unblock these."
@@ -352,89 +342,94 @@ msgstr "Account collegato correttamente"
352
  msgid "Account already exists or linked"
353
  msgstr "Account esistente o già collegato"
354
 
355
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
 
356
  msgid "Currently"
357
  msgstr "Attualmente"
358
 
359
- #: ../helper.php:623 ../helper.php:629
360
  msgid "Connected with"
361
  msgstr "Connesso con"
362
 
363
- #: ../helper.php:623 ../helper.php:629
364
  msgid "Remove"
365
  msgstr "rimuovere"
366
 
367
- #: ../helper.php:700
368
  msgid "Social Account Linking"
369
  msgstr "Collegamento Social Account"
370
 
371
- #: ../helper.php:750
372
  msgid "Disable Standard Social Sharing on this "
373
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
374
 
375
- #: ../helper.php:755
376
  msgid "Disable Floating Social Sharing on this "
377
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
378
 
379
- #: ../helper.php:760
380
  msgid "Disable Standard like buttons on this "
381
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
382
 
383
- #: ../helper.php:765
384
  msgid "Disable Floating like buttons on this "
385
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
386
 
387
- #: ../helper.php:770
388
  msgid "Disable Social Commenting on this "
389
  msgstr "Disabilita Social Commenting"
390
 
391
- #: ../helper.php:779
392
  msgid "Standard Sharing Interface"
393
  msgstr "Interfaccia Sharing Standard"
394
 
395
- #: ../helper.php:785 ../helper.php:804
396
  msgid "Starting share count for "
397
  msgstr "Avvio share count per"
398
 
399
- #: ../helper.php:798
400
  msgid "Floating Sharing Interface"
401
  msgstr "Interfaccia Sharing Floating"
402
 
403
- #: ../helper.php:901
404
  msgid "Small Avatar"
405
  msgstr "Avatar Piccolo"
406
 
407
- #: ../helper.php:905
408
  msgid "Large Avatar"
409
  msgstr "Avatar Grande"
410
 
411
- #: ../helper.php:909 ../admin/general_options.php:92
412
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
413
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
414
  msgid "Save Changes"
415
  msgstr "Salva le modifiche"
416
 
417
- #: ../helper.php:1009
418
  msgid "Click to delete social profile data"
419
  msgstr ""
420
 
421
- #: ../helper.php:1038
422
  #, fuzzy
423
  msgid "Deleting"
424
  msgstr "Configurazioni"
425
 
426
- #: ../helper.php:1048
427
  msgid "Deleted"
428
  msgstr ""
429
 
430
- #: ../helper.php:1050
431
  msgid "Something bad happened"
432
  msgstr ""
433
 
434
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
435
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
436
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
437
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
438
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
439
  #, fuzzy, php-format
440
  msgid ""
@@ -489,14 +484,14 @@ msgstr ""
489
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
490
 
491
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
492
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
493
  #: ../admin/like_buttons.php:809
494
  #, fuzzy
495
  msgid "Instagram Shoutout"
496
  msgstr "Instagram"
497
 
498
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
499
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
500
  #: ../admin/like_buttons.php:811
501
  msgid ""
502
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -634,7 +629,7 @@ msgstr "XProfile Integration"
634
 
635
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
636
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
637
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
638
  #: ../admin/like_buttons.php:770
639
  msgid "Shortcode & Widget"
640
  msgstr "Shortcode & Widget"
@@ -645,7 +640,7 @@ msgstr "Risoluzione dei problemi"
645
 
646
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
647
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
648
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
649
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
650
  msgid "FAQ"
651
  msgstr "FAQ"
@@ -880,8 +875,8 @@ msgstr "Url personalizzata"
880
  msgid "Url to share"
881
  msgstr "Url da condividere"
882
 
883
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
884
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
885
  #: ../inc/widget.php:945
886
  msgid "Title"
887
  msgstr "Titolo"
@@ -968,7 +963,7 @@ msgid "Placement"
968
  msgstr "Collocazione"
969
 
970
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
971
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
972
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
973
  msgid "Homepage"
974
  msgstr "Homepage"
@@ -1238,7 +1233,7 @@ msgstr ""
1238
  msgid "Required only to track Facebook share count"
1239
  msgstr ""
1240
 
1241
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1242
  msgid "Facebook App ID"
1243
  msgstr "Facebook App ID"
1244
 
@@ -1252,7 +1247,7 @@ msgstr ""
1252
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1253
  "target=\"_blank\">questo collegamento</a>"
1254
 
1255
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1256
  #, fuzzy
1257
  msgid "Facebook App Secret"
1258
  msgstr "Facebook App ID"
@@ -1447,7 +1442,7 @@ msgstr ""
1447
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1448
 
1449
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1450
- #: ../admin/social_login.php:1144
1451
  msgid ""
1452
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1453
  "an online website for the plugin to function properly."
@@ -1505,7 +1500,7 @@ msgid ""
1505
  msgstr ""
1506
 
1507
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1508
- #: ../admin/social_login.php:1151
1509
  msgid "Why is my browser blocking some features of the plugin?"
1510
  msgstr ""
1511
 
@@ -1828,11 +1823,11 @@ msgstr "Configurazione di Base"
1828
  msgid "Advanced Configuration"
1829
  msgstr "Configurazione Avanzata"
1830
 
1831
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1832
  msgid "GDPR"
1833
  msgstr ""
1834
 
1835
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1836
  msgid "XProfile Integration"
1837
  msgstr "XProfile Integration"
1838
 
@@ -1898,11 +1893,19 @@ msgstr "Instagram"
1898
  msgid "Steam"
1899
  msgstr "Steam"
1900
 
 
 
 
 
1901
  #: ../admin/social_login.php:135
 
 
 
 
1902
  msgid "Select Social ID provider to enable in Social Login"
1903
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1904
 
1905
- #: ../admin/social_login.php:152
1906
  #, php-format
1907
  msgid ""
1908
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1912,7 +1915,7 @@ msgstr ""
1912
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1913
  "target=\"_blank\">questo collegamento</a>"
1914
 
1915
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
1916
  #, fuzzy
1917
  msgid ""
1918
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1920,7 +1923,7 @@ msgstr ""
1920
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1921
  "indicato"
1922
 
1923
- #: ../admin/social_login.php:173
1924
  #, fuzzy, php-format
1925
  msgid ""
1926
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1930,11 +1933,11 @@ msgstr ""
1930
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1931
  "target=\"_blank\">questo collegamento</a>"
1932
 
1933
- #: ../admin/social_login.php:184
1934
  msgid "Twitter API Key"
1935
  msgstr "Twitter API Key"
1936
 
1937
- #: ../admin/social_login.php:194
1938
  #, php-format
1939
  msgid ""
1940
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1944,7 +1947,7 @@ msgstr ""
1944
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1945
  "\"_blank\">questa pagina</a>"
1946
 
1947
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
1948
  #, fuzzy
1949
  msgid ""
1950
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1952,7 +1955,8 @@ msgstr ""
1952
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1953
  "indicato"
1954
 
1955
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
1956
  #, fuzzy
1957
  msgid ""
1958
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1961,11 +1965,11 @@ msgstr ""
1961
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1962
  "link indicato"
1963
 
1964
- #: ../admin/social_login.php:209
1965
  msgid "Twitter API Secret"
1966
  msgstr "Twitter API Secret"
1967
 
1968
- #: ../admin/social_login.php:219
1969
  #, php-format
1970
  msgid ""
1971
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1975,12 +1979,12 @@ msgstr ""
1975
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1976
  "\"_blank\">questo collegamento</a>"
1977
 
1978
- #: ../admin/social_login.php:234
1979
  #, fuzzy
1980
  msgid "LinkedIn Client ID"
1981
  msgstr "LinkedIn"
1982
 
1983
- #: ../admin/social_login.php:244
1984
  #, fuzzy, php-format
1985
  msgid ""
1986
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1990,7 +1994,7 @@ msgstr ""
1990
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1991
  "target=\"_blank\">questo collegamento</a>"
1992
 
1993
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
1994
  #, fuzzy
1995
  msgid ""
1996
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1999,12 +2003,12 @@ msgstr ""
1999
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2000
  "indicato"
2001
 
2002
- #: ../admin/social_login.php:255
2003
  #, fuzzy
2004
  msgid "LinkedIn Client Secret"
2005
  msgstr "LinkedIn"
2006
 
2007
- #: ../admin/social_login.php:265
2008
  #, fuzzy, php-format
2009
  msgid ""
2010
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2015,12 +2019,12 @@ msgstr ""
2015
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2016
  "target=\"_blank\">questo collegamento</a>"
2017
 
2018
- #: ../admin/social_login.php:276
2019
  #, fuzzy
2020
  msgid "Google Client ID"
2021
  msgstr "Google+ Client ID"
2022
 
2023
- #: ../admin/social_login.php:286
2024
  #, fuzzy, php-format
2025
  msgid ""
2026
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2030,7 +2034,7 @@ msgstr ""
2030
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2031
  "target=\"_blank\">questo collegamento</a>"
2032
 
2033
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
2034
  #, fuzzy
2035
  msgid ""
2036
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2039,12 +2043,12 @@ msgstr ""
2039
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2040
  "indicato"
2041
 
2042
- #: ../admin/social_login.php:297
2043
  #, fuzzy
2044
  msgid "Google Client Secret"
2045
  msgstr "Google+ Client ID"
2046
 
2047
- #: ../admin/social_login.php:307
2048
  #, fuzzy, php-format
2049
  msgid ""
2050
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2054,11 +2058,11 @@ msgstr ""
2054
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2055
  "target=\"_blank\">questo collegamento</a>"
2056
 
2057
- #: ../admin/social_login.php:318
2058
  msgid "Vkontakte Application ID"
2059
  msgstr "Vkontakte App ID"
2060
 
2061
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
2062
  #, php-format
2063
  msgid ""
2064
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2069,7 +2073,7 @@ msgstr ""
2069
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
2070
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2071
 
2072
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
2073
  #, fuzzy
2074
  msgid ""
2075
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2078,16 +2082,16 @@ msgstr ""
2078
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2079
  "indicato"
2080
 
2081
- #: ../admin/social_login.php:339
2082
  #, fuzzy
2083
  msgid "Vkontakte Secure key"
2084
  msgstr "Vkontakte"
2085
 
2086
- #: ../admin/social_login.php:360
2087
  msgid "Instagram Client ID"
2088
  msgstr "Instagram Client ID"
2089
 
2090
- #: ../admin/social_login.php:370
2091
  #, php-format
2092
  msgid ""
2093
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2097,7 +2101,7 @@ msgstr ""
2097
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2098
  "\" target=\"_blank\">questo collegamento</a>"
2099
 
2100
- #: ../admin/social_login.php:372
2101
  #, fuzzy
2102
  msgid ""
2103
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
@@ -2106,12 +2110,81 @@ msgstr ""
2106
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2107
  "indicato"
2108
 
2109
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2110
  #, fuzzy
2111
  msgid "Steam API Key"
2112
  msgstr "Twitter API Key"
2113
 
2114
- #: ../admin/social_login.php:391
2115
  #, fuzzy, php-format
2116
  msgid ""
2117
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2121,54 +2194,54 @@ msgstr ""
2121
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2122
  "\"_blank\">questa pagina</a>"
2123
 
2124
- #: ../admin/social_login.php:392
2125
  #, fuzzy
2126
  msgid "Save following <strong>domain</strong> to get the key"
2127
  msgstr ""
2128
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2129
  "link indicato"
2130
 
2131
- #: ../admin/social_login.php:408
2132
  msgid "Social Login Options"
2133
  msgstr "Opzioni"
2134
 
2135
- #: ../admin/social_login.php:423
2136
  msgid "Text to display above the Social Login interface"
2137
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2138
 
2139
- #: ../admin/social_login.php:431
2140
  msgid "Trigger social login in the same browser tab"
2141
  msgstr ""
2142
 
2143
- #: ../admin/social_login.php:441
2144
  msgid "Trigger social login in the same browser tab instead of a popup window"
2145
  msgstr ""
2146
 
2147
- #: ../admin/social_login.php:448
2148
  #, fuzzy
2149
  msgid "Center align icons"
2150
  msgstr "Riorganizza le icone"
2151
 
2152
- #: ../admin/social_login.php:458
2153
  #, fuzzy
2154
  msgid "Center align social login icons"
2155
  msgstr "Opzioni"
2156
 
2157
- #: ../admin/social_login.php:465
2158
  msgid "Enable at login page"
2159
  msgstr "Attiva nella pagina di Login"
2160
 
2161
- #: ../admin/social_login.php:475
2162
  msgid ""
2163
  "Social Login interface will get enabled at the login page of your website"
2164
  msgstr ""
2165
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2166
 
2167
- #: ../admin/social_login.php:482
2168
  msgid "Enable at register page"
2169
  msgstr "Abilita nella pagina di registrazione"
2170
 
2171
- #: ../admin/social_login.php:492
2172
  msgid ""
2173
  "Social Login interface will get enabled at the registration page of your "
2174
  "website"
@@ -2176,19 +2249,19 @@ msgstr ""
2176
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2177
  "sito web"
2178
 
2179
- #: ../admin/social_login.php:499
2180
  msgid "Enable at comment form"
2181
  msgstr "Attiva nel form dei commenti"
2182
 
2183
- #: ../admin/social_login.php:509
2184
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2185
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2186
 
2187
- #: ../admin/social_login.php:523
2188
  msgid "Enable before WooCommerce Customer Login Form"
2189
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2190
 
2191
- #: ../admin/social_login.php:533
2192
  msgid ""
2193
  "Social Login Interface will get enabled before the customer login form at "
2194
  "WooCommerce My Account page"
@@ -2196,12 +2269,12 @@ msgstr ""
2196
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2197
  "Woocommerce, prima del Form di Login."
2198
 
2199
- #: ../admin/social_login.php:540
2200
  #, fuzzy
2201
  msgid "Enable at WooCommerce Customer Login Form"
2202
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2203
 
2204
- #: ../admin/social_login.php:550
2205
  #, fuzzy
2206
  msgid ""
2207
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2210,12 +2283,12 @@ msgstr ""
2210
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2211
  "Woocommerce, dopo il Form di Login."
2212
 
2213
- #: ../admin/social_login.php:557
2214
  #, fuzzy
2215
  msgid "Enable at WooCommerce Customer Register Form"
2216
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2217
 
2218
- #: ../admin/social_login.php:567
2219
  #, fuzzy
2220
  msgid ""
2221
  "Integrate Social Login Interface with the customer register form at "
@@ -2224,21 +2297,21 @@ msgstr ""
2224
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2225
  "Woocommerce, dopo il Form di Login."
2226
 
2227
- #: ../admin/social_login.php:574
2228
  msgid "Enable at WooCommerce checkout page"
2229
  msgstr "Abilita nella pagina checkout di WooCommerce"
2230
 
2231
- #: ../admin/social_login.php:584
2232
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2233
  msgstr ""
2234
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2235
  "Woocommerce"
2236
 
2237
- #: ../admin/social_login.php:594
2238
  msgid "Auto-approve comments made by Social Login users"
2239
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2240
 
2241
- #: ../admin/social_login.php:604
2242
  msgid ""
2243
  "If this option is enabled, and WordPress comment is made by Social Login "
2244
  "user, comment will get approved immediately without keeping in moderation."
@@ -2247,15 +2320,15 @@ msgstr ""
2247
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2248
  "immediatamente senza nessuna possibilitá di moderazione."
2249
 
2250
- #: ../admin/social_login.php:605
2251
  msgid "Note: This is not related to Facebook comments"
2252
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2253
 
2254
- #: ../admin/social_login.php:614
2255
  msgid "Enable social avatar"
2256
  msgstr "Abilita Avatar"
2257
 
2258
- #: ../admin/social_login.php:624
2259
  msgid ""
2260
  "Social profile pictures of the logged in user will be displayed as profile "
2261
  "avatar"
@@ -2263,30 +2336,30 @@ msgstr ""
2263
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2264
  "avatar del profilo sul tuo sito"
2265
 
2266
- #: ../admin/social_login.php:633
2267
  msgid "Avatar quality"
2268
  msgstr "Qualità Avatar"
2269
 
2270
- #: ../admin/social_login.php:636
2271
  msgid "Average"
2272
  msgstr "Media"
2273
 
2274
- #: ../admin/social_login.php:637
2275
  msgid "Best"
2276
  msgstr "Migliore"
2277
 
2278
- #: ../admin/social_login.php:644
2279
  msgid "Choose avatar quality"
2280
  msgstr "Scelta qualità Avatar"
2281
 
2282
- #: ../admin/social_login.php:652
2283
  msgid ""
2284
  "Show option for users to update social avatar at BuddyPress profile page"
2285
  msgstr ""
2286
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2287
  "profilo BuddyPress"
2288
 
2289
- #: ../admin/social_login.php:662
2290
  msgid ""
2291
  "If enabled, users would be able to update their social avatar from \"Profile "
2292
  "photo\" section in BuddyPress profile at front-end"
@@ -2294,7 +2367,7 @@ msgstr ""
2294
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2295
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2296
 
2297
- #: ../admin/social_login.php:682
2298
  msgid ""
2299
  "If enabled and Social ID provider does not provide user's email address on "
2300
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2305,13 +2378,13 @@ msgstr ""
2305
  "completare questa informazione. In caso contrario, sará generata una email "
2306
  "fittizia"
2307
 
2308
- #: ../admin/social_login.php:690
2309
  msgid "Send post-registration email to user to set account password"
2310
  msgstr ""
2311
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2312
  "password"
2313
 
2314
- #: ../admin/social_login.php:700
2315
  msgid ""
2316
  "If enabled, an email will be sent to user after registration through Social "
2317
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2321,11 +2394,11 @@ msgstr ""
2321
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2322
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2323
 
2324
- #: ../admin/social_login.php:707
2325
  msgid "Send new user registration notification email to admin"
2326
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2327
 
2328
- #: ../admin/social_login.php:717
2329
  msgid ""
2330
  "If enabled, an email will be sent to admin after new user registers through "
2331
  "Social Login, notifying admin about the new user registration"
@@ -2334,40 +2407,40 @@ msgstr ""
2334
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2335
  "registrazione"
2336
 
2337
- #: ../admin/social_login.php:724
2338
  msgid "Login redirection"
2339
  msgstr "Reindirizzamento Login"
2340
 
2341
- #: ../admin/social_login.php:728
2342
  msgid "Same page where user logged in"
2343
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2344
 
2345
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2346
  msgid "Account dashboard"
2347
  msgstr "Pannello Account"
2348
 
2349
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2350
  msgid "BuddyPress profile page"
2351
  msgstr "Pagina di profilo BuddyPress"
2352
 
2353
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2354
  msgid "Custom Url"
2355
  msgstr "Url personalizzata"
2356
 
2357
- #: ../admin/social_login.php:746
2358
  msgid "User will be redirected to the selected page after Social Login"
2359
  msgstr ""
2360
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2361
 
2362
- #: ../admin/social_login.php:753
2363
  msgid "Registration redirection"
2364
  msgstr "Reindirizzamento Registratione"
2365
 
2366
- #: ../admin/social_login.php:757
2367
  msgid "Same page from where user registered"
2368
  msgstr "La stessa pagina dove l'utente si è registrato"
2369
 
2370
- #: ../admin/social_login.php:775
2371
  msgid ""
2372
  "User will be redirected to the selected page after registration (first "
2373
  "Social Login) through Social Login"
@@ -2375,24 +2448,24 @@ msgstr ""
2375
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2376
  "(il primo Social Login) tramite il Social Login"
2377
 
2378
- #: ../admin/social_login.php:784
2379
  #, fuzzy
2380
  msgid "Social Account Linking Options"
2381
  msgstr "Collegamento Social Account"
2382
 
2383
- #: ../admin/social_login.php:799
2384
  #, fuzzy
2385
  msgid "Text to display above the Social Account Linking interface"
2386
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2387
 
2388
- #: ../admin/social_login.php:806
2389
  #, fuzzy
2390
  msgid ""
2391
  "Link social account to already existing account, if email address matches"
2392
  msgstr ""
2393
  "Collega il tuo social account per accedere al tuo account su questo sito"
2394
 
2395
- #: ../admin/social_login.php:816
2396
  msgid ""
2397
  "If email address of the user's Social Account matches with an already "
2398
  "existing account at your website, that social account will be linked to "
@@ -2400,11 +2473,11 @@ msgid ""
2400
  "Linking interface at their profile page."
2401
  msgstr ""
2402
 
2403
- #: ../admin/social_login.php:824
2404
  msgid "Enable social account linking at BuddyPress profile page"
2405
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2406
 
2407
- #: ../admin/social_login.php:834
2408
  msgid ""
2409
  "Enable this option to show social account linking interface at BuddyPress "
2410
  "profile page"
@@ -2412,15 +2485,15 @@ msgstr ""
2412
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2413
  "nella pagina di profilo BuddyPress"
2414
 
2415
- #: ../admin/social_login.php:845
2416
  msgid "Email popup options"
2417
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2418
 
2419
- #: ../admin/social_login.php:850
2420
  msgid "Text on 'Email required' popup"
2421
  msgstr "Testo del pop-up"
2422
 
2423
- #: ../admin/social_login.php:860
2424
  msgid ""
2425
  "This text will be displayed on email required popup. Leave empty if not "
2426
  "required."
@@ -2428,11 +2501,11 @@ msgstr ""
2428
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2429
  "bianco se non si vuole utilizzare."
2430
 
2431
- #: ../admin/social_login.php:868
2432
  msgid "Error message for 'Email required' popup"
2433
  msgstr "Messaggio d'errore"
2434
 
2435
- #: ../admin/social_login.php:878
2436
  msgid ""
2437
  "This message will be displayed to user if it provides invalid or already "
2438
  "registered email"
@@ -2440,11 +2513,11 @@ msgstr ""
2440
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2441
  "indirizzo email non valido o già registrato."
2442
 
2443
- #: ../admin/social_login.php:886
2444
  msgid "Email popup height"
2445
  msgstr "Altezza pop-up Email"
2446
 
2447
- #: ../admin/social_login.php:896
2448
  msgid ""
2449
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2450
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2454,11 +2527,11 @@ msgstr ""
2454
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2455
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2456
 
2457
- #: ../admin/social_login.php:903
2458
  msgid "Enable email verification"
2459
  msgstr "Abilita verifica email"
2460
 
2461
- #: ../admin/social_login.php:913
2462
  msgid ""
2463
  "If enabled, email provided by the user will be verified by sending a "
2464
  "confirmation link to that email. User would not be able to login without "
@@ -2468,107 +2541,107 @@ msgstr ""
2468
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2469
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2470
 
2471
- #: ../admin/social_login.php:933
2472
  #, fuzzy
2473
  msgid "Enable GDPR opt-in"
2474
  msgstr "Abilita Disqus Commenting"
2475
 
2476
- #: ../admin/social_login.php:943
2477
  msgid ""
2478
  "Enable it to show GDPR opt-in for social login and social account linking"
2479
  msgstr ""
2480
 
2481
- #: ../admin/social_login.php:951
2482
  #, fuzzy
2483
  msgid "Placement of GDPR opt-in"
2484
  msgstr "Abilita Disqus Commenting"
2485
 
2486
- #: ../admin/social_login.php:955
2487
  #, fuzzy
2488
  msgid "Above Social Login icons"
2489
  msgstr "Opzioni"
2490
 
2491
- #: ../admin/social_login.php:957
2492
  #, fuzzy
2493
  msgid "Below Social Login icons"
2494
  msgstr "Opzioni"
2495
 
2496
- #: ../admin/social_login.php:963
2497
  #, fuzzy
2498
  msgid "Placement of GDPR opt-in above or below the social login icons"
2499
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2500
 
2501
- #: ../admin/social_login.php:970
2502
  msgid "Opt-in text"
2503
  msgstr ""
2504
 
2505
- #: ../admin/social_login.php:980
2506
  #, fuzzy
2507
  msgid "Text for the GDPR opt-in"
2508
  msgstr "Abilita Disqus Commenting"
2509
 
2510
- #: ../admin/social_login.php:987
2511
  msgid "Text to link to Terms-Conditions page"
2512
  msgstr ""
2513
 
2514
- #: ../admin/social_login.php:997
2515
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2516
  msgstr ""
2517
 
2518
- #: ../admin/social_login.php:1004
2519
  msgid "Terms-Conditions Url"
2520
  msgstr ""
2521
 
2522
- #: ../admin/social_login.php:1014
2523
  #, fuzzy
2524
  msgid "Url of the terms-conditions page of your website"
2525
  msgstr "Url della homepage del tuo sito web"
2526
 
2527
- #: ../admin/social_login.php:1021
2528
  msgid "Text to link to Privacy Policy page"
2529
  msgstr ""
2530
 
2531
- #: ../admin/social_login.php:1031
2532
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2533
  msgstr ""
2534
 
2535
- #: ../admin/social_login.php:1038
2536
  msgid "Privacy Policy Url"
2537
  msgstr ""
2538
 
2539
- #: ../admin/social_login.php:1048
2540
  #, fuzzy
2541
  msgid "Url of the privacy policy page of your website"
2542
  msgstr "Url della homepage del tuo sito web"
2543
 
2544
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2545
  #: ../inc/widget.php:602 ../inc/widget.php:750
2546
  msgid "Select"
2547
  msgstr "Selezionare"
2548
 
2549
- #: ../admin/social_login.php:1130
2550
  msgid "Social Login Shortcode & Widget"
2551
  msgstr "Shortcode & Widget"
2552
 
2553
- #: ../admin/social_login.php:1131
2554
  msgid "Social Linking Shortcode"
2555
  msgstr "Social Linking Shortcode"
2556
 
2557
- #: ../admin/social_login.php:1146
2558
  msgid "Why is social login not working?"
2559
  msgstr ""
2560
 
2561
- #: ../admin/social_login.php:1147
2562
  msgid ""
2563
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2564
  "belong to the same app"
2565
  msgstr ""
2566
 
2567
- #: ../admin/social_login.php:1149
2568
  msgid "Social Login not working with Varnish enabled"
2569
  msgstr ""
2570
 
2571
- #: ../admin/social_login.php:1150
2572
  msgid ""
2573
  "Why the user is not appearing logged in even after Social Login until the "
2574
  "webpage is refreshed manually?"
@@ -2810,27 +2883,27 @@ msgstr "Domanda non valida"
2810
  msgid "Providers not selected"
2811
  msgstr "Providers non selezionati"
2812
 
2813
- #: ../inc/social_login.php:698
2814
  msgid "Email"
2815
  msgstr "Email"
2816
 
2817
- #: ../inc/social_login.php:699
2818
  msgid "Confirm email"
2819
  msgstr "Conferma email"
2820
 
2821
- #: ../inc/social_login.php:701
2822
  msgid "Save"
2823
  msgstr "Salva"
2824
 
2825
- #: ../inc/social_login.php:702
2826
  msgid "Cancel"
2827
  msgstr "Cancella"
2828
 
2829
- #: ../inc/social_login.php:776
2830
  msgid "Email Verification"
2831
  msgstr "Abilita verifica email"
2832
 
2833
- #: ../inc/social_login.php:778
2834
  msgid ""
2835
  "Please click on the following link or paste it in browser to verify your "
2836
  "email"
@@ -3160,14 +3233,6 @@ msgstr ""
3160
  #~ "Client ID, consulta la documentazione che trovi su <a href=\"%s\" target="
3161
  #~ "\"_blank\">questa pagina</a>"
3162
 
3163
- #, fuzzy
3164
- #~ msgid ""
3165
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
3166
- #~ "the link"
3167
- #~ msgstr ""
3168
- #~ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
3169
- #~ "indicato"
3170
-
3171
  #, fuzzy
3172
  #~ msgid "Twitch Client Secret"
3173
  #~ msgstr "Twitch Client ID"
@@ -3286,10 +3351,6 @@ msgstr ""
3286
  #~ msgid "Why are Share Counts Not Updating?"
3287
  #~ msgstr "Perché gli Share Counts non vengono aggiornati?"
3288
 
3289
- #, fuzzy
3290
- #~ msgid "Login with"
3291
- #~ msgstr "Opzioni di Login"
3292
-
3293
  #~ msgid "You are already connected with"
3294
  #~ msgstr "Si è già connessi con"
3295
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:29+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:475
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:479 ../super_socializer.php:493
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:489
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:663
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
+ #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
+ #: ../super_socializer.php:694
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
+ #: ../super_socializer.php:697
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
+ #: ../super_socializer.php:879 ../helper.php:968
69
  msgid "Please verify your email address to login."
70
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
71
 
72
+ #: ../super_socializer.php:879
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr ""
75
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
76
  "account"
77
 
78
+ #: ../super_socializer.php:883
79
  msgid "Notification"
80
  msgstr "Notifiche"
81
 
82
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
83
  msgid "Email required"
84
  msgstr "Email Obbligatoria"
85
 
86
+ #: ../super_socializer.php:904
87
  msgid "Please check your email inbox to complete the registration."
88
  msgstr ""
89
  "Per favore, per completare la registrazione, controlla la tua casella di "
90
  "posta elettronica."
91
 
92
+ #: ../super_socializer.php:982
93
  msgid "Leave a reply"
94
  msgstr "Lascia un commento"
95
 
96
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
97
  msgid "Shares"
98
  msgstr "Shares"
99
 
100
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
+ #: ../super_socializer.php:998
105
  #, fuzzy
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
+ #: ../super_socializer.php:1244
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
114
  #: ../admin/social_commenting.php:47
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
+ #: ../super_socializer.php:1312 ../helper.php:890
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
+ #: ../super_socializer.php:1315
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
+ #: ../super_socializer.php:1319
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
+ #: ../super_socializer.php:1323 ../helper.php:893
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
+ #: ../super_socializer.php:1327 ../helper.php:894
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
+ #: ../super_socializer.php:1404
143
  msgid "Login with your Social ID"
144
  msgstr "Login con il tuo ID Social"
145
 
146
+ #: ../super_socializer.php:1405
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "La email inserita è già registrata o non è valida"
149
 
150
+ #: ../super_socializer.php:1410
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr ""
153
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
154
  "una verifica"
155
 
156
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
157
  msgid "Link your social account to login to your account at this website"
158
  msgstr ""
159
  "Collega il tuo social account per accedere al tuo account su questo sito"
160
 
161
+ #: ../super_socializer.php:1653
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1655
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1666
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1675
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1684
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1693
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1702
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1713
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1728
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1752
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
220
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
221
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
222
+ #: ../super_socializer.php:1915
223
  msgid "Okay"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1777
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
231
  "\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1802
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1827
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1838
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1860
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1888
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1915
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1940
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:1966
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
303
  msgid ""
304
  "Your browser is blocking some features of this website. Please follow the "
305
  "instructions at {support_url} to unblock these."
342
  msgid "Account already exists or linked"
343
  msgstr "Account esistente o già collegato"
344
 
345
+ #: ../helper.php:582 ../helper.php:584
346
+ #, fuzzy
347
+ msgid "Login with"
348
+ msgstr "Opzioni di Login"
349
+
350
+ #: ../helper.php:619 ../helper.php:625
351
  msgid "Currently"
352
  msgstr "Attualmente"
353
 
354
+ #: ../helper.php:619 ../helper.php:625
355
  msgid "Connected with"
356
  msgstr "Connesso con"
357
 
358
+ #: ../helper.php:619 ../helper.php:625
359
  msgid "Remove"
360
  msgstr "rimuovere"
361
 
362
+ #: ../helper.php:696
363
  msgid "Social Account Linking"
364
  msgstr "Collegamento Social Account"
365
 
366
+ #: ../helper.php:746
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
369
 
370
+ #: ../helper.php:751
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
373
 
374
+ #: ../helper.php:756
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
377
 
378
+ #: ../helper.php:761
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
381
 
382
+ #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Disabilita Social Commenting"
385
 
386
+ #: ../helper.php:775
387
  msgid "Standard Sharing Interface"
388
  msgstr "Interfaccia Sharing Standard"
389
 
390
+ #: ../helper.php:781 ../helper.php:800
391
  msgid "Starting share count for "
392
  msgstr "Avvio share count per"
393
 
394
+ #: ../helper.php:794
395
  msgid "Floating Sharing Interface"
396
  msgstr "Interfaccia Sharing Floating"
397
 
398
+ #: ../helper.php:897
399
  msgid "Small Avatar"
400
  msgstr "Avatar Piccolo"
401
 
402
+ #: ../helper.php:901
403
  msgid "Large Avatar"
404
  msgstr "Avatar Grande"
405
 
406
+ #: ../helper.php:905 ../admin/general_options.php:92
407
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
408
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
409
  msgid "Save Changes"
410
  msgstr "Salva le modifiche"
411
 
412
+ #: ../helper.php:1005
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
+ #: ../helper.php:1034
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Configurazioni"
420
 
421
+ #: ../helper.php:1044
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
+ #: ../helper.php:1046
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
430
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
433
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
434
  #, fuzzy, php-format
435
  msgid ""
484
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
485
 
486
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
487
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
488
  #: ../admin/like_buttons.php:809
489
  #, fuzzy
490
  msgid "Instagram Shoutout"
491
  msgstr "Instagram"
492
 
493
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
494
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
495
  #: ../admin/like_buttons.php:811
496
  msgid ""
497
  "If you can send (to hello@heateor.com) how this plugin is helping your "
629
 
630
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
631
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
632
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
633
  #: ../admin/like_buttons.php:770
634
  msgid "Shortcode & Widget"
635
  msgstr "Shortcode & Widget"
640
 
641
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
642
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
643
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
644
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
645
  msgid "FAQ"
646
  msgstr "FAQ"
875
  msgid "Url to share"
876
  msgstr "Url da condividere"
877
 
878
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
879
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
880
  #: ../inc/widget.php:945
881
  msgid "Title"
882
  msgstr "Titolo"
963
  msgstr "Collocazione"
964
 
965
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
966
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
967
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
968
  msgid "Homepage"
969
  msgstr "Homepage"
1233
  msgid "Required only to track Facebook share count"
1234
  msgstr ""
1235
 
1236
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1237
  msgid "Facebook App ID"
1238
  msgstr "Facebook App ID"
1239
 
1247
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1248
  "target=\"_blank\">questo collegamento</a>"
1249
 
1250
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1251
  #, fuzzy
1252
  msgid "Facebook App Secret"
1253
  msgstr "Facebook App ID"
1442
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1443
 
1444
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1445
+ #: ../admin/social_login.php:1230
1446
  msgid ""
1447
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1448
  "an online website for the plugin to function properly."
1500
  msgstr ""
1501
 
1502
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1503
+ #: ../admin/social_login.php:1237
1504
  msgid "Why is my browser blocking some features of the plugin?"
1505
  msgstr ""
1506
 
1823
  msgid "Advanced Configuration"
1824
  msgstr "Configurazione Avanzata"
1825
 
1826
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1827
  msgid "GDPR"
1828
  msgstr ""
1829
 
1830
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1831
  msgid "XProfile Integration"
1832
  msgstr "XProfile Integration"
1833
 
1893
  msgid "Steam"
1894
  msgstr "Steam"
1895
 
1896
+ #: ../admin/social_login.php:131
1897
+ msgid "Line"
1898
+ msgstr ""
1899
+
1900
  #: ../admin/social_login.php:135
1901
+ msgid "Windows Live"
1902
+ msgstr ""
1903
+
1904
+ #: ../admin/social_login.php:143
1905
  msgid "Select Social ID provider to enable in Social Login"
1906
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1907
 
1908
+ #: ../admin/social_login.php:160
1909
  #, php-format
1910
  msgid ""
1911
  "Required for Facebook Social Login to work. Please follow the documentation "
1915
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1916
  "target=\"_blank\">questo collegamento</a>"
1917
 
1918
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
1919
  #, fuzzy
1920
  msgid ""
1921
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1923
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1924
  "indicato"
1925
 
1926
+ #: ../admin/social_login.php:181
1927
  #, fuzzy, php-format
1928
  msgid ""
1929
  "Required for Facebook Social Login to work. Please follow the documentation "
1933
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1934
  "target=\"_blank\">questo collegamento</a>"
1935
 
1936
+ #: ../admin/social_login.php:192
1937
  msgid "Twitter API Key"
1938
  msgstr "Twitter API Key"
1939
 
1940
+ #: ../admin/social_login.php:202
1941
  #, php-format
1942
  msgid ""
1943
  "Required for Twitter Social Login to work. Please follow the documentation "
1947
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1948
  "\"_blank\">questa pagina</a>"
1949
 
1950
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
1951
  #, fuzzy
1952
  msgid ""
1953
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1955
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1956
  "indicato"
1957
 
1958
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
1959
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
1960
  #, fuzzy
1961
  msgid ""
1962
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1965
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1966
  "link indicato"
1967
 
1968
+ #: ../admin/social_login.php:217
1969
  msgid "Twitter API Secret"
1970
  msgstr "Twitter API Secret"
1971
 
1972
+ #: ../admin/social_login.php:227
1973
  #, php-format
1974
  msgid ""
1975
  "Required for Twitter Social Login to work. Please follow the documentation "
1979
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1980
  "\"_blank\">questo collegamento</a>"
1981
 
1982
+ #: ../admin/social_login.php:242
1983
  #, fuzzy
1984
  msgid "LinkedIn Client ID"
1985
  msgstr "LinkedIn"
1986
 
1987
+ #: ../admin/social_login.php:252
1988
  #, fuzzy, php-format
1989
  msgid ""
1990
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1994
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1995
  "target=\"_blank\">questo collegamento</a>"
1996
 
1997
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
1998
  #, fuzzy
1999
  msgid ""
2000
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2003
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2004
  "indicato"
2005
 
2006
+ #: ../admin/social_login.php:263
2007
  #, fuzzy
2008
  msgid "LinkedIn Client Secret"
2009
  msgstr "LinkedIn"
2010
 
2011
+ #: ../admin/social_login.php:273
2012
  #, fuzzy, php-format
2013
  msgid ""
2014
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2019
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2020
  "target=\"_blank\">questo collegamento</a>"
2021
 
2022
+ #: ../admin/social_login.php:284
2023
  #, fuzzy
2024
  msgid "Google Client ID"
2025
  msgstr "Google+ Client ID"
2026
 
2027
+ #: ../admin/social_login.php:294
2028
  #, fuzzy, php-format
2029
  msgid ""
2030
  "Required for Google Social Login to work. Please follow the documentation at "
2034
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2035
  "target=\"_blank\">questo collegamento</a>"
2036
 
2037
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
2038
  #, fuzzy
2039
  msgid ""
2040
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2043
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2044
  "indicato"
2045
 
2046
+ #: ../admin/social_login.php:305
2047
  #, fuzzy
2048
  msgid "Google Client Secret"
2049
  msgstr "Google+ Client ID"
2050
 
2051
+ #: ../admin/social_login.php:315
2052
  #, fuzzy, php-format
2053
  msgid ""
2054
  "Required for Google Social Login to work. Please follow the documentation at "
2058
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2059
  "target=\"_blank\">questo collegamento</a>"
2060
 
2061
+ #: ../admin/social_login.php:326
2062
  msgid "Vkontakte Application ID"
2063
  msgstr "Vkontakte App ID"
2064
 
2065
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
2066
  #, php-format
2067
  msgid ""
2068
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2073
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
2074
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2075
 
2076
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
2077
  #, fuzzy
2078
  msgid ""
2079
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2082
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2083
  "indicato"
2084
 
2085
+ #: ../admin/social_login.php:347
2086
  #, fuzzy
2087
  msgid "Vkontakte Secure key"
2088
  msgstr "Vkontakte"
2089
 
2090
+ #: ../admin/social_login.php:368
2091
  msgid "Instagram Client ID"
2092
  msgstr "Instagram Client ID"
2093
 
2094
+ #: ../admin/social_login.php:378
2095
  #, php-format
2096
  msgid ""
2097
  "Required for Instagram Social Login to work. Please follow the documentation "
2101
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2102
  "\" target=\"_blank\">questo collegamento</a>"
2103
 
2104
+ #: ../admin/social_login.php:380
2105
  #, fuzzy
2106
  msgid ""
2107
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2110
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2111
  "indicato"
2112
 
2113
+ #: ../admin/social_login.php:389
2114
+ msgid "Line Channel ID"
2115
+ msgstr ""
2116
+
2117
+ #: ../admin/social_login.php:398
2118
+ #, fuzzy, php-format
2119
+ msgid ""
2120
+ "Required for Line Social Login to work. Please follow the documentation at "
2121
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2122
+ msgstr ""
2123
+ "Necessario per far funzionare LinkedIn Social Login. Per ottenere la "
2124
+ "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2125
+ "target=\"_blank\">questo collegamento</a>"
2126
+
2127
+ #: ../admin/social_login.php:409
2128
+ #, fuzzy
2129
+ msgid "Line Channel Secret"
2130
+ msgstr "LinkedIn"
2131
+
2132
+ #: ../admin/social_login.php:418
2133
+ #, fuzzy, php-format
2134
+ msgid ""
2135
+ "Required for Line Social Login to work. Please follow the documentation at "
2136
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2137
+ msgstr ""
2138
+ "Necessario per far funzionare LinkedIn Social Login. Per ottenere la "
2139
+ "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2140
+ "target=\"_blank\">questo collegamento</a>"
2141
+
2142
+ #: ../admin/social_login.php:429
2143
+ #, fuzzy
2144
+ msgid "Microsoft Client ID"
2145
+ msgstr "Google+ Client ID"
2146
+
2147
+ #: ../admin/social_login.php:438
2148
+ #, fuzzy, php-format
2149
+ msgid ""
2150
+ "Required for Live Social Login to work. Please follow the documentation at "
2151
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2152
+ msgstr ""
2153
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2154
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2155
+ "target=\"_blank\">questo collegamento</a>"
2156
+
2157
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
2158
+ #, fuzzy
2159
+ msgid ""
2160
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2161
+ "the link"
2162
+ msgstr ""
2163
+ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2164
+ "indicato"
2165
+
2166
+ #: ../admin/social_login.php:449
2167
+ #, fuzzy
2168
+ msgid "Microsoft Client Secret"
2169
+ msgstr "Google+ Client ID"
2170
+
2171
+ #: ../admin/social_login.php:458
2172
+ #, fuzzy, php-format
2173
+ msgid ""
2174
+ "Required for Live Social Login to work. Please follow the documentation at "
2175
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2176
+ "Secret key"
2177
+ msgstr ""
2178
+ "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2179
+ "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2180
+ "target=\"_blank\">questo collegamento</a>"
2181
+
2182
+ #: ../admin/social_login.php:468
2183
  #, fuzzy
2184
  msgid "Steam API Key"
2185
  msgstr "Twitter API Key"
2186
 
2187
+ #: ../admin/social_login.php:477
2188
  #, fuzzy, php-format
2189
  msgid ""
2190
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2194
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2195
  "\"_blank\">questa pagina</a>"
2196
 
2197
+ #: ../admin/social_login.php:478
2198
  #, fuzzy
2199
  msgid "Save following <strong>domain</strong> to get the key"
2200
  msgstr ""
2201
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2202
  "link indicato"
2203
 
2204
+ #: ../admin/social_login.php:494
2205
  msgid "Social Login Options"
2206
  msgstr "Opzioni"
2207
 
2208
+ #: ../admin/social_login.php:509
2209
  msgid "Text to display above the Social Login interface"
2210
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2211
 
2212
+ #: ../admin/social_login.php:517
2213
  msgid "Trigger social login in the same browser tab"
2214
  msgstr ""
2215
 
2216
+ #: ../admin/social_login.php:527
2217
  msgid "Trigger social login in the same browser tab instead of a popup window"
2218
  msgstr ""
2219
 
2220
+ #: ../admin/social_login.php:534
2221
  #, fuzzy
2222
  msgid "Center align icons"
2223
  msgstr "Riorganizza le icone"
2224
 
2225
+ #: ../admin/social_login.php:544
2226
  #, fuzzy
2227
  msgid "Center align social login icons"
2228
  msgstr "Opzioni"
2229
 
2230
+ #: ../admin/social_login.php:551
2231
  msgid "Enable at login page"
2232
  msgstr "Attiva nella pagina di Login"
2233
 
2234
+ #: ../admin/social_login.php:561
2235
  msgid ""
2236
  "Social Login interface will get enabled at the login page of your website"
2237
  msgstr ""
2238
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2239
 
2240
+ #: ../admin/social_login.php:568
2241
  msgid "Enable at register page"
2242
  msgstr "Abilita nella pagina di registrazione"
2243
 
2244
+ #: ../admin/social_login.php:578
2245
  msgid ""
2246
  "Social Login interface will get enabled at the registration page of your "
2247
  "website"
2249
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2250
  "sito web"
2251
 
2252
+ #: ../admin/social_login.php:585
2253
  msgid "Enable at comment form"
2254
  msgstr "Attiva nel form dei commenti"
2255
 
2256
+ #: ../admin/social_login.php:595
2257
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2258
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2259
 
2260
+ #: ../admin/social_login.php:609
2261
  msgid "Enable before WooCommerce Customer Login Form"
2262
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2263
 
2264
+ #: ../admin/social_login.php:619
2265
  msgid ""
2266
  "Social Login Interface will get enabled before the customer login form at "
2267
  "WooCommerce My Account page"
2269
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2270
  "Woocommerce, prima del Form di Login."
2271
 
2272
+ #: ../admin/social_login.php:626
2273
  #, fuzzy
2274
  msgid "Enable at WooCommerce Customer Login Form"
2275
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2276
 
2277
+ #: ../admin/social_login.php:636
2278
  #, fuzzy
2279
  msgid ""
2280
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2283
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2284
  "Woocommerce, dopo il Form di Login."
2285
 
2286
+ #: ../admin/social_login.php:643
2287
  #, fuzzy
2288
  msgid "Enable at WooCommerce Customer Register Form"
2289
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2290
 
2291
+ #: ../admin/social_login.php:653
2292
  #, fuzzy
2293
  msgid ""
2294
  "Integrate Social Login Interface with the customer register form at "
2297
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2298
  "Woocommerce, dopo il Form di Login."
2299
 
2300
+ #: ../admin/social_login.php:660
2301
  msgid "Enable at WooCommerce checkout page"
2302
  msgstr "Abilita nella pagina checkout di WooCommerce"
2303
 
2304
+ #: ../admin/social_login.php:670
2305
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2306
  msgstr ""
2307
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2308
  "Woocommerce"
2309
 
2310
+ #: ../admin/social_login.php:680
2311
  msgid "Auto-approve comments made by Social Login users"
2312
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2313
 
2314
+ #: ../admin/social_login.php:690
2315
  msgid ""
2316
  "If this option is enabled, and WordPress comment is made by Social Login "
2317
  "user, comment will get approved immediately without keeping in moderation."
2320
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2321
  "immediatamente senza nessuna possibilitá di moderazione."
2322
 
2323
+ #: ../admin/social_login.php:691
2324
  msgid "Note: This is not related to Facebook comments"
2325
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2326
 
2327
+ #: ../admin/social_login.php:700
2328
  msgid "Enable social avatar"
2329
  msgstr "Abilita Avatar"
2330
 
2331
+ #: ../admin/social_login.php:710
2332
  msgid ""
2333
  "Social profile pictures of the logged in user will be displayed as profile "
2334
  "avatar"
2336
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2337
  "avatar del profilo sul tuo sito"
2338
 
2339
+ #: ../admin/social_login.php:719
2340
  msgid "Avatar quality"
2341
  msgstr "Qualità Avatar"
2342
 
2343
+ #: ../admin/social_login.php:722
2344
  msgid "Average"
2345
  msgstr "Media"
2346
 
2347
+ #: ../admin/social_login.php:723
2348
  msgid "Best"
2349
  msgstr "Migliore"
2350
 
2351
+ #: ../admin/social_login.php:730
2352
  msgid "Choose avatar quality"
2353
  msgstr "Scelta qualità Avatar"
2354
 
2355
+ #: ../admin/social_login.php:738
2356
  msgid ""
2357
  "Show option for users to update social avatar at BuddyPress profile page"
2358
  msgstr ""
2359
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2360
  "profilo BuddyPress"
2361
 
2362
+ #: ../admin/social_login.php:748
2363
  msgid ""
2364
  "If enabled, users would be able to update their social avatar from \"Profile "
2365
  "photo\" section in BuddyPress profile at front-end"
2367
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2368
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2369
 
2370
+ #: ../admin/social_login.php:768
2371
  msgid ""
2372
  "If enabled and Social ID provider does not provide user's email address on "
2373
  "login, user will be asked to provide his/her email address. Otherwise, a "
2378
  "completare questa informazione. In caso contrario, sará generata una email "
2379
  "fittizia"
2380
 
2381
+ #: ../admin/social_login.php:776
2382
  msgid "Send post-registration email to user to set account password"
2383
  msgstr ""
2384
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2385
  "password"
2386
 
2387
+ #: ../admin/social_login.php:786
2388
  msgid ""
2389
  "If enabled, an email will be sent to user after registration through Social "
2390
  "Login, regarding his/her login credentials (username-password to be able to "
2394
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2395
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2396
 
2397
+ #: ../admin/social_login.php:793
2398
  msgid "Send new user registration notification email to admin"
2399
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2400
 
2401
+ #: ../admin/social_login.php:803
2402
  msgid ""
2403
  "If enabled, an email will be sent to admin after new user registers through "
2404
  "Social Login, notifying admin about the new user registration"
2407
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2408
  "registrazione"
2409
 
2410
+ #: ../admin/social_login.php:810
2411
  msgid "Login redirection"
2412
  msgstr "Reindirizzamento Login"
2413
 
2414
+ #: ../admin/social_login.php:814
2415
  msgid "Same page where user logged in"
2416
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2417
 
2418
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2419
  msgid "Account dashboard"
2420
  msgstr "Pannello Account"
2421
 
2422
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2423
  msgid "BuddyPress profile page"
2424
  msgstr "Pagina di profilo BuddyPress"
2425
 
2426
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2427
  msgid "Custom Url"
2428
  msgstr "Url personalizzata"
2429
 
2430
+ #: ../admin/social_login.php:832
2431
  msgid "User will be redirected to the selected page after Social Login"
2432
  msgstr ""
2433
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2434
 
2435
+ #: ../admin/social_login.php:839
2436
  msgid "Registration redirection"
2437
  msgstr "Reindirizzamento Registratione"
2438
 
2439
+ #: ../admin/social_login.php:843
2440
  msgid "Same page from where user registered"
2441
  msgstr "La stessa pagina dove l'utente si è registrato"
2442
 
2443
+ #: ../admin/social_login.php:861
2444
  msgid ""
2445
  "User will be redirected to the selected page after registration (first "
2446
  "Social Login) through Social Login"
2448
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2449
  "(il primo Social Login) tramite il Social Login"
2450
 
2451
+ #: ../admin/social_login.php:870
2452
  #, fuzzy
2453
  msgid "Social Account Linking Options"
2454
  msgstr "Collegamento Social Account"
2455
 
2456
+ #: ../admin/social_login.php:885
2457
  #, fuzzy
2458
  msgid "Text to display above the Social Account Linking interface"
2459
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2460
 
2461
+ #: ../admin/social_login.php:892
2462
  #, fuzzy
2463
  msgid ""
2464
  "Link social account to already existing account, if email address matches"
2465
  msgstr ""
2466
  "Collega il tuo social account per accedere al tuo account su questo sito"
2467
 
2468
+ #: ../admin/social_login.php:902
2469
  msgid ""
2470
  "If email address of the user's Social Account matches with an already "
2471
  "existing account at your website, that social account will be linked to "
2473
  "Linking interface at their profile page."
2474
  msgstr ""
2475
 
2476
+ #: ../admin/social_login.php:910
2477
  msgid "Enable social account linking at BuddyPress profile page"
2478
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2479
 
2480
+ #: ../admin/social_login.php:920
2481
  msgid ""
2482
  "Enable this option to show social account linking interface at BuddyPress "
2483
  "profile page"
2485
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2486
  "nella pagina di profilo BuddyPress"
2487
 
2488
+ #: ../admin/social_login.php:931
2489
  msgid "Email popup options"
2490
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2491
 
2492
+ #: ../admin/social_login.php:936
2493
  msgid "Text on 'Email required' popup"
2494
  msgstr "Testo del pop-up"
2495
 
2496
+ #: ../admin/social_login.php:946
2497
  msgid ""
2498
  "This text will be displayed on email required popup. Leave empty if not "
2499
  "required."
2501
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2502
  "bianco se non si vuole utilizzare."
2503
 
2504
+ #: ../admin/social_login.php:954
2505
  msgid "Error message for 'Email required' popup"
2506
  msgstr "Messaggio d'errore"
2507
 
2508
+ #: ../admin/social_login.php:964
2509
  msgid ""
2510
  "This message will be displayed to user if it provides invalid or already "
2511
  "registered email"
2513
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2514
  "indirizzo email non valido o già registrato."
2515
 
2516
+ #: ../admin/social_login.php:972
2517
  msgid "Email popup height"
2518
  msgstr "Altezza pop-up Email"
2519
 
2520
+ #: ../admin/social_login.php:982
2521
  msgid ""
2522
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2523
  "can increase the height of popup by specifying in this option. Leave empty "
2527
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2528
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2529
 
2530
+ #: ../admin/social_login.php:989
2531
  msgid "Enable email verification"
2532
  msgstr "Abilita verifica email"
2533
 
2534
+ #: ../admin/social_login.php:999
2535
  msgid ""
2536
  "If enabled, email provided by the user will be verified by sending a "
2537
  "confirmation link to that email. User would not be able to login without "
2541
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2542
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2543
 
2544
+ #: ../admin/social_login.php:1019
2545
  #, fuzzy
2546
  msgid "Enable GDPR opt-in"
2547
  msgstr "Abilita Disqus Commenting"
2548
 
2549
+ #: ../admin/social_login.php:1029
2550
  msgid ""
2551
  "Enable it to show GDPR opt-in for social login and social account linking"
2552
  msgstr ""
2553
 
2554
+ #: ../admin/social_login.php:1037
2555
  #, fuzzy
2556
  msgid "Placement of GDPR opt-in"
2557
  msgstr "Abilita Disqus Commenting"
2558
 
2559
+ #: ../admin/social_login.php:1041
2560
  #, fuzzy
2561
  msgid "Above Social Login icons"
2562
  msgstr "Opzioni"
2563
 
2564
+ #: ../admin/social_login.php:1043
2565
  #, fuzzy
2566
  msgid "Below Social Login icons"
2567
  msgstr "Opzioni"
2568
 
2569
+ #: ../admin/social_login.php:1049
2570
  #, fuzzy
2571
  msgid "Placement of GDPR opt-in above or below the social login icons"
2572
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2573
 
2574
+ #: ../admin/social_login.php:1056
2575
  msgid "Opt-in text"
2576
  msgstr ""
2577
 
2578
+ #: ../admin/social_login.php:1066
2579
  #, fuzzy
2580
  msgid "Text for the GDPR opt-in"
2581
  msgstr "Abilita Disqus Commenting"
2582
 
2583
+ #: ../admin/social_login.php:1073
2584
  msgid "Text to link to Terms-Conditions page"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/social_login.php:1083
2588
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/social_login.php:1090
2592
  msgid "Terms-Conditions Url"
2593
  msgstr ""
2594
 
2595
+ #: ../admin/social_login.php:1100
2596
  #, fuzzy
2597
  msgid "Url of the terms-conditions page of your website"
2598
  msgstr "Url della homepage del tuo sito web"
2599
 
2600
+ #: ../admin/social_login.php:1107
2601
  msgid "Text to link to Privacy Policy page"
2602
  msgstr ""
2603
 
2604
+ #: ../admin/social_login.php:1117
2605
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2606
  msgstr ""
2607
 
2608
+ #: ../admin/social_login.php:1124
2609
  msgid "Privacy Policy Url"
2610
  msgstr ""
2611
 
2612
+ #: ../admin/social_login.php:1134
2613
  #, fuzzy
2614
  msgid "Url of the privacy policy page of your website"
2615
  msgstr "Url della homepage del tuo sito web"
2616
 
2617
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2618
  #: ../inc/widget.php:602 ../inc/widget.php:750
2619
  msgid "Select"
2620
  msgstr "Selezionare"
2621
 
2622
+ #: ../admin/social_login.php:1216
2623
  msgid "Social Login Shortcode & Widget"
2624
  msgstr "Shortcode & Widget"
2625
 
2626
+ #: ../admin/social_login.php:1217
2627
  msgid "Social Linking Shortcode"
2628
  msgstr "Social Linking Shortcode"
2629
 
2630
+ #: ../admin/social_login.php:1232
2631
  msgid "Why is social login not working?"
2632
  msgstr ""
2633
 
2634
+ #: ../admin/social_login.php:1233
2635
  msgid ""
2636
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2637
  "belong to the same app"
2638
  msgstr ""
2639
 
2640
+ #: ../admin/social_login.php:1235
2641
  msgid "Social Login not working with Varnish enabled"
2642
  msgstr ""
2643
 
2644
+ #: ../admin/social_login.php:1236
2645
  msgid ""
2646
  "Why the user is not appearing logged in even after Social Login until the "
2647
  "webpage is refreshed manually?"
2883
  msgid "Providers not selected"
2884
  msgstr "Providers non selezionati"
2885
 
2886
+ #: ../inc/social_login.php:720
2887
  msgid "Email"
2888
  msgstr "Email"
2889
 
2890
+ #: ../inc/social_login.php:721
2891
  msgid "Confirm email"
2892
  msgstr "Conferma email"
2893
 
2894
+ #: ../inc/social_login.php:723
2895
  msgid "Save"
2896
  msgstr "Salva"
2897
 
2898
+ #: ../inc/social_login.php:724
2899
  msgid "Cancel"
2900
  msgstr "Cancella"
2901
 
2902
+ #: ../inc/social_login.php:798
2903
  msgid "Email Verification"
2904
  msgstr "Abilita verifica email"
2905
 
2906
+ #: ../inc/social_login.php:800
2907
  msgid ""
2908
  "Please click on the following link or paste it in browser to verify your "
2909
  "email"
3233
  #~ "Client ID, consulta la documentazione che trovi su <a href=\"%s\" target="
3234
  #~ "\"_blank\">questa pagina</a>"
3235
 
 
 
 
 
 
 
 
 
3236
  #, fuzzy
3237
  #~ msgid "Twitch Client Secret"
3238
  #~ msgstr "Twitch Client ID"
3351
  #~ msgid "Why are Share Counts Not Updating?"
3352
  #~ msgstr "Perché gli Share Counts non vengono aggiornati?"
3353
 
 
 
 
 
3354
  #~ msgid "You are already connected with"
3355
  #~ msgstr "Si è già connessi con"
3356
 
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
- "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:339
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:343 ../super_socializer.php:357
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:353
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:521
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
- #: ../super_socializer.php:549
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
- #: ../super_socializer.php:552
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
- #: ../super_socializer.php:555
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -64,65 +64,65 @@ msgstr ""
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
- #: ../super_socializer.php:737 ../helper.php:972
68
  msgid "Please verify your email address to login."
69
  msgstr "Por favor verifique seu endereço de email no login."
70
 
71
- #: ../super_socializer.php:737
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
74
 
75
- #: ../super_socializer.php:741
76
  msgid "Notification"
77
  msgstr "Notificaçao"
78
 
79
- #: ../super_socializer.php:759 ../admin/social_login.php:672
80
  msgid "Email required"
81
  msgstr "Necessário email"
82
 
83
- #: ../super_socializer.php:762
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "Por favor verifique sua caixa de email para completar o registro."
86
 
87
- #: ../super_socializer.php:840
88
  msgid "Leave a reply"
89
  msgstr "Deixe uma resposta"
90
 
91
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr ""
98
 
99
- #: ../super_socializer.php:856
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
- #: ../super_socializer.php:1102
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
109
  #: ../admin/social_commenting.php:47
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
- #: ../super_socializer.php:1170 ../helper.php:894
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
- #: ../super_socializer.php:1173
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
- #: ../super_socializer.php:1177
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
- #: ../super_socializer.php:1181 ../helper.php:897
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
@@ -130,79 +130,79 @@ msgstr ""
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
- #: ../super_socializer.php:1185 ../helper.php:898
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
- #: ../super_socializer.php:1262
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
- #: ../super_socializer.php:1263
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "Email fornecido já está registrado ou é inválido"
144
 
145
- #: ../super_socializer.php:1268
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr ""
148
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
149
  "confirmá-lo"
150
 
151
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr "Associe sua conta social ao login de sua conta neste website"
154
 
155
- #: ../super_socializer.php:1520
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1522
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1533
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1542
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1551
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1560
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1569
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1580
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1595
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1619
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -210,14 +210,14 @@ msgid ""
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
214
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
215
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
216
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
217
  msgid "Okay"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1644
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -225,7 +225,7 @@ msgid ""
225
  "\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1669
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -233,7 +233,7 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1694
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -241,13 +241,13 @@ msgid ""
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
- #: ../super_socializer.php:1705
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1727
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -255,7 +255,7 @@ msgid ""
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1755
259
  #, php-format
260
  msgid ""
261
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -264,7 +264,7 @@ msgid ""
264
  "your website %s with them. No need to copy-paste any code from their website."
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1782
268
  #, php-format
269
  msgid ""
270
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -272,7 +272,7 @@ msgid ""
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
- #: ../super_socializer.php:1807
276
  #, php-format
277
  msgid ""
278
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -280,11 +280,11 @@ msgid ""
280
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
281
  msgstr ""
282
 
283
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
284
  msgid "Dismiss"
285
  msgstr ""
286
 
287
- #: ../super_socializer.php:1833
288
  #, php-format
289
  msgid ""
290
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -293,17 +293,7 @@ msgid ""
293
  "that, clear share counts cache from \"Miscellaneous\" section"
294
  msgstr ""
295
 
296
- #: ../super_socializer.php:1859
297
- #, php-format
298
- msgid ""
299
- "Your website visitors will see a popup notification (only once) if their "
300
- "browsers block any of the features of the plugin so that they can change "
301
- "their browser settings to unblock these. You can turn it OFF by disabling "
302
- "\"Show popup notification to users if their browsers block the plugin "
303
- "features\" option <a href=\"%s\">here</a>"
304
- msgstr ""
305
-
306
- #: ../super_socializer.php:2038
307
  msgid ""
308
  "Your browser is blocking some features of this website. Please follow the "
309
  "instructions at {support_url} to unblock these."
@@ -346,90 +336,95 @@ msgstr "Conta associada com sucesso"
346
  msgid "Account already exists or linked"
347
  msgstr "Conta já existente ou já está associada"
348
 
349
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
 
350
  msgid "Currently"
351
  msgstr "Atualmente"
352
 
353
- #: ../helper.php:623 ../helper.php:629
354
  msgid "Connected with"
355
  msgstr ""
356
 
357
- #: ../helper.php:623 ../helper.php:629
358
  msgid "Remove"
359
  msgstr "Remover"
360
 
361
- #: ../helper.php:700
362
  #, fuzzy
363
  msgid "Social Account Linking"
364
  msgstr "Comentário Social"
365
 
366
- #: ../helper.php:750
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
369
 
370
- #: ../helper.php:755
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
373
 
374
- #: ../helper.php:760
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Desabilitar o botão de like padrão neste(a) "
377
 
378
- #: ../helper.php:765
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Desabilitar o botão flutuante de like neste(a) "
381
 
382
- #: ../helper.php:770
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Desabilitar o Comentário Social neste(a) "
385
 
386
- #: ../helper.php:779
387
  msgid "Standard Sharing Interface"
388
  msgstr "Interface Padrão de Compartilhamento"
389
 
390
- #: ../helper.php:785 ../helper.php:804
391
  msgid "Starting share count for "
392
  msgstr "Iniciando contagem compartilhada para "
393
 
394
- #: ../helper.php:798
395
  msgid "Floating Sharing Interface"
396
  msgstr "Interface de Compartilhamento Flutuante"
397
 
398
- #: ../helper.php:901
399
  msgid "Small Avatar"
400
  msgstr "Avatar Pequeno"
401
 
402
- #: ../helper.php:905
403
  msgid "Large Avatar"
404
  msgstr "Avatar Grande"
405
 
406
- #: ../helper.php:909 ../admin/general_options.php:92
407
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
408
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
409
  msgid "Save Changes"
410
  msgstr "Salvar Alterações"
411
 
412
- #: ../helper.php:1009
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
- #: ../helper.php:1038
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Configurações"
420
 
421
- #: ../helper.php:1048
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
- #: ../helper.php:1050
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
430
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
433
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
434
  #, fuzzy, php-format
435
  msgid ""
@@ -485,14 +480,14 @@ msgstr ""
485
  "style&gt; )"
486
 
487
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
488
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
489
  #: ../admin/like_buttons.php:809
490
  #, fuzzy
491
  msgid "Instagram Shoutout"
492
  msgstr "Instagram"
493
 
494
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
495
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
496
  #: ../admin/like_buttons.php:811
497
  msgid ""
498
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -631,7 +626,7 @@ msgstr ""
631
 
632
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
633
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
634
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
635
  #: ../admin/like_buttons.php:770
636
  msgid "Shortcode & Widget"
637
  msgstr "Shortcode & Widget"
@@ -642,7 +637,7 @@ msgstr "Resolução de Problemas"
642
 
643
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
644
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
645
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
646
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
647
  msgid "FAQ"
648
  msgstr "P&R"
@@ -875,8 +870,8 @@ msgstr "Url personalizada"
875
  msgid "Url to share"
876
  msgstr "Url para compartilhar"
877
 
878
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
879
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
880
  #: ../inc/widget.php:945
881
  msgid "Title"
882
  msgstr "Título"
@@ -965,7 +960,7 @@ msgid "Placement"
965
  msgstr "Localização"
966
 
967
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
968
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
969
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
970
  msgid "Homepage"
971
  msgstr "Homepage"
@@ -1244,7 +1239,7 @@ msgstr ""
1244
  msgid "Required only to track Facebook share count"
1245
  msgstr ""
1246
 
1247
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1248
  msgid "Facebook App ID"
1249
  msgstr "Facebook App ID"
1250
 
@@ -1258,7 +1253,7 @@ msgstr ""
1258
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1259
  "para obter o Facebook App ID"
1260
 
1261
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1262
  #, fuzzy
1263
  msgid "Facebook App Secret"
1264
  msgstr "Facebook App ID"
@@ -1452,7 +1447,7 @@ msgstr ""
1452
  "website:"
1453
 
1454
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1455
- #: ../admin/social_login.php:1144
1456
  msgid ""
1457
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1458
  "an online website for the plugin to function properly."
@@ -1509,7 +1504,7 @@ msgid ""
1509
  msgstr ""
1510
 
1511
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1512
- #: ../admin/social_login.php:1151
1513
  msgid "Why is my browser blocking some features of the plugin?"
1514
  msgstr ""
1515
 
@@ -1833,11 +1828,11 @@ msgstr "Configuração Básica"
1833
  msgid "Advanced Configuration"
1834
  msgstr "Configuração Básica"
1835
 
1836
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1837
  msgid "GDPR"
1838
  msgstr ""
1839
 
1840
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1841
  msgid "XProfile Integration"
1842
  msgstr ""
1843
 
@@ -1902,12 +1897,20 @@ msgstr "Instagram"
1902
  msgid "Steam"
1903
  msgstr ""
1904
 
 
 
 
 
1905
  #: ../admin/social_login.php:135
 
 
 
 
1906
  msgid "Select Social ID provider to enable in Social Login"
1907
  msgstr ""
1908
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1909
 
1910
- #: ../admin/social_login.php:152
1911
  #, php-format
1912
  msgid ""
1913
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1917,14 +1920,14 @@ msgstr ""
1917
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1918
  "para obter o Facebook App ID"
1919
 
1920
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
1921
  #, fuzzy
1922
  msgid ""
1923
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1924
  msgstr ""
1925
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1926
 
1927
- #: ../admin/social_login.php:173
1928
  #, fuzzy, php-format
1929
  msgid ""
1930
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1934,11 +1937,11 @@ msgstr ""
1934
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1935
  "para obter o Facebook App ID"
1936
 
1937
- #: ../admin/social_login.php:184
1938
  msgid "Twitter API Key"
1939
  msgstr "Twitter API Key"
1940
 
1941
- #: ../admin/social_login.php:194
1942
  #, php-format
1943
  msgid ""
1944
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1948,14 +1951,15 @@ msgstr ""
1948
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1949
  "para obter Twitter API Key"
1950
 
1951
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
1952
  #, fuzzy
1953
  msgid ""
1954
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1955
  msgstr ""
1956
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1957
 
1958
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
1959
  #, fuzzy
1960
  msgid ""
1961
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1964,11 +1968,11 @@ msgstr ""
1964
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1965
  "mencionado"
1966
 
1967
- #: ../admin/social_login.php:209
1968
  msgid "Twitter API Secret"
1969
  msgstr "Segredo API Twitter"
1970
 
1971
- #: ../admin/social_login.php:219
1972
  #, php-format
1973
  msgid ""
1974
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1978,12 +1982,12 @@ msgstr ""
1978
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1979
  "obter o segredo da API Twitter"
1980
 
1981
- #: ../admin/social_login.php:234
1982
  #, fuzzy
1983
  msgid "LinkedIn Client ID"
1984
  msgstr "LinkedIn"
1985
 
1986
- #: ../admin/social_login.php:244
1987
  #, fuzzy, php-format
1988
  msgid ""
1989
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1993,7 +1997,7 @@ msgstr ""
1993
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1994
  "obeter API Key do LinkedIn"
1995
 
1996
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
1997
  #, fuzzy
1998
  msgid ""
1999
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -2001,12 +2005,12 @@ msgid ""
2001
  msgstr ""
2002
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2003
 
2004
- #: ../admin/social_login.php:255
2005
  #, fuzzy
2006
  msgid "LinkedIn Client Secret"
2007
  msgstr "LinkedIn"
2008
 
2009
- #: ../admin/social_login.php:265
2010
  #, fuzzy, php-format
2011
  msgid ""
2012
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2017,12 +2021,12 @@ msgstr ""
2017
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2018
  "obeter API Key do LinkedIn"
2019
 
2020
- #: ../admin/social_login.php:276
2021
  #, fuzzy
2022
  msgid "Google Client ID"
2023
  msgstr "Google+ Client ID"
2024
 
2025
- #: ../admin/social_login.php:286
2026
  #, fuzzy, php-format
2027
  msgid ""
2028
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2032,7 +2036,7 @@ msgstr ""
2032
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2033
  "obter o GooglePlus Client ID"
2034
 
2035
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
2036
  #, fuzzy
2037
  msgid ""
2038
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2040,12 +2044,12 @@ msgid ""
2040
  msgstr ""
2041
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2042
 
2043
- #: ../admin/social_login.php:297
2044
  #, fuzzy
2045
  msgid "Google Client Secret"
2046
  msgstr "Google+ Client ID"
2047
 
2048
- #: ../admin/social_login.php:307
2049
  #, fuzzy, php-format
2050
  msgid ""
2051
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2055,11 +2059,11 @@ msgstr ""
2055
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2056
  "obter o GooglePlus Client ID"
2057
 
2058
- #: ../admin/social_login.php:318
2059
  msgid "Vkontakte Application ID"
2060
  msgstr "Vkontakte Application ID"
2061
 
2062
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
2063
  #, php-format
2064
  msgid ""
2065
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2070,7 +2074,7 @@ msgstr ""
2070
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2071
  "obter Vkontakte Application ID"
2072
 
2073
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
2074
  #, fuzzy
2075
  msgid ""
2076
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2078,16 +2082,16 @@ msgid ""
2078
  msgstr ""
2079
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2080
 
2081
- #: ../admin/social_login.php:339
2082
  #, fuzzy
2083
  msgid "Vkontakte Secure key"
2084
  msgstr "Vkontakte"
2085
 
2086
- #: ../admin/social_login.php:360
2087
  msgid "Instagram Client ID"
2088
  msgstr "Instagram Client ID"
2089
 
2090
- #: ../admin/social_login.php:370
2091
  #, php-format
2092
  msgid ""
2093
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2097,7 +2101,7 @@ msgstr ""
2097
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2098
  "obter Instagram Client ID"
2099
 
2100
- #: ../admin/social_login.php:372
2101
  #, fuzzy
2102
  msgid ""
2103
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
@@ -2105,12 +2109,80 @@ msgid ""
2105
  msgstr ""
2106
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2107
 
2108
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2109
  #, fuzzy
2110
  msgid "Steam API Key"
2111
  msgstr "Twitter API Key"
2112
 
2113
- #: ../admin/social_login.php:391
2114
  #, fuzzy, php-format
2115
  msgid ""
2116
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2120,56 +2192,56 @@ msgstr ""
2120
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2121
  "para obter Twitter API Key"
2122
 
2123
- #: ../admin/social_login.php:392
2124
  #, fuzzy
2125
  msgid "Save following <strong>domain</strong> to get the key"
2126
  msgstr ""
2127
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2128
  "mencionado"
2129
 
2130
- #: ../admin/social_login.php:408
2131
  #, fuzzy
2132
  msgid "Social Login Options"
2133
  msgstr "Autenticação Social"
2134
 
2135
- #: ../admin/social_login.php:423
2136
  msgid "Text to display above the Social Login interface"
2137
  msgstr "Texto exibido acima da interface de Autenticação Social"
2138
 
2139
- #: ../admin/social_login.php:431
2140
  msgid "Trigger social login in the same browser tab"
2141
  msgstr ""
2142
 
2143
- #: ../admin/social_login.php:441
2144
  msgid "Trigger social login in the same browser tab instead of a popup window"
2145
  msgstr ""
2146
 
2147
- #: ../admin/social_login.php:448
2148
  #, fuzzy
2149
  msgid "Center align icons"
2150
  msgstr "Rearranjar ícones"
2151
 
2152
- #: ../admin/social_login.php:458
2153
  #, fuzzy
2154
  msgid "Center align social login icons"
2155
  msgstr "Autenticação Social"
2156
 
2157
- #: ../admin/social_login.php:465
2158
  msgid "Enable at login page"
2159
  msgstr "Habilia a página de autenticação"
2160
 
2161
- #: ../admin/social_login.php:475
2162
  msgid ""
2163
  "Social Login interface will get enabled at the login page of your website"
2164
  msgstr ""
2165
  "Interface de Autenticação Social será habilitada na página de autenticação "
2166
  "do seu website"
2167
 
2168
- #: ../admin/social_login.php:482
2169
  msgid "Enable at register page"
2170
  msgstr "Habilitar página de registro"
2171
 
2172
- #: ../admin/social_login.php:492
2173
  msgid ""
2174
  "Social Login interface will get enabled at the registration page of your "
2175
  "website"
@@ -2177,21 +2249,21 @@ msgstr ""
2177
  "Interface de Autenticação Social será habilitada na página de registro de "
2178
  "seu website"
2179
 
2180
- #: ../admin/social_login.php:499
2181
  msgid "Enable at comment form"
2182
  msgstr "Habilitar no formulário de comentário"
2183
 
2184
- #: ../admin/social_login.php:509
2185
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2186
  msgstr ""
2187
  "Interface de Autenticação Social será habilitada em seu formulário de "
2188
  "comentários Wordpress"
2189
 
2190
- #: ../admin/social_login.php:523
2191
  msgid "Enable before WooCommerce Customer Login Form"
2192
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2193
 
2194
- #: ../admin/social_login.php:533
2195
  msgid ""
2196
  "Social Login Interface will get enabled before the customer login form at "
2197
  "WooCommerce My Account page"
@@ -2199,13 +2271,13 @@ msgstr ""
2199
  "Interface de Autenticação Social será habilitada antes do formulário de "
2200
  "autenticação de cliente na página Minha Conta do WooCommerce"
2201
 
2202
- #: ../admin/social_login.php:540
2203
  #, fuzzy
2204
  msgid "Enable at WooCommerce Customer Login Form"
2205
  msgstr ""
2206
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2207
 
2208
- #: ../admin/social_login.php:550
2209
  #, fuzzy
2210
  msgid ""
2211
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2214,13 +2286,13 @@ msgstr ""
2214
  "Interface de Autenticação Social será habilitada depois do formulário de "
2215
  "autenticação de cliente na página Minha Conta do WooCommerce"
2216
 
2217
- #: ../admin/social_login.php:557
2218
  #, fuzzy
2219
  msgid "Enable at WooCommerce Customer Register Form"
2220
  msgstr ""
2221
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2222
 
2223
- #: ../admin/social_login.php:567
2224
  #, fuzzy
2225
  msgid ""
2226
  "Integrate Social Login Interface with the customer register form at "
@@ -2229,22 +2301,22 @@ msgstr ""
2229
  "Interface de Autenticação Social será habilitada depois do formulário de "
2230
  "autenticação de cliente na página Minha Conta do WooCommerce"
2231
 
2232
- #: ../admin/social_login.php:574
2233
  msgid "Enable at WooCommerce checkout page"
2234
  msgstr "Habilitado na página de checkout do WooCommerce"
2235
 
2236
- #: ../admin/social_login.php:584
2237
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2238
  msgstr ""
2239
  "Interface de Autenticação Social será habilitada página de checkout do "
2240
  "WooCommerce"
2241
 
2242
- #: ../admin/social_login.php:594
2243
  msgid "Auto-approve comments made by Social Login users"
2244
  msgstr ""
2245
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2246
 
2247
- #: ../admin/social_login.php:604
2248
  msgid ""
2249
  "If this option is enabled, and WordPress comment is made by Social Login "
2250
  "user, comment will get approved immediately without keeping in moderation."
@@ -2253,15 +2325,15 @@ msgstr ""
2253
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2254
  "considerações de moderação."
2255
 
2256
- #: ../admin/social_login.php:605
2257
  msgid "Note: This is not related to Facebook comments"
2258
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2259
 
2260
- #: ../admin/social_login.php:614
2261
  msgid "Enable social avatar"
2262
  msgstr "Habilitar o avatar social"
2263
 
2264
- #: ../admin/social_login.php:624
2265
  msgid ""
2266
  "Social profile pictures of the logged in user will be displayed as profile "
2267
  "avatar"
@@ -2269,30 +2341,30 @@ msgstr ""
2269
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2270
  "do perfil"
2271
 
2272
- #: ../admin/social_login.php:633
2273
  msgid "Avatar quality"
2274
  msgstr "Qualidade do Avatar"
2275
 
2276
- #: ../admin/social_login.php:636
2277
  msgid "Average"
2278
  msgstr "Média"
2279
 
2280
- #: ../admin/social_login.php:637
2281
  msgid "Best"
2282
  msgstr "Melhor"
2283
 
2284
- #: ../admin/social_login.php:644
2285
  msgid "Choose avatar quality"
2286
  msgstr "Escolha a qualidade do avatar"
2287
 
2288
- #: ../admin/social_login.php:652
2289
  msgid ""
2290
  "Show option for users to update social avatar at BuddyPress profile page"
2291
  msgstr ""
2292
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2293
  "perfil do BuddyPress"
2294
 
2295
- #: ../admin/social_login.php:662
2296
  msgid ""
2297
  "If enabled, users would be able to update their social avatar from \"Profile "
2298
  "photo\" section in BuddyPress profile at front-end"
@@ -2300,7 +2372,7 @@ msgstr ""
2300
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2301
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2302
 
2303
- #: ../admin/social_login.php:682
2304
  msgid ""
2305
  "If enabled and Social ID provider does not provide user's email address on "
2306
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2310,11 +2382,11 @@ msgstr ""
2310
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2311
  "email. Do contrário, um email postiço será gerado"
2312
 
2313
- #: ../admin/social_login.php:690
2314
  msgid "Send post-registration email to user to set account password"
2315
  msgstr ""
2316
 
2317
- #: ../admin/social_login.php:700
2318
  msgid ""
2319
  "If enabled, an email will be sent to user after registration through Social "
2320
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2324,12 +2396,12 @@ msgstr ""
2324
  "Social, com respeito as credecial do usuário para autenticação (username-"
2325
  "senha para possibilitar a autenticação via formulário tradicional)"
2326
 
2327
- #: ../admin/social_login.php:707
2328
  #, fuzzy
2329
  msgid "Send new user registration notification email to admin"
2330
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2331
 
2332
- #: ../admin/social_login.php:717
2333
  #, fuzzy
2334
  msgid ""
2335
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2339,40 +2411,40 @@ msgstr ""
2339
  "Social, com respeito as credecial do usuário para autenticação (username-"
2340
  "senha para possibilitar a autenticação via formulário tradicional)"
2341
 
2342
- #: ../admin/social_login.php:724
2343
  msgid "Login redirection"
2344
  msgstr "Redireção de autenticação"
2345
 
2346
- #: ../admin/social_login.php:728
2347
  msgid "Same page where user logged in"
2348
  msgstr "Mesma página onde o usuário autenticou-se"
2349
 
2350
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2351
  msgid "Account dashboard"
2352
  msgstr "Painel da Conta"
2353
 
2354
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2355
  msgid "BuddyPress profile page"
2356
  msgstr "Página de perfil BuddyPress"
2357
 
2358
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2359
  msgid "Custom Url"
2360
  msgstr "Url Personalizada"
2361
 
2362
- #: ../admin/social_login.php:746
2363
  msgid "User will be redirected to the selected page after Social Login"
2364
  msgstr ""
2365
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2366
 
2367
- #: ../admin/social_login.php:753
2368
  msgid "Registration redirection"
2369
  msgstr "Redirecionamento de registro"
2370
 
2371
- #: ../admin/social_login.php:757
2372
  msgid "Same page from where user registered"
2373
  msgstr "Mesma página de onde o usuário se registrou"
2374
 
2375
- #: ../admin/social_login.php:775
2376
  msgid ""
2377
  "User will be redirected to the selected page after registration (first "
2378
  "Social Login) through Social Login"
@@ -2380,23 +2452,23 @@ msgstr ""
2380
  "O usuário será redirecionado para a página selecionada após o registro "
2381
  "(primeira Autenticação Social) através da Autenticação Social"
2382
 
2383
- #: ../admin/social_login.php:784
2384
  #, fuzzy
2385
  msgid "Social Account Linking Options"
2386
  msgstr "Comentário Social"
2387
 
2388
- #: ../admin/social_login.php:799
2389
  #, fuzzy
2390
  msgid "Text to display above the Social Account Linking interface"
2391
  msgstr "Texto exibido acima da interface de Autenticação Social"
2392
 
2393
- #: ../admin/social_login.php:806
2394
  #, fuzzy
2395
  msgid ""
2396
  "Link social account to already existing account, if email address matches"
2397
  msgstr "Associe sua conta social ao login de sua conta neste website"
2398
 
2399
- #: ../admin/social_login.php:816
2400
  msgid ""
2401
  "If email address of the user's Social Account matches with an already "
2402
  "existing account at your website, that social account will be linked to "
@@ -2404,11 +2476,11 @@ msgid ""
2404
  "Linking interface at their profile page."
2405
  msgstr ""
2406
 
2407
- #: ../admin/social_login.php:824
2408
  msgid "Enable social account linking at BuddyPress profile page"
2409
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2410
 
2411
- #: ../admin/social_login.php:834
2412
  msgid ""
2413
  "Enable this option to show social account linking interface at BuddyPress "
2414
  "profile page"
@@ -2416,15 +2488,15 @@ msgstr ""
2416
  "Habilitar estar opção para exibir a conta social associada a página de "
2417
  "interface de perfil do BuddyPress"
2418
 
2419
- #: ../admin/social_login.php:845
2420
  msgid "Email popup options"
2421
  msgstr "Opções de popup de email"
2422
 
2423
- #: ../admin/social_login.php:850
2424
  msgid "Text on 'Email required' popup"
2425
  msgstr "Texto popup de 'Email requerido'"
2426
 
2427
- #: ../admin/social_login.php:860
2428
  msgid ""
2429
  "This text will be displayed on email required popup. Leave empty if not "
2430
  "required."
@@ -2432,11 +2504,11 @@ msgstr ""
2432
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2433
  "o email não for requerido."
2434
 
2435
- #: ../admin/social_login.php:868
2436
  msgid "Error message for 'Email required' popup"
2437
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2438
 
2439
- #: ../admin/social_login.php:878
2440
  msgid ""
2441
  "This message will be displayed to user if it provides invalid or already "
2442
  "registered email"
@@ -2444,11 +2516,11 @@ msgstr ""
2444
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2445
  "ou já registrado"
2446
 
2447
- #: ../admin/social_login.php:886
2448
  msgid "Email popup height"
2449
  msgstr "Altura do popup de email"
2450
 
2451
- #: ../admin/social_login.php:896
2452
  msgid ""
2453
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2454
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2458,11 +2530,11 @@ msgstr ""
2458
  "requirido\\\", você pode incrementar a altura do popup através de "
2459
  "especificação nesta opção. Deixe vazio para padrão."
2460
 
2461
- #: ../admin/social_login.php:903
2462
  msgid "Enable email verification"
2463
  msgstr "Habilitar verificação de email"
2464
 
2465
- #: ../admin/social_login.php:913
2466
  msgid ""
2467
  "If enabled, email provided by the user will be verified by sending a "
2468
  "confirmation link to that email. User would not be able to login without "
@@ -2472,107 +2544,107 @@ msgstr ""
2472
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2473
  "antes de validar seu email"
2474
 
2475
- #: ../admin/social_login.php:933
2476
  #, fuzzy
2477
  msgid "Enable GDPR opt-in"
2478
  msgstr "Habilitar comentário Disqus"
2479
 
2480
- #: ../admin/social_login.php:943
2481
  msgid ""
2482
  "Enable it to show GDPR opt-in for social login and social account linking"
2483
  msgstr ""
2484
 
2485
- #: ../admin/social_login.php:951
2486
  #, fuzzy
2487
  msgid "Placement of GDPR opt-in"
2488
  msgstr "Habilitar comentário Disqus"
2489
 
2490
- #: ../admin/social_login.php:955
2491
  #, fuzzy
2492
  msgid "Above Social Login icons"
2493
  msgstr "Autenticação Social"
2494
 
2495
- #: ../admin/social_login.php:957
2496
  #, fuzzy
2497
  msgid "Below Social Login icons"
2498
  msgstr "Autenticação Social"
2499
 
2500
- #: ../admin/social_login.php:963
2501
  #, fuzzy
2502
  msgid "Placement of GDPR opt-in above or below the social login icons"
2503
  msgstr "Texto exibido acima da interface de Autenticação Social"
2504
 
2505
- #: ../admin/social_login.php:970
2506
  msgid "Opt-in text"
2507
  msgstr ""
2508
 
2509
- #: ../admin/social_login.php:980
2510
  #, fuzzy
2511
  msgid "Text for the GDPR opt-in"
2512
  msgstr "Habilitar comentário Disqus"
2513
 
2514
- #: ../admin/social_login.php:987
2515
  msgid "Text to link to Terms-Conditions page"
2516
  msgstr ""
2517
 
2518
- #: ../admin/social_login.php:997
2519
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2520
  msgstr ""
2521
 
2522
- #: ../admin/social_login.php:1004
2523
  msgid "Terms-Conditions Url"
2524
  msgstr ""
2525
 
2526
- #: ../admin/social_login.php:1014
2527
  #, fuzzy
2528
  msgid "Url of the terms-conditions page of your website"
2529
  msgstr "Url da homepage do seu website"
2530
 
2531
- #: ../admin/social_login.php:1021
2532
  msgid "Text to link to Privacy Policy page"
2533
  msgstr ""
2534
 
2535
- #: ../admin/social_login.php:1031
2536
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2537
  msgstr ""
2538
 
2539
- #: ../admin/social_login.php:1038
2540
  msgid "Privacy Policy Url"
2541
  msgstr ""
2542
 
2543
- #: ../admin/social_login.php:1048
2544
  #, fuzzy
2545
  msgid "Url of the privacy policy page of your website"
2546
  msgstr "Url da homepage do seu website"
2547
 
2548
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2549
  #: ../inc/widget.php:602 ../inc/widget.php:750
2550
  msgid "Select"
2551
  msgstr "Selecione"
2552
 
2553
- #: ../admin/social_login.php:1130
2554
  msgid "Social Login Shortcode & Widget"
2555
  msgstr "Autenticação Social Shortcode & Widget"
2556
 
2557
- #: ../admin/social_login.php:1131
2558
  msgid "Social Linking Shortcode"
2559
  msgstr "Shortcode de associação Social"
2560
 
2561
- #: ../admin/social_login.php:1146
2562
  msgid "Why is social login not working?"
2563
  msgstr ""
2564
 
2565
- #: ../admin/social_login.php:1147
2566
  msgid ""
2567
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2568
  "belong to the same app"
2569
  msgstr ""
2570
 
2571
- #: ../admin/social_login.php:1149
2572
  msgid "Social Login not working with Varnish enabled"
2573
  msgstr ""
2574
 
2575
- #: ../admin/social_login.php:1150
2576
  msgid ""
2577
  "Why the user is not appearing logged in even after Social Login until the "
2578
  "webpage is refreshed manually?"
@@ -2811,28 +2883,28 @@ msgstr "Requisição inválida"
2811
  msgid "Providers not selected"
2812
  msgstr "Provedor não selecionado"
2813
 
2814
- #: ../inc/social_login.php:698
2815
  msgid "Email"
2816
  msgstr ""
2817
 
2818
- #: ../inc/social_login.php:699
2819
  msgid "Confirm email"
2820
  msgstr ""
2821
 
2822
- #: ../inc/social_login.php:701
2823
  msgid "Save"
2824
  msgstr ""
2825
 
2826
- #: ../inc/social_login.php:702
2827
  msgid "Cancel"
2828
  msgstr ""
2829
 
2830
- #: ../inc/social_login.php:776
2831
  #, fuzzy
2832
  msgid "Email Verification"
2833
  msgstr "Habilitar verificação de email"
2834
 
2835
- #: ../inc/social_login.php:778
2836
  msgid ""
2837
  "Please click on the following link or paste it in browser to verify your "
2838
  "email"
@@ -3162,13 +3234,6 @@ msgstr ""
3162
  #~ "siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link "
3163
  #~ "link</a> para obter Twitter API Key"
3164
 
3165
- #, fuzzy
3166
- #~ msgid ""
3167
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
3168
- #~ "the link"
3169
- #~ msgstr ""
3170
- #~ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
3171
-
3172
  #, fuzzy
3173
  #~ msgid "Twitch Client Secret"
3174
  #~ msgstr "Instagram Client ID"
@@ -3286,10 +3351,6 @@ msgstr ""
3286
  #~ msgid "Why are Share Counts Not Updating?"
3287
  #~ msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3288
 
3289
- #, fuzzy
3290
- #~ msgid "Login with"
3291
- #~ msgstr "Opções de autenticação"
3292
-
3293
  #~ msgid "You are already connected with"
3294
  #~ msgstr "Você já está associado com"
3295
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:28+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:475
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:479 ../super_socializer.php:493
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:489
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:663
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
+ #: ../super_socializer.php:691
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
+ #: ../super_socializer.php:694
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
+ #: ../super_socializer.php:697
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
+ #: ../super_socializer.php:879 ../helper.php:968
68
  msgid "Please verify your email address to login."
69
  msgstr "Por favor verifique seu endereço de email no login."
70
 
71
+ #: ../super_socializer.php:879
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
74
 
75
+ #: ../super_socializer.php:883
76
  msgid "Notification"
77
  msgstr "Notificaçao"
78
 
79
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
80
  msgid "Email required"
81
  msgstr "Necessário email"
82
 
83
+ #: ../super_socializer.php:904
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "Por favor verifique sua caixa de email para completar o registro."
86
 
87
+ #: ../super_socializer.php:982
88
  msgid "Leave a reply"
89
  msgstr "Deixe uma resposta"
90
 
91
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr ""
98
 
99
+ #: ../super_socializer.php:998
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
+ #: ../super_socializer.php:1244
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
109
  #: ../admin/social_commenting.php:47
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
+ #: ../super_socializer.php:1312 ../helper.php:890
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
+ #: ../super_socializer.php:1315
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
+ #: ../super_socializer.php:1319
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
+ #: ../super_socializer.php:1323 ../helper.php:893
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
+ #: ../super_socializer.php:1327 ../helper.php:894
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
+ #: ../super_socializer.php:1404
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
+ #: ../super_socializer.php:1405
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "Email fornecido já está registrado ou é inválido"
144
 
145
+ #: ../super_socializer.php:1410
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr ""
148
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
149
  "confirmá-lo"
150
 
151
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr "Associe sua conta social ao login de sua conta neste website"
154
 
155
+ #: ../super_socializer.php:1653
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1655
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1666
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1675
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1684
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1693
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1702
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1713
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1728
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1752
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
214
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
215
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
216
+ #: ../super_socializer.php:1915
217
  msgid "Okay"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1777
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
225
  "\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1802
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1827
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
+ #: ../super_socializer.php:1838
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1860
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1888
259
  #, php-format
260
  msgid ""
261
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
264
  "your website %s with them. No need to copy-paste any code from their website."
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1915
268
  #, php-format
269
  msgid ""
270
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
+ #: ../super_socializer.php:1940
276
  #, php-format
277
  msgid ""
278
  "If you cannot get Linkedin login to work after updating the plugin, replace "
280
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
281
  msgstr ""
282
 
283
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
284
  msgid "Dismiss"
285
  msgstr ""
286
 
287
+ #: ../super_socializer.php:1966
288
  #, php-format
289
  msgid ""
290
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
293
  "that, clear share counts cache from \"Miscellaneous\" section"
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
297
  msgid ""
298
  "Your browser is blocking some features of this website. Please follow the "
299
  "instructions at {support_url} to unblock these."
336
  msgid "Account already exists or linked"
337
  msgstr "Conta já existente ou já está associada"
338
 
339
+ #: ../helper.php:582 ../helper.php:584
340
+ #, fuzzy
341
+ msgid "Login with"
342
+ msgstr "Opções de autenticação"
343
+
344
+ #: ../helper.php:619 ../helper.php:625
345
  msgid "Currently"
346
  msgstr "Atualmente"
347
 
348
+ #: ../helper.php:619 ../helper.php:625
349
  msgid "Connected with"
350
  msgstr ""
351
 
352
+ #: ../helper.php:619 ../helper.php:625
353
  msgid "Remove"
354
  msgstr "Remover"
355
 
356
+ #: ../helper.php:696
357
  #, fuzzy
358
  msgid "Social Account Linking"
359
  msgstr "Comentário Social"
360
 
361
+ #: ../helper.php:746
362
  msgid "Disable Standard Social Sharing on this "
363
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
364
 
365
+ #: ../helper.php:751
366
  msgid "Disable Floating Social Sharing on this "
367
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
368
 
369
+ #: ../helper.php:756
370
  msgid "Disable Standard like buttons on this "
371
  msgstr "Desabilitar o botão de like padrão neste(a) "
372
 
373
+ #: ../helper.php:761
374
  msgid "Disable Floating like buttons on this "
375
  msgstr "Desabilitar o botão flutuante de like neste(a) "
376
 
377
+ #: ../helper.php:766
378
  msgid "Disable Social Commenting on this "
379
  msgstr "Desabilitar o Comentário Social neste(a) "
380
 
381
+ #: ../helper.php:775
382
  msgid "Standard Sharing Interface"
383
  msgstr "Interface Padrão de Compartilhamento"
384
 
385
+ #: ../helper.php:781 ../helper.php:800
386
  msgid "Starting share count for "
387
  msgstr "Iniciando contagem compartilhada para "
388
 
389
+ #: ../helper.php:794
390
  msgid "Floating Sharing Interface"
391
  msgstr "Interface de Compartilhamento Flutuante"
392
 
393
+ #: ../helper.php:897
394
  msgid "Small Avatar"
395
  msgstr "Avatar Pequeno"
396
 
397
+ #: ../helper.php:901
398
  msgid "Large Avatar"
399
  msgstr "Avatar Grande"
400
 
401
+ #: ../helper.php:905 ../admin/general_options.php:92
402
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
403
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
404
  msgid "Save Changes"
405
  msgstr "Salvar Alterações"
406
 
407
+ #: ../helper.php:1005
408
  msgid "Click to delete social profile data"
409
  msgstr ""
410
 
411
+ #: ../helper.php:1034
412
  #, fuzzy
413
  msgid "Deleting"
414
  msgstr "Configurações"
415
 
416
+ #: ../helper.php:1044
417
  msgid "Deleted"
418
  msgstr ""
419
 
420
+ #: ../helper.php:1046
421
  msgid "Something bad happened"
422
  msgstr ""
423
 
424
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
425
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
426
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
427
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
428
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
429
  #, fuzzy, php-format
430
  msgid ""
480
  "style&gt; )"
481
 
482
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
483
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
484
  #: ../admin/like_buttons.php:809
485
  #, fuzzy
486
  msgid "Instagram Shoutout"
487
  msgstr "Instagram"
488
 
489
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
490
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
491
  #: ../admin/like_buttons.php:811
492
  msgid ""
493
  "If you can send (to hello@heateor.com) how this plugin is helping your "
626
 
627
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
628
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
629
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
630
  #: ../admin/like_buttons.php:770
631
  msgid "Shortcode & Widget"
632
  msgstr "Shortcode & Widget"
637
 
638
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
639
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
640
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
641
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
642
  msgid "FAQ"
643
  msgstr "P&R"
870
  msgid "Url to share"
871
  msgstr "Url para compartilhar"
872
 
873
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
874
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
875
  #: ../inc/widget.php:945
876
  msgid "Title"
877
  msgstr "Título"
960
  msgstr "Localização"
961
 
962
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
963
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
964
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
965
  msgid "Homepage"
966
  msgstr "Homepage"
1239
  msgid "Required only to track Facebook share count"
1240
  msgstr ""
1241
 
1242
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1243
  msgid "Facebook App ID"
1244
  msgstr "Facebook App ID"
1245
 
1253
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1254
  "para obter o Facebook App ID"
1255
 
1256
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1257
  #, fuzzy
1258
  msgid "Facebook App Secret"
1259
  msgstr "Facebook App ID"
1447
  "website:"
1448
 
1449
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1450
+ #: ../admin/social_login.php:1230
1451
  msgid ""
1452
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1453
  "an online website for the plugin to function properly."
1504
  msgstr ""
1505
 
1506
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1507
+ #: ../admin/social_login.php:1237
1508
  msgid "Why is my browser blocking some features of the plugin?"
1509
  msgstr ""
1510
 
1828
  msgid "Advanced Configuration"
1829
  msgstr "Configuração Básica"
1830
 
1831
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1832
  msgid "GDPR"
1833
  msgstr ""
1834
 
1835
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1836
  msgid "XProfile Integration"
1837
  msgstr ""
1838
 
1897
  msgid "Steam"
1898
  msgstr ""
1899
 
1900
+ #: ../admin/social_login.php:131
1901
+ msgid "Line"
1902
+ msgstr ""
1903
+
1904
  #: ../admin/social_login.php:135
1905
+ msgid "Windows Live"
1906
+ msgstr ""
1907
+
1908
+ #: ../admin/social_login.php:143
1909
  msgid "Select Social ID provider to enable in Social Login"
1910
  msgstr ""
1911
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1912
 
1913
+ #: ../admin/social_login.php:160
1914
  #, php-format
1915
  msgid ""
1916
  "Required for Facebook Social Login to work. Please follow the documentation "
1920
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1921
  "para obter o Facebook App ID"
1922
 
1923
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
1924
  #, fuzzy
1925
  msgid ""
1926
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1927
  msgstr ""
1928
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1929
 
1930
+ #: ../admin/social_login.php:181
1931
  #, fuzzy, php-format
1932
  msgid ""
1933
  "Required for Facebook Social Login to work. Please follow the documentation "
1937
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1938
  "para obter o Facebook App ID"
1939
 
1940
+ #: ../admin/social_login.php:192
1941
  msgid "Twitter API Key"
1942
  msgstr "Twitter API Key"
1943
 
1944
+ #: ../admin/social_login.php:202
1945
  #, php-format
1946
  msgid ""
1947
  "Required for Twitter Social Login to work. Please follow the documentation "
1951
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1952
  "para obter Twitter API Key"
1953
 
1954
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
1955
  #, fuzzy
1956
  msgid ""
1957
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1958
  msgstr ""
1959
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1960
 
1961
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
1962
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
1963
  #, fuzzy
1964
  msgid ""
1965
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1968
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1969
  "mencionado"
1970
 
1971
+ #: ../admin/social_login.php:217
1972
  msgid "Twitter API Secret"
1973
  msgstr "Segredo API Twitter"
1974
 
1975
+ #: ../admin/social_login.php:227
1976
  #, php-format
1977
  msgid ""
1978
  "Required for Twitter Social Login to work. Please follow the documentation "
1982
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1983
  "obter o segredo da API Twitter"
1984
 
1985
+ #: ../admin/social_login.php:242
1986
  #, fuzzy
1987
  msgid "LinkedIn Client ID"
1988
  msgstr "LinkedIn"
1989
 
1990
+ #: ../admin/social_login.php:252
1991
  #, fuzzy, php-format
1992
  msgid ""
1993
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1997
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1998
  "obeter API Key do LinkedIn"
1999
 
2000
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
2001
  #, fuzzy
2002
  msgid ""
2003
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2005
  msgstr ""
2006
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2007
 
2008
+ #: ../admin/social_login.php:263
2009
  #, fuzzy
2010
  msgid "LinkedIn Client Secret"
2011
  msgstr "LinkedIn"
2012
 
2013
+ #: ../admin/social_login.php:273
2014
  #, fuzzy, php-format
2015
  msgid ""
2016
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2021
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2022
  "obeter API Key do LinkedIn"
2023
 
2024
+ #: ../admin/social_login.php:284
2025
  #, fuzzy
2026
  msgid "Google Client ID"
2027
  msgstr "Google+ Client ID"
2028
 
2029
+ #: ../admin/social_login.php:294
2030
  #, fuzzy, php-format
2031
  msgid ""
2032
  "Required for Google Social Login to work. Please follow the documentation at "
2036
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2037
  "obter o GooglePlus Client ID"
2038
 
2039
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
2040
  #, fuzzy
2041
  msgid ""
2042
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2044
  msgstr ""
2045
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2046
 
2047
+ #: ../admin/social_login.php:305
2048
  #, fuzzy
2049
  msgid "Google Client Secret"
2050
  msgstr "Google+ Client ID"
2051
 
2052
+ #: ../admin/social_login.php:315
2053
  #, fuzzy, php-format
2054
  msgid ""
2055
  "Required for Google Social Login to work. Please follow the documentation at "
2059
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2060
  "obter o GooglePlus Client ID"
2061
 
2062
+ #: ../admin/social_login.php:326
2063
  msgid "Vkontakte Application ID"
2064
  msgstr "Vkontakte Application ID"
2065
 
2066
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
2067
  #, php-format
2068
  msgid ""
2069
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2074
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2075
  "obter Vkontakte Application ID"
2076
 
2077
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
2078
  #, fuzzy
2079
  msgid ""
2080
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2082
  msgstr ""
2083
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2084
 
2085
+ #: ../admin/social_login.php:347
2086
  #, fuzzy
2087
  msgid "Vkontakte Secure key"
2088
  msgstr "Vkontakte"
2089
 
2090
+ #: ../admin/social_login.php:368
2091
  msgid "Instagram Client ID"
2092
  msgstr "Instagram Client ID"
2093
 
2094
+ #: ../admin/social_login.php:378
2095
  #, php-format
2096
  msgid ""
2097
  "Required for Instagram Social Login to work. Please follow the documentation "
2101
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2102
  "obter Instagram Client ID"
2103
 
2104
+ #: ../admin/social_login.php:380
2105
  #, fuzzy
2106
  msgid ""
2107
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2109
  msgstr ""
2110
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2111
 
2112
+ #: ../admin/social_login.php:389
2113
+ msgid "Line Channel ID"
2114
+ msgstr ""
2115
+
2116
+ #: ../admin/social_login.php:398
2117
+ #, fuzzy, php-format
2118
+ msgid ""
2119
+ "Required for Line Social Login to work. Please follow the documentation at "
2120
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2121
+ msgstr ""
2122
+ "Requirido para Autenticação Social LinkedIn funcionar. Por favor siga a "
2123
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2124
+ "obeter API Key do LinkedIn"
2125
+
2126
+ #: ../admin/social_login.php:409
2127
+ #, fuzzy
2128
+ msgid "Line Channel Secret"
2129
+ msgstr "LinkedIn"
2130
+
2131
+ #: ../admin/social_login.php:418
2132
+ #, fuzzy, php-format
2133
+ msgid ""
2134
+ "Required for Line Social Login to work. Please follow the documentation at "
2135
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2136
+ msgstr ""
2137
+ "Requirido para Autenticação Social LinkedIn funcionar. Por favor siga a "
2138
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2139
+ "obeter API Key do LinkedIn"
2140
+
2141
+ #: ../admin/social_login.php:429
2142
+ #, fuzzy
2143
+ msgid "Microsoft Client ID"
2144
+ msgstr "Google+ Client ID"
2145
+
2146
+ #: ../admin/social_login.php:438
2147
+ #, fuzzy, php-format
2148
+ msgid ""
2149
+ "Required for Live Social Login to work. Please follow the documentation at "
2150
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2151
+ msgstr ""
2152
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2153
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2154
+ "obter o GooglePlus Client ID"
2155
+
2156
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
2157
+ #, fuzzy
2158
+ msgid ""
2159
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2160
+ "the link"
2161
+ msgstr ""
2162
+ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2163
+
2164
+ #: ../admin/social_login.php:449
2165
+ #, fuzzy
2166
+ msgid "Microsoft Client Secret"
2167
+ msgstr "Google+ Client ID"
2168
+
2169
+ #: ../admin/social_login.php:458
2170
+ #, fuzzy, php-format
2171
+ msgid ""
2172
+ "Required for Live Social Login to work. Please follow the documentation at "
2173
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2174
+ "Secret key"
2175
+ msgstr ""
2176
+ "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2177
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2178
+ "obter o GooglePlus Client ID"
2179
+
2180
+ #: ../admin/social_login.php:468
2181
  #, fuzzy
2182
  msgid "Steam API Key"
2183
  msgstr "Twitter API Key"
2184
 
2185
+ #: ../admin/social_login.php:477
2186
  #, fuzzy, php-format
2187
  msgid ""
2188
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2192
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2193
  "para obter Twitter API Key"
2194
 
2195
+ #: ../admin/social_login.php:478
2196
  #, fuzzy
2197
  msgid "Save following <strong>domain</strong> to get the key"
2198
  msgstr ""
2199
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2200
  "mencionado"
2201
 
2202
+ #: ../admin/social_login.php:494
2203
  #, fuzzy
2204
  msgid "Social Login Options"
2205
  msgstr "Autenticação Social"
2206
 
2207
+ #: ../admin/social_login.php:509
2208
  msgid "Text to display above the Social Login interface"
2209
  msgstr "Texto exibido acima da interface de Autenticação Social"
2210
 
2211
+ #: ../admin/social_login.php:517
2212
  msgid "Trigger social login in the same browser tab"
2213
  msgstr ""
2214
 
2215
+ #: ../admin/social_login.php:527
2216
  msgid "Trigger social login in the same browser tab instead of a popup window"
2217
  msgstr ""
2218
 
2219
+ #: ../admin/social_login.php:534
2220
  #, fuzzy
2221
  msgid "Center align icons"
2222
  msgstr "Rearranjar ícones"
2223
 
2224
+ #: ../admin/social_login.php:544
2225
  #, fuzzy
2226
  msgid "Center align social login icons"
2227
  msgstr "Autenticação Social"
2228
 
2229
+ #: ../admin/social_login.php:551
2230
  msgid "Enable at login page"
2231
  msgstr "Habilia a página de autenticação"
2232
 
2233
+ #: ../admin/social_login.php:561
2234
  msgid ""
2235
  "Social Login interface will get enabled at the login page of your website"
2236
  msgstr ""
2237
  "Interface de Autenticação Social será habilitada na página de autenticação "
2238
  "do seu website"
2239
 
2240
+ #: ../admin/social_login.php:568
2241
  msgid "Enable at register page"
2242
  msgstr "Habilitar página de registro"
2243
 
2244
+ #: ../admin/social_login.php:578
2245
  msgid ""
2246
  "Social Login interface will get enabled at the registration page of your "
2247
  "website"
2249
  "Interface de Autenticação Social será habilitada na página de registro de "
2250
  "seu website"
2251
 
2252
+ #: ../admin/social_login.php:585
2253
  msgid "Enable at comment form"
2254
  msgstr "Habilitar no formulário de comentário"
2255
 
2256
+ #: ../admin/social_login.php:595
2257
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2258
  msgstr ""
2259
  "Interface de Autenticação Social será habilitada em seu formulário de "
2260
  "comentários Wordpress"
2261
 
2262
+ #: ../admin/social_login.php:609
2263
  msgid "Enable before WooCommerce Customer Login Form"
2264
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2265
 
2266
+ #: ../admin/social_login.php:619
2267
  msgid ""
2268
  "Social Login Interface will get enabled before the customer login form at "
2269
  "WooCommerce My Account page"
2271
  "Interface de Autenticação Social será habilitada antes do formulário de "
2272
  "autenticação de cliente na página Minha Conta do WooCommerce"
2273
 
2274
+ #: ../admin/social_login.php:626
2275
  #, fuzzy
2276
  msgid "Enable at WooCommerce Customer Login Form"
2277
  msgstr ""
2278
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2279
 
2280
+ #: ../admin/social_login.php:636
2281
  #, fuzzy
2282
  msgid ""
2283
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2286
  "Interface de Autenticação Social será habilitada depois do formulário de "
2287
  "autenticação de cliente na página Minha Conta do WooCommerce"
2288
 
2289
+ #: ../admin/social_login.php:643
2290
  #, fuzzy
2291
  msgid "Enable at WooCommerce Customer Register Form"
2292
  msgstr ""
2293
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2294
 
2295
+ #: ../admin/social_login.php:653
2296
  #, fuzzy
2297
  msgid ""
2298
  "Integrate Social Login Interface with the customer register form at "
2301
  "Interface de Autenticação Social será habilitada depois do formulário de "
2302
  "autenticação de cliente na página Minha Conta do WooCommerce"
2303
 
2304
+ #: ../admin/social_login.php:660
2305
  msgid "Enable at WooCommerce checkout page"
2306
  msgstr "Habilitado na página de checkout do WooCommerce"
2307
 
2308
+ #: ../admin/social_login.php:670
2309
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2310
  msgstr ""
2311
  "Interface de Autenticação Social será habilitada página de checkout do "
2312
  "WooCommerce"
2313
 
2314
+ #: ../admin/social_login.php:680
2315
  msgid "Auto-approve comments made by Social Login users"
2316
  msgstr ""
2317
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2318
 
2319
+ #: ../admin/social_login.php:690
2320
  msgid ""
2321
  "If this option is enabled, and WordPress comment is made by Social Login "
2322
  "user, comment will get approved immediately without keeping in moderation."
2325
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2326
  "considerações de moderação."
2327
 
2328
+ #: ../admin/social_login.php:691
2329
  msgid "Note: This is not related to Facebook comments"
2330
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2331
 
2332
+ #: ../admin/social_login.php:700
2333
  msgid "Enable social avatar"
2334
  msgstr "Habilitar o avatar social"
2335
 
2336
+ #: ../admin/social_login.php:710
2337
  msgid ""
2338
  "Social profile pictures of the logged in user will be displayed as profile "
2339
  "avatar"
2341
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2342
  "do perfil"
2343
 
2344
+ #: ../admin/social_login.php:719
2345
  msgid "Avatar quality"
2346
  msgstr "Qualidade do Avatar"
2347
 
2348
+ #: ../admin/social_login.php:722
2349
  msgid "Average"
2350
  msgstr "Média"
2351
 
2352
+ #: ../admin/social_login.php:723
2353
  msgid "Best"
2354
  msgstr "Melhor"
2355
 
2356
+ #: ../admin/social_login.php:730
2357
  msgid "Choose avatar quality"
2358
  msgstr "Escolha a qualidade do avatar"
2359
 
2360
+ #: ../admin/social_login.php:738
2361
  msgid ""
2362
  "Show option for users to update social avatar at BuddyPress profile page"
2363
  msgstr ""
2364
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2365
  "perfil do BuddyPress"
2366
 
2367
+ #: ../admin/social_login.php:748
2368
  msgid ""
2369
  "If enabled, users would be able to update their social avatar from \"Profile "
2370
  "photo\" section in BuddyPress profile at front-end"
2372
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2373
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2374
 
2375
+ #: ../admin/social_login.php:768
2376
  msgid ""
2377
  "If enabled and Social ID provider does not provide user's email address on "
2378
  "login, user will be asked to provide his/her email address. Otherwise, a "
2382
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2383
  "email. Do contrário, um email postiço será gerado"
2384
 
2385
+ #: ../admin/social_login.php:776
2386
  msgid "Send post-registration email to user to set account password"
2387
  msgstr ""
2388
 
2389
+ #: ../admin/social_login.php:786
2390
  msgid ""
2391
  "If enabled, an email will be sent to user after registration through Social "
2392
  "Login, regarding his/her login credentials (username-password to be able to "
2396
  "Social, com respeito as credecial do usuário para autenticação (username-"
2397
  "senha para possibilitar a autenticação via formulário tradicional)"
2398
 
2399
+ #: ../admin/social_login.php:793
2400
  #, fuzzy
2401
  msgid "Send new user registration notification email to admin"
2402
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2403
 
2404
+ #: ../admin/social_login.php:803
2405
  #, fuzzy
2406
  msgid ""
2407
  "If enabled, an email will be sent to admin after new user registers through "
2411
  "Social, com respeito as credecial do usuário para autenticação (username-"
2412
  "senha para possibilitar a autenticação via formulário tradicional)"
2413
 
2414
+ #: ../admin/social_login.php:810
2415
  msgid "Login redirection"
2416
  msgstr "Redireção de autenticação"
2417
 
2418
+ #: ../admin/social_login.php:814
2419
  msgid "Same page where user logged in"
2420
  msgstr "Mesma página onde o usuário autenticou-se"
2421
 
2422
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2423
  msgid "Account dashboard"
2424
  msgstr "Painel da Conta"
2425
 
2426
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2427
  msgid "BuddyPress profile page"
2428
  msgstr "Página de perfil BuddyPress"
2429
 
2430
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2431
  msgid "Custom Url"
2432
  msgstr "Url Personalizada"
2433
 
2434
+ #: ../admin/social_login.php:832
2435
  msgid "User will be redirected to the selected page after Social Login"
2436
  msgstr ""
2437
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2438
 
2439
+ #: ../admin/social_login.php:839
2440
  msgid "Registration redirection"
2441
  msgstr "Redirecionamento de registro"
2442
 
2443
+ #: ../admin/social_login.php:843
2444
  msgid "Same page from where user registered"
2445
  msgstr "Mesma página de onde o usuário se registrou"
2446
 
2447
+ #: ../admin/social_login.php:861
2448
  msgid ""
2449
  "User will be redirected to the selected page after registration (first "
2450
  "Social Login) through Social Login"
2452
  "O usuário será redirecionado para a página selecionada após o registro "
2453
  "(primeira Autenticação Social) através da Autenticação Social"
2454
 
2455
+ #: ../admin/social_login.php:870
2456
  #, fuzzy
2457
  msgid "Social Account Linking Options"
2458
  msgstr "Comentário Social"
2459
 
2460
+ #: ../admin/social_login.php:885
2461
  #, fuzzy
2462
  msgid "Text to display above the Social Account Linking interface"
2463
  msgstr "Texto exibido acima da interface de Autenticação Social"
2464
 
2465
+ #: ../admin/social_login.php:892
2466
  #, fuzzy
2467
  msgid ""
2468
  "Link social account to already existing account, if email address matches"
2469
  msgstr "Associe sua conta social ao login de sua conta neste website"
2470
 
2471
+ #: ../admin/social_login.php:902
2472
  msgid ""
2473
  "If email address of the user's Social Account matches with an already "
2474
  "existing account at your website, that social account will be linked to "
2476
  "Linking interface at their profile page."
2477
  msgstr ""
2478
 
2479
+ #: ../admin/social_login.php:910
2480
  msgid "Enable social account linking at BuddyPress profile page"
2481
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2482
 
2483
+ #: ../admin/social_login.php:920
2484
  msgid ""
2485
  "Enable this option to show social account linking interface at BuddyPress "
2486
  "profile page"
2488
  "Habilitar estar opção para exibir a conta social associada a página de "
2489
  "interface de perfil do BuddyPress"
2490
 
2491
+ #: ../admin/social_login.php:931
2492
  msgid "Email popup options"
2493
  msgstr "Opções de popup de email"
2494
 
2495
+ #: ../admin/social_login.php:936
2496
  msgid "Text on 'Email required' popup"
2497
  msgstr "Texto popup de 'Email requerido'"
2498
 
2499
+ #: ../admin/social_login.php:946
2500
  msgid ""
2501
  "This text will be displayed on email required popup. Leave empty if not "
2502
  "required."
2504
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2505
  "o email não for requerido."
2506
 
2507
+ #: ../admin/social_login.php:954
2508
  msgid "Error message for 'Email required' popup"
2509
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2510
 
2511
+ #: ../admin/social_login.php:964
2512
  msgid ""
2513
  "This message will be displayed to user if it provides invalid or already "
2514
  "registered email"
2516
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2517
  "ou já registrado"
2518
 
2519
+ #: ../admin/social_login.php:972
2520
  msgid "Email popup height"
2521
  msgstr "Altura do popup de email"
2522
 
2523
+ #: ../admin/social_login.php:982
2524
  msgid ""
2525
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2526
  "can increase the height of popup by specifying in this option. Leave empty "
2530
  "requirido\\\", você pode incrementar a altura do popup através de "
2531
  "especificação nesta opção. Deixe vazio para padrão."
2532
 
2533
+ #: ../admin/social_login.php:989
2534
  msgid "Enable email verification"
2535
  msgstr "Habilitar verificação de email"
2536
 
2537
+ #: ../admin/social_login.php:999
2538
  msgid ""
2539
  "If enabled, email provided by the user will be verified by sending a "
2540
  "confirmation link to that email. User would not be able to login without "
2544
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2545
  "antes de validar seu email"
2546
 
2547
+ #: ../admin/social_login.php:1019
2548
  #, fuzzy
2549
  msgid "Enable GDPR opt-in"
2550
  msgstr "Habilitar comentário Disqus"
2551
 
2552
+ #: ../admin/social_login.php:1029
2553
  msgid ""
2554
  "Enable it to show GDPR opt-in for social login and social account linking"
2555
  msgstr ""
2556
 
2557
+ #: ../admin/social_login.php:1037
2558
  #, fuzzy
2559
  msgid "Placement of GDPR opt-in"
2560
  msgstr "Habilitar comentário Disqus"
2561
 
2562
+ #: ../admin/social_login.php:1041
2563
  #, fuzzy
2564
  msgid "Above Social Login icons"
2565
  msgstr "Autenticação Social"
2566
 
2567
+ #: ../admin/social_login.php:1043
2568
  #, fuzzy
2569
  msgid "Below Social Login icons"
2570
  msgstr "Autenticação Social"
2571
 
2572
+ #: ../admin/social_login.php:1049
2573
  #, fuzzy
2574
  msgid "Placement of GDPR opt-in above or below the social login icons"
2575
  msgstr "Texto exibido acima da interface de Autenticação Social"
2576
 
2577
+ #: ../admin/social_login.php:1056
2578
  msgid "Opt-in text"
2579
  msgstr ""
2580
 
2581
+ #: ../admin/social_login.php:1066
2582
  #, fuzzy
2583
  msgid "Text for the GDPR opt-in"
2584
  msgstr "Habilitar comentário Disqus"
2585
 
2586
+ #: ../admin/social_login.php:1073
2587
  msgid "Text to link to Terms-Conditions page"
2588
  msgstr ""
2589
 
2590
+ #: ../admin/social_login.php:1083
2591
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2592
  msgstr ""
2593
 
2594
+ #: ../admin/social_login.php:1090
2595
  msgid "Terms-Conditions Url"
2596
  msgstr ""
2597
 
2598
+ #: ../admin/social_login.php:1100
2599
  #, fuzzy
2600
  msgid "Url of the terms-conditions page of your website"
2601
  msgstr "Url da homepage do seu website"
2602
 
2603
+ #: ../admin/social_login.php:1107
2604
  msgid "Text to link to Privacy Policy page"
2605
  msgstr ""
2606
 
2607
+ #: ../admin/social_login.php:1117
2608
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2609
  msgstr ""
2610
 
2611
+ #: ../admin/social_login.php:1124
2612
  msgid "Privacy Policy Url"
2613
  msgstr ""
2614
 
2615
+ #: ../admin/social_login.php:1134
2616
  #, fuzzy
2617
  msgid "Url of the privacy policy page of your website"
2618
  msgstr "Url da homepage do seu website"
2619
 
2620
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2621
  #: ../inc/widget.php:602 ../inc/widget.php:750
2622
  msgid "Select"
2623
  msgstr "Selecione"
2624
 
2625
+ #: ../admin/social_login.php:1216
2626
  msgid "Social Login Shortcode & Widget"
2627
  msgstr "Autenticação Social Shortcode & Widget"
2628
 
2629
+ #: ../admin/social_login.php:1217
2630
  msgid "Social Linking Shortcode"
2631
  msgstr "Shortcode de associação Social"
2632
 
2633
+ #: ../admin/social_login.php:1232
2634
  msgid "Why is social login not working?"
2635
  msgstr ""
2636
 
2637
+ #: ../admin/social_login.php:1233
2638
  msgid ""
2639
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2640
  "belong to the same app"
2641
  msgstr ""
2642
 
2643
+ #: ../admin/social_login.php:1235
2644
  msgid "Social Login not working with Varnish enabled"
2645
  msgstr ""
2646
 
2647
+ #: ../admin/social_login.php:1236
2648
  msgid ""
2649
  "Why the user is not appearing logged in even after Social Login until the "
2650
  "webpage is refreshed manually?"
2883
  msgid "Providers not selected"
2884
  msgstr "Provedor não selecionado"
2885
 
2886
+ #: ../inc/social_login.php:720
2887
  msgid "Email"
2888
  msgstr ""
2889
 
2890
+ #: ../inc/social_login.php:721
2891
  msgid "Confirm email"
2892
  msgstr ""
2893
 
2894
+ #: ../inc/social_login.php:723
2895
  msgid "Save"
2896
  msgstr ""
2897
 
2898
+ #: ../inc/social_login.php:724
2899
  msgid "Cancel"
2900
  msgstr ""
2901
 
2902
+ #: ../inc/social_login.php:798
2903
  #, fuzzy
2904
  msgid "Email Verification"
2905
  msgstr "Habilitar verificação de email"
2906
 
2907
+ #: ../inc/social_login.php:800
2908
  msgid ""
2909
  "Please click on the following link or paste it in browser to verify your "
2910
  "email"
3234
  #~ "siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link "
3235
  #~ "link</a> para obter Twitter API Key"
3236
 
 
 
 
 
 
 
 
3237
  #, fuzzy
3238
  #~ msgid "Twitch Client Secret"
3239
  #~ msgstr "Instagram Client ID"
3351
  #~ msgid "Why are Share Counts Not Updating?"
3352
  #~ msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3353
 
 
 
 
 
3354
  #~ msgid "You are already connected with"
3355
  #~ msgstr "Você já está associado com"
3356
 
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 09:59+0530\n"
6
- "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:339
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:343 ../super_socializer.php:357
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:353
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:521
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
- #: ../super_socializer.php:549
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
- #: ../super_socializer.php:552
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
- #: ../super_socializer.php:555
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -63,65 +63,65 @@ msgstr ""
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
- #: ../super_socializer.php:737 ../helper.php:972
67
  msgid "Please verify your email address to login."
68
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
69
 
70
- #: ../super_socializer.php:737
71
  msgid "Your email has been verified. Now you can login to your account"
72
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
73
 
74
- #: ../super_socializer.php:741
75
  msgid "Notification"
76
  msgstr "Уведомления"
77
 
78
- #: ../super_socializer.php:759 ../admin/social_login.php:672
79
  msgid "Email required"
80
  msgstr "Email (Обязательно)"
81
 
82
- #: ../super_socializer.php:762
83
  msgid "Please check your email inbox to complete the registration."
84
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
85
 
86
- #: ../super_socializer.php:840
87
  msgid "Leave a reply"
88
  msgstr "Оставить ответ"
89
 
90
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr "Поделились"
93
 
94
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr "Поделиться"
97
 
98
- #: ../super_socializer.php:856
99
  #, fuzzy
100
  msgid "Link copied."
101
  msgstr "LinkedIn"
102
 
103
- #: ../super_socializer.php:1102
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer - Общие настройки"
106
 
107
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "Основные настройки"
111
 
112
- #: ../super_socializer.php:1170 ../helper.php:894
113
  msgid "Social Avatar"
114
  msgstr "Социальный аватар"
115
 
116
- #: ../super_socializer.php:1173
117
  msgid "Small Avatar Url"
118
  msgstr "Ссылка для маленького аватара"
119
 
120
- #: ../super_socializer.php:1177
121
  msgid "Large Avatar Url"
122
  msgstr "Ссылка для большого аватара"
123
 
124
- #: ../super_socializer.php:1181 ../helper.php:897
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
@@ -129,84 +129,84 @@ msgstr ""
129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
130
  "я когда я использую вход через соцсети"
131
 
132
- #: ../super_socializer.php:1185 ../helper.php:898
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
136
  "соцсети"
137
 
138
- #: ../super_socializer.php:1262
139
  msgid "Login with your Social ID"
140
  msgstr "Войти, используя социальный аккаунт"
141
 
142
- #: ../super_socializer.php:1263
143
  msgid "Email you entered is already registered or invalid"
144
  msgstr ""
145
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
146
 
147
- #: ../super_socializer.php:1268
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
151
  "потребуется проверить его"
152
 
153
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
154
  msgid "Link your social account to login to your account at this website"
155
  msgstr ""
156
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
157
  "этом сайте"
158
 
159
- #: ../super_socializer.php:1520
160
  msgid "Thanks for installing Super Socializer plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1522
164
  msgid "Configure the Plugin"
165
  msgstr ""
166
 
167
- #: ../super_socializer.php:1533
168
  msgid ""
169
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
170
  "current version of Super Socializer"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:1542
174
  msgid ""
175
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
176
  "version of Super Socializer"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1551
180
  msgid ""
181
  "Update \"Social Login Buttons\" add-on for compatibility with current "
182
  "version of Super Socializer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1560
186
  msgid ""
187
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socializer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1569
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  "with current version of Super Socializer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1580
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1595
204
  #, php-format
205
  msgid ""
206
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1619
210
  #, php-format
211
  msgid ""
212
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -214,14 +214,14 @@ msgid ""
214
  "target=\"_blank\">here</a>"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
218
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
219
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
220
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
221
  msgid "Okay"
222
  msgstr "Окей"
223
 
224
- #: ../super_socializer.php:1644
225
  #, php-format
226
  msgid ""
227
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -229,7 +229,7 @@ msgid ""
229
  "\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1669
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -237,7 +237,7 @@ msgid ""
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1694
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -245,13 +245,13 @@ msgid ""
245
  "target=\"_blank\">here</a>"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1705
249
  #, php-format
250
  msgid ""
251
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
252
  msgstr ""
253
 
254
- #: ../super_socializer.php:1727
255
  #, php-format
256
  msgid ""
257
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -259,7 +259,7 @@ msgid ""
259
  "\"%s\" target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
- #: ../super_socializer.php:1755
263
  #, php-format
264
  msgid ""
265
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -268,7 +268,7 @@ msgid ""
268
  "your website %s with them. No need to copy-paste any code from their website."
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1782
272
  #, php-format
273
  msgid ""
274
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -276,7 +276,7 @@ msgid ""
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
- #: ../super_socializer.php:1807
280
  #, php-format
281
  msgid ""
282
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -284,11 +284,11 @@ msgid ""
284
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
285
  msgstr ""
286
 
287
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
288
  msgid "Dismiss"
289
  msgstr ""
290
 
291
- #: ../super_socializer.php:1833
292
  #, php-format
293
  msgid ""
294
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -297,23 +297,7 @@ msgid ""
297
  "that, clear share counts cache from \"Miscellaneous\" section"
298
  msgstr ""
299
 
300
- #: ../super_socializer.php:1859
301
- #, php-format
302
- msgid ""
303
- "Your website visitors will see a popup notification (only once) if their "
304
- "browsers block any of the features of the plugin so that they can change "
305
- "their browser settings to unblock these. You can turn it OFF by disabling "
306
- "\"Show popup notification to users if their browsers block the plugin "
307
- "features\" option <a href=\"%s\">here</a>"
308
- msgstr ""
309
- "Посетители вашего сайта увидят всплывающее уведомление (только один раз), "
310
- "если их браузеры блокируют любую из функций плагина, так что они могут "
311
- "изменить свои настройки браузера, чтобы разблокировать функции. Вы можете "
312
- "отключить его, отключив параметр «Показать всплывающее уведомление для "
313
- "пользователей, если их браузеры блокируют функции плагина» <a href=\"%s"
314
- "\">здесь</a>"
315
-
316
- #: ../super_socializer.php:2038
317
  msgid ""
318
  "Your browser is blocking some features of this website. Please follow the "
319
  "instructions at {support_url} to unblock these."
@@ -357,89 +341,93 @@ msgstr "Аккаунт успешно связан"
357
  msgid "Account already exists or linked"
358
  msgstr "Аккаунт уже существует или связан"
359
 
360
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
361
  msgid "Currently"
362
  msgstr "На данный момент"
363
 
364
- #: ../helper.php:623 ../helper.php:629
365
  msgid "Connected with"
366
  msgstr "Авторизоваться с помощью"
367
 
368
- #: ../helper.php:623 ../helper.php:629
369
  msgid "Remove"
370
  msgstr "Удалить"
371
 
372
- #: ../helper.php:700
373
  msgid "Social Account Linking"
374
  msgstr "Ссылки на социальный аккаунт"
375
 
376
- #: ../helper.php:750
377
  msgid "Disable Standard Social Sharing on this "
378
  msgstr "Отключить стандартный блок Поделиться на этом"
379
 
380
- #: ../helper.php:755
381
  msgid "Disable Floating Social Sharing on this "
382
  msgstr "Отключить плавающий блок Поделиться на этом"
383
 
384
- #: ../helper.php:760
385
  msgid "Disable Standard like buttons on this "
386
  msgstr "Откдючить стандартные кнопки Нравится на этом"
387
 
388
- #: ../helper.php:765
389
  msgid "Disable Floating like buttons on this "
390
  msgstr "Откдючить плавающие кнопки Нравится на этом"
391
 
392
- #: ../helper.php:770
393
  msgid "Disable Social Commenting on this "
394
  msgstr "Деактивировать социальное комментироване"
395
 
396
- #: ../helper.php:779
397
  msgid "Standard Sharing Interface"
398
  msgstr "Стандартный интерфейс Поделиться"
399
 
400
- #: ../helper.php:785 ../helper.php:804
401
  msgid "Starting share count for "
402
  msgstr "Запустить счетчик поделиться для"
403
 
404
- #: ../helper.php:798
405
  msgid "Floating Sharing Interface"
406
  msgstr "Плавающий интерфейс Поделиться"
407
 
408
- #: ../helper.php:901
409
  msgid "Small Avatar"
410
  msgstr "Небольшой аватар"
411
 
412
- #: ../helper.php:905
413
  msgid "Large Avatar"
414
  msgstr "Большой аватар"
415
 
416
- #: ../helper.php:909 ../admin/general_options.php:92
417
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
418
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
419
  msgid "Save Changes"
420
  msgstr "Сохранить изменения"
421
 
422
- #: ../helper.php:1009
423
  msgid "Click to delete social profile data"
424
  msgstr ""
425
 
426
- #: ../helper.php:1038
427
  #, fuzzy
428
  msgid "Deleting"
429
  msgstr "Настройки"
430
 
431
- #: ../helper.php:1048
432
  msgid "Deleted"
433
  msgstr ""
434
 
435
- #: ../helper.php:1050
436
  msgid "Something bad happened"
437
  msgstr ""
438
 
439
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
440
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
441
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
442
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
443
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
444
  #, fuzzy, php-format
445
  msgid ""
@@ -494,14 +482,14 @@ msgstr ""
494
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
495
 
496
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
497
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
498
  #: ../admin/like_buttons.php:809
499
  #, fuzzy
500
  msgid "Instagram Shoutout"
501
  msgstr "Instagram"
502
 
503
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
504
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
505
  #: ../admin/like_buttons.php:811
506
  msgid ""
507
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -640,7 +628,7 @@ msgstr "XProfile интеграция"
640
 
641
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
642
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
643
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
644
  #: ../admin/like_buttons.php:770
645
  msgid "Shortcode & Widget"
646
  msgstr "Шорткод и виджет"
@@ -651,7 +639,7 @@ msgstr "Устранение неисправностей"
651
 
652
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
653
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
654
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
655
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
656
  msgid "FAQ"
657
  msgstr "Часто задаваемые вопросы (FAQ)"
@@ -883,8 +871,8 @@ msgstr "Пользовательская ссылка"
883
  msgid "Url to share"
884
  msgstr "Ссылка чтобы Поделиться"
885
 
886
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
887
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
888
  #: ../inc/widget.php:945
889
  msgid "Title"
890
  msgstr "Заголовок"
@@ -970,7 +958,7 @@ msgid "Placement"
970
  msgstr "Размещение"
971
 
972
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
973
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
974
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
975
  msgid "Homepage"
976
  msgstr "Главная"
@@ -1239,7 +1227,7 @@ msgstr ""
1239
  msgid "Required only to track Facebook share count"
1240
  msgstr ""
1241
 
1242
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1243
  msgid "Facebook App ID"
1244
  msgstr "Facebook App ID"
1245
 
@@ -1252,7 +1240,7 @@ msgstr ""
1252
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1253
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1254
 
1255
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1256
  #, fuzzy
1257
  msgid "Facebook App Secret"
1258
  msgstr "Facebook App ID"
@@ -1443,7 +1431,7 @@ msgstr ""
1443
  "\"Получение информации о новой поломке\" ."
1444
 
1445
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1446
- #: ../admin/social_login.php:1144
1447
  msgid ""
1448
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1449
  "an online website for the plugin to function properly."
@@ -1501,7 +1489,7 @@ msgid ""
1501
  msgstr ""
1502
 
1503
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1504
- #: ../admin/social_login.php:1151
1505
  msgid "Why is my browser blocking some features of the plugin?"
1506
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1507
 
@@ -1819,11 +1807,11 @@ msgstr "Основные настройки"
1819
  msgid "Advanced Configuration"
1820
  msgstr "Расширенная конфигурация"
1821
 
1822
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1823
  msgid "GDPR"
1824
  msgstr ""
1825
 
1826
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1827
  msgid "XProfile Integration"
1828
  msgstr "XProfile интеграция"
1829
 
@@ -1889,11 +1877,19 @@ msgstr "Instagram"
1889
  msgid "Steam"
1890
  msgstr "Steam"
1891
 
 
 
 
 
1892
  #: ../admin/social_login.php:135
 
 
 
 
1893
  msgid "Select Social ID provider to enable in Social Login"
1894
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1895
 
1896
- #: ../admin/social_login.php:152
1897
  #, php-format
1898
  msgid ""
1899
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1902,7 +1898,7 @@ msgstr ""
1902
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1903
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1904
 
1905
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
1906
  #, fuzzy
1907
  msgid ""
1908
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1910,7 +1906,7 @@ msgstr ""
1910
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1911
  "упоминания ссылки."
1912
 
1913
- #: ../admin/social_login.php:173
1914
  #, fuzzy, php-format
1915
  msgid ""
1916
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1919,11 +1915,11 @@ msgstr ""
1919
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1920
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1921
 
1922
- #: ../admin/social_login.php:184
1923
  msgid "Twitter API Key"
1924
  msgstr "Twitter API ключ"
1925
 
1926
- #: ../admin/social_login.php:194
1927
  #, php-format
1928
  msgid ""
1929
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1933,7 +1929,7 @@ msgstr ""
1933
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1934
  "Twitter."
1935
 
1936
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
1937
  #, fuzzy
1938
  msgid ""
1939
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1941,7 +1937,8 @@ msgstr ""
1941
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1942
  "ссылки"
1943
 
1944
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
1945
  #, fuzzy
1946
  msgid ""
1947
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1950,11 +1947,11 @@ msgstr ""
1950
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1951
  "ссылки"
1952
 
1953
- #: ../admin/social_login.php:209
1954
  msgid "Twitter API Secret"
1955
  msgstr "Twitter API секретный ключ"
1956
 
1957
- #: ../admin/social_login.php:219
1958
  #, php-format
1959
  msgid ""
1960
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1964,12 +1961,12 @@ msgstr ""
1964
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1965
  "приложения Facebook."
1966
 
1967
- #: ../admin/social_login.php:234
1968
  #, fuzzy
1969
  msgid "LinkedIn Client ID"
1970
  msgstr "LinkedIn"
1971
 
1972
- #: ../admin/social_login.php:244
1973
  #, fuzzy, php-format
1974
  msgid ""
1975
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1979,7 +1976,7 @@ msgstr ""
1979
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1980
  "LinkedIn."
1981
 
1982
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
1983
  #, fuzzy
1984
  msgid ""
1985
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1988,12 +1985,12 @@ msgstr ""
1988
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1989
  "упоминания ссылки."
1990
 
1991
- #: ../admin/social_login.php:255
1992
  #, fuzzy
1993
  msgid "LinkedIn Client Secret"
1994
  msgstr "LinkedIn"
1995
 
1996
- #: ../admin/social_login.php:265
1997
  #, fuzzy, php-format
1998
  msgid ""
1999
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2004,12 +2001,12 @@ msgstr ""
2004
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2005
  "LinkedIn."
2006
 
2007
- #: ../admin/social_login.php:276
2008
  #, fuzzy
2009
  msgid "Google Client ID"
2010
  msgstr "Google+ ID клиента"
2011
 
2012
- #: ../admin/social_login.php:286
2013
  #, fuzzy, php-format
2014
  msgid ""
2015
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2018,7 +2015,7 @@ msgstr ""
2018
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2019
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2020
 
2021
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
2022
  #, fuzzy
2023
  msgid ""
2024
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2027,12 +2024,12 @@ msgstr ""
2027
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2028
  "упоминания ссылки."
2029
 
2030
- #: ../admin/social_login.php:297
2031
  #, fuzzy
2032
  msgid "Google Client Secret"
2033
  msgstr "Google+ ID клиента"
2034
 
2035
- #: ../admin/social_login.php:307
2036
  #, fuzzy, php-format
2037
  msgid ""
2038
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2041,11 +2038,11 @@ msgstr ""
2041
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2042
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2043
 
2044
- #: ../admin/social_login.php:318
2045
  msgid "Vkontakte Application ID"
2046
  msgstr " ID приложения Vkontakte"
2047
 
2048
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
2049
  #, php-format
2050
  msgid ""
2051
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2056,7 +2053,7 @@ msgstr ""
2056
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
2057
  "Vkontakte."
2058
 
2059
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
2060
  #, fuzzy
2061
  msgid ""
2062
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2065,16 +2062,16 @@ msgstr ""
2065
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2066
  "упоминания ссылки."
2067
 
2068
- #: ../admin/social_login.php:339
2069
  #, fuzzy
2070
  msgid "Vkontakte Secure key"
2071
  msgstr "Вконтакте"
2072
 
2073
- #: ../admin/social_login.php:360
2074
  msgid "Instagram Client ID"
2075
  msgstr "Instagram ID клиента"
2076
 
2077
- #: ../admin/social_login.php:370
2078
  #, php-format
2079
  msgid ""
2080
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2084,7 +2081,7 @@ msgstr ""
2084
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2085
  "Instagram."
2086
 
2087
- #: ../admin/social_login.php:372
2088
  #, fuzzy
2089
  msgid ""
2090
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
@@ -2093,12 +2090,79 @@ msgstr ""
2093
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2094
  "ссылки"
2095
 
2096
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2097
  #, fuzzy
2098
  msgid "Steam API Key"
2099
  msgstr "Twitter API ключ"
2100
 
2101
- #: ../admin/social_login.php:391
2102
  #, fuzzy, php-format
2103
  msgid ""
2104
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2108,74 +2172,74 @@ msgstr ""
2108
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2109
  "Twitter."
2110
 
2111
- #: ../admin/social_login.php:392
2112
  #, fuzzy
2113
  msgid "Save following <strong>domain</strong> to get the key"
2114
  msgstr ""
2115
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2116
  "ссылки"
2117
 
2118
- #: ../admin/social_login.php:408
2119
  msgid "Social Login Options"
2120
  msgstr "Параметры входа через соцсети"
2121
 
2122
- #: ../admin/social_login.php:423
2123
  msgid "Text to display above the Social Login interface"
2124
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2125
 
2126
- #: ../admin/social_login.php:431
2127
  msgid "Trigger social login in the same browser tab"
2128
  msgstr ""
2129
 
2130
- #: ../admin/social_login.php:441
2131
  msgid "Trigger social login in the same browser tab instead of a popup window"
2132
  msgstr ""
2133
 
2134
- #: ../admin/social_login.php:448
2135
  #, fuzzy
2136
  msgid "Center align icons"
2137
  msgstr "Переставить иконы"
2138
 
2139
- #: ../admin/social_login.php:458
2140
  #, fuzzy
2141
  msgid "Center align social login icons"
2142
  msgstr "Параметры входа через соцсети"
2143
 
2144
- #: ../admin/social_login.php:465
2145
  msgid "Enable at login page"
2146
  msgstr "Включить страницу входа"
2147
 
2148
- #: ../admin/social_login.php:475
2149
  msgid ""
2150
  "Social Login interface will get enabled at the login page of your website"
2151
  msgstr ""
2152
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2153
 
2154
- #: ../admin/social_login.php:482
2155
  msgid "Enable at register page"
2156
  msgstr "Включить на странице регистрации"
2157
 
2158
- #: ../admin/social_login.php:492
2159
  msgid ""
2160
  "Social Login interface will get enabled at the registration page of your "
2161
  "website"
2162
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2163
 
2164
- #: ../admin/social_login.php:499
2165
  msgid "Enable at comment form"
2166
  msgstr "Включить в форму комментирования"
2167
 
2168
- #: ../admin/social_login.php:509
2169
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2170
  msgstr ""
2171
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2172
  "комментирования Wordpress"
2173
 
2174
- #: ../admin/social_login.php:523
2175
  msgid "Enable before WooCommerce Customer Login Form"
2176
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2177
 
2178
- #: ../admin/social_login.php:533
2179
  msgid ""
2180
  "Social Login Interface will get enabled before the customer login form at "
2181
  "WooCommerce My Account page"
@@ -2183,12 +2247,12 @@ msgstr ""
2183
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2184
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2185
 
2186
- #: ../admin/social_login.php:540
2187
  #, fuzzy
2188
  msgid "Enable at WooCommerce Customer Login Form"
2189
  msgstr "Включить после формы входа клиента WooCommerce"
2190
 
2191
- #: ../admin/social_login.php:550
2192
  #, fuzzy
2193
  msgid ""
2194
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2197,12 +2261,12 @@ msgstr ""
2197
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2198
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2199
 
2200
- #: ../admin/social_login.php:557
2201
  #, fuzzy
2202
  msgid "Enable at WooCommerce Customer Register Form"
2203
  msgstr "Включить после формы входа клиента WooCommerce"
2204
 
2205
- #: ../admin/social_login.php:567
2206
  #, fuzzy
2207
  msgid ""
2208
  "Integrate Social Login Interface with the customer register form at "
@@ -2211,22 +2275,22 @@ msgstr ""
2211
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2212
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2213
 
2214
- #: ../admin/social_login.php:574
2215
  msgid "Enable at WooCommerce checkout page"
2216
  msgstr "Включить на странице оформления заказа WooCommerce"
2217
 
2218
- #: ../admin/social_login.php:584
2219
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2220
  msgstr ""
2221
  "Интерфейс входа через социальные сети будет активирован на странице "
2222
  "оформления заказа в WooCommerce"
2223
 
2224
- #: ../admin/social_login.php:594
2225
  msgid "Auto-approve comments made by Social Login users"
2226
  msgstr ""
2227
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2228
 
2229
- #: ../admin/social_login.php:604
2230
  msgid ""
2231
  "If this option is enabled, and WordPress comment is made by Social Login "
2232
  "user, comment will get approved immediately without keeping in moderation."
@@ -2235,15 +2299,15 @@ msgstr ""
2235
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2236
  "без модерации."
2237
 
2238
- #: ../admin/social_login.php:605
2239
  msgid "Note: This is not related to Facebook comments"
2240
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2241
 
2242
- #: ../admin/social_login.php:614
2243
  msgid "Enable social avatar"
2244
  msgstr "Включение социальных аватар"
2245
 
2246
- #: ../admin/social_login.php:624
2247
  msgid ""
2248
  "Social profile pictures of the logged in user will be displayed as profile "
2249
  "avatar"
@@ -2251,30 +2315,30 @@ msgstr ""
2251
  "Изображения пользователя в социальных сетях будет использоваться как "
2252
  "изображение профиля на сайте"
2253
 
2254
- #: ../admin/social_login.php:633
2255
  msgid "Avatar quality"
2256
  msgstr "Качество аватары"
2257
 
2258
- #: ../admin/social_login.php:636
2259
  msgid "Average"
2260
  msgstr "Среднее"
2261
 
2262
- #: ../admin/social_login.php:637
2263
  msgid "Best"
2264
  msgstr "лучший"
2265
 
2266
- #: ../admin/social_login.php:644
2267
  msgid "Choose avatar quality"
2268
  msgstr "Выберите качество аватара"
2269
 
2270
- #: ../admin/social_login.php:652
2271
  msgid ""
2272
  "Show option for users to update social avatar at BuddyPress profile page"
2273
  msgstr ""
2274
  "Показать вариант для пользователей для обновления социального аватара на "
2275
  "странице профиля BuddyPress"
2276
 
2277
- #: ../admin/social_login.php:662
2278
  msgid ""
2279
  "If enabled, users would be able to update their social avatar from \"Profile "
2280
  "photo\" section in BuddyPress profile at front-end"
@@ -2282,7 +2346,7 @@ msgstr ""
2282
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2283
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2284
 
2285
- #: ../admin/social_login.php:682
2286
  msgid ""
2287
  "If enabled and Social ID provider does not provide user's email address on "
2288
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2292,13 +2356,13 @@ msgstr ""
2292
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2293
  "случае, почта будет создана по образцу."
2294
 
2295
- #: ../admin/social_login.php:690
2296
  msgid "Send post-registration email to user to set account password"
2297
  msgstr ""
2298
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2299
  "установить пароль учетной записи"
2300
 
2301
- #: ../admin/social_login.php:700
2302
  msgid ""
2303
  "If enabled, an email will be sent to user after registration through Social "
2304
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2308,13 +2372,13 @@ msgstr ""
2308
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2309
  "возможность зайти черед стандартную форму авторизации"
2310
 
2311
- #: ../admin/social_login.php:707
2312
  msgid "Send new user registration notification email to admin"
2313
  msgstr ""
2314
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2315
  "администратору"
2316
 
2317
- #: ../admin/social_login.php:717
2318
  msgid ""
2319
  "If enabled, an email will be sent to admin after new user registers through "
2320
  "Social Login, notifying admin about the new user registration"
@@ -2322,41 +2386,41 @@ msgstr ""
2322
  "Если опция включена, на почту администратора прийдет уведомление о "
2323
  "регистрации нового пользователя через соцсети."
2324
 
2325
- #: ../admin/social_login.php:724
2326
  msgid "Login redirection"
2327
  msgstr "Перенаправления входа"
2328
 
2329
- #: ../admin/social_login.php:728
2330
  msgid "Same page where user logged in"
2331
  msgstr "Та же страница, на которой пользователь произвел вход "
2332
 
2333
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2334
  msgid "Account dashboard"
2335
  msgstr "Страница управления моим аккаунтом"
2336
 
2337
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2338
  msgid "BuddyPress profile page"
2339
  msgstr "Страница профиля BuddyPress"
2340
 
2341
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2342
  msgid "Custom Url"
2343
  msgstr "Пользовательская ссылка"
2344
 
2345
- #: ../admin/social_login.php:746
2346
  msgid "User will be redirected to the selected page after Social Login"
2347
  msgstr ""
2348
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2349
  "социальные сети"
2350
 
2351
- #: ../admin/social_login.php:753
2352
  msgid "Registration redirection"
2353
  msgstr "Перенаправлении регистрации"
2354
 
2355
- #: ../admin/social_login.php:757
2356
  msgid "Same page from where user registered"
2357
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2358
 
2359
- #: ../admin/social_login.php:775
2360
  msgid ""
2361
  "User will be redirected to the selected page after registration (first "
2362
  "Social Login) through Social Login"
@@ -2364,23 +2428,23 @@ msgstr ""
2364
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2365
  "(первый вход чере социальные сети) через социальные логин"
2366
 
2367
- #: ../admin/social_login.php:784
2368
  #, fuzzy
2369
  msgid "Social Account Linking Options"
2370
  msgstr "Ссылки на социальный аккаунт"
2371
 
2372
- #: ../admin/social_login.php:799
2373
  #, fuzzy
2374
  msgid "Text to display above the Social Account Linking interface"
2375
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2376
 
2377
- #: ../admin/social_login.php:806
2378
  msgid ""
2379
  "Link social account to already existing account, if email address matches"
2380
  msgstr ""
2381
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2382
 
2383
- #: ../admin/social_login.php:816
2384
  #, fuzzy
2385
  msgid ""
2386
  "If email address of the user's Social Account matches with an already "
@@ -2393,11 +2457,11 @@ msgstr ""
2393
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2394
  "странице профиля."
2395
 
2396
- #: ../admin/social_login.php:824
2397
  msgid "Enable social account linking at BuddyPress profile page"
2398
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2399
 
2400
- #: ../admin/social_login.php:834
2401
  msgid ""
2402
  "Enable this option to show social account linking interface at BuddyPress "
2403
  "profile page"
@@ -2405,15 +2469,15 @@ msgstr ""
2405
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2406
  "профиля BuddyPress"
2407
 
2408
- #: ../admin/social_login.php:845
2409
  msgid "Email popup options"
2410
  msgstr "Параметры всплывающей электронной Почты"
2411
 
2412
- #: ../admin/social_login.php:850
2413
  msgid "Text on 'Email required' popup"
2414
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2415
 
2416
- #: ../admin/social_login.php:860
2417
  msgid ""
2418
  "This text will be displayed on email required popup. Leave empty if not "
2419
  "required."
@@ -2421,11 +2485,11 @@ msgstr ""
2421
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2422
  "поле пустым если не требуется."
2423
 
2424
- #: ../admin/social_login.php:868
2425
  msgid "Error message for 'Email required' popup"
2426
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2427
 
2428
- #: ../admin/social_login.php:878
2429
  msgid ""
2430
  "This message will be displayed to user if it provides invalid or already "
2431
  "registered email"
@@ -2433,11 +2497,11 @@ msgstr ""
2433
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2434
  "уже используемую почту"
2435
 
2436
- #: ../admin/social_login.php:886
2437
  msgid "Email popup height"
2438
  msgstr "Высота высплывающего окна"
2439
 
2440
- #: ../admin/social_login.php:896
2441
  msgid ""
2442
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2443
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2447,11 +2511,11 @@ msgstr ""
2447
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2448
  "базового значения."
2449
 
2450
- #: ../admin/social_login.php:903
2451
  msgid "Enable email verification"
2452
  msgstr "Включить проверку электронной почты"
2453
 
2454
- #: ../admin/social_login.php:913
2455
  msgid ""
2456
  "If enabled, email provided by the user will be verified by sending a "
2457
  "confirmation link to that email. User would not be able to login without "
@@ -2460,108 +2524,108 @@ msgstr ""
2460
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2461
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2462
 
2463
- #: ../admin/social_login.php:933
2464
  #, fuzzy
2465
  msgid "Enable GDPR opt-in"
2466
  msgstr "Активировать комментирование через Disqus"
2467
 
2468
- #: ../admin/social_login.php:943
2469
  msgid ""
2470
  "Enable it to show GDPR opt-in for social login and social account linking"
2471
  msgstr ""
2472
 
2473
- #: ../admin/social_login.php:951
2474
  #, fuzzy
2475
  msgid "Placement of GDPR opt-in"
2476
  msgstr "Активировать комментирование через Disqus"
2477
 
2478
- #: ../admin/social_login.php:955
2479
  #, fuzzy
2480
  msgid "Above Social Login icons"
2481
  msgstr "Параметры входа через соцсети"
2482
 
2483
- #: ../admin/social_login.php:957
2484
  #, fuzzy
2485
  msgid "Below Social Login icons"
2486
  msgstr "Параметры входа через соцсети"
2487
 
2488
- #: ../admin/social_login.php:963
2489
  #, fuzzy
2490
  msgid "Placement of GDPR opt-in above or below the social login icons"
2491
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2492
 
2493
- #: ../admin/social_login.php:970
2494
  msgid "Opt-in text"
2495
  msgstr ""
2496
 
2497
- #: ../admin/social_login.php:980
2498
  #, fuzzy
2499
  msgid "Text for the GDPR opt-in"
2500
  msgstr "Активировать комментирование через Disqus"
2501
 
2502
- #: ../admin/social_login.php:987
2503
  msgid "Text to link to Terms-Conditions page"
2504
  msgstr ""
2505
 
2506
- #: ../admin/social_login.php:997
2507
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2508
  msgstr ""
2509
 
2510
- #: ../admin/social_login.php:1004
2511
  msgid "Terms-Conditions Url"
2512
  msgstr ""
2513
 
2514
- #: ../admin/social_login.php:1014
2515
  #, fuzzy
2516
  msgid "Url of the terms-conditions page of your website"
2517
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2518
 
2519
- #: ../admin/social_login.php:1021
2520
  msgid "Text to link to Privacy Policy page"
2521
  msgstr ""
2522
 
2523
- #: ../admin/social_login.php:1031
2524
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2525
  msgstr ""
2526
 
2527
- #: ../admin/social_login.php:1038
2528
  msgid "Privacy Policy Url"
2529
  msgstr ""
2530
 
2531
- #: ../admin/social_login.php:1048
2532
  #, fuzzy
2533
  msgid "Url of the privacy policy page of your website"
2534
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2535
 
2536
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2537
  #: ../inc/widget.php:602 ../inc/widget.php:750
2538
  msgid "Select"
2539
  msgstr "Выбор"
2540
 
2541
- #: ../admin/social_login.php:1130
2542
  msgid "Social Login Shortcode & Widget"
2543
  msgstr "Шорткод и виджет для входа через социальные сети "
2544
 
2545
- #: ../admin/social_login.php:1131
2546
  msgid "Social Linking Shortcode"
2547
  msgstr "Шорткод социальных ссылок"
2548
 
2549
- #: ../admin/social_login.php:1146
2550
  #, fuzzy
2551
  msgid "Why is social login not working?"
2552
  msgstr "Почему Facebook логин не работает?"
2553
 
2554
- #: ../admin/social_login.php:1147
2555
  msgid ""
2556
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2557
  "belong to the same app"
2558
  msgstr ""
2559
 
2560
- #: ../admin/social_login.php:1149
2561
  msgid "Social Login not working with Varnish enabled"
2562
  msgstr ""
2563
 
2564
- #: ../admin/social_login.php:1150
2565
  msgid ""
2566
  "Why the user is not appearing logged in even after Social Login until the "
2567
  "webpage is refreshed manually?"
@@ -2802,27 +2866,27 @@ msgstr "Неверный Запрос!"
2802
  msgid "Providers not selected"
2803
  msgstr "Сервисы не выбраны"
2804
 
2805
- #: ../inc/social_login.php:698
2806
  msgid "Email"
2807
  msgstr "Email"
2808
 
2809
- #: ../inc/social_login.php:699
2810
  msgid "Confirm email"
2811
  msgstr "Подтвердить e-mail"
2812
 
2813
- #: ../inc/social_login.php:701
2814
  msgid "Save"
2815
  msgstr "Сохранить"
2816
 
2817
- #: ../inc/social_login.php:702
2818
  msgid "Cancel"
2819
  msgstr "Отменить"
2820
 
2821
- #: ../inc/social_login.php:776
2822
  msgid "Email Verification"
2823
  msgstr "Подтверждение адреса электронной почты"
2824
 
2825
- #: ../inc/social_login.php:778
2826
  msgid ""
2827
  "Please click on the following link or paste it in browser to verify your "
2828
  "email"
@@ -3101,6 +3165,20 @@ msgstr ""
3101
  msgid "RSS Feed URL:"
3102
  msgstr ""
3103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3104
  #~ msgid "Enter your LiveJournal username"
3105
  #~ msgstr "Введите ваше имя пользователя LiveJournal"
3106
 
@@ -3156,14 +3234,6 @@ msgstr ""
3156
  #~ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
3157
  #~ "Twitch."
3158
 
3159
- #, fuzzy
3160
- #~ msgid ""
3161
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
3162
- #~ "the link"
3163
- #~ msgstr ""
3164
- #~ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
3165
- #~ "упоминания ссылки."
3166
-
3167
  #, fuzzy
3168
  #~ msgid "Twitch Client Secret"
3169
  #~ msgstr "Добавьте ваш Twitch Client ID здесь"
@@ -3309,6 +3379,3 @@ msgstr ""
3309
 
3310
  #~ msgid "Login"
3311
  #~ msgstr "Логин"
3312
-
3313
- #~ msgid "Login with"
3314
- #~ msgstr "Войти с"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:28+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:475
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:479 ../super_socializer.php:493
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:489
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:663
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
+ #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
+ #: ../super_socializer.php:694
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
+ #: ../super_socializer.php:697
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
+ #: ../super_socializer.php:879 ../helper.php:968
67
  msgid "Please verify your email address to login."
68
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
69
 
70
+ #: ../super_socializer.php:879
71
  msgid "Your email has been verified. Now you can login to your account"
72
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
73
 
74
+ #: ../super_socializer.php:883
75
  msgid "Notification"
76
  msgstr "Уведомления"
77
 
78
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
79
  msgid "Email required"
80
  msgstr "Email (Обязательно)"
81
 
82
+ #: ../super_socializer.php:904
83
  msgid "Please check your email inbox to complete the registration."
84
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
85
 
86
+ #: ../super_socializer.php:982
87
  msgid "Leave a reply"
88
  msgstr "Оставить ответ"
89
 
90
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr "Поделились"
93
 
94
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr "Поделиться"
97
 
98
+ #: ../super_socializer.php:998
99
  #, fuzzy
100
  msgid "Link copied."
101
  msgstr "LinkedIn"
102
 
103
+ #: ../super_socializer.php:1244
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer - Общие настройки"
106
 
107
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "Основные настройки"
111
 
112
+ #: ../super_socializer.php:1312 ../helper.php:890
113
  msgid "Social Avatar"
114
  msgstr "Социальный аватар"
115
 
116
+ #: ../super_socializer.php:1315
117
  msgid "Small Avatar Url"
118
  msgstr "Ссылка для маленького аватара"
119
 
120
+ #: ../super_socializer.php:1319
121
  msgid "Large Avatar Url"
122
  msgstr "Ссылка для большого аватара"
123
 
124
+ #: ../super_socializer.php:1323 ../helper.php:893
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
130
  "я когда я использую вход через соцсети"
131
 
132
+ #: ../super_socializer.php:1327 ../helper.php:894
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
136
  "соцсети"
137
 
138
+ #: ../super_socializer.php:1404
139
  msgid "Login with your Social ID"
140
  msgstr "Войти, используя социальный аккаунт"
141
 
142
+ #: ../super_socializer.php:1405
143
  msgid "Email you entered is already registered or invalid"
144
  msgstr ""
145
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
146
 
147
+ #: ../super_socializer.php:1410
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
151
  "потребуется проверить его"
152
 
153
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
154
  msgid "Link your social account to login to your account at this website"
155
  msgstr ""
156
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
157
  "этом сайте"
158
 
159
+ #: ../super_socializer.php:1653
160
  msgid "Thanks for installing Super Socializer plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1655
164
  msgid "Configure the Plugin"
165
  msgstr ""
166
 
167
+ #: ../super_socializer.php:1666
168
  msgid ""
169
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
170
  "current version of Super Socializer"
171
  msgstr ""
172
 
173
+ #: ../super_socializer.php:1675
174
  msgid ""
175
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
176
  "version of Super Socializer"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1684
180
  msgid ""
181
  "Update \"Social Login Buttons\" add-on for compatibility with current "
182
  "version of Super Socializer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1693
186
  msgid ""
187
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socializer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1702
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  "with current version of Super Socializer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1713
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1728
204
  #, php-format
205
  msgid ""
206
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1752
210
  #, php-format
211
  msgid ""
212
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
214
  "target=\"_blank\">here</a>"
215
  msgstr ""
216
 
217
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
218
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
219
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
220
+ #: ../super_socializer.php:1915
221
  msgid "Okay"
222
  msgstr "Окей"
223
 
224
+ #: ../super_socializer.php:1777
225
  #, php-format
226
  msgid ""
227
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
229
  "\">here</a>"
230
  msgstr ""
231
 
232
+ #: ../super_socializer.php:1802
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
+ #: ../super_socializer.php:1827
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
245
  "target=\"_blank\">here</a>"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1838
249
  #, php-format
250
  msgid ""
251
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
252
  msgstr ""
253
 
254
+ #: ../super_socializer.php:1860
255
  #, php-format
256
  msgid ""
257
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
259
  "\"%s\" target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
+ #: ../super_socializer.php:1888
263
  #, php-format
264
  msgid ""
265
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
268
  "your website %s with them. No need to copy-paste any code from their website."
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1915
272
  #, php-format
273
  msgid ""
274
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
+ #: ../super_socializer.php:1940
280
  #, php-format
281
  msgid ""
282
  "If you cannot get Linkedin login to work after updating the plugin, replace "
284
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
285
  msgstr ""
286
 
287
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
288
  msgid "Dismiss"
289
  msgstr ""
290
 
291
+ #: ../super_socializer.php:1966
292
  #, php-format
293
  msgid ""
294
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
297
  "that, clear share counts cache from \"Miscellaneous\" section"
298
  msgstr ""
299
 
300
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  msgid ""
302
  "Your browser is blocking some features of this website. Please follow the "
303
  "instructions at {support_url} to unblock these."
341
  msgid "Account already exists or linked"
342
  msgstr "Аккаунт уже существует или связан"
343
 
344
+ #: ../helper.php:582 ../helper.php:584
345
+ msgid "Login with"
346
+ msgstr "Войти с"
347
+
348
+ #: ../helper.php:619 ../helper.php:625
349
  msgid "Currently"
350
  msgstr "На данный момент"
351
 
352
+ #: ../helper.php:619 ../helper.php:625
353
  msgid "Connected with"
354
  msgstr "Авторизоваться с помощью"
355
 
356
+ #: ../helper.php:619 ../helper.php:625
357
  msgid "Remove"
358
  msgstr "Удалить"
359
 
360
+ #: ../helper.php:696
361
  msgid "Social Account Linking"
362
  msgstr "Ссылки на социальный аккаунт"
363
 
364
+ #: ../helper.php:746
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Отключить стандартный блок Поделиться на этом"
367
 
368
+ #: ../helper.php:751
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "Отключить плавающий блок Поделиться на этом"
371
 
372
+ #: ../helper.php:756
373
  msgid "Disable Standard like buttons on this "
374
  msgstr "Откдючить стандартные кнопки Нравится на этом"
375
 
376
+ #: ../helper.php:761
377
  msgid "Disable Floating like buttons on this "
378
  msgstr "Откдючить плавающие кнопки Нравится на этом"
379
 
380
+ #: ../helper.php:766
381
  msgid "Disable Social Commenting on this "
382
  msgstr "Деактивировать социальное комментироване"
383
 
384
+ #: ../helper.php:775
385
  msgid "Standard Sharing Interface"
386
  msgstr "Стандартный интерфейс Поделиться"
387
 
388
+ #: ../helper.php:781 ../helper.php:800
389
  msgid "Starting share count for "
390
  msgstr "Запустить счетчик поделиться для"
391
 
392
+ #: ../helper.php:794
393
  msgid "Floating Sharing Interface"
394
  msgstr "Плавающий интерфейс Поделиться"
395
 
396
+ #: ../helper.php:897
397
  msgid "Small Avatar"
398
  msgstr "Небольшой аватар"
399
 
400
+ #: ../helper.php:901
401
  msgid "Large Avatar"
402
  msgstr "Большой аватар"
403
 
404
+ #: ../helper.php:905 ../admin/general_options.php:92
405
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
406
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
407
  msgid "Save Changes"
408
  msgstr "Сохранить изменения"
409
 
410
+ #: ../helper.php:1005
411
  msgid "Click to delete social profile data"
412
  msgstr ""
413
 
414
+ #: ../helper.php:1034
415
  #, fuzzy
416
  msgid "Deleting"
417
  msgstr "Настройки"
418
 
419
+ #: ../helper.php:1044
420
  msgid "Deleted"
421
  msgstr ""
422
 
423
+ #: ../helper.php:1046
424
  msgid "Something bad happened"
425
  msgstr ""
426
 
427
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
428
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
429
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
430
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
431
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
432
  #, fuzzy, php-format
433
  msgid ""
482
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
483
 
484
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
485
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
486
  #: ../admin/like_buttons.php:809
487
  #, fuzzy
488
  msgid "Instagram Shoutout"
489
  msgstr "Instagram"
490
 
491
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
492
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
493
  #: ../admin/like_buttons.php:811
494
  msgid ""
495
  "If you can send (to hello@heateor.com) how this plugin is helping your "
628
 
629
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
630
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
631
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
632
  #: ../admin/like_buttons.php:770
633
  msgid "Shortcode & Widget"
634
  msgstr "Шорткод и виджет"
639
 
640
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
641
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
642
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
643
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
644
  msgid "FAQ"
645
  msgstr "Часто задаваемые вопросы (FAQ)"
871
  msgid "Url to share"
872
  msgstr "Ссылка чтобы Поделиться"
873
 
874
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
875
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
876
  #: ../inc/widget.php:945
877
  msgid "Title"
878
  msgstr "Заголовок"
958
  msgstr "Размещение"
959
 
960
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
961
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
962
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
963
  msgid "Homepage"
964
  msgstr "Главная"
1227
  msgid "Required only to track Facebook share count"
1228
  msgstr ""
1229
 
1230
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1231
  msgid "Facebook App ID"
1232
  msgstr "Facebook App ID"
1233
 
1240
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1241
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1242
 
1243
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1244
  #, fuzzy
1245
  msgid "Facebook App Secret"
1246
  msgstr "Facebook App ID"
1431
  "\"Получение информации о новой поломке\" ."
1432
 
1433
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1434
+ #: ../admin/social_login.php:1230
1435
  msgid ""
1436
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1437
  "an online website for the plugin to function properly."
1489
  msgstr ""
1490
 
1491
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1492
+ #: ../admin/social_login.php:1237
1493
  msgid "Why is my browser blocking some features of the plugin?"
1494
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1495
 
1807
  msgid "Advanced Configuration"
1808
  msgstr "Расширенная конфигурация"
1809
 
1810
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1811
  msgid "GDPR"
1812
  msgstr ""
1813
 
1814
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1815
  msgid "XProfile Integration"
1816
  msgstr "XProfile интеграция"
1817
 
1877
  msgid "Steam"
1878
  msgstr "Steam"
1879
 
1880
+ #: ../admin/social_login.php:131
1881
+ msgid "Line"
1882
+ msgstr ""
1883
+
1884
  #: ../admin/social_login.php:135
1885
+ msgid "Windows Live"
1886
+ msgstr ""
1887
+
1888
+ #: ../admin/social_login.php:143
1889
  msgid "Select Social ID provider to enable in Social Login"
1890
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1891
 
1892
+ #: ../admin/social_login.php:160
1893
  #, php-format
1894
  msgid ""
1895
  "Required for Facebook Social Login to work. Please follow the documentation "
1898
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1899
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1900
 
1901
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
1902
  #, fuzzy
1903
  msgid ""
1904
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1906
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1907
  "упоминания ссылки."
1908
 
1909
+ #: ../admin/social_login.php:181
1910
  #, fuzzy, php-format
1911
  msgid ""
1912
  "Required for Facebook Social Login to work. Please follow the documentation "
1915
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1916
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1917
 
1918
+ #: ../admin/social_login.php:192
1919
  msgid "Twitter API Key"
1920
  msgstr "Twitter API ключ"
1921
 
1922
+ #: ../admin/social_login.php:202
1923
  #, php-format
1924
  msgid ""
1925
  "Required for Twitter Social Login to work. Please follow the documentation "
1929
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1930
  "Twitter."
1931
 
1932
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
1933
  #, fuzzy
1934
  msgid ""
1935
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1937
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1938
  "ссылки"
1939
 
1940
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
1941
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
1942
  #, fuzzy
1943
  msgid ""
1944
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1947
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1948
  "ссылки"
1949
 
1950
+ #: ../admin/social_login.php:217
1951
  msgid "Twitter API Secret"
1952
  msgstr "Twitter API секретный ключ"
1953
 
1954
+ #: ../admin/social_login.php:227
1955
  #, php-format
1956
  msgid ""
1957
  "Required for Twitter Social Login to work. Please follow the documentation "
1961
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1962
  "приложения Facebook."
1963
 
1964
+ #: ../admin/social_login.php:242
1965
  #, fuzzy
1966
  msgid "LinkedIn Client ID"
1967
  msgstr "LinkedIn"
1968
 
1969
+ #: ../admin/social_login.php:252
1970
  #, fuzzy, php-format
1971
  msgid ""
1972
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1976
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1977
  "LinkedIn."
1978
 
1979
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
1980
  #, fuzzy
1981
  msgid ""
1982
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1985
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1986
  "упоминания ссылки."
1987
 
1988
+ #: ../admin/social_login.php:263
1989
  #, fuzzy
1990
  msgid "LinkedIn Client Secret"
1991
  msgstr "LinkedIn"
1992
 
1993
+ #: ../admin/social_login.php:273
1994
  #, fuzzy, php-format
1995
  msgid ""
1996
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2001
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2002
  "LinkedIn."
2003
 
2004
+ #: ../admin/social_login.php:284
2005
  #, fuzzy
2006
  msgid "Google Client ID"
2007
  msgstr "Google+ ID клиента"
2008
 
2009
+ #: ../admin/social_login.php:294
2010
  #, fuzzy, php-format
2011
  msgid ""
2012
  "Required for Google Social Login to work. Please follow the documentation at "
2015
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2016
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2017
 
2018
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
2019
  #, fuzzy
2020
  msgid ""
2021
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2024
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2025
  "упоминания ссылки."
2026
 
2027
+ #: ../admin/social_login.php:305
2028
  #, fuzzy
2029
  msgid "Google Client Secret"
2030
  msgstr "Google+ ID клиента"
2031
 
2032
+ #: ../admin/social_login.php:315
2033
  #, fuzzy, php-format
2034
  msgid ""
2035
  "Required for Google Social Login to work. Please follow the documentation at "
2038
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2039
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2040
 
2041
+ #: ../admin/social_login.php:326
2042
  msgid "Vkontakte Application ID"
2043
  msgstr " ID приложения Vkontakte"
2044
 
2045
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
2046
  #, php-format
2047
  msgid ""
2048
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2053
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
2054
  "Vkontakte."
2055
 
2056
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
2057
  #, fuzzy
2058
  msgid ""
2059
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2062
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2063
  "упоминания ссылки."
2064
 
2065
+ #: ../admin/social_login.php:347
2066
  #, fuzzy
2067
  msgid "Vkontakte Secure key"
2068
  msgstr "Вконтакте"
2069
 
2070
+ #: ../admin/social_login.php:368
2071
  msgid "Instagram Client ID"
2072
  msgstr "Instagram ID клиента"
2073
 
2074
+ #: ../admin/social_login.php:378
2075
  #, php-format
2076
  msgid ""
2077
  "Required for Instagram Social Login to work. Please follow the documentation "
2081
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2082
  "Instagram."
2083
 
2084
+ #: ../admin/social_login.php:380
2085
  #, fuzzy
2086
  msgid ""
2087
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2090
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2091
  "ссылки"
2092
 
2093
+ #: ../admin/social_login.php:389
2094
+ msgid "Line Channel ID"
2095
+ msgstr ""
2096
+
2097
+ #: ../admin/social_login.php:398
2098
+ #, fuzzy, php-format
2099
+ msgid ""
2100
+ "Required for Line Social Login to work. Please follow the documentation at "
2101
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2102
+ msgstr ""
2103
+ "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a "
2104
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2105
+ "LinkedIn."
2106
+
2107
+ #: ../admin/social_login.php:409
2108
+ #, fuzzy
2109
+ msgid "Line Channel Secret"
2110
+ msgstr "LinkedIn"
2111
+
2112
+ #: ../admin/social_login.php:418
2113
+ #, fuzzy, php-format
2114
+ msgid ""
2115
+ "Required for Line Social Login to work. Please follow the documentation at "
2116
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2117
+ msgstr ""
2118
+ "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a "
2119
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2120
+ "LinkedIn."
2121
+
2122
+ #: ../admin/social_login.php:429
2123
+ #, fuzzy
2124
+ msgid "Microsoft Client ID"
2125
+ msgstr "Google+ ID клиента"
2126
+
2127
+ #: ../admin/social_login.php:438
2128
+ #, fuzzy, php-format
2129
+ msgid ""
2130
+ "Required for Live Social Login to work. Please follow the documentation at "
2131
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2132
+ msgstr ""
2133
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2134
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2135
+
2136
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
2137
+ #, fuzzy
2138
+ msgid ""
2139
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2140
+ "the link"
2141
+ msgstr ""
2142
+ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2143
+ "упоминания ссылки."
2144
+
2145
+ #: ../admin/social_login.php:449
2146
+ #, fuzzy
2147
+ msgid "Microsoft Client Secret"
2148
+ msgstr "Google+ ID клиента"
2149
+
2150
+ #: ../admin/social_login.php:458
2151
+ #, fuzzy, php-format
2152
+ msgid ""
2153
+ "Required for Live Social Login to work. Please follow the documentation at "
2154
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2155
+ "Secret key"
2156
+ msgstr ""
2157
+ "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2158
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2159
+
2160
+ #: ../admin/social_login.php:468
2161
  #, fuzzy
2162
  msgid "Steam API Key"
2163
  msgstr "Twitter API ключ"
2164
 
2165
+ #: ../admin/social_login.php:477
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2172
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2173
  "Twitter."
2174
 
2175
+ #: ../admin/social_login.php:478
2176
  #, fuzzy
2177
  msgid "Save following <strong>domain</strong> to get the key"
2178
  msgstr ""
2179
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2180
  "ссылки"
2181
 
2182
+ #: ../admin/social_login.php:494
2183
  msgid "Social Login Options"
2184
  msgstr "Параметры входа через соцсети"
2185
 
2186
+ #: ../admin/social_login.php:509
2187
  msgid "Text to display above the Social Login interface"
2188
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2189
 
2190
+ #: ../admin/social_login.php:517
2191
  msgid "Trigger social login in the same browser tab"
2192
  msgstr ""
2193
 
2194
+ #: ../admin/social_login.php:527
2195
  msgid "Trigger social login in the same browser tab instead of a popup window"
2196
  msgstr ""
2197
 
2198
+ #: ../admin/social_login.php:534
2199
  #, fuzzy
2200
  msgid "Center align icons"
2201
  msgstr "Переставить иконы"
2202
 
2203
+ #: ../admin/social_login.php:544
2204
  #, fuzzy
2205
  msgid "Center align social login icons"
2206
  msgstr "Параметры входа через соцсети"
2207
 
2208
+ #: ../admin/social_login.php:551
2209
  msgid "Enable at login page"
2210
  msgstr "Включить страницу входа"
2211
 
2212
+ #: ../admin/social_login.php:561
2213
  msgid ""
2214
  "Social Login interface will get enabled at the login page of your website"
2215
  msgstr ""
2216
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2217
 
2218
+ #: ../admin/social_login.php:568
2219
  msgid "Enable at register page"
2220
  msgstr "Включить на странице регистрации"
2221
 
2222
+ #: ../admin/social_login.php:578
2223
  msgid ""
2224
  "Social Login interface will get enabled at the registration page of your "
2225
  "website"
2226
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2227
 
2228
+ #: ../admin/social_login.php:585
2229
  msgid "Enable at comment form"
2230
  msgstr "Включить в форму комментирования"
2231
 
2232
+ #: ../admin/social_login.php:595
2233
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2234
  msgstr ""
2235
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2236
  "комментирования Wordpress"
2237
 
2238
+ #: ../admin/social_login.php:609
2239
  msgid "Enable before WooCommerce Customer Login Form"
2240
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2241
 
2242
+ #: ../admin/social_login.php:619
2243
  msgid ""
2244
  "Social Login Interface will get enabled before the customer login form at "
2245
  "WooCommerce My Account page"
2247
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2248
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2249
 
2250
+ #: ../admin/social_login.php:626
2251
  #, fuzzy
2252
  msgid "Enable at WooCommerce Customer Login Form"
2253
  msgstr "Включить после формы входа клиента WooCommerce"
2254
 
2255
+ #: ../admin/social_login.php:636
2256
  #, fuzzy
2257
  msgid ""
2258
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2261
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2262
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2263
 
2264
+ #: ../admin/social_login.php:643
2265
  #, fuzzy
2266
  msgid "Enable at WooCommerce Customer Register Form"
2267
  msgstr "Включить после формы входа клиента WooCommerce"
2268
 
2269
+ #: ../admin/social_login.php:653
2270
  #, fuzzy
2271
  msgid ""
2272
  "Integrate Social Login Interface with the customer register form at "
2275
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2276
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2277
 
2278
+ #: ../admin/social_login.php:660
2279
  msgid "Enable at WooCommerce checkout page"
2280
  msgstr "Включить на странице оформления заказа WooCommerce"
2281
 
2282
+ #: ../admin/social_login.php:670
2283
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2284
  msgstr ""
2285
  "Интерфейс входа через социальные сети будет активирован на странице "
2286
  "оформления заказа в WooCommerce"
2287
 
2288
+ #: ../admin/social_login.php:680
2289
  msgid "Auto-approve comments made by Social Login users"
2290
  msgstr ""
2291
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2292
 
2293
+ #: ../admin/social_login.php:690
2294
  msgid ""
2295
  "If this option is enabled, and WordPress comment is made by Social Login "
2296
  "user, comment will get approved immediately without keeping in moderation."
2299
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2300
  "без модерации."
2301
 
2302
+ #: ../admin/social_login.php:691
2303
  msgid "Note: This is not related to Facebook comments"
2304
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2305
 
2306
+ #: ../admin/social_login.php:700
2307
  msgid "Enable social avatar"
2308
  msgstr "Включение социальных аватар"
2309
 
2310
+ #: ../admin/social_login.php:710
2311
  msgid ""
2312
  "Social profile pictures of the logged in user will be displayed as profile "
2313
  "avatar"
2315
  "Изображения пользователя в социальных сетях будет использоваться как "
2316
  "изображение профиля на сайте"
2317
 
2318
+ #: ../admin/social_login.php:719
2319
  msgid "Avatar quality"
2320
  msgstr "Качество аватары"
2321
 
2322
+ #: ../admin/social_login.php:722
2323
  msgid "Average"
2324
  msgstr "Среднее"
2325
 
2326
+ #: ../admin/social_login.php:723
2327
  msgid "Best"
2328
  msgstr "лучший"
2329
 
2330
+ #: ../admin/social_login.php:730
2331
  msgid "Choose avatar quality"
2332
  msgstr "Выберите качество аватара"
2333
 
2334
+ #: ../admin/social_login.php:738
2335
  msgid ""
2336
  "Show option for users to update social avatar at BuddyPress profile page"
2337
  msgstr ""
2338
  "Показать вариант для пользователей для обновления социального аватара на "
2339
  "странице профиля BuddyPress"
2340
 
2341
+ #: ../admin/social_login.php:748
2342
  msgid ""
2343
  "If enabled, users would be able to update their social avatar from \"Profile "
2344
  "photo\" section in BuddyPress profile at front-end"
2346
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2347
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2348
 
2349
+ #: ../admin/social_login.php:768
2350
  msgid ""
2351
  "If enabled and Social ID provider does not provide user's email address on "
2352
  "login, user will be asked to provide his/her email address. Otherwise, a "
2356
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2357
  "случае, почта будет создана по образцу."
2358
 
2359
+ #: ../admin/social_login.php:776
2360
  msgid "Send post-registration email to user to set account password"
2361
  msgstr ""
2362
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2363
  "установить пароль учетной записи"
2364
 
2365
+ #: ../admin/social_login.php:786
2366
  msgid ""
2367
  "If enabled, an email will be sent to user after registration through Social "
2368
  "Login, regarding his/her login credentials (username-password to be able to "
2372
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2373
  "возможность зайти черед стандартную форму авторизации"
2374
 
2375
+ #: ../admin/social_login.php:793
2376
  msgid "Send new user registration notification email to admin"
2377
  msgstr ""
2378
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2379
  "администратору"
2380
 
2381
+ #: ../admin/social_login.php:803
2382
  msgid ""
2383
  "If enabled, an email will be sent to admin after new user registers through "
2384
  "Social Login, notifying admin about the new user registration"
2386
  "Если опция включена, на почту администратора прийдет уведомление о "
2387
  "регистрации нового пользователя через соцсети."
2388
 
2389
+ #: ../admin/social_login.php:810
2390
  msgid "Login redirection"
2391
  msgstr "Перенаправления входа"
2392
 
2393
+ #: ../admin/social_login.php:814
2394
  msgid "Same page where user logged in"
2395
  msgstr "Та же страница, на которой пользователь произвел вход "
2396
 
2397
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2398
  msgid "Account dashboard"
2399
  msgstr "Страница управления моим аккаунтом"
2400
 
2401
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2402
  msgid "BuddyPress profile page"
2403
  msgstr "Страница профиля BuddyPress"
2404
 
2405
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2406
  msgid "Custom Url"
2407
  msgstr "Пользовательская ссылка"
2408
 
2409
+ #: ../admin/social_login.php:832
2410
  msgid "User will be redirected to the selected page after Social Login"
2411
  msgstr ""
2412
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2413
  "социальные сети"
2414
 
2415
+ #: ../admin/social_login.php:839
2416
  msgid "Registration redirection"
2417
  msgstr "Перенаправлении регистрации"
2418
 
2419
+ #: ../admin/social_login.php:843
2420
  msgid "Same page from where user registered"
2421
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2422
 
2423
+ #: ../admin/social_login.php:861
2424
  msgid ""
2425
  "User will be redirected to the selected page after registration (first "
2426
  "Social Login) through Social Login"
2428
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2429
  "(первый вход чере социальные сети) через социальные логин"
2430
 
2431
+ #: ../admin/social_login.php:870
2432
  #, fuzzy
2433
  msgid "Social Account Linking Options"
2434
  msgstr "Ссылки на социальный аккаунт"
2435
 
2436
+ #: ../admin/social_login.php:885
2437
  #, fuzzy
2438
  msgid "Text to display above the Social Account Linking interface"
2439
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2440
 
2441
+ #: ../admin/social_login.php:892
2442
  msgid ""
2443
  "Link social account to already existing account, if email address matches"
2444
  msgstr ""
2445
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2446
 
2447
+ #: ../admin/social_login.php:902
2448
  #, fuzzy
2449
  msgid ""
2450
  "If email address of the user's Social Account matches with an already "
2457
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2458
  "странице профиля."
2459
 
2460
+ #: ../admin/social_login.php:910
2461
  msgid "Enable social account linking at BuddyPress profile page"
2462
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2463
 
2464
+ #: ../admin/social_login.php:920
2465
  msgid ""
2466
  "Enable this option to show social account linking interface at BuddyPress "
2467
  "profile page"
2469
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2470
  "профиля BuddyPress"
2471
 
2472
+ #: ../admin/social_login.php:931
2473
  msgid "Email popup options"
2474
  msgstr "Параметры всплывающей электронной Почты"
2475
 
2476
+ #: ../admin/social_login.php:936
2477
  msgid "Text on 'Email required' popup"
2478
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2479
 
2480
+ #: ../admin/social_login.php:946
2481
  msgid ""
2482
  "This text will be displayed on email required popup. Leave empty if not "
2483
  "required."
2485
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2486
  "поле пустым если не требуется."
2487
 
2488
+ #: ../admin/social_login.php:954
2489
  msgid "Error message for 'Email required' popup"
2490
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2491
 
2492
+ #: ../admin/social_login.php:964
2493
  msgid ""
2494
  "This message will be displayed to user if it provides invalid or already "
2495
  "registered email"
2497
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2498
  "уже используемую почту"
2499
 
2500
+ #: ../admin/social_login.php:972
2501
  msgid "Email popup height"
2502
  msgstr "Высота высплывающего окна"
2503
 
2504
+ #: ../admin/social_login.php:982
2505
  msgid ""
2506
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2507
  "can increase the height of popup by specifying in this option. Leave empty "
2511
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2512
  "базового значения."
2513
 
2514
+ #: ../admin/social_login.php:989
2515
  msgid "Enable email verification"
2516
  msgstr "Включить проверку электронной почты"
2517
 
2518
+ #: ../admin/social_login.php:999
2519
  msgid ""
2520
  "If enabled, email provided by the user will be verified by sending a "
2521
  "confirmation link to that email. User would not be able to login without "
2524
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2525
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2526
 
2527
+ #: ../admin/social_login.php:1019
2528
  #, fuzzy
2529
  msgid "Enable GDPR opt-in"
2530
  msgstr "Активировать комментирование через Disqus"
2531
 
2532
+ #: ../admin/social_login.php:1029
2533
  msgid ""
2534
  "Enable it to show GDPR opt-in for social login and social account linking"
2535
  msgstr ""
2536
 
2537
+ #: ../admin/social_login.php:1037
2538
  #, fuzzy
2539
  msgid "Placement of GDPR opt-in"
2540
  msgstr "Активировать комментирование через Disqus"
2541
 
2542
+ #: ../admin/social_login.php:1041
2543
  #, fuzzy
2544
  msgid "Above Social Login icons"
2545
  msgstr "Параметры входа через соцсети"
2546
 
2547
+ #: ../admin/social_login.php:1043
2548
  #, fuzzy
2549
  msgid "Below Social Login icons"
2550
  msgstr "Параметры входа через соцсети"
2551
 
2552
+ #: ../admin/social_login.php:1049
2553
  #, fuzzy
2554
  msgid "Placement of GDPR opt-in above or below the social login icons"
2555
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2556
 
2557
+ #: ../admin/social_login.php:1056
2558
  msgid "Opt-in text"
2559
  msgstr ""
2560
 
2561
+ #: ../admin/social_login.php:1066
2562
  #, fuzzy
2563
  msgid "Text for the GDPR opt-in"
2564
  msgstr "Активировать комментирование через Disqus"
2565
 
2566
+ #: ../admin/social_login.php:1073
2567
  msgid "Text to link to Terms-Conditions page"
2568
  msgstr ""
2569
 
2570
+ #: ../admin/social_login.php:1083
2571
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2572
  msgstr ""
2573
 
2574
+ #: ../admin/social_login.php:1090
2575
  msgid "Terms-Conditions Url"
2576
  msgstr ""
2577
 
2578
+ #: ../admin/social_login.php:1100
2579
  #, fuzzy
2580
  msgid "Url of the terms-conditions page of your website"
2581
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2582
 
2583
+ #: ../admin/social_login.php:1107
2584
  msgid "Text to link to Privacy Policy page"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/social_login.php:1117
2588
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/social_login.php:1124
2592
  msgid "Privacy Policy Url"
2593
  msgstr ""
2594
 
2595
+ #: ../admin/social_login.php:1134
2596
  #, fuzzy
2597
  msgid "Url of the privacy policy page of your website"
2598
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2599
 
2600
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2601
  #: ../inc/widget.php:602 ../inc/widget.php:750
2602
  msgid "Select"
2603
  msgstr "Выбор"
2604
 
2605
+ #: ../admin/social_login.php:1216
2606
  msgid "Social Login Shortcode & Widget"
2607
  msgstr "Шорткод и виджет для входа через социальные сети "
2608
 
2609
+ #: ../admin/social_login.php:1217
2610
  msgid "Social Linking Shortcode"
2611
  msgstr "Шорткод социальных ссылок"
2612
 
2613
+ #: ../admin/social_login.php:1232
2614
  #, fuzzy
2615
  msgid "Why is social login not working?"
2616
  msgstr "Почему Facebook логин не работает?"
2617
 
2618
+ #: ../admin/social_login.php:1233
2619
  msgid ""
2620
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2621
  "belong to the same app"
2622
  msgstr ""
2623
 
2624
+ #: ../admin/social_login.php:1235
2625
  msgid "Social Login not working with Varnish enabled"
2626
  msgstr ""
2627
 
2628
+ #: ../admin/social_login.php:1236
2629
  msgid ""
2630
  "Why the user is not appearing logged in even after Social Login until the "
2631
  "webpage is refreshed manually?"
2866
  msgid "Providers not selected"
2867
  msgstr "Сервисы не выбраны"
2868
 
2869
+ #: ../inc/social_login.php:720
2870
  msgid "Email"
2871
  msgstr "Email"
2872
 
2873
+ #: ../inc/social_login.php:721
2874
  msgid "Confirm email"
2875
  msgstr "Подтвердить e-mail"
2876
 
2877
+ #: ../inc/social_login.php:723
2878
  msgid "Save"
2879
  msgstr "Сохранить"
2880
 
2881
+ #: ../inc/social_login.php:724
2882
  msgid "Cancel"
2883
  msgstr "Отменить"
2884
 
2885
+ #: ../inc/social_login.php:798
2886
  msgid "Email Verification"
2887
  msgstr "Подтверждение адреса электронной почты"
2888
 
2889
+ #: ../inc/social_login.php:800
2890
  msgid ""
2891
  "Please click on the following link or paste it in browser to verify your "
2892
  "email"
3165
  msgid "RSS Feed URL:"
3166
  msgstr ""
3167
 
3168
+ #~ msgid ""
3169
+ #~ "Your website visitors will see a popup notification (only once) if their "
3170
+ #~ "browsers block any of the features of the plugin so that they can change "
3171
+ #~ "their browser settings to unblock these. You can turn it OFF by disabling "
3172
+ #~ "\"Show popup notification to users if their browsers block the plugin "
3173
+ #~ "features\" option <a href=\"%s\">here</a>"
3174
+ #~ msgstr ""
3175
+ #~ "Посетители вашего сайта увидят всплывающее уведомление (только один раз), "
3176
+ #~ "если их браузеры блокируют любую из функций плагина, так что они могут "
3177
+ #~ "изменить свои настройки браузера, чтобы разблокировать функции. Вы можете "
3178
+ #~ "отключить его, отключив параметр «Показать всплывающее уведомление для "
3179
+ #~ "пользователей, если их браузеры блокируют функции плагина» <a href=\"%s"
3180
+ #~ "\">здесь</a>"
3181
+
3182
  #~ msgid "Enter your LiveJournal username"
3183
  #~ msgstr "Введите ваше имя пользователя LiveJournal"
3184
 
3234
  #~ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
3235
  #~ "Twitch."
3236
 
 
 
 
 
 
 
 
 
3237
  #, fuzzy
3238
  #~ msgid "Twitch Client Secret"
3239
  #~ msgstr "Добавьте ваш Twitch Client ID здесь"
3379
 
3380
  #~ msgid "Login"
3381
  #~ msgstr "Логин"
 
 
 
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 09:59+0530\n"
6
- "PO-Revision-Date: 2020-05-28 09:59+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:339
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:343 ../super_socializer.php:357
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:353
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:521
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
- #: ../super_socializer.php:549
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
- #: ../super_socializer.php:552
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
- #: ../super_socializer.php:555
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -64,67 +64,67 @@ msgstr ""
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
- #: ../super_socializer.php:737 ../helper.php:972
68
  msgid "Please verify your email address to login."
69
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
70
 
71
- #: ../super_socializer.php:737
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr ""
74
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
75
  "облікового запису"
76
 
77
- #: ../super_socializer.php:741
78
  msgid "Notification"
79
  msgstr "Повідомлення"
80
 
81
- #: ../super_socializer.php:759 ../admin/social_login.php:672
82
  msgid "Email required"
83
  msgstr "Електронна адреса (обо'язково)"
84
 
85
- #: ../super_socializer.php:762
86
  msgid "Please check your email inbox to complete the registration."
87
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
88
 
89
- #: ../super_socializer.php:840
90
  msgid "Leave a reply"
91
  msgstr "Залишити коментар"
92
 
93
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
94
  msgid "Shares"
95
  msgstr "Поширили:"
96
 
97
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
98
  msgid "Share"
99
  msgstr "Поділитися"
100
 
101
- #: ../super_socializer.php:856
102
  #, fuzzy
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
- #: ../super_socializer.php:1102
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Загальні Параметри"
109
 
110
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  msgid "General Options"
113
  msgstr "Загальні параметри"
114
 
115
- #: ../super_socializer.php:1170 ../helper.php:894
116
  msgid "Social Avatar"
117
  msgstr "Соціальний Аватар"
118
 
119
- #: ../super_socializer.php:1173
120
  msgid "Small Avatar Url"
121
  msgstr "Посилання для маленького аватара"
122
 
123
- #: ../super_socializer.php:1177
124
  msgid "Large Avatar Url"
125
  msgstr "Посилання для великого аватара"
126
 
127
- #: ../super_socializer.php:1181 ../helper.php:897
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
@@ -132,83 +132,83 @@ msgstr ""
132
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
133
  "раз коли я використовую вхід через соцмережі"
134
 
135
- #: ../super_socializer.php:1185 ../helper.php:898
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
139
  "соцмережі"
140
 
141
- #: ../super_socializer.php:1262
142
  msgid "Login with your Social ID"
143
  msgstr "Увійти через соціальний аккаунт"
144
 
145
- #: ../super_socializer.php:1263
146
  msgid "Email you entered is already registered or invalid"
147
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
148
 
149
- #: ../super_socializer.php:1268
150
  msgid "Please enter a valid email address. You might be required to verify it"
151
  msgstr ""
152
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
153
  "потрібно перевірити його"
154
 
155
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
156
  msgid "Link your social account to login to your account at this website"
157
  msgstr ""
158
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
159
  "запис на цьому сайті"
160
 
161
- #: ../super_socializer.php:1520
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1522
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1533
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1542
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1551
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1560
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1569
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1580
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1595
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1619
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +216,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
220
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
221
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
222
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
223
  msgid "Okay"
224
  msgstr "Гаразд."
225
 
226
- #: ../super_socializer.php:1644
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +231,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1669
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +239,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1694
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +247,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1705
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1727
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +261,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1755
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +270,7 @@ msgid ""
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1782
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1807
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +286,11 @@ msgid ""
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:1833
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -299,23 +299,7 @@ msgid ""
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:1859
303
- #, php-format
304
- msgid ""
305
- "Your website visitors will see a popup notification (only once) if their "
306
- "browsers block any of the features of the plugin so that they can change "
307
- "their browser settings to unblock these. You can turn it OFF by disabling "
308
- "\"Show popup notification to users if their browsers block the plugin "
309
- "features\" option <a href=\"%s\">here</a>"
310
- msgstr ""
311
- "Відвідувачі вашого сайту побачать спливаюче повідомлення (тільки один раз), "
312
- "якщо їх браузери блокують будь-яку з функцій плагіна, так що вони можуть "
313
- "змінити свої настройки браузера, щоб розблокувати функції. Ви можете "
314
- "відключити його, відключивши параметр «Показати спливаюче повідомлення для "
315
- "користувачів, якщо їх браузери блокують функції плагіна» <a href=\"%s\"> тут "
316
- "</a>"
317
-
318
- #: ../super_socializer.php:2038
319
  msgid ""
320
  "Your browser is blocking some features of this website. Please follow the "
321
  "instructions at {support_url} to unblock these."
@@ -359,89 +343,93 @@ msgstr "Аккаунт успішно пов'язаний"
359
  msgid "Account already exists or linked"
360
  msgstr "Аккаунт вже існує або пов'язаний"
361
 
362
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
363
  msgid "Currently"
364
  msgstr "в даний час"
365
 
366
- #: ../helper.php:623 ../helper.php:629
367
  msgid "Connected with"
368
  msgstr "Авторизуватися за допомогою"
369
 
370
- #: ../helper.php:623 ../helper.php:629
371
  msgid "Remove"
372
  msgstr "Видалити"
373
 
374
- #: ../helper.php:700
375
  msgid "Social Account Linking"
376
  msgstr "Посилання на соціальний аккаунт"
377
 
378
- #: ../helper.php:750
379
  msgid "Disable Standard Social Sharing on this "
380
  msgstr "Відключити стандартний блок Поділитися на цьому"
381
 
382
- #: ../helper.php:755
383
  msgid "Disable Floating Social Sharing on this "
384
  msgstr "Відключити плаваючий блок Поділитися на цьому"
385
 
386
- #: ../helper.php:760
387
  msgid "Disable Standard like buttons on this "
388
  msgstr "Відключити стандартні кнопки Подобається на цьому"
389
 
390
- #: ../helper.php:765
391
  msgid "Disable Floating like buttons on this "
392
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
393
 
394
- #: ../helper.php:770
395
  msgid "Disable Social Commenting on this "
396
  msgstr "Деактивувати соціальне коментування"
397
 
398
- #: ../helper.php:779
399
  msgid "Standard Sharing Interface"
400
  msgstr "Стандартний інтерфейс Поділитися"
401
 
402
- #: ../helper.php:785 ../helper.php:804
403
  msgid "Starting share count for "
404
  msgstr "Запустити лічильник Поділитися для"
405
 
406
- #: ../helper.php:798
407
  msgid "Floating Sharing Interface"
408
  msgstr "Плаваючий інтерфейс Поділитися"
409
 
410
- #: ../helper.php:901
411
  msgid "Small Avatar"
412
  msgstr "Невеликий аватар"
413
 
414
- #: ../helper.php:905
415
  msgid "Large Avatar"
416
  msgstr "Великий аватар"
417
 
418
- #: ../helper.php:909 ../admin/general_options.php:92
419
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
420
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
421
  msgid "Save Changes"
422
  msgstr "Зберегти налаштування"
423
 
424
- #: ../helper.php:1009
425
  msgid "Click to delete social profile data"
426
  msgstr ""
427
 
428
- #: ../helper.php:1038
429
  #, fuzzy
430
  msgid "Deleting"
431
  msgstr "Налаштування"
432
 
433
- #: ../helper.php:1048
434
  msgid "Deleted"
435
  msgstr ""
436
 
437
- #: ../helper.php:1050
438
  msgid "Something bad happened"
439
  msgstr ""
440
 
441
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
442
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
443
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
444
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
445
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
446
  #, fuzzy, php-format
447
  msgid ""
@@ -495,14 +483,14 @@ msgstr ""
495
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
496
 
497
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
498
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
499
  #: ../admin/like_buttons.php:809
500
  #, fuzzy
501
  msgid "Instagram Shoutout"
502
  msgstr "Instagram"
503
 
504
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
505
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
506
  #: ../admin/like_buttons.php:811
507
  msgid ""
508
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -641,7 +629,7 @@ msgstr "XProfile інтеграція"
641
 
642
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
643
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
644
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
645
  #: ../admin/like_buttons.php:770
646
  msgid "Shortcode & Widget"
647
  msgstr "Шорткод і віджет"
@@ -652,7 +640,7 @@ msgstr "Усунення несправностей"
652
 
653
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
654
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
655
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
656
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
657
  msgid "FAQ"
658
  msgstr "Часті питання (FAQ)"
@@ -884,8 +872,8 @@ msgstr "Користувальницьке посилання"
884
  msgid "Url to share"
885
  msgstr "Посилання щоб Поділитися"
886
 
887
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
888
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
889
  #: ../inc/widget.php:945
890
  msgid "Title"
891
  msgstr "Заголовок"
@@ -971,7 +959,7 @@ msgid "Placement"
971
  msgstr "Розміщення"
972
 
973
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
974
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
975
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
976
  msgid "Homepage"
977
  msgstr "Головна"
@@ -1240,7 +1228,7 @@ msgstr ""
1240
  msgid "Required only to track Facebook share count"
1241
  msgstr ""
1242
 
1243
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1244
  msgid "Facebook App ID"
1245
  msgstr "Facebook App ID"
1246
 
@@ -1253,7 +1241,7 @@ msgstr ""
1253
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1254
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1255
 
1256
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1257
  #, fuzzy
1258
  msgid "Facebook App Secret"
1259
  msgstr "Facebook App ID"
@@ -1444,7 +1432,7 @@ msgstr ""
1444
  "\"Отримання інформації про нову поломки \"."
1445
 
1446
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1447
- #: ../admin/social_login.php:1144
1448
  msgid ""
1449
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1450
  "an online website for the plugin to function properly."
@@ -1502,7 +1490,7 @@ msgid ""
1502
  msgstr ""
1503
 
1504
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1505
- #: ../admin/social_login.php:1151
1506
  msgid "Why is my browser blocking some features of the plugin?"
1507
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1508
 
@@ -1819,11 +1807,11 @@ msgstr "Основные настройки"
1819
  msgid "Advanced Configuration"
1820
  msgstr "Розширена конфігурація"
1821
 
1822
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1823
  msgid "GDPR"
1824
  msgstr ""
1825
 
1826
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1827
  msgid "XProfile Integration"
1828
  msgstr "XProfile інтеграція"
1829
 
@@ -1887,11 +1875,19 @@ msgstr "Instagram"
1887
  msgid "Steam"
1888
  msgstr "Steam"
1889
 
 
 
 
 
1890
  #: ../admin/social_login.php:135
 
 
 
 
1891
  msgid "Select Social ID provider to enable in Social Login"
1892
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1893
 
1894
- #: ../admin/social_login.php:152
1895
  #, php-format
1896
  msgid ""
1897
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1900,7 +1896,7 @@ msgstr ""
1900
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1901
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1902
 
1903
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
1904
  #, fuzzy
1905
  msgid ""
1906
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
@@ -1908,7 +1904,7 @@ msgstr ""
1908
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1909
  "згадки посилання."
1910
 
1911
- #: ../admin/social_login.php:173
1912
  #, fuzzy, php-format
1913
  msgid ""
1914
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1917,11 +1913,11 @@ msgstr ""
1917
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1918
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1919
 
1920
- #: ../admin/social_login.php:184
1921
  msgid "Twitter API Key"
1922
  msgstr "Twitter API ключ"
1923
 
1924
- #: ../admin/social_login.php:194
1925
  #, php-format
1926
  msgid ""
1927
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1930,7 +1926,7 @@ msgstr ""
1930
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1931
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1932
 
1933
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
1934
  #, fuzzy
1935
  msgid ""
1936
  "Paste following url in <strong>Website</strong> option mentioned at the link"
@@ -1938,7 +1934,8 @@ msgstr ""
1938
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1939
  "посилання"
1940
 
1941
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
1942
  #, fuzzy
1943
  msgid ""
1944
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1947,11 +1944,11 @@ msgstr ""
1947
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1948
  "посилання"
1949
 
1950
- #: ../admin/social_login.php:209
1951
  msgid "Twitter API Secret"
1952
  msgstr "Twitter API секретний ключ"
1953
 
1954
- #: ../admin/social_login.php:219
1955
  #, php-format
1956
  msgid ""
1957
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1961,12 +1958,12 @@ msgstr ""
1961
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1962
  "додатку Twitter ."
1963
 
1964
- #: ../admin/social_login.php:234
1965
  #, fuzzy
1966
  msgid "LinkedIn Client ID"
1967
  msgstr "LinkedIn"
1968
 
1969
- #: ../admin/social_login.php:244
1970
  #, fuzzy, php-format
1971
  msgid ""
1972
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1975,7 +1972,7 @@ msgstr ""
1975
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1976
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1977
 
1978
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
1979
  #, fuzzy
1980
  msgid ""
1981
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
@@ -1984,12 +1981,12 @@ msgstr ""
1984
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1985
  "згадки посилання."
1986
 
1987
- #: ../admin/social_login.php:255
1988
  #, fuzzy
1989
  msgid "LinkedIn Client Secret"
1990
  msgstr "LinkedIn"
1991
 
1992
- #: ../admin/social_login.php:265
1993
  #, fuzzy, php-format
1994
  msgid ""
1995
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1999,12 +1996,12 @@ msgstr ""
1999
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2000
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2001
 
2002
- #: ../admin/social_login.php:276
2003
  #, fuzzy
2004
  msgid "Google Client ID"
2005
  msgstr "Google+ ID клієнта"
2006
 
2007
- #: ../admin/social_login.php:286
2008
  #, fuzzy, php-format
2009
  msgid ""
2010
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2013,7 +2010,7 @@ msgstr ""
2013
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2014
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2015
 
2016
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
2017
  #, fuzzy
2018
  msgid ""
2019
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
@@ -2022,12 +2019,12 @@ msgstr ""
2022
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2023
  "згадки посилання."
2024
 
2025
- #: ../admin/social_login.php:297
2026
  #, fuzzy
2027
  msgid "Google Client Secret"
2028
  msgstr "Google+ ID клієнта"
2029
 
2030
- #: ../admin/social_login.php:307
2031
  #, fuzzy, php-format
2032
  msgid ""
2033
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -2036,11 +2033,11 @@ msgstr ""
2036
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2037
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2038
 
2039
- #: ../admin/social_login.php:318
2040
  msgid "Vkontakte Application ID"
2041
  msgstr "ID додатку Вконтакте"
2042
 
2043
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
2044
  #, php-format
2045
  msgid ""
2046
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2050,7 +2047,7 @@ msgstr ""
2050
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
2051
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2052
 
2053
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
2054
  #, fuzzy
2055
  msgid ""
2056
  "Paste following url in <strong>Site address</strong> option mentioned at the "
@@ -2059,16 +2056,16 @@ msgstr ""
2059
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2060
  "згадки посилання."
2061
 
2062
- #: ../admin/social_login.php:339
2063
  #, fuzzy
2064
  msgid "Vkontakte Secure key"
2065
  msgstr "Вконтакте"
2066
 
2067
- #: ../admin/social_login.php:360
2068
  msgid "Instagram Client ID"
2069
  msgstr "Instagram ID клієнта"
2070
 
2071
- #: ../admin/social_login.php:370
2072
  #, php-format
2073
  msgid ""
2074
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2077,7 +2074,7 @@ msgstr ""
2077
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2078
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2079
 
2080
- #: ../admin/social_login.php:372
2081
  #, fuzzy
2082
  msgid ""
2083
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
@@ -2086,12 +2083,77 @@ msgstr ""
2086
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2087
  "посилання"
2088
 
2089
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2090
  #, fuzzy
2091
  msgid "Steam API Key"
2092
  msgstr "Twitter API ключ"
2093
 
2094
- #: ../admin/social_login.php:391
2095
  #, fuzzy, php-format
2096
  msgid ""
2097
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2100,73 +2162,73 @@ msgstr ""
2100
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2101
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2102
 
2103
- #: ../admin/social_login.php:392
2104
  #, fuzzy
2105
  msgid "Save following <strong>domain</strong> to get the key"
2106
  msgstr ""
2107
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2108
  "посилання"
2109
 
2110
- #: ../admin/social_login.php:408
2111
  msgid "Social Login Options"
2112
  msgstr "Параметри входу через соцмережі"
2113
 
2114
- #: ../admin/social_login.php:423
2115
  msgid "Text to display above the Social Login interface"
2116
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2117
 
2118
- #: ../admin/social_login.php:431
2119
  msgid "Trigger social login in the same browser tab"
2120
  msgstr ""
2121
 
2122
- #: ../admin/social_login.php:441
2123
  msgid "Trigger social login in the same browser tab instead of a popup window"
2124
  msgstr ""
2125
 
2126
- #: ../admin/social_login.php:448
2127
  #, fuzzy
2128
  msgid "Center align icons"
2129
  msgstr "Змінити порядок іконок"
2130
 
2131
- #: ../admin/social_login.php:458
2132
  #, fuzzy
2133
  msgid "Center align social login icons"
2134
  msgstr "Параметри входу через соцмережі"
2135
 
2136
- #: ../admin/social_login.php:465
2137
  msgid "Enable at login page"
2138
  msgstr "Включити сторінку входу"
2139
 
2140
- #: ../admin/social_login.php:475
2141
  msgid ""
2142
  "Social Login interface will get enabled at the login page of your website"
2143
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2144
 
2145
- #: ../admin/social_login.php:482
2146
  msgid "Enable at register page"
2147
  msgstr "Включити на сторінці реєстрації"
2148
 
2149
- #: ../admin/social_login.php:492
2150
  msgid ""
2151
  "Social Login interface will get enabled at the registration page of your "
2152
  "website"
2153
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2154
 
2155
- #: ../admin/social_login.php:499
2156
  msgid "Enable at comment form"
2157
  msgstr "Включити в формі коментування"
2158
 
2159
- #: ../admin/social_login.php:509
2160
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2161
  msgstr ""
2162
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2163
  "Wordpress"
2164
 
2165
- #: ../admin/social_login.php:523
2166
  msgid "Enable before WooCommerce Customer Login Form"
2167
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2168
 
2169
- #: ../admin/social_login.php:533
2170
  msgid ""
2171
  "Social Login Interface will get enabled before the customer login form at "
2172
  "WooCommerce My Account page"
@@ -2174,12 +2236,12 @@ msgstr ""
2174
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2175
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2176
 
2177
- #: ../admin/social_login.php:540
2178
  #, fuzzy
2179
  msgid "Enable at WooCommerce Customer Login Form"
2180
  msgstr "Включити після форми входу клієнта WooCommerce"
2181
 
2182
- #: ../admin/social_login.php:550
2183
  #, fuzzy
2184
  msgid ""
2185
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2188,12 +2250,12 @@ msgstr ""
2188
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2189
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2190
 
2191
- #: ../admin/social_login.php:557
2192
  #, fuzzy
2193
  msgid "Enable at WooCommerce Customer Register Form"
2194
  msgstr "Включити після форми входу клієнта WooCommerce"
2195
 
2196
- #: ../admin/social_login.php:567
2197
  #, fuzzy
2198
  msgid ""
2199
  "Integrate Social Login Interface with the customer register form at "
@@ -2202,23 +2264,23 @@ msgstr ""
2202
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2203
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2204
 
2205
- #: ../admin/social_login.php:574
2206
  msgid "Enable at WooCommerce checkout page"
2207
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2208
 
2209
- #: ../admin/social_login.php:584
2210
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2211
  msgstr ""
2212
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2213
  "замовлення в WooCommerce"
2214
 
2215
- #: ../admin/social_login.php:594
2216
  msgid "Auto-approve comments made by Social Login users"
2217
  msgstr ""
2218
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2219
  "соцмережі"
2220
 
2221
- #: ../admin/social_login.php:604
2222
  msgid ""
2223
  "If this option is enabled, and WordPress comment is made by Social Login "
2224
  "user, comment will get approved immediately without keeping in moderation."
@@ -2227,15 +2289,15 @@ msgstr ""
2227
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2228
  "відразу без модерації."
2229
 
2230
- #: ../admin/social_login.php:605
2231
  msgid "Note: This is not related to Facebook comments"
2232
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2233
 
2234
- #: ../admin/social_login.php:614
2235
  msgid "Enable social avatar"
2236
  msgstr "Включення соціальних аватар"
2237
 
2238
- #: ../admin/social_login.php:624
2239
  msgid ""
2240
  "Social profile pictures of the logged in user will be displayed as profile "
2241
  "avatar"
@@ -2243,30 +2305,30 @@ msgstr ""
2243
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2244
  "профілю на сайті"
2245
 
2246
- #: ../admin/social_login.php:633
2247
  msgid "Avatar quality"
2248
  msgstr "Якість аватарки"
2249
 
2250
- #: ../admin/social_login.php:636
2251
  msgid "Average"
2252
  msgstr "Середнє"
2253
 
2254
- #: ../admin/social_login.php:637
2255
  msgid "Best"
2256
  msgstr "Кращий"
2257
 
2258
- #: ../admin/social_login.php:644
2259
  msgid "Choose avatar quality"
2260
  msgstr "Виберіть якість аватара"
2261
 
2262
- #: ../admin/social_login.php:652
2263
  msgid ""
2264
  "Show option for users to update social avatar at BuddyPress profile page"
2265
  msgstr ""
2266
  "Показати варіант для користувачів для оновлення соціального аватара на "
2267
  "сторінці профілю BuddyPress"
2268
 
2269
- #: ../admin/social_login.php:662
2270
  msgid ""
2271
  "If enabled, users would be able to update their social avatar from \"Profile "
2272
  "photo\" section in BuddyPress profile at front-end"
@@ -2274,7 +2336,7 @@ msgstr ""
2274
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2275
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2276
 
2277
- #: ../admin/social_login.php:682
2278
  msgid ""
2279
  "If enabled and Social ID provider does not provide user's email address on "
2280
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2284,13 +2346,13 @@ msgstr ""
2284
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2285
  "пошта буде створена за зразком."
2286
 
2287
- #: ../admin/social_login.php:690
2288
  msgid "Send post-registration email to user to set account password"
2289
  msgstr ""
2290
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2291
  "встановити пароль облікового запису"
2292
 
2293
- #: ../admin/social_login.php:700
2294
  msgid ""
2295
  "If enabled, an email will be sent to user after registration through Social "
2296
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2300,13 +2362,13 @@ msgstr ""
2300
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2301
  "стандартну форму авторизації"
2302
 
2303
- #: ../admin/social_login.php:707
2304
  msgid "Send new user registration notification email to admin"
2305
  msgstr ""
2306
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2307
  "пошті адміністратору"
2308
 
2309
- #: ../admin/social_login.php:717
2310
  msgid ""
2311
  "If enabled, an email will be sent to admin after new user registers through "
2312
  "Social Login, notifying admin about the new user registration"
@@ -2314,41 +2376,41 @@ msgstr ""
2314
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2315
  "реєстрацію нового користувача через соцмережі."
2316
 
2317
- #: ../admin/social_login.php:724
2318
  msgid "Login redirection"
2319
  msgstr "Перенаправлення входу"
2320
 
2321
- #: ../admin/social_login.php:728
2322
  msgid "Same page where user logged in"
2323
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2324
 
2325
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2326
  msgid "Account dashboard"
2327
  msgstr "Сторінка управління аккаунтом"
2328
 
2329
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2330
  msgid "BuddyPress profile page"
2331
  msgstr "Сторінка профілю BuddyPress"
2332
 
2333
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2334
  msgid "Custom Url"
2335
  msgstr "Користувацьке посилання"
2336
 
2337
- #: ../admin/social_login.php:746
2338
  msgid "User will be redirected to the selected page after Social Login"
2339
  msgstr ""
2340
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2341
  "соцмережі"
2342
 
2343
- #: ../admin/social_login.php:753
2344
  msgid "Registration redirection"
2345
  msgstr "Перенаправлення реєстрації"
2346
 
2347
- #: ../admin/social_login.php:757
2348
  msgid "Same page from where user registered"
2349
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2350
 
2351
- #: ../admin/social_login.php:775
2352
  msgid ""
2353
  "User will be redirected to the selected page after registration (first "
2354
  "Social Login) through Social Login"
@@ -2356,23 +2418,23 @@ msgstr ""
2356
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2357
  "вхід чере соцмережі) через соцмережі"
2358
 
2359
- #: ../admin/social_login.php:784
2360
  #, fuzzy
2361
  msgid "Social Account Linking Options"
2362
  msgstr "Посилання на соціальний аккаунт"
2363
 
2364
- #: ../admin/social_login.php:799
2365
  #, fuzzy
2366
  msgid "Text to display above the Social Account Linking interface"
2367
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2368
 
2369
- #: ../admin/social_login.php:806
2370
  msgid ""
2371
  "Link social account to already existing account, if email address matches"
2372
  msgstr ""
2373
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2374
 
2375
- #: ../admin/social_login.php:816
2376
  #, fuzzy
2377
  msgid ""
2378
  "If email address of the user's Social Account matches with an already "
@@ -2385,11 +2447,11 @@ msgstr ""
2385
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2386
  "профілю."
2387
 
2388
- #: ../admin/social_login.php:824
2389
  msgid "Enable social account linking at BuddyPress profile page"
2390
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2391
 
2392
- #: ../admin/social_login.php:834
2393
  msgid ""
2394
  "Enable this option to show social account linking interface at BuddyPress "
2395
  "profile page"
@@ -2397,15 +2459,15 @@ msgstr ""
2397
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2398
  "BuddyPress"
2399
 
2400
- #: ../admin/social_login.php:845
2401
  msgid "Email popup options"
2402
  msgstr "Параметри спливаючій електронної пошти"
2403
 
2404
- #: ../admin/social_login.php:850
2405
  msgid "Text on 'Email required' popup"
2406
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2407
 
2408
- #: ../admin/social_login.php:860
2409
  msgid ""
2410
  "This text will be displayed on email required popup. Leave empty if not "
2411
  "required."
@@ -2413,11 +2475,11 @@ msgstr ""
2413
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2414
  "поле порожнім якщо не потрібно."
2415
 
2416
- #: ../admin/social_login.php:868
2417
  msgid "Error message for 'Email required' popup"
2418
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2419
 
2420
- #: ../admin/social_login.php:878
2421
  msgid ""
2422
  "This message will be displayed to user if it provides invalid or already "
2423
  "registered email"
@@ -2425,11 +2487,11 @@ msgstr ""
2425
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2426
  "раніше запроваджену пошту"
2427
 
2428
- #: ../admin/social_login.php:886
2429
  msgid "Email popup height"
2430
  msgstr "Висота спливаючого вікна"
2431
 
2432
- #: ../admin/social_login.php:896
2433
  msgid ""
2434
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2435
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2439,11 +2501,11 @@ msgstr ""
2439
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2440
  "базового значення."
2441
 
2442
- #: ../admin/social_login.php:903
2443
  msgid "Enable email verification"
2444
  msgstr "Включити перевірку електронної пошти"
2445
 
2446
- #: ../admin/social_login.php:913
2447
  msgid ""
2448
  "If enabled, email provided by the user will be verified by sending a "
2449
  "confirmation link to that email. User would not be able to login without "
@@ -2452,108 +2514,108 @@ msgstr ""
2452
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2453
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2454
 
2455
- #: ../admin/social_login.php:933
2456
  #, fuzzy
2457
  msgid "Enable GDPR opt-in"
2458
  msgstr "Активувати коментування через Disqus"
2459
 
2460
- #: ../admin/social_login.php:943
2461
  msgid ""
2462
  "Enable it to show GDPR opt-in for social login and social account linking"
2463
  msgstr ""
2464
 
2465
- #: ../admin/social_login.php:951
2466
  #, fuzzy
2467
  msgid "Placement of GDPR opt-in"
2468
  msgstr "Активувати коментування через Disqus"
2469
 
2470
- #: ../admin/social_login.php:955
2471
  #, fuzzy
2472
  msgid "Above Social Login icons"
2473
  msgstr "Параметри входу через соцмережі"
2474
 
2475
- #: ../admin/social_login.php:957
2476
  #, fuzzy
2477
  msgid "Below Social Login icons"
2478
  msgstr "Параметри входу через соцмережі"
2479
 
2480
- #: ../admin/social_login.php:963
2481
  #, fuzzy
2482
  msgid "Placement of GDPR opt-in above or below the social login icons"
2483
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2484
 
2485
- #: ../admin/social_login.php:970
2486
  msgid "Opt-in text"
2487
  msgstr ""
2488
 
2489
- #: ../admin/social_login.php:980
2490
  #, fuzzy
2491
  msgid "Text for the GDPR opt-in"
2492
  msgstr "Активувати коментування через Disqus"
2493
 
2494
- #: ../admin/social_login.php:987
2495
  msgid "Text to link to Terms-Conditions page"
2496
  msgstr ""
2497
 
2498
- #: ../admin/social_login.php:997
2499
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2500
  msgstr ""
2501
 
2502
- #: ../admin/social_login.php:1004
2503
  msgid "Terms-Conditions Url"
2504
  msgstr ""
2505
 
2506
- #: ../admin/social_login.php:1014
2507
  #, fuzzy
2508
  msgid "Url of the terms-conditions page of your website"
2509
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2510
 
2511
- #: ../admin/social_login.php:1021
2512
  msgid "Text to link to Privacy Policy page"
2513
  msgstr ""
2514
 
2515
- #: ../admin/social_login.php:1031
2516
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2517
  msgstr ""
2518
 
2519
- #: ../admin/social_login.php:1038
2520
  msgid "Privacy Policy Url"
2521
  msgstr ""
2522
 
2523
- #: ../admin/social_login.php:1048
2524
  #, fuzzy
2525
  msgid "Url of the privacy policy page of your website"
2526
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2527
 
2528
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2529
  #: ../inc/widget.php:602 ../inc/widget.php:750
2530
  msgid "Select"
2531
  msgstr "Вибір"
2532
 
2533
- #: ../admin/social_login.php:1130
2534
  msgid "Social Login Shortcode & Widget"
2535
  msgstr "Шорткод і віджет для входу через соцмережі"
2536
 
2537
- #: ../admin/social_login.php:1131
2538
  msgid "Social Linking Shortcode"
2539
  msgstr "Шорткод соціальних посилань"
2540
 
2541
- #: ../admin/social_login.php:1146
2542
  #, fuzzy
2543
  msgid "Why is social login not working?"
2544
  msgstr "Чому Facebook Логін не працює?"
2545
 
2546
- #: ../admin/social_login.php:1147
2547
  msgid ""
2548
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2549
  "belong to the same app"
2550
  msgstr ""
2551
 
2552
- #: ../admin/social_login.php:1149
2553
  msgid "Social Login not working with Varnish enabled"
2554
  msgstr ""
2555
 
2556
- #: ../admin/social_login.php:1150
2557
  msgid ""
2558
  "Why the user is not appearing logged in even after Social Login until the "
2559
  "webpage is refreshed manually?"
@@ -2794,27 +2856,27 @@ msgstr "Невірний Запит!"
2794
  msgid "Providers not selected"
2795
  msgstr "Сервіси не вибрані"
2796
 
2797
- #: ../inc/social_login.php:698
2798
  msgid "Email"
2799
  msgstr "Email"
2800
 
2801
- #: ../inc/social_login.php:699
2802
  msgid "Confirm email"
2803
  msgstr "Підтвердити e-mail"
2804
 
2805
- #: ../inc/social_login.php:701
2806
  msgid "Save"
2807
  msgstr "Зберегти"
2808
 
2809
- #: ../inc/social_login.php:702
2810
  msgid "Cancel"
2811
  msgstr "Скасувати"
2812
 
2813
- #: ../inc/social_login.php:776
2814
  msgid "Email Verification"
2815
  msgstr "Підтвердження адреси електронної пошти"
2816
 
2817
- #: ../inc/social_login.php:778
2818
  msgid ""
2819
  "Please click on the following link or paste it in browser to verify your "
2820
  "email"
@@ -3093,6 +3155,20 @@ msgstr ""
3093
  msgid "RSS Feed URL:"
3094
  msgstr ""
3095
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3096
  #~ msgid "Enter your LiveJournal username"
3097
  #~ msgstr "Введіть ваше ім'я користувача LiveJournal"
3098
 
@@ -3147,14 +3223,6 @@ msgstr ""
3147
  #~ "Необхідно для входу через Twitch. Будь ласка, подивіться документацію <a "
3148
  #~ "href=\"%s\" target=\"_blank\"> тут </a> для отримання Twitch Client ID."
3149
 
3150
- #, fuzzy
3151
- #~ msgid ""
3152
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
3153
- #~ "the link"
3154
- #~ msgstr ""
3155
- #~ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
3156
- #~ "згадки посилання."
3157
-
3158
  #, fuzzy
3159
  #~ msgid "Twitch Client Secret"
3160
  #~ msgstr "Twitch Client ID "
@@ -3300,6 +3368,3 @@ msgstr ""
3300
 
3301
  #~ msgid "Login"
3302
  #~ msgstr "Логін"
3303
-
3304
- #~ msgid "Login with"
3305
- #~ msgstr "Увійти з"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:29+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:475
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:479 ../super_socializer.php:493
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:489
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:663
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
+ #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
+ #: ../super_socializer.php:694
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
+ #: ../super_socializer.php:697
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
+ #: ../super_socializer.php:879 ../helper.php:968
68
  msgid "Please verify your email address to login."
69
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
70
 
71
+ #: ../super_socializer.php:879
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr ""
74
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
75
  "облікового запису"
76
 
77
+ #: ../super_socializer.php:883
78
  msgid "Notification"
79
  msgstr "Повідомлення"
80
 
81
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
82
  msgid "Email required"
83
  msgstr "Електронна адреса (обо'язково)"
84
 
85
+ #: ../super_socializer.php:904
86
  msgid "Please check your email inbox to complete the registration."
87
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
88
 
89
+ #: ../super_socializer.php:982
90
  msgid "Leave a reply"
91
  msgstr "Залишити коментар"
92
 
93
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
94
  msgid "Shares"
95
  msgstr "Поширили:"
96
 
97
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
98
  msgid "Share"
99
  msgstr "Поділитися"
100
 
101
+ #: ../super_socializer.php:998
102
  #, fuzzy
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
+ #: ../super_socializer.php:1244
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Загальні Параметри"
109
 
110
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  msgid "General Options"
113
  msgstr "Загальні параметри"
114
 
115
+ #: ../super_socializer.php:1312 ../helper.php:890
116
  msgid "Social Avatar"
117
  msgstr "Соціальний Аватар"
118
 
119
+ #: ../super_socializer.php:1315
120
  msgid "Small Avatar Url"
121
  msgstr "Посилання для маленького аватара"
122
 
123
+ #: ../super_socializer.php:1319
124
  msgid "Large Avatar Url"
125
  msgstr "Посилання для великого аватара"
126
 
127
+ #: ../super_socializer.php:1323 ../helper.php:893
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
132
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
133
  "раз коли я використовую вхід через соцмережі"
134
 
135
+ #: ../super_socializer.php:1327 ../helper.php:894
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
139
  "соцмережі"
140
 
141
+ #: ../super_socializer.php:1404
142
  msgid "Login with your Social ID"
143
  msgstr "Увійти через соціальний аккаунт"
144
 
145
+ #: ../super_socializer.php:1405
146
  msgid "Email you entered is already registered or invalid"
147
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
148
 
149
+ #: ../super_socializer.php:1410
150
  msgid "Please enter a valid email address. You might be required to verify it"
151
  msgstr ""
152
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
153
  "потрібно перевірити його"
154
 
155
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
156
  msgid "Link your social account to login to your account at this website"
157
  msgstr ""
158
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
159
  "запис на цьому сайті"
160
 
161
+ #: ../super_socializer.php:1653
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1655
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1666
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1675
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1684
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1693
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1702
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1713
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1728
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1752
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
220
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
221
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
222
+ #: ../super_socializer.php:1915
223
  msgid "Okay"
224
  msgstr "Гаразд."
225
 
226
+ #: ../super_socializer.php:1777
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
231
  "\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1802
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1827
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1838
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1860
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1888
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1915
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1940
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:1966
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  msgid ""
304
  "Your browser is blocking some features of this website. Please follow the "
305
  "instructions at {support_url} to unblock these."
343
  msgid "Account already exists or linked"
344
  msgstr "Аккаунт вже існує або пов'язаний"
345
 
346
+ #: ../helper.php:582 ../helper.php:584
347
+ msgid "Login with"
348
+ msgstr "Увійти з"
349
+
350
+ #: ../helper.php:619 ../helper.php:625
351
  msgid "Currently"
352
  msgstr "в даний час"
353
 
354
+ #: ../helper.php:619 ../helper.php:625
355
  msgid "Connected with"
356
  msgstr "Авторизуватися за допомогою"
357
 
358
+ #: ../helper.php:619 ../helper.php:625
359
  msgid "Remove"
360
  msgstr "Видалити"
361
 
362
+ #: ../helper.php:696
363
  msgid "Social Account Linking"
364
  msgstr "Посилання на соціальний аккаунт"
365
 
366
+ #: ../helper.php:746
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Відключити стандартний блок Поділитися на цьому"
369
 
370
+ #: ../helper.php:751
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Відключити плаваючий блок Поділитися на цьому"
373
 
374
+ #: ../helper.php:756
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Відключити стандартні кнопки Подобається на цьому"
377
 
378
+ #: ../helper.php:761
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
381
 
382
+ #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Деактивувати соціальне коментування"
385
 
386
+ #: ../helper.php:775
387
  msgid "Standard Sharing Interface"
388
  msgstr "Стандартний інтерфейс Поділитися"
389
 
390
+ #: ../helper.php:781 ../helper.php:800
391
  msgid "Starting share count for "
392
  msgstr "Запустити лічильник Поділитися для"
393
 
394
+ #: ../helper.php:794
395
  msgid "Floating Sharing Interface"
396
  msgstr "Плаваючий інтерфейс Поділитися"
397
 
398
+ #: ../helper.php:897
399
  msgid "Small Avatar"
400
  msgstr "Невеликий аватар"
401
 
402
+ #: ../helper.php:901
403
  msgid "Large Avatar"
404
  msgstr "Великий аватар"
405
 
406
+ #: ../helper.php:905 ../admin/general_options.php:92
407
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
408
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
409
  msgid "Save Changes"
410
  msgstr "Зберегти налаштування"
411
 
412
+ #: ../helper.php:1005
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
+ #: ../helper.php:1034
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Налаштування"
420
 
421
+ #: ../helper.php:1044
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
+ #: ../helper.php:1046
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
430
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
433
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
434
  #, fuzzy, php-format
435
  msgid ""
483
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
484
 
485
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
486
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
487
  #: ../admin/like_buttons.php:809
488
  #, fuzzy
489
  msgid "Instagram Shoutout"
490
  msgstr "Instagram"
491
 
492
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
493
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
494
  #: ../admin/like_buttons.php:811
495
  msgid ""
496
  "If you can send (to hello@heateor.com) how this plugin is helping your "
629
 
630
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
631
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
632
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
633
  #: ../admin/like_buttons.php:770
634
  msgid "Shortcode & Widget"
635
  msgstr "Шорткод і віджет"
640
 
641
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
642
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
643
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
644
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
645
  msgid "FAQ"
646
  msgstr "Часті питання (FAQ)"
872
  msgid "Url to share"
873
  msgstr "Посилання щоб Поділитися"
874
 
875
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
876
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
877
  #: ../inc/widget.php:945
878
  msgid "Title"
879
  msgstr "Заголовок"
959
  msgstr "Розміщення"
960
 
961
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
962
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
963
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
964
  msgid "Homepage"
965
  msgstr "Головна"
1228
  msgid "Required only to track Facebook share count"
1229
  msgstr ""
1230
 
1231
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1232
  msgid "Facebook App ID"
1233
  msgstr "Facebook App ID"
1234
 
1241
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1242
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1243
 
1244
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1245
  #, fuzzy
1246
  msgid "Facebook App Secret"
1247
  msgstr "Facebook App ID"
1432
  "\"Отримання інформації про нову поломки \"."
1433
 
1434
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1435
+ #: ../admin/social_login.php:1230
1436
  msgid ""
1437
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1438
  "an online website for the plugin to function properly."
1490
  msgstr ""
1491
 
1492
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1493
+ #: ../admin/social_login.php:1237
1494
  msgid "Why is my browser blocking some features of the plugin?"
1495
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1496
 
1807
  msgid "Advanced Configuration"
1808
  msgstr "Розширена конфігурація"
1809
 
1810
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1811
  msgid "GDPR"
1812
  msgstr ""
1813
 
1814
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1815
  msgid "XProfile Integration"
1816
  msgstr "XProfile інтеграція"
1817
 
1875
  msgid "Steam"
1876
  msgstr "Steam"
1877
 
1878
+ #: ../admin/social_login.php:131
1879
+ msgid "Line"
1880
+ msgstr ""
1881
+
1882
  #: ../admin/social_login.php:135
1883
+ msgid "Windows Live"
1884
+ msgstr ""
1885
+
1886
+ #: ../admin/social_login.php:143
1887
  msgid "Select Social ID provider to enable in Social Login"
1888
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1889
 
1890
+ #: ../admin/social_login.php:160
1891
  #, php-format
1892
  msgid ""
1893
  "Required for Facebook Social Login to work. Please follow the documentation "
1896
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1897
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1898
 
1899
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
1900
  #, fuzzy
1901
  msgid ""
1902
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1904
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1905
  "згадки посилання."
1906
 
1907
+ #: ../admin/social_login.php:181
1908
  #, fuzzy, php-format
1909
  msgid ""
1910
  "Required for Facebook Social Login to work. Please follow the documentation "
1913
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1914
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1915
 
1916
+ #: ../admin/social_login.php:192
1917
  msgid "Twitter API Key"
1918
  msgstr "Twitter API ключ"
1919
 
1920
+ #: ../admin/social_login.php:202
1921
  #, php-format
1922
  msgid ""
1923
  "Required for Twitter Social Login to work. Please follow the documentation "
1926
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1927
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1928
 
1929
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
1930
  #, fuzzy
1931
  msgid ""
1932
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1934
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1935
  "посилання"
1936
 
1937
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
1938
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
1939
  #, fuzzy
1940
  msgid ""
1941
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1944
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1945
  "посилання"
1946
 
1947
+ #: ../admin/social_login.php:217
1948
  msgid "Twitter API Secret"
1949
  msgstr "Twitter API секретний ключ"
1950
 
1951
+ #: ../admin/social_login.php:227
1952
  #, php-format
1953
  msgid ""
1954
  "Required for Twitter Social Login to work. Please follow the documentation "
1958
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1959
  "додатку Twitter ."
1960
 
1961
+ #: ../admin/social_login.php:242
1962
  #, fuzzy
1963
  msgid "LinkedIn Client ID"
1964
  msgstr "LinkedIn"
1965
 
1966
+ #: ../admin/social_login.php:252
1967
  #, fuzzy, php-format
1968
  msgid ""
1969
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1972
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1973
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1974
 
1975
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
1976
  #, fuzzy
1977
  msgid ""
1978
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1981
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1982
  "згадки посилання."
1983
 
1984
+ #: ../admin/social_login.php:263
1985
  #, fuzzy
1986
  msgid "LinkedIn Client Secret"
1987
  msgstr "LinkedIn"
1988
 
1989
+ #: ../admin/social_login.php:273
1990
  #, fuzzy, php-format
1991
  msgid ""
1992
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1996
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1997
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1998
 
1999
+ #: ../admin/social_login.php:284
2000
  #, fuzzy
2001
  msgid "Google Client ID"
2002
  msgstr "Google+ ID клієнта"
2003
 
2004
+ #: ../admin/social_login.php:294
2005
  #, fuzzy, php-format
2006
  msgid ""
2007
  "Required for Google Social Login to work. Please follow the documentation at "
2010
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2011
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2012
 
2013
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
2014
  #, fuzzy
2015
  msgid ""
2016
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2019
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2020
  "згадки посилання."
2021
 
2022
+ #: ../admin/social_login.php:305
2023
  #, fuzzy
2024
  msgid "Google Client Secret"
2025
  msgstr "Google+ ID клієнта"
2026
 
2027
+ #: ../admin/social_login.php:315
2028
  #, fuzzy, php-format
2029
  msgid ""
2030
  "Required for Google Social Login to work. Please follow the documentation at "
2033
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2034
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2035
 
2036
+ #: ../admin/social_login.php:326
2037
  msgid "Vkontakte Application ID"
2038
  msgstr "ID додатку Вконтакте"
2039
 
2040
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
2041
  #, php-format
2042
  msgid ""
2043
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2047
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
2048
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2049
 
2050
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
2051
  #, fuzzy
2052
  msgid ""
2053
  "Paste following url in <strong>Site address</strong> option mentioned at the "
2056
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2057
  "згадки посилання."
2058
 
2059
+ #: ../admin/social_login.php:347
2060
  #, fuzzy
2061
  msgid "Vkontakte Secure key"
2062
  msgstr "Вконтакте"
2063
 
2064
+ #: ../admin/social_login.php:368
2065
  msgid "Instagram Client ID"
2066
  msgstr "Instagram ID клієнта"
2067
 
2068
+ #: ../admin/social_login.php:378
2069
  #, php-format
2070
  msgid ""
2071
  "Required for Instagram Social Login to work. Please follow the documentation "
2074
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2075
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2076
 
2077
+ #: ../admin/social_login.php:380
2078
  #, fuzzy
2079
  msgid ""
2080
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2083
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2084
  "посилання"
2085
 
2086
+ #: ../admin/social_login.php:389
2087
+ msgid "Line Channel ID"
2088
+ msgstr ""
2089
+
2090
+ #: ../admin/social_login.php:398
2091
+ #, fuzzy, php-format
2092
+ msgid ""
2093
+ "Required for Line Social Login to work. Please follow the documentation at "
2094
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2095
+ msgstr ""
2096
+ "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2097
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2098
+
2099
+ #: ../admin/social_login.php:409
2100
+ #, fuzzy
2101
+ msgid "Line Channel Secret"
2102
+ msgstr "LinkedIn"
2103
+
2104
+ #: ../admin/social_login.php:418
2105
+ #, fuzzy, php-format
2106
+ msgid ""
2107
+ "Required for Line Social Login to work. Please follow the documentation at "
2108
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2109
+ msgstr ""
2110
+ "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2111
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2112
+
2113
+ #: ../admin/social_login.php:429
2114
+ #, fuzzy
2115
+ msgid "Microsoft Client ID"
2116
+ msgstr "Google+ ID клієнта"
2117
+
2118
+ #: ../admin/social_login.php:438
2119
+ #, fuzzy, php-format
2120
+ msgid ""
2121
+ "Required for Live Social Login to work. Please follow the documentation at "
2122
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2123
+ msgstr ""
2124
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2125
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2126
+
2127
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
2128
+ #, fuzzy
2129
+ msgid ""
2130
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2131
+ "the link"
2132
+ msgstr ""
2133
+ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2134
+ "згадки посилання."
2135
+
2136
+ #: ../admin/social_login.php:449
2137
+ #, fuzzy
2138
+ msgid "Microsoft Client Secret"
2139
+ msgstr "Google+ ID клієнта"
2140
+
2141
+ #: ../admin/social_login.php:458
2142
+ #, fuzzy, php-format
2143
+ msgid ""
2144
+ "Required for Live Social Login to work. Please follow the documentation at "
2145
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2146
+ "Secret key"
2147
+ msgstr ""
2148
+ "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2149
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2150
+
2151
+ #: ../admin/social_login.php:468
2152
  #, fuzzy
2153
  msgid "Steam API Key"
2154
  msgstr "Twitter API ключ"
2155
 
2156
+ #: ../admin/social_login.php:477
2157
  #, fuzzy, php-format
2158
  msgid ""
2159
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2162
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2163
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2164
 
2165
+ #: ../admin/social_login.php:478
2166
  #, fuzzy
2167
  msgid "Save following <strong>domain</strong> to get the key"
2168
  msgstr ""
2169
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2170
  "посилання"
2171
 
2172
+ #: ../admin/social_login.php:494
2173
  msgid "Social Login Options"
2174
  msgstr "Параметри входу через соцмережі"
2175
 
2176
+ #: ../admin/social_login.php:509
2177
  msgid "Text to display above the Social Login interface"
2178
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2179
 
2180
+ #: ../admin/social_login.php:517
2181
  msgid "Trigger social login in the same browser tab"
2182
  msgstr ""
2183
 
2184
+ #: ../admin/social_login.php:527
2185
  msgid "Trigger social login in the same browser tab instead of a popup window"
2186
  msgstr ""
2187
 
2188
+ #: ../admin/social_login.php:534
2189
  #, fuzzy
2190
  msgid "Center align icons"
2191
  msgstr "Змінити порядок іконок"
2192
 
2193
+ #: ../admin/social_login.php:544
2194
  #, fuzzy
2195
  msgid "Center align social login icons"
2196
  msgstr "Параметри входу через соцмережі"
2197
 
2198
+ #: ../admin/social_login.php:551
2199
  msgid "Enable at login page"
2200
  msgstr "Включити сторінку входу"
2201
 
2202
+ #: ../admin/social_login.php:561
2203
  msgid ""
2204
  "Social Login interface will get enabled at the login page of your website"
2205
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2206
 
2207
+ #: ../admin/social_login.php:568
2208
  msgid "Enable at register page"
2209
  msgstr "Включити на сторінці реєстрації"
2210
 
2211
+ #: ../admin/social_login.php:578
2212
  msgid ""
2213
  "Social Login interface will get enabled at the registration page of your "
2214
  "website"
2215
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2216
 
2217
+ #: ../admin/social_login.php:585
2218
  msgid "Enable at comment form"
2219
  msgstr "Включити в формі коментування"
2220
 
2221
+ #: ../admin/social_login.php:595
2222
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2223
  msgstr ""
2224
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2225
  "Wordpress"
2226
 
2227
+ #: ../admin/social_login.php:609
2228
  msgid "Enable before WooCommerce Customer Login Form"
2229
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2230
 
2231
+ #: ../admin/social_login.php:619
2232
  msgid ""
2233
  "Social Login Interface will get enabled before the customer login form at "
2234
  "WooCommerce My Account page"
2236
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2237
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2238
 
2239
+ #: ../admin/social_login.php:626
2240
  #, fuzzy
2241
  msgid "Enable at WooCommerce Customer Login Form"
2242
  msgstr "Включити після форми входу клієнта WooCommerce"
2243
 
2244
+ #: ../admin/social_login.php:636
2245
  #, fuzzy
2246
  msgid ""
2247
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2250
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2251
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2252
 
2253
+ #: ../admin/social_login.php:643
2254
  #, fuzzy
2255
  msgid "Enable at WooCommerce Customer Register Form"
2256
  msgstr "Включити після форми входу клієнта WooCommerce"
2257
 
2258
+ #: ../admin/social_login.php:653
2259
  #, fuzzy
2260
  msgid ""
2261
  "Integrate Social Login Interface with the customer register form at "
2264
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2265
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2266
 
2267
+ #: ../admin/social_login.php:660
2268
  msgid "Enable at WooCommerce checkout page"
2269
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2270
 
2271
+ #: ../admin/social_login.php:670
2272
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2273
  msgstr ""
2274
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2275
  "замовлення в WooCommerce"
2276
 
2277
+ #: ../admin/social_login.php:680
2278
  msgid "Auto-approve comments made by Social Login users"
2279
  msgstr ""
2280
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2281
  "соцмережі"
2282
 
2283
+ #: ../admin/social_login.php:690
2284
  msgid ""
2285
  "If this option is enabled, and WordPress comment is made by Social Login "
2286
  "user, comment will get approved immediately without keeping in moderation."
2289
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2290
  "відразу без модерації."
2291
 
2292
+ #: ../admin/social_login.php:691
2293
  msgid "Note: This is not related to Facebook comments"
2294
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2295
 
2296
+ #: ../admin/social_login.php:700
2297
  msgid "Enable social avatar"
2298
  msgstr "Включення соціальних аватар"
2299
 
2300
+ #: ../admin/social_login.php:710
2301
  msgid ""
2302
  "Social profile pictures of the logged in user will be displayed as profile "
2303
  "avatar"
2305
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2306
  "профілю на сайті"
2307
 
2308
+ #: ../admin/social_login.php:719
2309
  msgid "Avatar quality"
2310
  msgstr "Якість аватарки"
2311
 
2312
+ #: ../admin/social_login.php:722
2313
  msgid "Average"
2314
  msgstr "Середнє"
2315
 
2316
+ #: ../admin/social_login.php:723
2317
  msgid "Best"
2318
  msgstr "Кращий"
2319
 
2320
+ #: ../admin/social_login.php:730
2321
  msgid "Choose avatar quality"
2322
  msgstr "Виберіть якість аватара"
2323
 
2324
+ #: ../admin/social_login.php:738
2325
  msgid ""
2326
  "Show option for users to update social avatar at BuddyPress profile page"
2327
  msgstr ""
2328
  "Показати варіант для користувачів для оновлення соціального аватара на "
2329
  "сторінці профілю BuddyPress"
2330
 
2331
+ #: ../admin/social_login.php:748
2332
  msgid ""
2333
  "If enabled, users would be able to update their social avatar from \"Profile "
2334
  "photo\" section in BuddyPress profile at front-end"
2336
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2337
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2338
 
2339
+ #: ../admin/social_login.php:768
2340
  msgid ""
2341
  "If enabled and Social ID provider does not provide user's email address on "
2342
  "login, user will be asked to provide his/her email address. Otherwise, a "
2346
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2347
  "пошта буде створена за зразком."
2348
 
2349
+ #: ../admin/social_login.php:776
2350
  msgid "Send post-registration email to user to set account password"
2351
  msgstr ""
2352
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2353
  "встановити пароль облікового запису"
2354
 
2355
+ #: ../admin/social_login.php:786
2356
  msgid ""
2357
  "If enabled, an email will be sent to user after registration through Social "
2358
  "Login, regarding his/her login credentials (username-password to be able to "
2362
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2363
  "стандартну форму авторизації"
2364
 
2365
+ #: ../admin/social_login.php:793
2366
  msgid "Send new user registration notification email to admin"
2367
  msgstr ""
2368
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2369
  "пошті адміністратору"
2370
 
2371
+ #: ../admin/social_login.php:803
2372
  msgid ""
2373
  "If enabled, an email will be sent to admin after new user registers through "
2374
  "Social Login, notifying admin about the new user registration"
2376
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2377
  "реєстрацію нового користувача через соцмережі."
2378
 
2379
+ #: ../admin/social_login.php:810
2380
  msgid "Login redirection"
2381
  msgstr "Перенаправлення входу"
2382
 
2383
+ #: ../admin/social_login.php:814
2384
  msgid "Same page where user logged in"
2385
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2386
 
2387
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2388
  msgid "Account dashboard"
2389
  msgstr "Сторінка управління аккаунтом"
2390
 
2391
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2392
  msgid "BuddyPress profile page"
2393
  msgstr "Сторінка профілю BuddyPress"
2394
 
2395
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2396
  msgid "Custom Url"
2397
  msgstr "Користувацьке посилання"
2398
 
2399
+ #: ../admin/social_login.php:832
2400
  msgid "User will be redirected to the selected page after Social Login"
2401
  msgstr ""
2402
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2403
  "соцмережі"
2404
 
2405
+ #: ../admin/social_login.php:839
2406
  msgid "Registration redirection"
2407
  msgstr "Перенаправлення реєстрації"
2408
 
2409
+ #: ../admin/social_login.php:843
2410
  msgid "Same page from where user registered"
2411
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2412
 
2413
+ #: ../admin/social_login.php:861
2414
  msgid ""
2415
  "User will be redirected to the selected page after registration (first "
2416
  "Social Login) through Social Login"
2418
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2419
  "вхід чере соцмережі) через соцмережі"
2420
 
2421
+ #: ../admin/social_login.php:870
2422
  #, fuzzy
2423
  msgid "Social Account Linking Options"
2424
  msgstr "Посилання на соціальний аккаунт"
2425
 
2426
+ #: ../admin/social_login.php:885
2427
  #, fuzzy
2428
  msgid "Text to display above the Social Account Linking interface"
2429
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2430
 
2431
+ #: ../admin/social_login.php:892
2432
  msgid ""
2433
  "Link social account to already existing account, if email address matches"
2434
  msgstr ""
2435
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2436
 
2437
+ #: ../admin/social_login.php:902
2438
  #, fuzzy
2439
  msgid ""
2440
  "If email address of the user's Social Account matches with an already "
2447
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2448
  "профілю."
2449
 
2450
+ #: ../admin/social_login.php:910
2451
  msgid "Enable social account linking at BuddyPress profile page"
2452
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2453
 
2454
+ #: ../admin/social_login.php:920
2455
  msgid ""
2456
  "Enable this option to show social account linking interface at BuddyPress "
2457
  "profile page"
2459
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2460
  "BuddyPress"
2461
 
2462
+ #: ../admin/social_login.php:931
2463
  msgid "Email popup options"
2464
  msgstr "Параметри спливаючій електронної пошти"
2465
 
2466
+ #: ../admin/social_login.php:936
2467
  msgid "Text on 'Email required' popup"
2468
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2469
 
2470
+ #: ../admin/social_login.php:946
2471
  msgid ""
2472
  "This text will be displayed on email required popup. Leave empty if not "
2473
  "required."
2475
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2476
  "поле порожнім якщо не потрібно."
2477
 
2478
+ #: ../admin/social_login.php:954
2479
  msgid "Error message for 'Email required' popup"
2480
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2481
 
2482
+ #: ../admin/social_login.php:964
2483
  msgid ""
2484
  "This message will be displayed to user if it provides invalid or already "
2485
  "registered email"
2487
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2488
  "раніше запроваджену пошту"
2489
 
2490
+ #: ../admin/social_login.php:972
2491
  msgid "Email popup height"
2492
  msgstr "Висота спливаючого вікна"
2493
 
2494
+ #: ../admin/social_login.php:982
2495
  msgid ""
2496
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2497
  "can increase the height of popup by specifying in this option. Leave empty "
2501
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2502
  "базового значення."
2503
 
2504
+ #: ../admin/social_login.php:989
2505
  msgid "Enable email verification"
2506
  msgstr "Включити перевірку електронної пошти"
2507
 
2508
+ #: ../admin/social_login.php:999
2509
  msgid ""
2510
  "If enabled, email provided by the user will be verified by sending a "
2511
  "confirmation link to that email. User would not be able to login without "
2514
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2515
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2516
 
2517
+ #: ../admin/social_login.php:1019
2518
  #, fuzzy
2519
  msgid "Enable GDPR opt-in"
2520
  msgstr "Активувати коментування через Disqus"
2521
 
2522
+ #: ../admin/social_login.php:1029
2523
  msgid ""
2524
  "Enable it to show GDPR opt-in for social login and social account linking"
2525
  msgstr ""
2526
 
2527
+ #: ../admin/social_login.php:1037
2528
  #, fuzzy
2529
  msgid "Placement of GDPR opt-in"
2530
  msgstr "Активувати коментування через Disqus"
2531
 
2532
+ #: ../admin/social_login.php:1041
2533
  #, fuzzy
2534
  msgid "Above Social Login icons"
2535
  msgstr "Параметри входу через соцмережі"
2536
 
2537
+ #: ../admin/social_login.php:1043
2538
  #, fuzzy
2539
  msgid "Below Social Login icons"
2540
  msgstr "Параметри входу через соцмережі"
2541
 
2542
+ #: ../admin/social_login.php:1049
2543
  #, fuzzy
2544
  msgid "Placement of GDPR opt-in above or below the social login icons"
2545
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2546
 
2547
+ #: ../admin/social_login.php:1056
2548
  msgid "Opt-in text"
2549
  msgstr ""
2550
 
2551
+ #: ../admin/social_login.php:1066
2552
  #, fuzzy
2553
  msgid "Text for the GDPR opt-in"
2554
  msgstr "Активувати коментування через Disqus"
2555
 
2556
+ #: ../admin/social_login.php:1073
2557
  msgid "Text to link to Terms-Conditions page"
2558
  msgstr ""
2559
 
2560
+ #: ../admin/social_login.php:1083
2561
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2562
  msgstr ""
2563
 
2564
+ #: ../admin/social_login.php:1090
2565
  msgid "Terms-Conditions Url"
2566
  msgstr ""
2567
 
2568
+ #: ../admin/social_login.php:1100
2569
  #, fuzzy
2570
  msgid "Url of the terms-conditions page of your website"
2571
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2572
 
2573
+ #: ../admin/social_login.php:1107
2574
  msgid "Text to link to Privacy Policy page"
2575
  msgstr ""
2576
 
2577
+ #: ../admin/social_login.php:1117
2578
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2579
  msgstr ""
2580
 
2581
+ #: ../admin/social_login.php:1124
2582
  msgid "Privacy Policy Url"
2583
  msgstr ""
2584
 
2585
+ #: ../admin/social_login.php:1134
2586
  #, fuzzy
2587
  msgid "Url of the privacy policy page of your website"
2588
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2589
 
2590
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2591
  #: ../inc/widget.php:602 ../inc/widget.php:750
2592
  msgid "Select"
2593
  msgstr "Вибір"
2594
 
2595
+ #: ../admin/social_login.php:1216
2596
  msgid "Social Login Shortcode & Widget"
2597
  msgstr "Шорткод і віджет для входу через соцмережі"
2598
 
2599
+ #: ../admin/social_login.php:1217
2600
  msgid "Social Linking Shortcode"
2601
  msgstr "Шорткод соціальних посилань"
2602
 
2603
+ #: ../admin/social_login.php:1232
2604
  #, fuzzy
2605
  msgid "Why is social login not working?"
2606
  msgstr "Чому Facebook Логін не працює?"
2607
 
2608
+ #: ../admin/social_login.php:1233
2609
  msgid ""
2610
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2611
  "belong to the same app"
2612
  msgstr ""
2613
 
2614
+ #: ../admin/social_login.php:1235
2615
  msgid "Social Login not working with Varnish enabled"
2616
  msgstr ""
2617
 
2618
+ #: ../admin/social_login.php:1236
2619
  msgid ""
2620
  "Why the user is not appearing logged in even after Social Login until the "
2621
  "webpage is refreshed manually?"
2856
  msgid "Providers not selected"
2857
  msgstr "Сервіси не вибрані"
2858
 
2859
+ #: ../inc/social_login.php:720
2860
  msgid "Email"
2861
  msgstr "Email"
2862
 
2863
+ #: ../inc/social_login.php:721
2864
  msgid "Confirm email"
2865
  msgstr "Підтвердити e-mail"
2866
 
2867
+ #: ../inc/social_login.php:723
2868
  msgid "Save"
2869
  msgstr "Зберегти"
2870
 
2871
+ #: ../inc/social_login.php:724
2872
  msgid "Cancel"
2873
  msgstr "Скасувати"
2874
 
2875
+ #: ../inc/social_login.php:798
2876
  msgid "Email Verification"
2877
  msgstr "Підтвердження адреси електронної пошти"
2878
 
2879
+ #: ../inc/social_login.php:800
2880
  msgid ""
2881
  "Please click on the following link or paste it in browser to verify your "
2882
  "email"
3155
  msgid "RSS Feed URL:"
3156
  msgstr ""
3157
 
3158
+ #~ msgid ""
3159
+ #~ "Your website visitors will see a popup notification (only once) if their "
3160
+ #~ "browsers block any of the features of the plugin so that they can change "
3161
+ #~ "their browser settings to unblock these. You can turn it OFF by disabling "
3162
+ #~ "\"Show popup notification to users if their browsers block the plugin "
3163
+ #~ "features\" option <a href=\"%s\">here</a>"
3164
+ #~ msgstr ""
3165
+ #~ "Відвідувачі вашого сайту побачать спливаюче повідомлення (тільки один "
3166
+ #~ "раз), якщо їх браузери блокують будь-яку з функцій плагіна, так що вони "
3167
+ #~ "можуть змінити свої настройки браузера, щоб розблокувати функції. Ви "
3168
+ #~ "можете відключити його, відключивши параметр «Показати спливаюче "
3169
+ #~ "повідомлення для користувачів, якщо їх браузери блокують функції плагіна» "
3170
+ #~ "<a href=\"%s\"> тут </a>"
3171
+
3172
  #~ msgid "Enter your LiveJournal username"
3173
  #~ msgstr "Введіть ваше ім'я користувача LiveJournal"
3174
 
3223
  #~ "Необхідно для входу через Twitch. Будь ласка, подивіться документацію <a "
3224
  #~ "href=\"%s\" target=\"_blank\"> тут </a> для отримання Twitch Client ID."
3225
 
 
 
 
 
 
 
 
 
3226
  #, fuzzy
3227
  #~ msgid "Twitch Client Secret"
3228
  #~ msgstr "Twitch Client ID "
3368
 
3369
  #~ msgid "Login"
3370
  #~ msgstr "Логін"
 
 
 
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2020-05-28 09:59+0530\n"
5
- "PO-Revision-Date: 2020-05-28 09:59+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -21,25 +21,25 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: super_socializer.php:339
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
- #: super_socializer.php:343 super_socializer.php:357
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
- #: super_socializer.php:353
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
- #: super_socializer.php:521
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
- #: super_socializer.php:549
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -48,7 +48,7 @@ msgstr ""
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
- #: super_socializer.php:552
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,112 +57,112 @@ msgstr ""
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
- #: super_socializer.php:555
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
- #: super_socializer.php:737 helper.php:972
68
  msgid "Please verify your email address to login."
69
  msgstr "请验证您的电子邮件地址以便登录。"
70
 
71
- #: super_socializer.php:737
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
74
 
75
- #: super_socializer.php:741
76
  msgid "Notification"
77
  msgstr "通知"
78
 
79
- #: super_socializer.php:759 admin/social_login.php:672
80
  msgid "Email required"
81
  msgstr "邮件地址(比选)"
82
 
83
- #: super_socializer.php:762
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "请检查您的电子邮件收件箱以完成注册。"
86
 
87
- #: super_socializer.php:840
88
  msgid "Leave a reply"
89
  msgstr "回复"
90
 
91
- #: super_socializer.php:856 inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr "分享"
94
 
95
- #: super_socializer.php:856 inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr "分享"
98
 
99
- #: super_socializer.php:856
100
  msgid "Link copied."
101
  msgstr "链接已复制。"
102
 
103
- #: super_socializer.php:1102
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer-常规选项"
106
 
107
- #: super_socializer.php:1102 admin/general_options.php:15
108
  #: admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "常规选项"
111
 
112
- #: super_socializer.php:1170 helper.php:894
113
  msgid "Social Avatar"
114
  msgstr "社会化头像"
115
 
116
- #: super_socializer.php:1173
117
  msgid "Small Avatar Url"
118
  msgstr "小头像 Url"
119
 
120
- #: super_socializer.php:1177
121
  msgid "Large Avatar Url"
122
  msgstr "大头像 Url"
123
 
124
- #: super_socializer.php:1181 helper.php:897
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
128
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
129
 
130
- #: super_socializer.php:1185 helper.php:898
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr "更新社会化头像,下次社会化登录"
133
 
134
- #: super_socializer.php:1262
135
  msgid "Login with your Social ID"
136
  msgstr "使用您的社交 ID登录"
137
 
138
- #: super_socializer.php:1263
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "您输入的电子邮件已经注册或无效"
141
 
142
- #: super_socializer.php:1268
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
145
 
146
- #: super_socializer.php:1272 super_socializer.php:1962
147
  msgid "Link your social account to login to your account at this website"
148
  msgstr "链接你的社会化媒体帐户登录您本站账号"
149
 
150
- #: super_socializer.php:1520
151
  msgid "Thanks for installing Super Socializer plugin"
152
  msgstr ""
153
 
154
- #: super_socializer.php:1522
155
  msgid "Configure the Plugin"
156
  msgstr ""
157
 
158
- #: super_socializer.php:1533
159
  #, fuzzy
160
  msgid ""
161
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
162
  "current version of Super Socializer"
163
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
164
 
165
- #: super_socializer.php:1542
166
  #, fuzzy
167
  msgid ""
168
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
@@ -170,14 +170,14 @@ msgid ""
170
  msgstr ""
171
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
172
 
173
- #: super_socializer.php:1551
174
  #, fuzzy
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
179
 
180
- #: super_socializer.php:1560
181
  #, fuzzy
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
@@ -186,7 +186,7 @@ msgstr ""
186
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
187
  "容"
188
 
189
- #: super_socializer.php:1569
190
  #, fuzzy
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
@@ -194,7 +194,7 @@ msgid ""
194
  msgstr ""
195
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
196
 
197
- #: super_socializer.php:1580
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -202,13 +202,13 @@ msgstr ""
202
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
203
  "处 </a>"
204
 
205
- #: super_socializer.php:1595
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
210
 
211
- #: super_socializer.php:1619
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -219,14 +219,14 @@ msgstr ""
219
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
220
  "target = \"_ black\" > </a>"
221
 
222
- #: super_socializer.php:1619 super_socializer.php:1644
223
- #: super_socializer.php:1669 super_socializer.php:1694
224
- #: super_socializer.php:1727 super_socializer.php:1755
225
- #: super_socializer.php:1782 super_socializer.php:1859
226
  msgid "Okay"
227
  msgstr "好的"
228
 
229
- #: super_socializer.php:1644
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -237,7 +237,7 @@ msgstr ""
237
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
238
  "a>"
239
 
240
- #: super_socializer.php:1669
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -248,7 +248,7 @@ msgstr ""
248
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
249
  "black\" > </a>"
250
 
251
- #: super_socializer.php:1694
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -259,13 +259,13 @@ msgstr ""
259
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
260
  "black\" > </a>"
261
 
262
- #: super_socializer.php:1705
263
  #, php-format
264
  msgid ""
265
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
266
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
267
 
268
- #: super_socializer.php:1727
269
  #, php-format
270
  msgid ""
271
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -275,7 +275,7 @@ msgstr ""
275
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
276
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
277
 
278
- #: super_socializer.php:1755
279
  #, php-format
280
  msgid ""
281
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -284,7 +284,7 @@ msgid ""
284
  "your website %s with them. No need to copy-paste any code from their website."
285
  msgstr ""
286
 
287
- #: super_socializer.php:1782
288
  #, php-format
289
  msgid ""
290
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +295,7 @@ msgstr ""
295
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
296
  "\" > </a>"
297
 
298
- #: super_socializer.php:1807
299
  #, fuzzy, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -306,11 +306,11 @@ msgstr ""
306
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
307
  "black\" > </a>"
308
 
309
- #: super_socializer.php:1807 super_socializer.php:1834
310
  msgid "Dismiss"
311
  msgstr ""
312
 
313
- #: super_socializer.php:1833
314
  #, php-format
315
  msgid ""
316
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -319,21 +319,7 @@ msgid ""
319
  "that, clear share counts cache from \"Miscellaneous\" section"
320
  msgstr ""
321
 
322
- #: super_socializer.php:1859
323
- #, php-format
324
- msgid ""
325
- "Your website visitors will see a popup notification (only once) if their "
326
- "browsers block any of the features of the plugin so that they can change "
327
- "their browser settings to unblock these. You can turn it OFF by disabling "
328
- "\"Show popup notification to users if their browsers block the plugin "
329
- "features\" option <a href=\"%s\">here</a>"
330
- msgstr ""
331
- "如果您的网站访问者的浏览器阻止插件的任何功能, 以便他们可以更改浏览器设置以取"
332
- "消阻止这些功能, 则会看到弹出通知 (仅一次)。您可以关闭它通过禁用 \"显示弹出通"
333
- "知给用户, 如果他们的浏览器阻止插件功能\" 选项 < a href = \" %s\" > 在这里 </"
334
- "a>"
335
-
336
- #: super_socializer.php:2038
337
  msgid ""
338
  "Your browser is blocking some features of this website. Please follow the "
339
  "instructions at {support_url} to unblock these."
@@ -377,88 +363,93 @@ msgstr "成功关联帐户"
377
  msgid "Account already exists or linked"
378
  msgstr "帐户已经存在或被链接"
379
 
380
- #: helper.php:623 helper.php:629
 
 
 
 
 
381
  msgid "Currently"
382
  msgstr "目前:"
383
 
384
- #: helper.php:623 helper.php:629
385
  msgid "Connected with"
386
  msgstr "连接与"
387
 
388
- #: helper.php:623 helper.php:629
389
  msgid "Remove"
390
  msgstr "删除"
391
 
392
- #: helper.php:700
393
  msgid "Social Account Linking"
394
  msgstr "社交账户链接"
395
 
396
- #: helper.php:750
397
  msgid "Disable Standard Social Sharing on this "
398
  msgstr "在此禁用社会化共享"
399
 
400
- #: helper.php:755
401
  msgid "Disable Floating Social Sharing on this "
402
  msgstr "在此禁用社交共享的浮动效果"
403
 
404
- #: helper.php:760
405
  msgid "Disable Standard like buttons on this "
406
  msgstr "在此禁用喜欢按钮"
407
 
408
- #: helper.php:765
409
  msgid "Disable Floating like buttons on this "
410
  msgstr "在此禁用喜欢按钮的浮动效果"
411
 
412
- #: helper.php:770
413
  msgid "Disable Social Commenting on this "
414
  msgstr "在此禁用社会化评论"
415
 
416
- #: helper.php:779
417
  msgid "Standard Sharing Interface"
418
  msgstr "标准共享界面"
419
 
420
- #: helper.php:785 helper.php:804
421
  msgid "Starting share count for "
422
  msgstr "开始共享计数"
423
 
424
- #: helper.php:798
425
  msgid "Floating Sharing Interface"
426
  msgstr "浮动共享界面"
427
 
428
- #: helper.php:901
429
  msgid "Small Avatar"
430
  msgstr "小头像"
431
 
432
- #: helper.php:905
433
  msgid "Large Avatar"
434
  msgstr "大头像"
435
 
436
- #: helper.php:909 admin/general_options.php:92 admin/social_sharing.php:1963
437
- #: admin/social_commenting.php:400 admin/social_login.php:1162
438
  #: admin/like_buttons.php:799
439
  msgid "Save Changes"
440
  msgstr "保存更改"
441
 
442
- #: helper.php:1009
443
  msgid "Click to delete social profile data"
444
  msgstr "点击删除社交个人资料数据"
445
 
446
- #: helper.php:1038
447
  msgid "Deleting"
448
  msgstr "删除"
449
 
450
- #: helper.php:1048
451
  msgid "Deleted"
452
  msgstr "已删除"
453
 
454
- #: helper.php:1050
455
  msgid "Something bad happened"
456
  msgstr "发生了一些不好的事情"
457
 
458
  #: admin/general_options.php:7 admin/general_options.php:96
459
  #: admin/social_sharing.php:5 admin/social_sharing.php:1967
460
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
461
- #: admin/social_login.php:5 admin/social_login.php:1166
462
  #: admin/like_buttons.php:6 admin/like_buttons.php:803
463
  #, fuzzy, php-format
464
  msgid ""
@@ -505,13 +496,13 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
505
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
506
 
507
  #: admin/general_options.php:106 admin/social_sharing.php:1973
508
- #: admin/social_commenting.php:410 admin/social_login.php:1172
509
  #: admin/like_buttons.php:809
510
  msgid "Instagram Shoutout"
511
  msgstr ""
512
 
513
  #: admin/general_options.php:108 admin/social_sharing.php:1975
514
- #: admin/social_commenting.php:412 admin/social_login.php:1174
515
  #: admin/like_buttons.php:811
516
  #, fuzzy
517
  msgid ""
@@ -652,7 +643,7 @@ msgstr "第三方集成"
652
 
653
  #: admin/social_sharing.php:67 admin/social_sharing.php:1888
654
  #: admin/social_sharing.php:1890 admin/social_login.php:45
655
- #: admin/social_login.php:1128 admin/like_buttons.php:50
656
  #: admin/like_buttons.php:770
657
  msgid "Shortcode & Widget"
658
  msgstr "简码&小工具"
@@ -663,7 +654,7 @@ msgstr "排错"
663
 
664
  #: admin/social_sharing.php:69 admin/social_sharing.php:1921
665
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
666
- #: admin/social_login.php:46 admin/social_login.php:1142
667
  #: admin/like_buttons.php:51 admin/like_buttons.php:783
668
  msgid "FAQ"
669
  msgstr "常见问题解答"
@@ -889,8 +880,8 @@ msgstr "自定义 URL"
889
  msgid "Url to share"
890
  msgstr "要分享的网址"
891
 
892
- #: admin/social_sharing.php:725 admin/social_login.php:413
893
- #: admin/social_login.php:789 admin/like_buttons.php:105 inc/widget.php:945
894
  msgid "Title"
895
  msgstr "标题"
896
 
@@ -972,7 +963,7 @@ msgid "Placement"
972
  msgstr "放置"
973
 
974
  #: admin/social_sharing.php:957 admin/social_sharing.php:1383
975
- #: admin/social_login.php:730 admin/social_login.php:759
976
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
977
  msgid "Homepage"
978
  msgstr "主页"
@@ -1218,7 +1209,7 @@ msgstr ""
1218
  msgid "Required only to track Facebook share count"
1219
  msgstr ""
1220
 
1221
- #: admin/social_sharing.php:1584 admin/social_login.php:142
1222
  msgid "Facebook App ID"
1223
  msgstr "Facebook 应用 ID"
1224
 
@@ -1231,7 +1222,7 @@ msgstr ""
1231
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1232
  "Facebook的应用程序ID"
1233
 
1234
- #: admin/social_sharing.php:1601 admin/social_login.php:163
1235
  msgid "Facebook App Secret"
1236
  msgstr "FacebookAPP密码"
1237
 
@@ -1413,7 +1404,7 @@ msgstr ""
1413
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1414
 
1415
  #: admin/social_sharing.php:1923 admin/social_commenting.php:386
1416
- #: admin/social_login.php:1144
1417
  msgid ""
1418
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1419
  "an online website for the plugin to function properly."
@@ -1473,7 +1464,7 @@ msgid ""
1473
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1474
 
1475
  #: admin/social_sharing.php:1938 admin/social_commenting.php:389
1476
- #: admin/social_login.php:1151
1477
  msgid "Why is my browser blocking some features of the plugin?"
1478
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1479
 
@@ -1766,11 +1757,11 @@ msgstr "基本配置"
1766
  msgid "Advanced Configuration"
1767
  msgstr "高级配置"
1768
 
1769
- #: admin/social_login.php:41 admin/social_login.php:928
1770
  msgid "GDPR"
1771
  msgstr "GDPR"
1772
 
1773
- #: admin/social_login.php:43 admin/social_login.php:1079
1774
  msgid "XProfile Integration"
1775
  msgstr "xprofile 集成"
1776
 
@@ -1831,11 +1822,19 @@ msgstr "Instagram"
1831
  msgid "Steam"
1832
  msgstr "Steam"
1833
 
 
 
 
 
1834
  #: admin/social_login.php:135
 
 
 
 
1835
  msgid "Select Social ID provider to enable in Social Login"
1836
  msgstr "选择社会化ID提供商以启用社会化登录"
1837
 
1838
- #: admin/social_login.php:152
1839
  #, php-format
1840
  msgid ""
1841
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1844,13 +1843,13 @@ msgstr ""
1844
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1845
  "Facebook的应用程序ID"
1846
 
1847
- #: admin/social_login.php:154 admin/social_login.php:175
1848
  #, fuzzy
1849
  msgid ""
1850
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1851
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1852
 
1853
- #: admin/social_login.php:173
1854
  #, php-format
1855
  msgid ""
1856
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1859,11 +1858,11 @@ msgstr ""
1859
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1860
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1861
 
1862
- #: admin/social_login.php:184
1863
  msgid "Twitter API Key"
1864
  msgstr "Twitter API密钥"
1865
 
1866
- #: admin/social_login.php:194
1867
  #, php-format
1868
  msgid ""
1869
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1872,24 +1871,25 @@ msgstr ""
1872
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1873
  "Twitter的API密钥"
1874
 
1875
- #: admin/social_login.php:196 admin/social_login.php:221
1876
  #, fuzzy
1877
  msgid ""
1878
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1879
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1880
 
1881
- #: admin/social_login.php:200 admin/social_login.php:225
 
1882
  #, fuzzy
1883
  msgid ""
1884
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1885
  "link"
1886
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1887
 
1888
- #: admin/social_login.php:209
1889
  msgid "Twitter API Secret"
1890
  msgstr "Twitter API Secret"
1891
 
1892
- #: admin/social_login.php:219
1893
  #, php-format
1894
  msgid ""
1895
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1898,11 +1898,11 @@ msgstr ""
1898
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1899
  "Twitter的API密钥"
1900
 
1901
- #: admin/social_login.php:234
1902
  msgid "LinkedIn Client ID"
1903
  msgstr ""
1904
 
1905
- #: admin/social_login.php:244
1906
  #, php-format
1907
  msgid ""
1908
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1911,18 +1911,18 @@ msgstr ""
1911
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
1912
  "的文档获取 linkedin 客户端 id"
1913
 
1914
- #: admin/social_login.php:246 admin/social_login.php:267
1915
  #, fuzzy
1916
  msgid ""
1917
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1918
  "the link"
1919
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
1920
 
1921
- #: admin/social_login.php:255
1922
  msgid "LinkedIn Client Secret"
1923
  msgstr ""
1924
 
1925
- #: admin/social_login.php:265
1926
  #, php-format
1927
  msgid ""
1928
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1932,11 +1932,11 @@ msgstr ""
1932
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
1933
  "档进行操作, 以获取 linkedin 客户端机密"
1934
 
1935
- #: admin/social_login.php:276
1936
  msgid "Google Client ID"
1937
  msgstr ""
1938
 
1939
- #: admin/social_login.php:286
1940
  #, fuzzy, php-format
1941
  msgid ""
1942
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1945,18 +1945,18 @@ msgstr ""
1945
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1946
  "接</a>得到GOOGLEPLUS客户端ID"
1947
 
1948
- #: admin/social_login.php:288 admin/social_login.php:309
1949
  #, fuzzy
1950
  msgid ""
1951
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1952
  "mentioned at the link"
1953
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1954
 
1955
- #: admin/social_login.php:297
1956
  msgid "Google Client Secret"
1957
  msgstr ""
1958
 
1959
- #: admin/social_login.php:307
1960
  #, fuzzy, php-format
1961
  msgid ""
1962
  "Required for Google Social Login to work. Please follow the documentation at "
@@ -1965,11 +1965,11 @@ msgstr ""
1965
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
1966
  "链接 </a> 获取 google plus 客户端机密"
1967
 
1968
- #: admin/social_login.php:318
1969
  msgid "Vkontakte Application ID"
1970
  msgstr ""
1971
 
1972
- #: admin/social_login.php:328 admin/social_login.php:349
1973
  #, php-format
1974
  msgid ""
1975
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1979,22 +1979,22 @@ msgstr ""
1979
  "要求Vkontakte社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1980
  "a>得到的Vkontakte应用程序ID"
1981
 
1982
- #: admin/social_login.php:330 admin/social_login.php:351
1983
  #, fuzzy
1984
  msgid ""
1985
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1986
  "link"
1987
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1988
 
1989
- #: admin/social_login.php:339
1990
  msgid "Vkontakte Secure key"
1991
  msgstr ""
1992
 
1993
- #: admin/social_login.php:360
1994
  msgid "Instagram Client ID"
1995
  msgstr ""
1996
 
1997
- #: admin/social_login.php:370
1998
  #, php-format
1999
  msgid ""
2000
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2003,18 +2003,78 @@ msgstr ""
2003
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2004
  "a>得到的Instagram客户端ID"
2005
 
2006
- #: admin/social_login.php:372
2007
  #, fuzzy
2008
  msgid ""
2009
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2010
  "link"
2011
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
2012
 
2013
- #: admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2014
  msgid "Steam API Key"
2015
  msgstr ""
2016
 
2017
- #: admin/social_login.php:391
2018
  #, php-format
2019
  msgid ""
2020
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2022,111 +2082,111 @@ msgid ""
2022
  msgstr ""
2023
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2024
 
2025
- #: admin/social_login.php:392
2026
  msgid "Save following <strong>domain</strong> to get the key"
2027
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2028
 
2029
- #: admin/social_login.php:408
2030
  #, fuzzy
2031
  msgid "Social Login Options"
2032
  msgstr "社交登录选项"
2033
 
2034
- #: admin/social_login.php:423
2035
  msgid "Text to display above the Social Login interface"
2036
  msgstr "文本显示社交登录界面的上方"
2037
 
2038
- #: admin/social_login.php:431
2039
  msgid "Trigger social login in the same browser tab"
2040
  msgstr ""
2041
 
2042
- #: admin/social_login.php:441
2043
  msgid "Trigger social login in the same browser tab instead of a popup window"
2044
  msgstr ""
2045
 
2046
- #: admin/social_login.php:448
2047
  #, fuzzy
2048
  msgid "Center align icons"
2049
  msgstr "重新排列图标"
2050
 
2051
- #: admin/social_login.php:458
2052
  #, fuzzy
2053
  msgid "Center align social login icons"
2054
  msgstr "社交登录选项"
2055
 
2056
- #: admin/social_login.php:465
2057
  msgid "Enable at login page"
2058
  msgstr "在登录页面启用"
2059
 
2060
- #: admin/social_login.php:475
2061
  msgid ""
2062
  "Social Login interface will get enabled at the login page of your website"
2063
  msgstr "社交登录界面会在你的网站的登录页面启用"
2064
 
2065
- #: admin/social_login.php:482
2066
  msgid "Enable at register page"
2067
  msgstr "在注册页面启用"
2068
 
2069
- #: admin/social_login.php:492
2070
  msgid ""
2071
  "Social Login interface will get enabled at the registration page of your "
2072
  "website"
2073
  msgstr "社交登录界面会在你的网站的注册页面启用"
2074
 
2075
- #: admin/social_login.php:499
2076
  msgid "Enable at comment form"
2077
  msgstr "在评论表单启用"
2078
 
2079
- #: admin/social_login.php:509
2080
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2081
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2082
 
2083
- #: admin/social_login.php:523
2084
  msgid "Enable before WooCommerce Customer Login Form"
2085
  msgstr "WooCommerce客户登录表单前启用"
2086
 
2087
- #: admin/social_login.php:533
2088
  msgid ""
2089
  "Social Login Interface will get enabled before the customer login form at "
2090
  "WooCommerce My Account page"
2091
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2092
 
2093
- #: admin/social_login.php:540
2094
  #, fuzzy
2095
  msgid "Enable at WooCommerce Customer Login Form"
2096
  msgstr "在WooCommerce客户登录表单后启用"
2097
 
2098
- #: admin/social_login.php:550
2099
  #, fuzzy
2100
  msgid ""
2101
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2102
  "My Account page"
2103
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2104
 
2105
- #: admin/social_login.php:557
2106
  #, fuzzy
2107
  msgid "Enable at WooCommerce Customer Register Form"
2108
  msgstr "在WooCommerce客户登录表单后启用"
2109
 
2110
- #: admin/social_login.php:567
2111
  #, fuzzy
2112
  msgid ""
2113
  "Integrate Social Login Interface with the customer register form at "
2114
  "WooCommerce My Account page"
2115
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2116
 
2117
- #: admin/social_login.php:574
2118
  msgid "Enable at WooCommerce checkout page"
2119
  msgstr "在WooCommerce “结算”页面启用"
2120
 
2121
- #: admin/social_login.php:584
2122
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2123
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2124
 
2125
- #: admin/social_login.php:594
2126
  msgid "Auto-approve comments made by Social Login users"
2127
  msgstr "自动批准社交登录用户评论"
2128
 
2129
- #: admin/social_login.php:604
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."
@@ -2134,42 +2194,42 @@ msgstr ""
2134
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2135
  "况下立即批准。"
2136
 
2137
- #: admin/social_login.php:605
2138
  msgid "Note: This is not related to Facebook comments"
2139
  msgstr "注:这Facebook的评论无关"
2140
 
2141
- #: admin/social_login.php:614
2142
  msgid "Enable social avatar"
2143
  msgstr "启用社交头像"
2144
 
2145
- #: admin/social_login.php:624
2146
  msgid ""
2147
  "Social profile pictures of the logged in user will be displayed as profile "
2148
  "avatar"
2149
  msgstr "登录用户的社交资料图片将显示为个人头像"
2150
 
2151
- #: admin/social_login.php:633
2152
  msgid "Avatar quality"
2153
  msgstr "头像质量"
2154
 
2155
- #: admin/social_login.php:636
2156
  msgid "Average"
2157
  msgstr "一般"
2158
 
2159
- #: admin/social_login.php:637
2160
  msgid "Best"
2161
  msgstr "最好"
2162
 
2163
- #: admin/social_login.php:644
2164
  msgid "Choose avatar quality"
2165
  msgstr "选择头像质量"
2166
 
2167
- #: admin/social_login.php:652
2168
  msgid ""
2169
  "Show option for users to update social avatar at BuddyPress profile page"
2170
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2171
 
2172
- #: admin/social_login.php:662
2173
  msgid ""
2174
  "If enabled, users would be able to update their social avatar from \"Profile "
2175
  "photo\" section in BuddyPress profile at front-end"
@@ -2177,7 +2237,7 @@ msgstr ""
2177
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2178
  "头像"
2179
 
2180
- #: admin/social_login.php:682
2181
  msgid ""
2182
  "If enabled and Social ID provider does not provide user's email address on "
2183
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2186,11 +2246,11 @@ msgstr ""
2186
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2187
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2188
 
2189
- #: admin/social_login.php:690
2190
  msgid "Send post-registration email to user to set account password"
2191
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2192
 
2193
- #: admin/social_login.php:700
2194
  msgid ""
2195
  "If enabled, an email will be sent to user after registration through Social "
2196
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2199,11 +2259,11 @@ msgstr ""
2199
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2200
  "(用户名,密码,能够通过传统的登录表单登录)"
2201
 
2202
- #: admin/social_login.php:707
2203
  msgid "Send new user registration notification email to admin"
2204
  msgstr "向管理员发送新的用户注册通知电子邮件"
2205
 
2206
- #: admin/social_login.php:717
2207
  msgid ""
2208
  "If enabled, an email will be sent to admin after new user registers through "
2209
  "Social Login, notifying admin about the new user registration"
@@ -2211,59 +2271,59 @@ msgstr ""
2211
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2212
  "关新用户注册的信息"
2213
 
2214
- #: admin/social_login.php:724
2215
  msgid "Login redirection"
2216
  msgstr "登录重定向"
2217
 
2218
- #: admin/social_login.php:728
2219
  msgid "Same page where user logged in"
2220
  msgstr "用户登录同样的页面"
2221
 
2222
- #: admin/social_login.php:732 admin/social_login.php:761
2223
  msgid "Account dashboard"
2224
  msgstr "帐户信息中心"
2225
 
2226
- #: admin/social_login.php:735 admin/social_login.php:764
2227
  msgid "BuddyPress profile page"
2228
  msgstr "BuddyPress 档案"
2229
 
2230
- #: admin/social_login.php:738 admin/social_login.php:767
2231
  msgid "Custom Url"
2232
  msgstr "自定义 URL"
2233
 
2234
- #: admin/social_login.php:746
2235
  msgid "User will be redirected to the selected page after Social Login"
2236
  msgstr "用户社交登录后会被重定向到选择的页面"
2237
 
2238
- #: admin/social_login.php:753
2239
  msgid "Registration redirection"
2240
  msgstr "注册重定向"
2241
 
2242
- #: admin/social_login.php:757
2243
  msgid "Same page from where user registered"
2244
  msgstr "用户注册同样的页面"
2245
 
2246
- #: admin/social_login.php:775
2247
  msgid ""
2248
  "User will be redirected to the selected page after registration (first "
2249
  "Social Login) through Social Login"
2250
  msgstr ""
2251
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2252
 
2253
- #: admin/social_login.php:784
2254
  msgid "Social Account Linking Options"
2255
  msgstr "社交帐户链接选项"
2256
 
2257
- #: admin/social_login.php:799
2258
  msgid "Text to display above the Social Account Linking interface"
2259
  msgstr "要显示在社交帐户链接界面上方的文本"
2260
 
2261
- #: admin/social_login.php:806
2262
  msgid ""
2263
  "Link social account to already existing account, if email address matches"
2264
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2265
 
2266
- #: admin/social_login.php:816
2267
  msgid ""
2268
  "If email address of the user's Social Account matches with an already "
2269
  "existing account at your website, that social account will be linked to "
@@ -2273,45 +2333,45 @@ msgstr ""
2273
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2274
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2275
 
2276
- #: admin/social_login.php:824
2277
  msgid "Enable social account linking at BuddyPress profile page"
2278
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2279
 
2280
- #: admin/social_login.php:834
2281
  msgid ""
2282
  "Enable this option to show social account linking interface at BuddyPress "
2283
  "profile page"
2284
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2285
 
2286
- #: admin/social_login.php:845
2287
  msgid "Email popup options"
2288
  msgstr "电子邮件弹出选项"
2289
 
2290
- #: admin/social_login.php:850
2291
  msgid "Text on 'Email required' popup"
2292
  msgstr "在“电子邮件必填”弹出口显示的文本"
2293
 
2294
- #: admin/social_login.php:860
2295
  msgid ""
2296
  "This text will be displayed on email required popup. Leave empty if not "
2297
  "required."
2298
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2299
 
2300
- #: admin/social_login.php:868
2301
  msgid "Error message for 'Email required' popup"
2302
  msgstr "“电子邮件必填”弹出口的错误信息"
2303
 
2304
- #: admin/social_login.php:878
2305
  msgid ""
2306
  "This message will be displayed to user if it provides invalid or already "
2307
  "registered email"
2308
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2309
 
2310
- #: admin/social_login.php:886
2311
  msgid "Email popup height"
2312
  msgstr "电子邮件弹出口高度"
2313
 
2314
- #: admin/social_login.php:896
2315
  msgid ""
2316
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2317
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2320,11 +2380,11 @@ msgstr ""
2320
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2321
  "的高度。留空为默认。"
2322
 
2323
- #: admin/social_login.php:903
2324
  msgid "Enable email verification"
2325
  msgstr "启用电子邮件验证"
2326
 
2327
- #: admin/social_login.php:913
2328
  msgid ""
2329
  "If enabled, email provided by the user will be verified by sending a "
2330
  "confirmation link to that email. User would not be able to login without "
@@ -2333,105 +2393,105 @@ msgstr ""
2333
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2334
  "录。"
2335
 
2336
- #: admin/social_login.php:933
2337
  msgid "Enable GDPR opt-in"
2338
  msgstr ""
2339
 
2340
- #: admin/social_login.php:943
2341
  msgid ""
2342
  "Enable it to show GDPR opt-in for social login and social account linking"
2343
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2344
 
2345
- #: admin/social_login.php:951
2346
  msgid "Placement of GDPR opt-in"
2347
  msgstr ""
2348
 
2349
- #: admin/social_login.php:955
2350
  #, fuzzy
2351
  msgid "Above Social Login icons"
2352
  msgstr "社交登录选项"
2353
 
2354
- #: admin/social_login.php:957
2355
  #, fuzzy
2356
  msgid "Below Social Login icons"
2357
  msgstr "社交登录选项"
2358
 
2359
- #: admin/social_login.php:963
2360
  #, fuzzy
2361
  msgid "Placement of GDPR opt-in above or below the social login icons"
2362
  msgstr "在社交登录图标上方显示的选择加入的文本"
2363
 
2364
- #: admin/social_login.php:970
2365
  msgid "Opt-in text"
2366
  msgstr ""
2367
 
2368
- #: admin/social_login.php:980
2369
  msgid "Text for the GDPR opt-in"
2370
  msgstr ""
2371
 
2372
- #: admin/social_login.php:987
2373
  #, fuzzy
2374
  msgid "Text to link to Terms-Conditions page"
2375
  msgstr "要链接到隐私政策页面的文本"
2376
 
2377
- #: admin/social_login.php:997
2378
  #, fuzzy
2379
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2380
  msgstr "要链接到隐私策略页的选入文本中的单词"
2381
 
2382
- #: admin/social_login.php:1004
2383
  msgid "Terms-Conditions Url"
2384
  msgstr ""
2385
 
2386
- #: admin/social_login.php:1014
2387
  #, fuzzy
2388
  msgid "Url of the terms-conditions page of your website"
2389
  msgstr "您网站的主页的 Url"
2390
 
2391
- #: admin/social_login.php:1021
2392
  msgid "Text to link to Privacy Policy page"
2393
  msgstr "要链接到隐私政策页面的文本"
2394
 
2395
- #: admin/social_login.php:1031
2396
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2397
  msgstr "要链接到隐私策略页的选入文本中的单词"
2398
 
2399
- #: admin/social_login.php:1038
2400
  msgid "Privacy Policy Url"
2401
  msgstr "隐私政策网址"
2402
 
2403
- #: admin/social_login.php:1048
2404
  msgid "Url of the privacy policy page of your website"
2405
  msgstr "您网站的隐私政策页面的网址"
2406
 
2407
- #: admin/social_login.php:1099 inc/widget.php:260 inc/widget.php:438
2408
  #: inc/widget.php:602 inc/widget.php:750
2409
  msgid "Select"
2410
  msgstr "选择"
2411
 
2412
- #: admin/social_login.php:1130
2413
  msgid "Social Login Shortcode & Widget"
2414
  msgstr ""
2415
 
2416
- #: admin/social_login.php:1131
2417
  msgid "Social Linking Shortcode"
2418
  msgstr "社交链接简码"
2419
 
2420
- #: admin/social_login.php:1146
2421
  msgid "Why is social login not working?"
2422
  msgstr "为什么社交登录不起作用?"
2423
 
2424
- #: admin/social_login.php:1147
2425
  msgid ""
2426
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2427
  "belong to the same app"
2428
  msgstr ""
2429
 
2430
- #: admin/social_login.php:1149
2431
  msgid "Social Login not working with Varnish enabled"
2432
  msgstr ""
2433
 
2434
- #: admin/social_login.php:1150
2435
  msgid ""
2436
  "Why the user is not appearing logged in even after Social Login until the "
2437
  "webpage is refreshed manually?"
@@ -2652,27 +2712,27 @@ msgstr "无效请求。"
2652
  msgid "Providers not selected"
2653
  msgstr "未选定的供应商"
2654
 
2655
- #: inc/social_login.php:698
2656
  msgid "Email"
2657
  msgstr "邮箱"
2658
 
2659
- #: inc/social_login.php:699
2660
  msgid "Confirm email"
2661
  msgstr "确认邮箱"
2662
 
2663
- #: inc/social_login.php:701
2664
  msgid "Save"
2665
  msgstr "保存"
2666
 
2667
- #: inc/social_login.php:702
2668
  msgid "Cancel"
2669
  msgstr "取消"
2670
 
2671
- #: inc/social_login.php:776
2672
  msgid "Email Verification"
2673
  msgstr "电子邮件验证"
2674
 
2675
- #: inc/social_login.php:778
2676
  msgid ""
2677
  "Please click on the following link or paste it in browser to verify your "
2678
  "email"
@@ -2923,6 +2983,18 @@ msgstr "YouTube频道网址:"
2923
  msgid "RSS Feed URL:"
2924
  msgstr "RSS 订阅链接:"
2925
 
 
 
 
 
 
 
 
 
 
 
 
 
2926
  #~ msgid "Enter your LiveJournal username"
2927
  #~ msgstr "输入您的 LiveJournal 用户名"
2928
 
@@ -2991,12 +3063,6 @@ msgstr "RSS 订阅链接:"
2991
  #~ "需要推特社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2992
  #~ "链接 </a> 获取它"
2993
 
2994
- #, fuzzy
2995
- #~ msgid ""
2996
- #~ "Paste following url in <strong>Redirect URI</strong> option mentioned at "
2997
- #~ "the link"
2998
- #~ msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2999
-
3000
  #~ msgid ""
3001
  #~ "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 "
3002
  #~ "%s"
@@ -3145,10 +3211,6 @@ msgstr "RSS 订阅链接:"
3145
  #~ msgid "Select providers"
3146
  #~ msgstr "选择提供商"
3147
 
3148
- #, fuzzy
3149
- #~ msgid "Login with"
3150
- #~ msgstr "登陸選項"
3151
-
3152
  #~ msgid "You are already connected with"
3153
  #~ msgstr "你已经连接"
3154
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2020-06-26 12:28+0530\n"
5
+ "PO-Revision-Date: 2020-06-26 12:28+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: super_socializer.php:475
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
+ #: super_socializer.php:479 super_socializer.php:493
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
+ #: super_socializer.php:489
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
+ #: super_socializer.php:663
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
+ #: super_socializer.php:691
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
+ #: super_socializer.php:694
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
+ #: super_socializer.php:697
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
+ #: super_socializer.php:879 helper.php:968
68
  msgid "Please verify your email address to login."
69
  msgstr "请验证您的电子邮件地址以便登录。"
70
 
71
+ #: super_socializer.php:879
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
74
 
75
+ #: super_socializer.php:883
76
  msgid "Notification"
77
  msgstr "通知"
78
 
79
+ #: super_socializer.php:901 admin/social_login.php:758
80
  msgid "Email required"
81
  msgstr "邮件地址(比选)"
82
 
83
+ #: super_socializer.php:904
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "请检查您的电子邮件收件箱以完成注册。"
86
 
87
+ #: super_socializer.php:982
88
  msgid "Leave a reply"
89
  msgstr "回复"
90
 
91
+ #: super_socializer.php:998 inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr "分享"
94
 
95
+ #: super_socializer.php:998 inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr "分享"
98
 
99
+ #: super_socializer.php:998
100
  msgid "Link copied."
101
  msgstr "链接已复制。"
102
 
103
+ #: super_socializer.php:1244
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer-常规选项"
106
 
107
+ #: super_socializer.php:1244 admin/general_options.php:15
108
  #: admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "常规选项"
111
 
112
+ #: super_socializer.php:1312 helper.php:890
113
  msgid "Social Avatar"
114
  msgstr "社会化头像"
115
 
116
+ #: super_socializer.php:1315
117
  msgid "Small Avatar Url"
118
  msgstr "小头像 Url"
119
 
120
+ #: super_socializer.php:1319
121
  msgid "Large Avatar Url"
122
  msgstr "大头像 Url"
123
 
124
+ #: super_socializer.php:1323 helper.php:893
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
128
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
129
 
130
+ #: super_socializer.php:1327 helper.php:894
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr "更新社会化头像,下次社会化登录"
133
 
134
+ #: super_socializer.php:1404
135
  msgid "Login with your Social ID"
136
  msgstr "使用您的社交 ID登录"
137
 
138
+ #: super_socializer.php:1405
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "您输入的电子邮件已经注册或无效"
141
 
142
+ #: super_socializer.php:1410
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
145
 
146
+ #: super_socializer.php:1414 super_socializer.php:2072
147
  msgid "Link your social account to login to your account at this website"
148
  msgstr "链接你的社会化媒体帐户登录您本站账号"
149
 
150
+ #: super_socializer.php:1653
151
  msgid "Thanks for installing Super Socializer plugin"
152
  msgstr ""
153
 
154
+ #: super_socializer.php:1655
155
  msgid "Configure the Plugin"
156
  msgstr ""
157
 
158
+ #: super_socializer.php:1666
159
  #, fuzzy
160
  msgid ""
161
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
162
  "current version of Super Socializer"
163
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
164
 
165
+ #: super_socializer.php:1675
166
  #, fuzzy
167
  msgid ""
168
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
170
  msgstr ""
171
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
172
 
173
+ #: super_socializer.php:1684
174
  #, fuzzy
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
179
 
180
+ #: super_socializer.php:1693
181
  #, fuzzy
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
186
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
187
  "容"
188
 
189
+ #: super_socializer.php:1702
190
  #, fuzzy
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  msgstr ""
195
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
196
 
197
+ #: super_socializer.php:1713
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
203
  "处 </a>"
204
 
205
+ #: super_socializer.php:1728
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
210
 
211
+ #: super_socializer.php:1752
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
219
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
220
  "target = \"_ black\" > </a>"
221
 
222
+ #: super_socializer.php:1752 super_socializer.php:1777
223
+ #: super_socializer.php:1802 super_socializer.php:1827
224
+ #: super_socializer.php:1860 super_socializer.php:1888
225
+ #: super_socializer.php:1915
226
  msgid "Okay"
227
  msgstr "好的"
228
 
229
+ #: super_socializer.php:1777
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
237
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
238
  "a>"
239
 
240
+ #: super_socializer.php:1802
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
248
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
249
  "black\" > </a>"
250
 
251
+ #: super_socializer.php:1827
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
259
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
260
  "black\" > </a>"
261
 
262
+ #: super_socializer.php:1838
263
  #, php-format
264
  msgid ""
265
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
266
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
267
 
268
+ #: super_socializer.php:1860
269
  #, php-format
270
  msgid ""
271
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
275
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
276
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
277
 
278
+ #: super_socializer.php:1888
279
  #, php-format
280
  msgid ""
281
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
284
  "your website %s with them. No need to copy-paste any code from their website."
285
  msgstr ""
286
 
287
+ #: super_socializer.php:1915
288
  #, php-format
289
  msgid ""
290
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
295
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
296
  "\" > </a>"
297
 
298
+ #: super_socializer.php:1940
299
  #, fuzzy, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
306
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
307
  "black\" > </a>"
308
 
309
+ #: super_socializer.php:1940 super_socializer.php:1967
310
  msgid "Dismiss"
311
  msgstr ""
312
 
313
+ #: super_socializer.php:1966
314
  #, php-format
315
  msgid ""
316
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
319
  "that, clear share counts cache from \"Miscellaneous\" section"
320
  msgstr ""
321
 
322
+ #: super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  msgid ""
324
  "Your browser is blocking some features of this website. Please follow the "
325
  "instructions at {support_url} to unblock these."
363
  msgid "Account already exists or linked"
364
  msgstr "帐户已经存在或被链接"
365
 
366
+ #: helper.php:582 helper.php:584
367
+ #, fuzzy
368
+ msgid "Login with"
369
+ msgstr "登陸選項"
370
+
371
+ #: helper.php:619 helper.php:625
372
  msgid "Currently"
373
  msgstr "目前:"
374
 
375
+ #: helper.php:619 helper.php:625
376
  msgid "Connected with"
377
  msgstr "连接与"
378
 
379
+ #: helper.php:619 helper.php:625
380
  msgid "Remove"
381
  msgstr "删除"
382
 
383
+ #: helper.php:696
384
  msgid "Social Account Linking"
385
  msgstr "社交账户链接"
386
 
387
+ #: helper.php:746
388
  msgid "Disable Standard Social Sharing on this "
389
  msgstr "在此禁用社会化共享"
390
 
391
+ #: helper.php:751
392
  msgid "Disable Floating Social Sharing on this "
393
  msgstr "在此禁用社交共享的浮动效果"
394
 
395
+ #: helper.php:756
396
  msgid "Disable Standard like buttons on this "
397
  msgstr "在此禁用喜欢按钮"
398
 
399
+ #: helper.php:761
400
  msgid "Disable Floating like buttons on this "
401
  msgstr "在此禁用喜欢按钮的浮动效果"
402
 
403
+ #: helper.php:766
404
  msgid "Disable Social Commenting on this "
405
  msgstr "在此禁用社会化评论"
406
 
407
+ #: helper.php:775
408
  msgid "Standard Sharing Interface"
409
  msgstr "标准共享界面"
410
 
411
+ #: helper.php:781 helper.php:800
412
  msgid "Starting share count for "
413
  msgstr "开始共享计数"
414
 
415
+ #: helper.php:794
416
  msgid "Floating Sharing Interface"
417
  msgstr "浮动共享界面"
418
 
419
+ #: helper.php:897
420
  msgid "Small Avatar"
421
  msgstr "小头像"
422
 
423
+ #: helper.php:901
424
  msgid "Large Avatar"
425
  msgstr "大头像"
426
 
427
+ #: helper.php:905 admin/general_options.php:92 admin/social_sharing.php:1963
428
+ #: admin/social_commenting.php:400 admin/social_login.php:1248
429
  #: admin/like_buttons.php:799
430
  msgid "Save Changes"
431
  msgstr "保存更改"
432
 
433
+ #: helper.php:1005
434
  msgid "Click to delete social profile data"
435
  msgstr "点击删除社交个人资料数据"
436
 
437
+ #: helper.php:1034
438
  msgid "Deleting"
439
  msgstr "删除"
440
 
441
+ #: helper.php:1044
442
  msgid "Deleted"
443
  msgstr "已删除"
444
 
445
+ #: helper.php:1046
446
  msgid "Something bad happened"
447
  msgstr "发生了一些不好的事情"
448
 
449
  #: admin/general_options.php:7 admin/general_options.php:96
450
  #: admin/social_sharing.php:5 admin/social_sharing.php:1967
451
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
452
+ #: admin/social_login.php:5 admin/social_login.php:1252
453
  #: admin/like_buttons.php:6 admin/like_buttons.php:803
454
  #, fuzzy, php-format
455
  msgid ""
496
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
497
 
498
  #: admin/general_options.php:106 admin/social_sharing.php:1973
499
+ #: admin/social_commenting.php:410 admin/social_login.php:1258
500
  #: admin/like_buttons.php:809
501
  msgid "Instagram Shoutout"
502
  msgstr ""
503
 
504
  #: admin/general_options.php:108 admin/social_sharing.php:1975
505
+ #: admin/social_commenting.php:412 admin/social_login.php:1260
506
  #: admin/like_buttons.php:811
507
  #, fuzzy
508
  msgid ""
643
 
644
  #: admin/social_sharing.php:67 admin/social_sharing.php:1888
645
  #: admin/social_sharing.php:1890 admin/social_login.php:45
646
+ #: admin/social_login.php:1214 admin/like_buttons.php:50
647
  #: admin/like_buttons.php:770
648
  msgid "Shortcode & Widget"
649
  msgstr "简码&小工具"
654
 
655
  #: admin/social_sharing.php:69 admin/social_sharing.php:1921
656
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
657
+ #: admin/social_login.php:46 admin/social_login.php:1228
658
  #: admin/like_buttons.php:51 admin/like_buttons.php:783
659
  msgid "FAQ"
660
  msgstr "常见问题解答"
880
  msgid "Url to share"
881
  msgstr "要分享的网址"
882
 
883
+ #: admin/social_sharing.php:725 admin/social_login.php:499
884
+ #: admin/social_login.php:875 admin/like_buttons.php:105 inc/widget.php:945
885
  msgid "Title"
886
  msgstr "标题"
887
 
963
  msgstr "放置"
964
 
965
  #: admin/social_sharing.php:957 admin/social_sharing.php:1383
966
+ #: admin/social_login.php:816 admin/social_login.php:845
967
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
968
  msgid "Homepage"
969
  msgstr "主页"
1209
  msgid "Required only to track Facebook share count"
1210
  msgstr ""
1211
 
1212
+ #: admin/social_sharing.php:1584 admin/social_login.php:150
1213
  msgid "Facebook App ID"
1214
  msgstr "Facebook 应用 ID"
1215
 
1222
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1223
  "Facebook的应用程序ID"
1224
 
1225
+ #: admin/social_sharing.php:1601 admin/social_login.php:171
1226
  msgid "Facebook App Secret"
1227
  msgstr "FacebookAPP密码"
1228
 
1404
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1405
 
1406
  #: admin/social_sharing.php:1923 admin/social_commenting.php:386
1407
+ #: admin/social_login.php:1230
1408
  msgid ""
1409
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1410
  "an online website for the plugin to function properly."
1464
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1465
 
1466
  #: admin/social_sharing.php:1938 admin/social_commenting.php:389
1467
+ #: admin/social_login.php:1237
1468
  msgid "Why is my browser blocking some features of the plugin?"
1469
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1470
 
1757
  msgid "Advanced Configuration"
1758
  msgstr "高级配置"
1759
 
1760
+ #: admin/social_login.php:41 admin/social_login.php:1014
1761
  msgid "GDPR"
1762
  msgstr "GDPR"
1763
 
1764
+ #: admin/social_login.php:43 admin/social_login.php:1165
1765
  msgid "XProfile Integration"
1766
  msgstr "xprofile 集成"
1767
 
1822
  msgid "Steam"
1823
  msgstr "Steam"
1824
 
1825
+ #: admin/social_login.php:131
1826
+ msgid "Line"
1827
+ msgstr ""
1828
+
1829
  #: admin/social_login.php:135
1830
+ msgid "Windows Live"
1831
+ msgstr ""
1832
+
1833
+ #: admin/social_login.php:143
1834
  msgid "Select Social ID provider to enable in Social Login"
1835
  msgstr "选择社会化ID提供商以启用社会化登录"
1836
 
1837
+ #: admin/social_login.php:160
1838
  #, php-format
1839
  msgid ""
1840
  "Required for Facebook Social Login to work. Please follow the documentation "
1843
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1844
  "Facebook的应用程序ID"
1845
 
1846
+ #: admin/social_login.php:162 admin/social_login.php:183
1847
  #, fuzzy
1848
  msgid ""
1849
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1850
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1851
 
1852
+ #: admin/social_login.php:181
1853
  #, php-format
1854
  msgid ""
1855
  "Required for Facebook Social Login to work. Please follow the documentation "
1858
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1859
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1860
 
1861
+ #: admin/social_login.php:192
1862
  msgid "Twitter API Key"
1863
  msgstr "Twitter API密钥"
1864
 
1865
+ #: admin/social_login.php:202
1866
  #, php-format
1867
  msgid ""
1868
  "Required for Twitter Social Login to work. Please follow the documentation "
1871
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1872
  "Twitter的API密钥"
1873
 
1874
+ #: admin/social_login.php:204 admin/social_login.php:229
1875
  #, fuzzy
1876
  msgid ""
1877
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1878
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1879
 
1880
+ #: admin/social_login.php:208 admin/social_login.php:233
1881
+ #: admin/social_login.php:400 admin/social_login.php:420
1882
  #, fuzzy
1883
  msgid ""
1884
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1885
  "link"
1886
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1887
 
1888
+ #: admin/social_login.php:217
1889
  msgid "Twitter API Secret"
1890
  msgstr "Twitter API Secret"
1891
 
1892
+ #: admin/social_login.php:227
1893
  #, php-format
1894
  msgid ""
1895
  "Required for Twitter Social Login to work. Please follow the documentation "
1898
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1899
  "Twitter的API密钥"
1900
 
1901
+ #: admin/social_login.php:242
1902
  msgid "LinkedIn Client ID"
1903
  msgstr ""
1904
 
1905
+ #: admin/social_login.php:252
1906
  #, php-format
1907
  msgid ""
1908
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1911
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
1912
  "的文档获取 linkedin 客户端 id"
1913
 
1914
+ #: admin/social_login.php:254 admin/social_login.php:275
1915
  #, fuzzy
1916
  msgid ""
1917
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1918
  "the link"
1919
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
1920
 
1921
+ #: admin/social_login.php:263
1922
  msgid "LinkedIn Client Secret"
1923
  msgstr ""
1924
 
1925
+ #: admin/social_login.php:273
1926
  #, php-format
1927
  msgid ""
1928
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1932
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
1933
  "档进行操作, 以获取 linkedin 客户端机密"
1934
 
1935
+ #: admin/social_login.php:284
1936
  msgid "Google Client ID"
1937
  msgstr ""
1938
 
1939
+ #: admin/social_login.php:294
1940
  #, fuzzy, php-format
1941
  msgid ""
1942
  "Required for Google Social Login to work. Please follow the documentation at "
1945
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1946
  "接</a>得到GOOGLEPLUS客户端ID"
1947
 
1948
+ #: admin/social_login.php:296 admin/social_login.php:317
1949
  #, fuzzy
1950
  msgid ""
1951
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1952
  "mentioned at the link"
1953
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1954
 
1955
+ #: admin/social_login.php:305
1956
  msgid "Google Client Secret"
1957
  msgstr ""
1958
 
1959
+ #: admin/social_login.php:315
1960
  #, fuzzy, php-format
1961
  msgid ""
1962
  "Required for Google Social Login to work. Please follow the documentation at "
1965
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
1966
  "链接 </a> 获取 google plus 客户端机密"
1967
 
1968
+ #: admin/social_login.php:326
1969
  msgid "Vkontakte Application ID"
1970
  msgstr ""
1971
 
1972
+ #: admin/social_login.php:336 admin/social_login.php:357
1973
  #, php-format
1974
  msgid ""
1975
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1979
  "要求Vkontakte社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1980
  "a>得到的Vkontakte应用程序ID"
1981
 
1982
+ #: admin/social_login.php:338 admin/social_login.php:359
1983
  #, fuzzy
1984
  msgid ""
1985
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1986
  "link"
1987
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1988
 
1989
+ #: admin/social_login.php:347
1990
  msgid "Vkontakte Secure key"
1991
  msgstr ""
1992
 
1993
+ #: admin/social_login.php:368
1994
  msgid "Instagram Client ID"
1995
  msgstr ""
1996
 
1997
+ #: admin/social_login.php:378
1998
  #, php-format
1999
  msgid ""
2000
  "Required for Instagram Social Login to work. Please follow the documentation "
2003
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2004
  "a>得到的Instagram客户端ID"
2005
 
2006
+ #: admin/social_login.php:380
2007
  #, fuzzy
2008
  msgid ""
2009
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
2010
  "link"
2011
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
2012
 
2013
+ #: admin/social_login.php:389
2014
+ msgid "Line Channel ID"
2015
+ msgstr ""
2016
+
2017
+ #: admin/social_login.php:398
2018
+ #, fuzzy, php-format
2019
+ msgid ""
2020
+ "Required for Line Social Login to work. Please follow the documentation at "
2021
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
2022
+ msgstr ""
2023
+ "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
2024
+ "的文档获取 linkedin 客户端 id"
2025
+
2026
+ #: admin/social_login.php:409
2027
+ msgid "Line Channel Secret"
2028
+ msgstr ""
2029
+
2030
+ #: admin/social_login.php:418
2031
+ #, fuzzy, php-format
2032
+ msgid ""
2033
+ "Required for Line Social Login to work. Please follow the documentation at "
2034
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
2035
+ msgstr ""
2036
+ "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
2037
+ "档进行操作, 以获取 linkedin 客户端机密"
2038
+
2039
+ #: admin/social_login.php:429
2040
+ msgid "Microsoft Client ID"
2041
+ msgstr ""
2042
+
2043
+ #: admin/social_login.php:438
2044
+ #, fuzzy, php-format
2045
+ msgid ""
2046
+ "Required for Live Social Login to work. Please follow the documentation at "
2047
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
2048
+ msgstr ""
2049
+ "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2050
+ "接</a>得到GOOGLEPLUS客户端ID"
2051
+
2052
+ #: admin/social_login.php:440 admin/social_login.php:460
2053
+ #, fuzzy
2054
+ msgid ""
2055
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2056
+ "the link"
2057
+ msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2058
+
2059
+ #: admin/social_login.php:449
2060
+ msgid "Microsoft Client Secret"
2061
+ msgstr ""
2062
+
2063
+ #: admin/social_login.php:458
2064
+ #, fuzzy, php-format
2065
+ msgid ""
2066
+ "Required for Live Social Login to work. Please follow the documentation at "
2067
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
2068
+ "Secret key"
2069
+ msgstr ""
2070
+ "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2071
+ "链接 </a> 获取 google plus 客户端机密"
2072
+
2073
+ #: admin/social_login.php:468
2074
  msgid "Steam API Key"
2075
  msgstr ""
2076
 
2077
+ #: admin/social_login.php:477
2078
  #, php-format
2079
  msgid ""
2080
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2082
  msgstr ""
2083
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2084
 
2085
+ #: admin/social_login.php:478
2086
  msgid "Save following <strong>domain</strong> to get the key"
2087
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2088
 
2089
+ #: admin/social_login.php:494
2090
  #, fuzzy
2091
  msgid "Social Login Options"
2092
  msgstr "社交登录选项"
2093
 
2094
+ #: admin/social_login.php:509
2095
  msgid "Text to display above the Social Login interface"
2096
  msgstr "文本显示社交登录界面的上方"
2097
 
2098
+ #: admin/social_login.php:517
2099
  msgid "Trigger social login in the same browser tab"
2100
  msgstr ""
2101
 
2102
+ #: admin/social_login.php:527
2103
  msgid "Trigger social login in the same browser tab instead of a popup window"
2104
  msgstr ""
2105
 
2106
+ #: admin/social_login.php:534
2107
  #, fuzzy
2108
  msgid "Center align icons"
2109
  msgstr "重新排列图标"
2110
 
2111
+ #: admin/social_login.php:544
2112
  #, fuzzy
2113
  msgid "Center align social login icons"
2114
  msgstr "社交登录选项"
2115
 
2116
+ #: admin/social_login.php:551
2117
  msgid "Enable at login page"
2118
  msgstr "在登录页面启用"
2119
 
2120
+ #: admin/social_login.php:561
2121
  msgid ""
2122
  "Social Login interface will get enabled at the login page of your website"
2123
  msgstr "社交登录界面会在你的网站的登录页面启用"
2124
 
2125
+ #: admin/social_login.php:568
2126
  msgid "Enable at register page"
2127
  msgstr "在注册页面启用"
2128
 
2129
+ #: admin/social_login.php:578
2130
  msgid ""
2131
  "Social Login interface will get enabled at the registration page of your "
2132
  "website"
2133
  msgstr "社交登录界面会在你的网站的注册页面启用"
2134
 
2135
+ #: admin/social_login.php:585
2136
  msgid "Enable at comment form"
2137
  msgstr "在评论表单启用"
2138
 
2139
+ #: admin/social_login.php:595
2140
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2141
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2142
 
2143
+ #: admin/social_login.php:609
2144
  msgid "Enable before WooCommerce Customer Login Form"
2145
  msgstr "WooCommerce客户登录表单前启用"
2146
 
2147
+ #: admin/social_login.php:619
2148
  msgid ""
2149
  "Social Login Interface will get enabled before the customer login form at "
2150
  "WooCommerce My Account page"
2151
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2152
 
2153
+ #: admin/social_login.php:626
2154
  #, fuzzy
2155
  msgid "Enable at WooCommerce Customer Login Form"
2156
  msgstr "在WooCommerce客户登录表单后启用"
2157
 
2158
+ #: admin/social_login.php:636
2159
  #, fuzzy
2160
  msgid ""
2161
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2162
  "My Account page"
2163
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2164
 
2165
+ #: admin/social_login.php:643
2166
  #, fuzzy
2167
  msgid "Enable at WooCommerce Customer Register Form"
2168
  msgstr "在WooCommerce客户登录表单后启用"
2169
 
2170
+ #: admin/social_login.php:653
2171
  #, fuzzy
2172
  msgid ""
2173
  "Integrate Social Login Interface with the customer register form at "
2174
  "WooCommerce My Account page"
2175
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2176
 
2177
+ #: admin/social_login.php:660
2178
  msgid "Enable at WooCommerce checkout page"
2179
  msgstr "在WooCommerce “结算”页面启用"
2180
 
2181
+ #: admin/social_login.php:670
2182
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2183
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2184
 
2185
+ #: admin/social_login.php:680
2186
  msgid "Auto-approve comments made by Social Login users"
2187
  msgstr "自动批准社交登录用户评论"
2188
 
2189
+ #: admin/social_login.php:690
2190
  msgid ""
2191
  "If this option is enabled, and WordPress comment is made by Social Login "
2192
  "user, comment will get approved immediately without keeping in moderation."
2194
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2195
  "况下立即批准。"
2196
 
2197
+ #: admin/social_login.php:691
2198
  msgid "Note: This is not related to Facebook comments"
2199
  msgstr "注:这Facebook的评论无关"
2200
 
2201
+ #: admin/social_login.php:700
2202
  msgid "Enable social avatar"
2203
  msgstr "启用社交头像"
2204
 
2205
+ #: admin/social_login.php:710
2206
  msgid ""
2207
  "Social profile pictures of the logged in user will be displayed as profile "
2208
  "avatar"
2209
  msgstr "登录用户的社交资料图片将显示为个人头像"
2210
 
2211
+ #: admin/social_login.php:719
2212
  msgid "Avatar quality"
2213
  msgstr "头像质量"
2214
 
2215
+ #: admin/social_login.php:722
2216
  msgid "Average"
2217
  msgstr "一般"
2218
 
2219
+ #: admin/social_login.php:723
2220
  msgid "Best"
2221
  msgstr "最好"
2222
 
2223
+ #: admin/social_login.php:730
2224
  msgid "Choose avatar quality"
2225
  msgstr "选择头像质量"
2226
 
2227
+ #: admin/social_login.php:738
2228
  msgid ""
2229
  "Show option for users to update social avatar at BuddyPress profile page"
2230
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2231
 
2232
+ #: admin/social_login.php:748
2233
  msgid ""
2234
  "If enabled, users would be able to update their social avatar from \"Profile "
2235
  "photo\" section in BuddyPress profile at front-end"
2237
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2238
  "头像"
2239
 
2240
+ #: admin/social_login.php:768
2241
  msgid ""
2242
  "If enabled and Social ID provider does not provide user's email address on "
2243
  "login, user will be asked to provide his/her email address. Otherwise, a "
2246
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2247
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2248
 
2249
+ #: admin/social_login.php:776
2250
  msgid "Send post-registration email to user to set account password"
2251
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2252
 
2253
+ #: admin/social_login.php:786
2254
  msgid ""
2255
  "If enabled, an email will be sent to user after registration through Social "
2256
  "Login, regarding his/her login credentials (username-password to be able to "
2259
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2260
  "(用户名,密码,能够通过传统的登录表单登录)"
2261
 
2262
+ #: admin/social_login.php:793
2263
  msgid "Send new user registration notification email to admin"
2264
  msgstr "向管理员发送新的用户注册通知电子邮件"
2265
 
2266
+ #: admin/social_login.php:803
2267
  msgid ""
2268
  "If enabled, an email will be sent to admin after new user registers through "
2269
  "Social Login, notifying admin about the new user registration"
2271
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2272
  "关新用户注册的信息"
2273
 
2274
+ #: admin/social_login.php:810
2275
  msgid "Login redirection"
2276
  msgstr "登录重定向"
2277
 
2278
+ #: admin/social_login.php:814
2279
  msgid "Same page where user logged in"
2280
  msgstr "用户登录同样的页面"
2281
 
2282
+ #: admin/social_login.php:818 admin/social_login.php:847
2283
  msgid "Account dashboard"
2284
  msgstr "帐户信息中心"
2285
 
2286
+ #: admin/social_login.php:821 admin/social_login.php:850
2287
  msgid "BuddyPress profile page"
2288
  msgstr "BuddyPress 档案"
2289
 
2290
+ #: admin/social_login.php:824 admin/social_login.php:853
2291
  msgid "Custom Url"
2292
  msgstr "自定义 URL"
2293
 
2294
+ #: admin/social_login.php:832
2295
  msgid "User will be redirected to the selected page after Social Login"
2296
  msgstr "用户社交登录后会被重定向到选择的页面"
2297
 
2298
+ #: admin/social_login.php:839
2299
  msgid "Registration redirection"
2300
  msgstr "注册重定向"
2301
 
2302
+ #: admin/social_login.php:843
2303
  msgid "Same page from where user registered"
2304
  msgstr "用户注册同样的页面"
2305
 
2306
+ #: admin/social_login.php:861
2307
  msgid ""
2308
  "User will be redirected to the selected page after registration (first "
2309
  "Social Login) through Social Login"
2310
  msgstr ""
2311
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2312
 
2313
+ #: admin/social_login.php:870
2314
  msgid "Social Account Linking Options"
2315
  msgstr "社交帐户链接选项"
2316
 
2317
+ #: admin/social_login.php:885
2318
  msgid "Text to display above the Social Account Linking interface"
2319
  msgstr "要显示在社交帐户链接界面上方的文本"
2320
 
2321
+ #: admin/social_login.php:892
2322
  msgid ""
2323
  "Link social account to already existing account, if email address matches"
2324
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2325
 
2326
+ #: admin/social_login.php:902
2327
  msgid ""
2328
  "If email address of the user's Social Account matches with an already "
2329
  "existing account at your website, that social account will be linked to "
2333
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2334
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2335
 
2336
+ #: admin/social_login.php:910
2337
  msgid "Enable social account linking at BuddyPress profile page"
2338
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2339
 
2340
+ #: admin/social_login.php:920
2341
  msgid ""
2342
  "Enable this option to show social account linking interface at BuddyPress "
2343
  "profile page"
2344
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2345
 
2346
+ #: admin/social_login.php:931
2347
  msgid "Email popup options"
2348
  msgstr "电子邮件弹出选项"
2349
 
2350
+ #: admin/social_login.php:936
2351
  msgid "Text on 'Email required' popup"
2352
  msgstr "在“电子邮件必填”弹出口显示的文本"
2353
 
2354
+ #: admin/social_login.php:946
2355
  msgid ""
2356
  "This text will be displayed on email required popup. Leave empty if not "
2357
  "required."
2358
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2359
 
2360
+ #: admin/social_login.php:954
2361
  msgid "Error message for 'Email required' popup"
2362
  msgstr "“电子邮件必填”弹出口的错误信息"
2363
 
2364
+ #: admin/social_login.php:964
2365
  msgid ""
2366
  "This message will be displayed to user if it provides invalid or already "
2367
  "registered email"
2368
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2369
 
2370
+ #: admin/social_login.php:972
2371
  msgid "Email popup height"
2372
  msgstr "电子邮件弹出口高度"
2373
 
2374
+ #: admin/social_login.php:982
2375
  msgid ""
2376
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2377
  "can increase the height of popup by specifying in this option. Leave empty "
2380
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2381
  "的高度。留空为默认。"
2382
 
2383
+ #: admin/social_login.php:989
2384
  msgid "Enable email verification"
2385
  msgstr "启用电子邮件验证"
2386
 
2387
+ #: admin/social_login.php:999
2388
  msgid ""
2389
  "If enabled, email provided by the user will be verified by sending a "
2390
  "confirmation link to that email. User would not be able to login without "
2393
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2394
  "录。"
2395
 
2396
+ #: admin/social_login.php:1019
2397
  msgid "Enable GDPR opt-in"
2398
  msgstr ""
2399
 
2400
+ #: admin/social_login.php:1029
2401
  msgid ""
2402
  "Enable it to show GDPR opt-in for social login and social account linking"
2403
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2404
 
2405
+ #: admin/social_login.php:1037
2406
  msgid "Placement of GDPR opt-in"
2407
  msgstr ""
2408
 
2409
+ #: admin/social_login.php:1041
2410
  #, fuzzy
2411
  msgid "Above Social Login icons"
2412
  msgstr "社交登录选项"
2413
 
2414
+ #: admin/social_login.php:1043
2415
  #, fuzzy
2416
  msgid "Below Social Login icons"
2417
  msgstr "社交登录选项"
2418
 
2419
+ #: admin/social_login.php:1049
2420
  #, fuzzy
2421
  msgid "Placement of GDPR opt-in above or below the social login icons"
2422
  msgstr "在社交登录图标上方显示的选择加入的文本"
2423
 
2424
+ #: admin/social_login.php:1056
2425
  msgid "Opt-in text"
2426
  msgstr ""
2427
 
2428
+ #: admin/social_login.php:1066
2429
  msgid "Text for the GDPR opt-in"
2430
  msgstr ""
2431
 
2432
+ #: admin/social_login.php:1073
2433
  #, fuzzy
2434
  msgid "Text to link to Terms-Conditions page"
2435
  msgstr "要链接到隐私政策页面的文本"
2436
 
2437
+ #: admin/social_login.php:1083
2438
  #, fuzzy
2439
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2440
  msgstr "要链接到隐私策略页的选入文本中的单词"
2441
 
2442
+ #: admin/social_login.php:1090
2443
  msgid "Terms-Conditions Url"
2444
  msgstr ""
2445
 
2446
+ #: admin/social_login.php:1100
2447
  #, fuzzy
2448
  msgid "Url of the terms-conditions page of your website"
2449
  msgstr "您网站的主页的 Url"
2450
 
2451
+ #: admin/social_login.php:1107
2452
  msgid "Text to link to Privacy Policy page"
2453
  msgstr "要链接到隐私政策页面的文本"
2454
 
2455
+ #: admin/social_login.php:1117
2456
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2457
  msgstr "要链接到隐私策略页的选入文本中的单词"
2458
 
2459
+ #: admin/social_login.php:1124
2460
  msgid "Privacy Policy Url"
2461
  msgstr "隐私政策网址"
2462
 
2463
+ #: admin/social_login.php:1134
2464
  msgid "Url of the privacy policy page of your website"
2465
  msgstr "您网站的隐私政策页面的网址"
2466
 
2467
+ #: admin/social_login.php:1185 inc/widget.php:260 inc/widget.php:438
2468
  #: inc/widget.php:602 inc/widget.php:750
2469
  msgid "Select"
2470
  msgstr "选择"
2471
 
2472
+ #: admin/social_login.php:1216
2473
  msgid "Social Login Shortcode & Widget"
2474
  msgstr ""
2475
 
2476
+ #: admin/social_login.php:1217
2477
  msgid "Social Linking Shortcode"
2478
  msgstr "社交链接简码"
2479
 
2480
+ #: admin/social_login.php:1232
2481
  msgid "Why is social login not working?"
2482
  msgstr "为什么社交登录不起作用?"
2483
 
2484
+ #: admin/social_login.php:1233
2485
  msgid ""
2486
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2487
  "belong to the same app"
2488
  msgstr ""
2489
 
2490
+ #: admin/social_login.php:1235
2491
  msgid "Social Login not working with Varnish enabled"
2492
  msgstr ""
2493
 
2494
+ #: admin/social_login.php:1236
2495
  msgid ""
2496
  "Why the user is not appearing logged in even after Social Login until the "
2497
  "webpage is refreshed manually?"
2712
  msgid "Providers not selected"
2713
  msgstr "未选定的供应商"
2714
 
2715
+ #: inc/social_login.php:720
2716
  msgid "Email"
2717
  msgstr "邮箱"
2718
 
2719
+ #: inc/social_login.php:721
2720
  msgid "Confirm email"
2721
  msgstr "确认邮箱"
2722
 
2723
+ #: inc/social_login.php:723
2724
  msgid "Save"
2725
  msgstr "保存"
2726
 
2727
+ #: inc/social_login.php:724
2728
  msgid "Cancel"
2729
  msgstr "取消"
2730
 
2731
+ #: inc/social_login.php:798
2732
  msgid "Email Verification"
2733
  msgstr "电子邮件验证"
2734
 
2735
+ #: inc/social_login.php:800
2736
  msgid ""
2737
  "Please click on the following link or paste it in browser to verify your "
2738
  "email"
2983
  msgid "RSS Feed URL:"
2984
  msgstr "RSS 订阅链接:"
2985
 
2986
+ #~ msgid ""
2987
+ #~ "Your website visitors will see a popup notification (only once) if their "
2988
+ #~ "browsers block any of the features of the plugin so that they can change "
2989
+ #~ "their browser settings to unblock these. You can turn it OFF by disabling "
2990
+ #~ "\"Show popup notification to users if their browsers block the plugin "
2991
+ #~ "features\" option <a href=\"%s\">here</a>"
2992
+ #~ msgstr ""
2993
+ #~ "如果您的网站访问者的浏览器阻止插件的任何功能, 以便他们可以更改浏览器设置以"
2994
+ #~ "取消阻止这些功能, 则会看到弹出通知 (仅一次)。您可以关闭它通过禁用 \"显示弹"
2995
+ #~ "出通知给用户, 如果他们的浏览器阻止插件功能\" 选项 < a href = \" %s\" > 在"
2996
+ #~ "这里 </a>"
2997
+
2998
  #~ msgid "Enter your LiveJournal username"
2999
  #~ msgstr "输入您的 LiveJournal 用户名"
3000
 
3063
  #~ "需要推特社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
3064
  #~ "链接 </a> 获取它"
3065
 
 
 
 
 
 
 
3066
  #~ msgid ""
3067
  #~ "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 "
3068
  #~ "%s"
3211
  #~ msgid "Select providers"
3212
  #~ msgstr "选择提供商"
3213
 
 
 
 
 
3214
  #~ msgid "You are already connected with"
3215
  #~ msgstr "你已经连接"
3216
 
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-28 10:01+0530\n"
6
- "PO-Revision-Date: 2020-05-28 10:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,178 +15,178 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:339
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:343 ../super_socializer.php:357
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:353
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:521
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
- #: ../super_socializer.php:549
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
- #: ../super_socializer.php:552
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
- #: ../super_socializer.php:555
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
- #: ../super_socializer.php:737 ../helper.php:972
57
  msgid "Please verify your email address to login."
58
  msgstr ""
59
 
60
- #: ../super_socializer.php:737
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
 
64
- #: ../super_socializer.php:741
65
  msgid "Notification"
66
  msgstr ""
67
 
68
- #: ../super_socializer.php:759 ../admin/social_login.php:672
69
  msgid "Email required"
70
  msgstr ""
71
 
72
- #: ../super_socializer.php:762
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
 
76
- #: ../super_socializer.php:840
77
  msgid "Leave a reply"
78
  msgstr ""
79
 
80
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
- #: ../super_socializer.php:856 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
- #: ../super_socializer.php:856
89
  msgid "Link copied."
90
  msgstr ""
91
 
92
- #: ../super_socializer.php:1102
93
  msgid "Super Socializer - General Options"
94
  msgstr ""
95
 
96
- #: ../super_socializer.php:1102 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr ""
100
 
101
- #: ../super_socializer.php:1170 ../helper.php:894
102
  msgid "Social Avatar"
103
  msgstr ""
104
 
105
- #: ../super_socializer.php:1173
106
  msgid "Small Avatar Url"
107
  msgstr ""
108
 
109
- #: ../super_socializer.php:1177
110
  msgid "Large Avatar Url"
111
  msgstr ""
112
 
113
- #: ../super_socializer.php:1181 ../helper.php:897
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:1185 ../helper.php:898
120
  msgid "Update social avatar, next time I Social Login"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1262
124
  msgid "Login with your Social ID"
125
  msgstr ""
126
 
127
- #: ../super_socializer.php:1263
128
  msgid "Email you entered is already registered or invalid"
129
  msgstr ""
130
 
131
- #: ../super_socializer.php:1268
132
  msgid "Please enter a valid email address. You might be required to verify it"
133
  msgstr ""
134
 
135
- #: ../super_socializer.php:1272 ../super_socializer.php:1962
136
  msgid "Link your social account to login to your account at this website"
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1520
140
  msgid "Thanks for installing Super Socializer plugin"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1522
144
  msgid "Configure the Plugin"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1533
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1542
154
  msgid ""
155
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
156
  "version of Super Socializer"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1551
160
  msgid ""
161
  "Update \"Social Login Buttons\" add-on for compatibility with current "
162
  "version of Super Socializer"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1560
166
  msgid ""
167
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
168
  "with current version of Super Socializer"
169
  msgstr ""
170
 
171
- #: ../super_socializer.php:1569
172
  msgid ""
173
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
174
  "with current version of Super Socializer"
175
  msgstr ""
176
 
177
- #: ../super_socializer.php:1580
178
  #, php-format
179
  msgid ""
180
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1595
184
  #, php-format
185
  msgid ""
186
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1619
190
  #, php-format
191
  msgid ""
192
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -194,14 +194,14 @@ msgid ""
194
  "target=\"_blank\">here</a>"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1619 ../super_socializer.php:1644
198
- #: ../super_socializer.php:1669 ../super_socializer.php:1694
199
- #: ../super_socializer.php:1727 ../super_socializer.php:1755
200
- #: ../super_socializer.php:1782 ../super_socializer.php:1859
201
  msgid "Okay"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1644
205
  #, php-format
206
  msgid ""
207
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -209,7 +209,7 @@ msgid ""
209
  "\">here</a>"
210
  msgstr ""
211
 
212
- #: ../super_socializer.php:1669
213
  #, php-format
214
  msgid ""
215
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -217,7 +217,7 @@ msgid ""
217
  "target=\"_blank\">here</a>"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1694
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -225,13 +225,13 @@ msgid ""
225
  "target=\"_blank\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1705
229
  #, php-format
230
  msgid ""
231
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1727
235
  #, php-format
236
  msgid ""
237
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -239,7 +239,7 @@ msgid ""
239
  "\"%s\" target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1755
243
  #, php-format
244
  msgid ""
245
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -248,7 +248,7 @@ msgid ""
248
  "your website %s with them. No need to copy-paste any code from their website."
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1782
252
  #, php-format
253
  msgid ""
254
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -256,7 +256,7 @@ msgid ""
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1807
260
  #, php-format
261
  msgid ""
262
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -264,11 +264,11 @@ msgid ""
264
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1807 ../super_socializer.php:1834
268
  msgid "Dismiss"
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1833
272
  #, php-format
273
  msgid ""
274
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -277,17 +277,7 @@ msgid ""
277
  "that, clear share counts cache from \"Miscellaneous\" section"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1859
281
- #, php-format
282
- msgid ""
283
- "Your website visitors will see a popup notification (only once) if their "
284
- "browsers block any of the features of the plugin so that they can change "
285
- "their browser settings to unblock these. You can turn it OFF by disabling "
286
- "\"Show popup notification to users if their browsers block the plugin "
287
- "features\" option <a href=\"%s\">here</a>"
288
- msgstr ""
289
-
290
- #: ../super_socializer.php:2038
291
  msgid ""
292
  "Your browser is blocking some features of this website. Please follow the "
293
  "instructions at {support_url} to unblock these."
@@ -329,88 +319,92 @@ msgstr ""
329
  msgid "Account already exists or linked"
330
  msgstr ""
331
 
332
- #: ../helper.php:623 ../helper.php:629
 
 
 
 
333
  msgid "Currently"
334
  msgstr ""
335
 
336
- #: ../helper.php:623 ../helper.php:629
337
  msgid "Connected with"
338
  msgstr ""
339
 
340
- #: ../helper.php:623 ../helper.php:629
341
  msgid "Remove"
342
  msgstr ""
343
 
344
- #: ../helper.php:700
345
  msgid "Social Account Linking"
346
  msgstr ""
347
 
348
- #: ../helper.php:750
349
  msgid "Disable Standard Social Sharing on this "
350
  msgstr ""
351
 
352
- #: ../helper.php:755
353
  msgid "Disable Floating Social Sharing on this "
354
  msgstr ""
355
 
356
- #: ../helper.php:760
357
  msgid "Disable Standard like buttons on this "
358
  msgstr ""
359
 
360
- #: ../helper.php:765
361
  msgid "Disable Floating like buttons on this "
362
  msgstr ""
363
 
364
- #: ../helper.php:770
365
  msgid "Disable Social Commenting on this "
366
  msgstr ""
367
 
368
- #: ../helper.php:779
369
  msgid "Standard Sharing Interface"
370
  msgstr ""
371
 
372
- #: ../helper.php:785 ../helper.php:804
373
  msgid "Starting share count for "
374
  msgstr ""
375
 
376
- #: ../helper.php:798
377
  msgid "Floating Sharing Interface"
378
  msgstr ""
379
 
380
- #: ../helper.php:901
381
  msgid "Small Avatar"
382
  msgstr ""
383
 
384
- #: ../helper.php:905
385
  msgid "Large Avatar"
386
  msgstr ""
387
 
388
- #: ../helper.php:909 ../admin/general_options.php:92
389
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
390
- #: ../admin/social_login.php:1162 ../admin/like_buttons.php:799
391
  msgid "Save Changes"
392
  msgstr ""
393
 
394
- #: ../helper.php:1009
395
  msgid "Click to delete social profile data"
396
  msgstr ""
397
 
398
- #: ../helper.php:1038
399
  msgid "Deleting"
400
  msgstr ""
401
 
402
- #: ../helper.php:1048
403
  msgid "Deleted"
404
  msgstr ""
405
 
406
- #: ../helper.php:1050
407
  msgid "Something bad happened"
408
  msgstr ""
409
 
410
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
411
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
412
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
413
- #: ../admin/social_login.php:5 ../admin/social_login.php:1166
414
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
415
  #, php-format
416
  msgid ""
@@ -456,13 +450,13 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
456
  msgstr ""
457
 
458
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
459
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1172
460
  #: ../admin/like_buttons.php:809
461
  msgid "Instagram Shoutout"
462
  msgstr ""
463
 
464
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
465
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1174
466
  #: ../admin/like_buttons.php:811
467
  msgid ""
468
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -594,7 +588,7 @@ msgstr ""
594
 
595
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
596
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
597
- #: ../admin/social_login.php:1128 ../admin/like_buttons.php:50
598
  #: ../admin/like_buttons.php:770
599
  msgid "Shortcode & Widget"
600
  msgstr ""
@@ -605,7 +599,7 @@ msgstr ""
605
 
606
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
607
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
608
- #: ../admin/social_login.php:46 ../admin/social_login.php:1142
609
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
610
  msgid "FAQ"
611
  msgstr ""
@@ -825,8 +819,8 @@ msgstr ""
825
  msgid "Url to share"
826
  msgstr ""
827
 
828
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:413
829
- #: ../admin/social_login.php:789 ../admin/like_buttons.php:105
830
  #: ../inc/widget.php:945
831
  msgid "Title"
832
  msgstr ""
@@ -909,7 +903,7 @@ msgid "Placement"
909
  msgstr ""
910
 
911
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
912
- #: ../admin/social_login.php:730 ../admin/social_login.php:759
913
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
914
  msgid "Homepage"
915
  msgstr ""
@@ -1145,7 +1139,7 @@ msgstr ""
1145
  msgid "Required only to track Facebook share count"
1146
  msgstr ""
1147
 
1148
- #: ../admin/social_sharing.php:1584 ../admin/social_login.php:142
1149
  msgid "Facebook App ID"
1150
  msgstr ""
1151
 
@@ -1156,7 +1150,7 @@ msgid ""
1156
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1157
  msgstr ""
1158
 
1159
- #: ../admin/social_sharing.php:1601 ../admin/social_login.php:163
1160
  msgid "Facebook App Secret"
1161
  msgstr ""
1162
 
@@ -1324,7 +1318,7 @@ msgid ""
1324
  msgstr ""
1325
 
1326
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1327
- #: ../admin/social_login.php:1144
1328
  msgid ""
1329
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1330
  "an online website for the plugin to function properly."
@@ -1378,7 +1372,7 @@ msgid ""
1378
  msgstr ""
1379
 
1380
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1381
- #: ../admin/social_login.php:1151
1382
  msgid "Why is my browser blocking some features of the plugin?"
1383
  msgstr ""
1384
 
@@ -1661,11 +1655,11 @@ msgstr ""
1661
  msgid "Advanced Configuration"
1662
  msgstr ""
1663
 
1664
- #: ../admin/social_login.php:41 ../admin/social_login.php:928
1665
  msgid "GDPR"
1666
  msgstr ""
1667
 
1668
- #: ../admin/social_login.php:43 ../admin/social_login.php:1079
1669
  msgid "XProfile Integration"
1670
  msgstr ""
1671
 
@@ -1722,84 +1716,93 @@ msgstr ""
1722
  msgid "Steam"
1723
  msgstr ""
1724
 
 
 
 
 
1725
  #: ../admin/social_login.php:135
 
 
 
 
1726
  msgid "Select Social ID provider to enable in Social Login"
1727
  msgstr ""
1728
 
1729
- #: ../admin/social_login.php:152
1730
  #, php-format
1731
  msgid ""
1732
  "Required for Facebook Social Login to work. Please follow the documentation "
1733
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1734
  msgstr ""
1735
 
1736
- #: ../admin/social_login.php:154 ../admin/social_login.php:175
1737
  msgid ""
1738
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1739
  msgstr ""
1740
 
1741
- #: ../admin/social_login.php:173
1742
  #, php-format
1743
  msgid ""
1744
  "Required for Facebook Social Login to work. Please follow the documentation "
1745
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1746
  msgstr ""
1747
 
1748
- #: ../admin/social_login.php:184
1749
  msgid "Twitter API Key"
1750
  msgstr ""
1751
 
1752
- #: ../admin/social_login.php:194
1753
  #, php-format
1754
  msgid ""
1755
  "Required for Twitter Social Login to work. Please follow the documentation "
1756
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1757
  msgstr ""
1758
 
1759
- #: ../admin/social_login.php:196 ../admin/social_login.php:221
1760
  msgid ""
1761
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1762
  msgstr ""
1763
 
1764
- #: ../admin/social_login.php:200 ../admin/social_login.php:225
 
1765
  msgid ""
1766
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1767
  "link"
1768
  msgstr ""
1769
 
1770
- #: ../admin/social_login.php:209
1771
  msgid "Twitter API Secret"
1772
  msgstr ""
1773
 
1774
- #: ../admin/social_login.php:219
1775
  #, php-format
1776
  msgid ""
1777
  "Required for Twitter Social Login to work. Please follow the documentation "
1778
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1779
  msgstr ""
1780
 
1781
- #: ../admin/social_login.php:234
1782
  msgid "LinkedIn Client ID"
1783
  msgstr ""
1784
 
1785
- #: ../admin/social_login.php:244
1786
  #, php-format
1787
  msgid ""
1788
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1789
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1790
  msgstr ""
1791
 
1792
- #: ../admin/social_login.php:246 ../admin/social_login.php:267
1793
  msgid ""
1794
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1795
  "the link"
1796
  msgstr ""
1797
 
1798
- #: ../admin/social_login.php:255
1799
  msgid "LinkedIn Client Secret"
1800
  msgstr ""
1801
 
1802
- #: ../admin/social_login.php:265
1803
  #, php-format
1804
  msgid ""
1805
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1807,39 +1810,39 @@ msgid ""
1807
  "Secret"
1808
  msgstr ""
1809
 
1810
- #: ../admin/social_login.php:276
1811
  msgid "Google Client ID"
1812
  msgstr ""
1813
 
1814
- #: ../admin/social_login.php:286
1815
  #, php-format
1816
  msgid ""
1817
  "Required for Google Social Login to work. Please follow the documentation at "
1818
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
1819
  msgstr ""
1820
 
1821
- #: ../admin/social_login.php:288 ../admin/social_login.php:309
1822
  msgid ""
1823
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1824
  "mentioned at the link"
1825
  msgstr ""
1826
 
1827
- #: ../admin/social_login.php:297
1828
  msgid "Google Client Secret"
1829
  msgstr ""
1830
 
1831
- #: ../admin/social_login.php:307
1832
  #, php-format
1833
  msgid ""
1834
  "Required for Google Social Login to work. Please follow the documentation at "
1835
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
1836
  msgstr ""
1837
 
1838
- #: ../admin/social_login.php:318
1839
  msgid "Vkontakte Application ID"
1840
  msgstr ""
1841
 
1842
- #: ../admin/social_login.php:328 ../admin/social_login.php:349
1843
  #, php-format
1844
  msgid ""
1845
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1847,268 +1850,319 @@ msgid ""
1847
  "Application ID"
1848
  msgstr ""
1849
 
1850
- #: ../admin/social_login.php:330 ../admin/social_login.php:351
1851
  msgid ""
1852
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1853
  "link"
1854
  msgstr ""
1855
 
1856
- #: ../admin/social_login.php:339
1857
  msgid "Vkontakte Secure key"
1858
  msgstr ""
1859
 
1860
- #: ../admin/social_login.php:360
1861
  msgid "Instagram Client ID"
1862
  msgstr ""
1863
 
1864
- #: ../admin/social_login.php:370
1865
  #, php-format
1866
  msgid ""
1867
  "Required for Instagram Social Login to work. Please follow the documentation "
1868
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1869
  msgstr ""
1870
 
1871
- #: ../admin/social_login.php:372
1872
  msgid ""
1873
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
1874
  "link"
1875
  msgstr ""
1876
 
1877
- #: ../admin/social_login.php:381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1878
  msgid "Steam API Key"
1879
  msgstr ""
1880
 
1881
- #: ../admin/social_login.php:391
1882
  #, php-format
1883
  msgid ""
1884
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1885
  "\"_blank\">this link</a>"
1886
  msgstr ""
1887
 
1888
- #: ../admin/social_login.php:392
1889
  msgid "Save following <strong>domain</strong> to get the key"
1890
  msgstr ""
1891
 
1892
- #: ../admin/social_login.php:408
1893
  msgid "Social Login Options"
1894
  msgstr ""
1895
 
1896
- #: ../admin/social_login.php:423
1897
  msgid "Text to display above the Social Login interface"
1898
  msgstr ""
1899
 
1900
- #: ../admin/social_login.php:431
1901
  msgid "Trigger social login in the same browser tab"
1902
  msgstr ""
1903
 
1904
- #: ../admin/social_login.php:441
1905
  msgid "Trigger social login in the same browser tab instead of a popup window"
1906
  msgstr ""
1907
 
1908
- #: ../admin/social_login.php:448
1909
  msgid "Center align icons"
1910
  msgstr ""
1911
 
1912
- #: ../admin/social_login.php:458
1913
  msgid "Center align social login icons"
1914
  msgstr ""
1915
 
1916
- #: ../admin/social_login.php:465
1917
  msgid "Enable at login page"
1918
  msgstr ""
1919
 
1920
- #: ../admin/social_login.php:475
1921
  msgid ""
1922
  "Social Login interface will get enabled at the login page of your website"
1923
  msgstr ""
1924
 
1925
- #: ../admin/social_login.php:482
1926
  msgid "Enable at register page"
1927
  msgstr ""
1928
 
1929
- #: ../admin/social_login.php:492
1930
  msgid ""
1931
  "Social Login interface will get enabled at the registration page of your "
1932
  "website"
1933
  msgstr ""
1934
 
1935
- #: ../admin/social_login.php:499
1936
  msgid "Enable at comment form"
1937
  msgstr ""
1938
 
1939
- #: ../admin/social_login.php:509
1940
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1941
  msgstr ""
1942
 
1943
- #: ../admin/social_login.php:523
1944
  msgid "Enable before WooCommerce Customer Login Form"
1945
  msgstr ""
1946
 
1947
- #: ../admin/social_login.php:533
1948
  msgid ""
1949
  "Social Login Interface will get enabled before the customer login form at "
1950
  "WooCommerce My Account page"
1951
  msgstr ""
1952
 
1953
- #: ../admin/social_login.php:540
1954
  msgid "Enable at WooCommerce Customer Login Form"
1955
  msgstr ""
1956
 
1957
- #: ../admin/social_login.php:550
1958
  msgid ""
1959
  "Integrate Social Login Interface with the customer login form at WooCommerce "
1960
  "My Account page"
1961
  msgstr ""
1962
 
1963
- #: ../admin/social_login.php:557
1964
  msgid "Enable at WooCommerce Customer Register Form"
1965
  msgstr ""
1966
 
1967
- #: ../admin/social_login.php:567
1968
  msgid ""
1969
  "Integrate Social Login Interface with the customer register form at "
1970
  "WooCommerce My Account page"
1971
  msgstr ""
1972
 
1973
- #: ../admin/social_login.php:574
1974
  msgid "Enable at WooCommerce checkout page"
1975
  msgstr ""
1976
 
1977
- #: ../admin/social_login.php:584
1978
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1979
  msgstr ""
1980
 
1981
- #: ../admin/social_login.php:594
1982
  msgid "Auto-approve comments made by Social Login users"
1983
  msgstr ""
1984
 
1985
- #: ../admin/social_login.php:604
1986
  msgid ""
1987
  "If this option is enabled, and WordPress comment is made by Social Login "
1988
  "user, comment will get approved immediately without keeping in moderation."
1989
  msgstr ""
1990
 
1991
- #: ../admin/social_login.php:605
1992
  msgid "Note: This is not related to Facebook comments"
1993
  msgstr ""
1994
 
1995
- #: ../admin/social_login.php:614
1996
  msgid "Enable social avatar"
1997
  msgstr ""
1998
 
1999
- #: ../admin/social_login.php:624
2000
  msgid ""
2001
  "Social profile pictures of the logged in user will be displayed as profile "
2002
  "avatar"
2003
  msgstr ""
2004
 
2005
- #: ../admin/social_login.php:633
2006
  msgid "Avatar quality"
2007
  msgstr ""
2008
 
2009
- #: ../admin/social_login.php:636
2010
  msgid "Average"
2011
  msgstr ""
2012
 
2013
- #: ../admin/social_login.php:637
2014
  msgid "Best"
2015
  msgstr ""
2016
 
2017
- #: ../admin/social_login.php:644
2018
  msgid "Choose avatar quality"
2019
  msgstr ""
2020
 
2021
- #: ../admin/social_login.php:652
2022
  msgid ""
2023
  "Show option for users to update social avatar at BuddyPress profile page"
2024
  msgstr ""
2025
 
2026
- #: ../admin/social_login.php:662
2027
  msgid ""
2028
  "If enabled, users would be able to update their social avatar from \"Profile "
2029
  "photo\" section in BuddyPress profile at front-end"
2030
  msgstr ""
2031
 
2032
- #: ../admin/social_login.php:682
2033
  msgid ""
2034
  "If enabled and Social ID provider does not provide user's email address on "
2035
  "login, user will be asked to provide his/her email address. Otherwise, a "
2036
  "dummy email will be generated"
2037
  msgstr ""
2038
 
2039
- #: ../admin/social_login.php:690
2040
  msgid "Send post-registration email to user to set account password"
2041
  msgstr ""
2042
 
2043
- #: ../admin/social_login.php:700
2044
  msgid ""
2045
  "If enabled, an email will be sent to user after registration through Social "
2046
  "Login, regarding his/her login credentials (username-password to be able to "
2047
  "login via traditional login form)"
2048
  msgstr ""
2049
 
2050
- #: ../admin/social_login.php:707
2051
  msgid "Send new user registration notification email to admin"
2052
  msgstr ""
2053
 
2054
- #: ../admin/social_login.php:717
2055
  msgid ""
2056
  "If enabled, an email will be sent to admin after new user registers through "
2057
  "Social Login, notifying admin about the new user registration"
2058
  msgstr ""
2059
 
2060
- #: ../admin/social_login.php:724
2061
  msgid "Login redirection"
2062
  msgstr ""
2063
 
2064
- #: ../admin/social_login.php:728
2065
  msgid "Same page where user logged in"
2066
  msgstr ""
2067
 
2068
- #: ../admin/social_login.php:732 ../admin/social_login.php:761
2069
  msgid "Account dashboard"
2070
  msgstr ""
2071
 
2072
- #: ../admin/social_login.php:735 ../admin/social_login.php:764
2073
  msgid "BuddyPress profile page"
2074
  msgstr ""
2075
 
2076
- #: ../admin/social_login.php:738 ../admin/social_login.php:767
2077
  msgid "Custom Url"
2078
  msgstr ""
2079
 
2080
- #: ../admin/social_login.php:746
2081
  msgid "User will be redirected to the selected page after Social Login"
2082
  msgstr ""
2083
 
2084
- #: ../admin/social_login.php:753
2085
  msgid "Registration redirection"
2086
  msgstr ""
2087
 
2088
- #: ../admin/social_login.php:757
2089
  msgid "Same page from where user registered"
2090
  msgstr ""
2091
 
2092
- #: ../admin/social_login.php:775
2093
  msgid ""
2094
  "User will be redirected to the selected page after registration (first "
2095
  "Social Login) through Social Login"
2096
  msgstr ""
2097
 
2098
- #: ../admin/social_login.php:784
2099
  msgid "Social Account Linking Options"
2100
  msgstr ""
2101
 
2102
- #: ../admin/social_login.php:799
2103
  msgid "Text to display above the Social Account Linking interface"
2104
  msgstr ""
2105
 
2106
- #: ../admin/social_login.php:806
2107
  msgid ""
2108
  "Link social account to already existing account, if email address matches"
2109
  msgstr ""
2110
 
2111
- #: ../admin/social_login.php:816
2112
  msgid ""
2113
  "If email address of the user's Social Account matches with an already "
2114
  "existing account at your website, that social account will be linked to "
@@ -2116,155 +2170,155 @@ msgid ""
2116
  "Linking interface at their profile page."
2117
  msgstr ""
2118
 
2119
- #: ../admin/social_login.php:824
2120
  msgid "Enable social account linking at BuddyPress profile page"
2121
  msgstr ""
2122
 
2123
- #: ../admin/social_login.php:834
2124
  msgid ""
2125
  "Enable this option to show social account linking interface at BuddyPress "
2126
  "profile page"
2127
  msgstr ""
2128
 
2129
- #: ../admin/social_login.php:845
2130
  msgid "Email popup options"
2131
  msgstr ""
2132
 
2133
- #: ../admin/social_login.php:850
2134
  msgid "Text on 'Email required' popup"
2135
  msgstr ""
2136
 
2137
- #: ../admin/social_login.php:860
2138
  msgid ""
2139
  "This text will be displayed on email required popup. Leave empty if not "
2140
  "required."
2141
  msgstr ""
2142
 
2143
- #: ../admin/social_login.php:868
2144
  msgid "Error message for 'Email required' popup"
2145
  msgstr ""
2146
 
2147
- #: ../admin/social_login.php:878
2148
  msgid ""
2149
  "This message will be displayed to user if it provides invalid or already "
2150
  "registered email"
2151
  msgstr ""
2152
 
2153
- #: ../admin/social_login.php:886
2154
  msgid "Email popup height"
2155
  msgstr ""
2156
 
2157
- #: ../admin/social_login.php:896
2158
  msgid ""
2159
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2160
  "can increase the height of popup by specifying in this option. Leave empty "
2161
  "for default."
2162
  msgstr ""
2163
 
2164
- #: ../admin/social_login.php:903
2165
  msgid "Enable email verification"
2166
  msgstr ""
2167
 
2168
- #: ../admin/social_login.php:913
2169
  msgid ""
2170
  "If enabled, email provided by the user will be verified by sending a "
2171
  "confirmation link to that email. User would not be able to login without "
2172
  "verifying his/her email"
2173
  msgstr ""
2174
 
2175
- #: ../admin/social_login.php:933
2176
  msgid "Enable GDPR opt-in"
2177
  msgstr ""
2178
 
2179
- #: ../admin/social_login.php:943
2180
  msgid ""
2181
  "Enable it to show GDPR opt-in for social login and social account linking"
2182
  msgstr ""
2183
 
2184
- #: ../admin/social_login.php:951
2185
  msgid "Placement of GDPR opt-in"
2186
  msgstr ""
2187
 
2188
- #: ../admin/social_login.php:955
2189
  msgid "Above Social Login icons"
2190
  msgstr ""
2191
 
2192
- #: ../admin/social_login.php:957
2193
  msgid "Below Social Login icons"
2194
  msgstr ""
2195
 
2196
- #: ../admin/social_login.php:963
2197
  msgid "Placement of GDPR opt-in above or below the social login icons"
2198
  msgstr ""
2199
 
2200
- #: ../admin/social_login.php:970
2201
  msgid "Opt-in text"
2202
  msgstr ""
2203
 
2204
- #: ../admin/social_login.php:980
2205
  msgid "Text for the GDPR opt-in"
2206
  msgstr ""
2207
 
2208
- #: ../admin/social_login.php:987
2209
  msgid "Text to link to Terms-Conditions page"
2210
  msgstr ""
2211
 
2212
- #: ../admin/social_login.php:997
2213
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2214
  msgstr ""
2215
 
2216
- #: ../admin/social_login.php:1004
2217
  msgid "Terms-Conditions Url"
2218
  msgstr ""
2219
 
2220
- #: ../admin/social_login.php:1014
2221
  msgid "Url of the terms-conditions page of your website"
2222
  msgstr ""
2223
 
2224
- #: ../admin/social_login.php:1021
2225
  msgid "Text to link to Privacy Policy page"
2226
  msgstr ""
2227
 
2228
- #: ../admin/social_login.php:1031
2229
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2230
  msgstr ""
2231
 
2232
- #: ../admin/social_login.php:1038
2233
  msgid "Privacy Policy Url"
2234
  msgstr ""
2235
 
2236
- #: ../admin/social_login.php:1048
2237
  msgid "Url of the privacy policy page of your website"
2238
  msgstr ""
2239
 
2240
- #: ../admin/social_login.php:1099 ../inc/widget.php:260 ../inc/widget.php:438
2241
  #: ../inc/widget.php:602 ../inc/widget.php:750
2242
  msgid "Select"
2243
  msgstr ""
2244
 
2245
- #: ../admin/social_login.php:1130
2246
  msgid "Social Login Shortcode & Widget"
2247
  msgstr ""
2248
 
2249
- #: ../admin/social_login.php:1131
2250
  msgid "Social Linking Shortcode"
2251
  msgstr ""
2252
 
2253
- #: ../admin/social_login.php:1146
2254
  msgid "Why is social login not working?"
2255
  msgstr ""
2256
 
2257
- #: ../admin/social_login.php:1147
2258
  msgid ""
2259
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2260
  "belong to the same app"
2261
  msgstr ""
2262
 
2263
- #: ../admin/social_login.php:1149
2264
  msgid "Social Login not working with Varnish enabled"
2265
  msgstr ""
2266
 
2267
- #: ../admin/social_login.php:1150
2268
  msgid ""
2269
  "Why the user is not appearing logged in even after Social Login until the "
2270
  "webpage is refreshed manually?"
@@ -2470,27 +2524,27 @@ msgstr ""
2470
  msgid "Providers not selected"
2471
  msgstr ""
2472
 
2473
- #: ../inc/social_login.php:698
2474
  msgid "Email"
2475
  msgstr ""
2476
 
2477
- #: ../inc/social_login.php:699
2478
  msgid "Confirm email"
2479
  msgstr ""
2480
 
2481
- #: ../inc/social_login.php:701
2482
  msgid "Save"
2483
  msgstr ""
2484
 
2485
- #: ../inc/social_login.php:702
2486
  msgid "Cancel"
2487
  msgstr ""
2488
 
2489
- #: ../inc/social_login.php:776
2490
  msgid "Email Verification"
2491
  msgstr ""
2492
 
2493
- #: ../inc/social_login.php:778
2494
  msgid ""
2495
  "Please click on the following link or paste it in browser to verify your "
2496
  "email"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-06-26 12:29+0530\n"
6
+ "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:475
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:479 ../super_socializer.php:493
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:489
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:663
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
+ #: ../super_socializer.php:691
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
+ #: ../super_socializer.php:694
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
+ #: ../super_socializer.php:697
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
+ #: ../super_socializer.php:879 ../helper.php:968
57
  msgid "Please verify your email address to login."
58
  msgstr ""
59
 
60
+ #: ../super_socializer.php:879
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
 
64
+ #: ../super_socializer.php:883
65
  msgid "Notification"
66
  msgstr ""
67
 
68
+ #: ../super_socializer.php:901 ../admin/social_login.php:758
69
  msgid "Email required"
70
  msgstr ""
71
 
72
+ #: ../super_socializer.php:904
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
 
76
+ #: ../super_socializer.php:982
77
  msgid "Leave a reply"
78
  msgstr ""
79
 
80
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
+ #: ../super_socializer.php:998 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
+ #: ../super_socializer.php:998
89
  msgid "Link copied."
90
  msgstr ""
91
 
92
+ #: ../super_socializer.php:1244
93
  msgid "Super Socializer - General Options"
94
  msgstr ""
95
 
96
+ #: ../super_socializer.php:1244 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr ""
100
 
101
+ #: ../super_socializer.php:1312 ../helper.php:890
102
  msgid "Social Avatar"
103
  msgstr ""
104
 
105
+ #: ../super_socializer.php:1315
106
  msgid "Small Avatar Url"
107
  msgstr ""
108
 
109
+ #: ../super_socializer.php:1319
110
  msgid "Large Avatar Url"
111
  msgstr ""
112
 
113
+ #: ../super_socializer.php:1323 ../helper.php:893
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:1327 ../helper.php:894
120
  msgid "Update social avatar, next time I Social Login"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1404
124
  msgid "Login with your Social ID"
125
  msgstr ""
126
 
127
+ #: ../super_socializer.php:1405
128
  msgid "Email you entered is already registered or invalid"
129
  msgstr ""
130
 
131
+ #: ../super_socializer.php:1410
132
  msgid "Please enter a valid email address. You might be required to verify it"
133
  msgstr ""
134
 
135
+ #: ../super_socializer.php:1414 ../super_socializer.php:2072
136
  msgid "Link your social account to login to your account at this website"
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1653
140
  msgid "Thanks for installing Super Socializer plugin"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1655
144
  msgid "Configure the Plugin"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1666
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1675
154
  msgid ""
155
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
156
  "version of Super Socializer"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1684
160
  msgid ""
161
  "Update \"Social Login Buttons\" add-on for compatibility with current "
162
  "version of Super Socializer"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1693
166
  msgid ""
167
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
168
  "with current version of Super Socializer"
169
  msgstr ""
170
 
171
+ #: ../super_socializer.php:1702
172
  msgid ""
173
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
174
  "with current version of Super Socializer"
175
  msgstr ""
176
 
177
+ #: ../super_socializer.php:1713
178
  #, php-format
179
  msgid ""
180
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1728
184
  #, php-format
185
  msgid ""
186
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
187
  msgstr ""
188
 
189
+ #: ../super_socializer.php:1752
190
  #, php-format
191
  msgid ""
192
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
194
  "target=\"_blank\">here</a>"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1752 ../super_socializer.php:1777
198
+ #: ../super_socializer.php:1802 ../super_socializer.php:1827
199
+ #: ../super_socializer.php:1860 ../super_socializer.php:1888
200
+ #: ../super_socializer.php:1915
201
  msgid "Okay"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1777
205
  #, php-format
206
  msgid ""
207
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
209
  "\">here</a>"
210
  msgstr ""
211
 
212
+ #: ../super_socializer.php:1802
213
  #, php-format
214
  msgid ""
215
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
217
  "target=\"_blank\">here</a>"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1827
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
225
  "target=\"_blank\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1838
229
  #, php-format
230
  msgid ""
231
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1860
235
  #, php-format
236
  msgid ""
237
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
239
  "\"%s\" target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1888
243
  #, php-format
244
  msgid ""
245
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
248
  "your website %s with them. No need to copy-paste any code from their website."
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1915
252
  #, php-format
253
  msgid ""
254
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1940
260
  #, php-format
261
  msgid ""
262
  "If you cannot get Linkedin login to work after updating the plugin, replace "
264
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1940 ../super_socializer.php:1967
268
  msgid "Dismiss"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1966
272
  #, php-format
273
  msgid ""
274
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
277
  "that, clear share counts cache from \"Miscellaneous\" section"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:2148
 
 
 
 
 
 
 
 
 
 
281
  msgid ""
282
  "Your browser is blocking some features of this website. Please follow the "
283
  "instructions at {support_url} to unblock these."
319
  msgid "Account already exists or linked"
320
  msgstr ""
321
 
322
+ #: ../helper.php:582 ../helper.php:584
323
+ msgid "Login with"
324
+ msgstr ""
325
+
326
+ #: ../helper.php:619 ../helper.php:625
327
  msgid "Currently"
328
  msgstr ""
329
 
330
+ #: ../helper.php:619 ../helper.php:625
331
  msgid "Connected with"
332
  msgstr ""
333
 
334
+ #: ../helper.php:619 ../helper.php:625
335
  msgid "Remove"
336
  msgstr ""
337
 
338
+ #: ../helper.php:696
339
  msgid "Social Account Linking"
340
  msgstr ""
341
 
342
+ #: ../helper.php:746
343
  msgid "Disable Standard Social Sharing on this "
344
  msgstr ""
345
 
346
+ #: ../helper.php:751
347
  msgid "Disable Floating Social Sharing on this "
348
  msgstr ""
349
 
350
+ #: ../helper.php:756
351
  msgid "Disable Standard like buttons on this "
352
  msgstr ""
353
 
354
+ #: ../helper.php:761
355
  msgid "Disable Floating like buttons on this "
356
  msgstr ""
357
 
358
+ #: ../helper.php:766
359
  msgid "Disable Social Commenting on this "
360
  msgstr ""
361
 
362
+ #: ../helper.php:775
363
  msgid "Standard Sharing Interface"
364
  msgstr ""
365
 
366
+ #: ../helper.php:781 ../helper.php:800
367
  msgid "Starting share count for "
368
  msgstr ""
369
 
370
+ #: ../helper.php:794
371
  msgid "Floating Sharing Interface"
372
  msgstr ""
373
 
374
+ #: ../helper.php:897
375
  msgid "Small Avatar"
376
  msgstr ""
377
 
378
+ #: ../helper.php:901
379
  msgid "Large Avatar"
380
  msgstr ""
381
 
382
+ #: ../helper.php:905 ../admin/general_options.php:92
383
  #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
384
+ #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
385
  msgid "Save Changes"
386
  msgstr ""
387
 
388
+ #: ../helper.php:1005
389
  msgid "Click to delete social profile data"
390
  msgstr ""
391
 
392
+ #: ../helper.php:1034
393
  msgid "Deleting"
394
  msgstr ""
395
 
396
+ #: ../helper.php:1044
397
  msgid "Deleted"
398
  msgstr ""
399
 
400
+ #: ../helper.php:1046
401
  msgid "Something bad happened"
402
  msgstr ""
403
 
404
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
405
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
406
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
407
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1252
408
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
409
  #, php-format
410
  msgid ""
450
  msgstr ""
451
 
452
  #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
453
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
454
  #: ../admin/like_buttons.php:809
455
  msgid "Instagram Shoutout"
456
  msgstr ""
457
 
458
  #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
459
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
460
  #: ../admin/like_buttons.php:811
461
  msgid ""
462
  "If you can send (to hello@heateor.com) how this plugin is helping your "
588
 
589
  #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
590
  #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
591
+ #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
592
  #: ../admin/like_buttons.php:770
593
  msgid "Shortcode & Widget"
594
  msgstr ""
599
 
600
  #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
601
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
602
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1228
603
  #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
604
  msgid "FAQ"
605
  msgstr ""
819
  msgid "Url to share"
820
  msgstr ""
821
 
822
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
823
+ #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
824
  #: ../inc/widget.php:945
825
  msgid "Title"
826
  msgstr ""
903
  msgstr ""
904
 
905
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
906
+ #: ../admin/social_login.php:816 ../admin/social_login.php:845
907
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
908
  msgid "Homepage"
909
  msgstr ""
1139
  msgid "Required only to track Facebook share count"
1140
  msgstr ""
1141
 
1142
+ #: ../admin/social_sharing.php:1584 ../admin/social_login.php:150
1143
  msgid "Facebook App ID"
1144
  msgstr ""
1145
 
1150
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1151
  msgstr ""
1152
 
1153
+ #: ../admin/social_sharing.php:1601 ../admin/social_login.php:171
1154
  msgid "Facebook App Secret"
1155
  msgstr ""
1156
 
1318
  msgstr ""
1319
 
1320
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1321
+ #: ../admin/social_login.php:1230
1322
  msgid ""
1323
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1324
  "an online website for the plugin to function properly."
1372
  msgstr ""
1373
 
1374
  #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1375
+ #: ../admin/social_login.php:1237
1376
  msgid "Why is my browser blocking some features of the plugin?"
1377
  msgstr ""
1378
 
1655
  msgid "Advanced Configuration"
1656
  msgstr ""
1657
 
1658
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1659
  msgid "GDPR"
1660
  msgstr ""
1661
 
1662
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1663
  msgid "XProfile Integration"
1664
  msgstr ""
1665
 
1716
  msgid "Steam"
1717
  msgstr ""
1718
 
1719
+ #: ../admin/social_login.php:131
1720
+ msgid "Line"
1721
+ msgstr ""
1722
+
1723
  #: ../admin/social_login.php:135
1724
+ msgid "Windows Live"
1725
+ msgstr ""
1726
+
1727
+ #: ../admin/social_login.php:143
1728
  msgid "Select Social ID provider to enable in Social Login"
1729
  msgstr ""
1730
 
1731
+ #: ../admin/social_login.php:160
1732
  #, php-format
1733
  msgid ""
1734
  "Required for Facebook Social Login to work. Please follow the documentation "
1735
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1736
  msgstr ""
1737
 
1738
+ #: ../admin/social_login.php:162 ../admin/social_login.php:183
1739
  msgid ""
1740
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1741
  msgstr ""
1742
 
1743
+ #: ../admin/social_login.php:181
1744
  #, php-format
1745
  msgid ""
1746
  "Required for Facebook Social Login to work. Please follow the documentation "
1747
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1748
  msgstr ""
1749
 
1750
+ #: ../admin/social_login.php:192
1751
  msgid "Twitter API Key"
1752
  msgstr ""
1753
 
1754
+ #: ../admin/social_login.php:202
1755
  #, php-format
1756
  msgid ""
1757
  "Required for Twitter Social Login to work. Please follow the documentation "
1758
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1759
  msgstr ""
1760
 
1761
+ #: ../admin/social_login.php:204 ../admin/social_login.php:229
1762
  msgid ""
1763
  "Paste following url in <strong>Website</strong> option mentioned at the link"
1764
  msgstr ""
1765
 
1766
+ #: ../admin/social_login.php:208 ../admin/social_login.php:233
1767
+ #: ../admin/social_login.php:400 ../admin/social_login.php:420
1768
  msgid ""
1769
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1770
  "link"
1771
  msgstr ""
1772
 
1773
+ #: ../admin/social_login.php:217
1774
  msgid "Twitter API Secret"
1775
  msgstr ""
1776
 
1777
+ #: ../admin/social_login.php:227
1778
  #, php-format
1779
  msgid ""
1780
  "Required for Twitter Social Login to work. Please follow the documentation "
1781
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1782
  msgstr ""
1783
 
1784
+ #: ../admin/social_login.php:242
1785
  msgid "LinkedIn Client ID"
1786
  msgstr ""
1787
 
1788
+ #: ../admin/social_login.php:252
1789
  #, php-format
1790
  msgid ""
1791
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1792
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1793
  msgstr ""
1794
 
1795
+ #: ../admin/social_login.php:254 ../admin/social_login.php:275
1796
  msgid ""
1797
  "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1798
  "the link"
1799
  msgstr ""
1800
 
1801
+ #: ../admin/social_login.php:263
1802
  msgid "LinkedIn Client Secret"
1803
  msgstr ""
1804
 
1805
+ #: ../admin/social_login.php:273
1806
  #, php-format
1807
  msgid ""
1808
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1810
  "Secret"
1811
  msgstr ""
1812
 
1813
+ #: ../admin/social_login.php:284
1814
  msgid "Google Client ID"
1815
  msgstr ""
1816
 
1817
+ #: ../admin/social_login.php:294
1818
  #, php-format
1819
  msgid ""
1820
  "Required for Google Social Login to work. Please follow the documentation at "
1821
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
1822
  msgstr ""
1823
 
1824
+ #: ../admin/social_login.php:296 ../admin/social_login.php:317
1825
  msgid ""
1826
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1827
  "mentioned at the link"
1828
  msgstr ""
1829
 
1830
+ #: ../admin/social_login.php:305
1831
  msgid "Google Client Secret"
1832
  msgstr ""
1833
 
1834
+ #: ../admin/social_login.php:315
1835
  #, php-format
1836
  msgid ""
1837
  "Required for Google Social Login to work. Please follow the documentation at "
1838
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
1839
  msgstr ""
1840
 
1841
+ #: ../admin/social_login.php:326
1842
  msgid "Vkontakte Application ID"
1843
  msgstr ""
1844
 
1845
+ #: ../admin/social_login.php:336 ../admin/social_login.php:357
1846
  #, php-format
1847
  msgid ""
1848
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1850
  "Application ID"
1851
  msgstr ""
1852
 
1853
+ #: ../admin/social_login.php:338 ../admin/social_login.php:359
1854
  msgid ""
1855
  "Paste following url in <strong>Site address</strong> option mentioned at the "
1856
  "link"
1857
  msgstr ""
1858
 
1859
+ #: ../admin/social_login.php:347
1860
  msgid "Vkontakte Secure key"
1861
  msgstr ""
1862
 
1863
+ #: ../admin/social_login.php:368
1864
  msgid "Instagram Client ID"
1865
  msgstr ""
1866
 
1867
+ #: ../admin/social_login.php:378
1868
  #, php-format
1869
  msgid ""
1870
  "Required for Instagram Social Login to work. Please follow the documentation "
1871
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1872
  msgstr ""
1873
 
1874
+ #: ../admin/social_login.php:380
1875
  msgid ""
1876
  "Paste following url in <strong>Website URL</strong> option mentioned at the "
1877
  "link"
1878
  msgstr ""
1879
 
1880
+ #: ../admin/social_login.php:389
1881
+ msgid "Line Channel ID"
1882
+ msgstr ""
1883
+
1884
+ #: ../admin/social_login.php:398
1885
+ #, php-format
1886
+ msgid ""
1887
+ "Required for Line Social Login to work. Please follow the documentation at "
1888
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1889
+ msgstr ""
1890
+
1891
+ #: ../admin/social_login.php:409
1892
+ msgid "Line Channel Secret"
1893
+ msgstr ""
1894
+
1895
+ #: ../admin/social_login.php:418
1896
+ #, php-format
1897
+ msgid ""
1898
+ "Required for Line Social Login to work. Please follow the documentation at "
1899
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1900
+ msgstr ""
1901
+
1902
+ #: ../admin/social_login.php:429
1903
+ msgid "Microsoft Client ID"
1904
+ msgstr ""
1905
+
1906
+ #: ../admin/social_login.php:438
1907
+ #, php-format
1908
+ msgid ""
1909
+ "Required for Live Social Login to work. Please follow the documentation at "
1910
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1911
+ msgstr ""
1912
+
1913
+ #: ../admin/social_login.php:440 ../admin/social_login.php:460
1914
+ msgid ""
1915
+ "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1916
+ "the link"
1917
+ msgstr ""
1918
+
1919
+ #: ../admin/social_login.php:449
1920
+ msgid "Microsoft Client Secret"
1921
+ msgstr ""
1922
+
1923
+ #: ../admin/social_login.php:458
1924
+ #, php-format
1925
+ msgid ""
1926
+ "Required for Live Social Login to work. Please follow the documentation at "
1927
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client "
1928
+ "Secret key"
1929
+ msgstr ""
1930
+
1931
+ #: ../admin/social_login.php:468
1932
  msgid "Steam API Key"
1933
  msgstr ""
1934
 
1935
+ #: ../admin/social_login.php:477
1936
  #, php-format
1937
  msgid ""
1938
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1939
  "\"_blank\">this link</a>"
1940
  msgstr ""
1941
 
1942
+ #: ../admin/social_login.php:478
1943
  msgid "Save following <strong>domain</strong> to get the key"
1944
  msgstr ""
1945
 
1946
+ #: ../admin/social_login.php:494
1947
  msgid "Social Login Options"
1948
  msgstr ""
1949
 
1950
+ #: ../admin/social_login.php:509
1951
  msgid "Text to display above the Social Login interface"
1952
  msgstr ""
1953
 
1954
+ #: ../admin/social_login.php:517
1955
  msgid "Trigger social login in the same browser tab"
1956
  msgstr ""
1957
 
1958
+ #: ../admin/social_login.php:527
1959
  msgid "Trigger social login in the same browser tab instead of a popup window"
1960
  msgstr ""
1961
 
1962
+ #: ../admin/social_login.php:534
1963
  msgid "Center align icons"
1964
  msgstr ""
1965
 
1966
+ #: ../admin/social_login.php:544
1967
  msgid "Center align social login icons"
1968
  msgstr ""
1969
 
1970
+ #: ../admin/social_login.php:551
1971
  msgid "Enable at login page"
1972
  msgstr ""
1973
 
1974
+ #: ../admin/social_login.php:561
1975
  msgid ""
1976
  "Social Login interface will get enabled at the login page of your website"
1977
  msgstr ""
1978
 
1979
+ #: ../admin/social_login.php:568
1980
  msgid "Enable at register page"
1981
  msgstr ""
1982
 
1983
+ #: ../admin/social_login.php:578
1984
  msgid ""
1985
  "Social Login interface will get enabled at the registration page of your "
1986
  "website"
1987
  msgstr ""
1988
 
1989
+ #: ../admin/social_login.php:585
1990
  msgid "Enable at comment form"
1991
  msgstr ""
1992
 
1993
+ #: ../admin/social_login.php:595
1994
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1995
  msgstr ""
1996
 
1997
+ #: ../admin/social_login.php:609
1998
  msgid "Enable before WooCommerce Customer Login Form"
1999
  msgstr ""
2000
 
2001
+ #: ../admin/social_login.php:619
2002
  msgid ""
2003
  "Social Login Interface will get enabled before the customer login form at "
2004
  "WooCommerce My Account page"
2005
  msgstr ""
2006
 
2007
+ #: ../admin/social_login.php:626
2008
  msgid "Enable at WooCommerce Customer Login Form"
2009
  msgstr ""
2010
 
2011
+ #: ../admin/social_login.php:636
2012
  msgid ""
2013
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2014
  "My Account page"
2015
  msgstr ""
2016
 
2017
+ #: ../admin/social_login.php:643
2018
  msgid "Enable at WooCommerce Customer Register Form"
2019
  msgstr ""
2020
 
2021
+ #: ../admin/social_login.php:653
2022
  msgid ""
2023
  "Integrate Social Login Interface with the customer register form at "
2024
  "WooCommerce My Account page"
2025
  msgstr ""
2026
 
2027
+ #: ../admin/social_login.php:660
2028
  msgid "Enable at WooCommerce checkout page"
2029
  msgstr ""
2030
 
2031
+ #: ../admin/social_login.php:670
2032
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2033
  msgstr ""
2034
 
2035
+ #: ../admin/social_login.php:680
2036
  msgid "Auto-approve comments made by Social Login users"
2037
  msgstr ""
2038
 
2039
+ #: ../admin/social_login.php:690
2040
  msgid ""
2041
  "If this option is enabled, and WordPress comment is made by Social Login "
2042
  "user, comment will get approved immediately without keeping in moderation."
2043
  msgstr ""
2044
 
2045
+ #: ../admin/social_login.php:691
2046
  msgid "Note: This is not related to Facebook comments"
2047
  msgstr ""
2048
 
2049
+ #: ../admin/social_login.php:700
2050
  msgid "Enable social avatar"
2051
  msgstr ""
2052
 
2053
+ #: ../admin/social_login.php:710
2054
  msgid ""
2055
  "Social profile pictures of the logged in user will be displayed as profile "
2056
  "avatar"
2057
  msgstr ""
2058
 
2059
+ #: ../admin/social_login.php:719
2060
  msgid "Avatar quality"
2061
  msgstr ""
2062
 
2063
+ #: ../admin/social_login.php:722
2064
  msgid "Average"
2065
  msgstr ""
2066
 
2067
+ #: ../admin/social_login.php:723
2068
  msgid "Best"
2069
  msgstr ""
2070
 
2071
+ #: ../admin/social_login.php:730
2072
  msgid "Choose avatar quality"
2073
  msgstr ""
2074
 
2075
+ #: ../admin/social_login.php:738
2076
  msgid ""
2077
  "Show option for users to update social avatar at BuddyPress profile page"
2078
  msgstr ""
2079
 
2080
+ #: ../admin/social_login.php:748
2081
  msgid ""
2082
  "If enabled, users would be able to update their social avatar from \"Profile "
2083
  "photo\" section in BuddyPress profile at front-end"
2084
  msgstr ""
2085
 
2086
+ #: ../admin/social_login.php:768
2087
  msgid ""
2088
  "If enabled and Social ID provider does not provide user's email address on "
2089
  "login, user will be asked to provide his/her email address. Otherwise, a "
2090
  "dummy email will be generated"
2091
  msgstr ""
2092
 
2093
+ #: ../admin/social_login.php:776
2094
  msgid "Send post-registration email to user to set account password"
2095
  msgstr ""
2096
 
2097
+ #: ../admin/social_login.php:786
2098
  msgid ""
2099
  "If enabled, an email will be sent to user after registration through Social "
2100
  "Login, regarding his/her login credentials (username-password to be able to "
2101
  "login via traditional login form)"
2102
  msgstr ""
2103
 
2104
+ #: ../admin/social_login.php:793
2105
  msgid "Send new user registration notification email to admin"
2106
  msgstr ""
2107
 
2108
+ #: ../admin/social_login.php:803
2109
  msgid ""
2110
  "If enabled, an email will be sent to admin after new user registers through "
2111
  "Social Login, notifying admin about the new user registration"
2112
  msgstr ""
2113
 
2114
+ #: ../admin/social_login.php:810
2115
  msgid "Login redirection"
2116
  msgstr ""
2117
 
2118
+ #: ../admin/social_login.php:814
2119
  msgid "Same page where user logged in"
2120
  msgstr ""
2121
 
2122
+ #: ../admin/social_login.php:818 ../admin/social_login.php:847
2123
  msgid "Account dashboard"
2124
  msgstr ""
2125
 
2126
+ #: ../admin/social_login.php:821 ../admin/social_login.php:850
2127
  msgid "BuddyPress profile page"
2128
  msgstr ""
2129
 
2130
+ #: ../admin/social_login.php:824 ../admin/social_login.php:853
2131
  msgid "Custom Url"
2132
  msgstr ""
2133
 
2134
+ #: ../admin/social_login.php:832
2135
  msgid "User will be redirected to the selected page after Social Login"
2136
  msgstr ""
2137
 
2138
+ #: ../admin/social_login.php:839
2139
  msgid "Registration redirection"
2140
  msgstr ""
2141
 
2142
+ #: ../admin/social_login.php:843
2143
  msgid "Same page from where user registered"
2144
  msgstr ""
2145
 
2146
+ #: ../admin/social_login.php:861
2147
  msgid ""
2148
  "User will be redirected to the selected page after registration (first "
2149
  "Social Login) through Social Login"
2150
  msgstr ""
2151
 
2152
+ #: ../admin/social_login.php:870
2153
  msgid "Social Account Linking Options"
2154
  msgstr ""
2155
 
2156
+ #: ../admin/social_login.php:885
2157
  msgid "Text to display above the Social Account Linking interface"
2158
  msgstr ""
2159
 
2160
+ #: ../admin/social_login.php:892
2161
  msgid ""
2162
  "Link social account to already existing account, if email address matches"
2163
  msgstr ""
2164
 
2165
+ #: ../admin/social_login.php:902
2166
  msgid ""
2167
  "If email address of the user's Social Account matches with an already "
2168
  "existing account at your website, that social account will be linked to "
2170
  "Linking interface at their profile page."
2171
  msgstr ""
2172
 
2173
+ #: ../admin/social_login.php:910
2174
  msgid "Enable social account linking at BuddyPress profile page"
2175
  msgstr ""
2176
 
2177
+ #: ../admin/social_login.php:920
2178
  msgid ""
2179
  "Enable this option to show social account linking interface at BuddyPress "
2180
  "profile page"
2181
  msgstr ""
2182
 
2183
+ #: ../admin/social_login.php:931
2184
  msgid "Email popup options"
2185
  msgstr ""
2186
 
2187
+ #: ../admin/social_login.php:936
2188
  msgid "Text on 'Email required' popup"
2189
  msgstr ""
2190
 
2191
+ #: ../admin/social_login.php:946
2192
  msgid ""
2193
  "This text will be displayed on email required popup. Leave empty if not "
2194
  "required."
2195
  msgstr ""
2196
 
2197
+ #: ../admin/social_login.php:954
2198
  msgid "Error message for 'Email required' popup"
2199
  msgstr ""
2200
 
2201
+ #: ../admin/social_login.php:964
2202
  msgid ""
2203
  "This message will be displayed to user if it provides invalid or already "
2204
  "registered email"
2205
  msgstr ""
2206
 
2207
+ #: ../admin/social_login.php:972
2208
  msgid "Email popup height"
2209
  msgstr ""
2210
 
2211
+ #: ../admin/social_login.php:982
2212
  msgid ""
2213
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2214
  "can increase the height of popup by specifying in this option. Leave empty "
2215
  "for default."
2216
  msgstr ""
2217
 
2218
+ #: ../admin/social_login.php:989
2219
  msgid "Enable email verification"
2220
  msgstr ""
2221
 
2222
+ #: ../admin/social_login.php:999
2223
  msgid ""
2224
  "If enabled, email provided by the user will be verified by sending a "
2225
  "confirmation link to that email. User would not be able to login without "
2226
  "verifying his/her email"
2227
  msgstr ""
2228
 
2229
+ #: ../admin/social_login.php:1019
2230
  msgid "Enable GDPR opt-in"
2231
  msgstr ""
2232
 
2233
+ #: ../admin/social_login.php:1029
2234
  msgid ""
2235
  "Enable it to show GDPR opt-in for social login and social account linking"
2236
  msgstr ""
2237
 
2238
+ #: ../admin/social_login.php:1037
2239
  msgid "Placement of GDPR opt-in"
2240
  msgstr ""
2241
 
2242
+ #: ../admin/social_login.php:1041
2243
  msgid "Above Social Login icons"
2244
  msgstr ""
2245
 
2246
+ #: ../admin/social_login.php:1043
2247
  msgid "Below Social Login icons"
2248
  msgstr ""
2249
 
2250
+ #: ../admin/social_login.php:1049
2251
  msgid "Placement of GDPR opt-in above or below the social login icons"
2252
  msgstr ""
2253
 
2254
+ #: ../admin/social_login.php:1056
2255
  msgid "Opt-in text"
2256
  msgstr ""
2257
 
2258
+ #: ../admin/social_login.php:1066
2259
  msgid "Text for the GDPR opt-in"
2260
  msgstr ""
2261
 
2262
+ #: ../admin/social_login.php:1073
2263
  msgid "Text to link to Terms-Conditions page"
2264
  msgstr ""
2265
 
2266
+ #: ../admin/social_login.php:1083
2267
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2268
  msgstr ""
2269
 
2270
+ #: ../admin/social_login.php:1090
2271
  msgid "Terms-Conditions Url"
2272
  msgstr ""
2273
 
2274
+ #: ../admin/social_login.php:1100
2275
  msgid "Url of the terms-conditions page of your website"
2276
  msgstr ""
2277
 
2278
+ #: ../admin/social_login.php:1107
2279
  msgid "Text to link to Privacy Policy page"
2280
  msgstr ""
2281
 
2282
+ #: ../admin/social_login.php:1117
2283
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2284
  msgstr ""
2285
 
2286
+ #: ../admin/social_login.php:1124
2287
  msgid "Privacy Policy Url"
2288
  msgstr ""
2289
 
2290
+ #: ../admin/social_login.php:1134
2291
  msgid "Url of the privacy policy page of your website"
2292
  msgstr ""
2293
 
2294
+ #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2295
  #: ../inc/widget.php:602 ../inc/widget.php:750
2296
  msgid "Select"
2297
  msgstr ""
2298
 
2299
+ #: ../admin/social_login.php:1216
2300
  msgid "Social Login Shortcode & Widget"
2301
  msgstr ""
2302
 
2303
+ #: ../admin/social_login.php:1217
2304
  msgid "Social Linking Shortcode"
2305
  msgstr ""
2306
 
2307
+ #: ../admin/social_login.php:1232
2308
  msgid "Why is social login not working?"
2309
  msgstr ""
2310
 
2311
+ #: ../admin/social_login.php:1233
2312
  msgid ""
2313
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2314
  "belong to the same app"
2315
  msgstr ""
2316
 
2317
+ #: ../admin/social_login.php:1235
2318
  msgid "Social Login not working with Varnish enabled"
2319
  msgstr ""
2320
 
2321
+ #: ../admin/social_login.php:1236
2322
  msgid ""
2323
  "Why the user is not appearing logged in even after Social Login until the "
2324
  "webpage is refreshed manually?"
2524
  msgid "Providers not selected"
2525
  msgstr ""
2526
 
2527
+ #: ../inc/social_login.php:720
2528
  msgid "Email"
2529
  msgstr ""
2530
 
2531
+ #: ../inc/social_login.php:721
2532
  msgid "Confirm email"
2533
  msgstr ""
2534
 
2535
+ #: ../inc/social_login.php:723
2536
  msgid "Save"
2537
  msgstr ""
2538
 
2539
+ #: ../inc/social_login.php:724
2540
  msgid "Cancel"
2541
  msgstr ""
2542
 
2543
+ #: ../inc/social_login.php:798
2544
  msgid "Email Verification"
2545
  msgstr ""
2546
 
2547
+ #: ../inc/social_login.php:800
2548
  msgid ""
2549
  "Please click on the following link or paste it in browser to verify your "
2550
  "email"
library/Line/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php die("Silence is Golden"); ?>
library/Line/line.php ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Copyright 2019 Makornthawat Eugene Emery
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ if(!class_exists('linelogin')){
18
+ class linelogin {
19
+
20
+ private $clientId = '';
21
+ private $clientSecret = '';
22
+ private $redirectUrl = '';
23
+
24
+ public function __construct($config = array())
25
+ {
26
+ if (isset($config['client_id'])) {
27
+ $this->clientId = $config['client_id'];
28
+ }
29
+ if (isset($config['client_secret'])) {
30
+ $this->clientSecret = $config['client_secret'];
31
+ }
32
+ if (isset($config['redirect_uri'])) {
33
+ $this->redirectUrl = $config['redirect_uri'];
34
+ }
35
+ }
36
+
37
+
38
+
39
+ // CHANGEME: Default value for CURLOPT_SSL_VERIFYHOST
40
+ private const VERIFYHOST = false;
41
+ // CHANGEME: Default value for CURLOPT_SSL_VERIFYPEER
42
+ private const VERIFYPEER = false;
43
+ // API DEFAULTS
44
+ private const AUTH_URL = 'https://access.line.me/oauth2/v2.1/authorize';
45
+ private const PROFILE_URL = 'https://api.line.me/v2/profile';
46
+ private const REVOKE_URL = 'https://api.line.me/oauth2/v2.1/revoke';
47
+ private const TOKEN_URL = 'https://api.line.me/oauth2/v2.1/token';
48
+ private const VERIFYTOKEN_URL = 'https://api.line.me/oauth2/v2.1/verify';
49
+ /*
50
+ * function getLink
51
+ *
52
+ * Args:
53
+ * $scope (int) - Scope integer should equal the sum of the corresponding
54
+ * value for each of the scopes preset:
55
+ *
56
+ * open_id = 1
57
+ * profile = 2
58
+ * email = 4
59
+ *
60
+ * (Example): If your application needs access to open_id,
61
+ * profile and email the value would be "7"
62
+ *
63
+ * Returns:
64
+ * $link - Returns generated link for Line Login/Register.
65
+ */
66
+ function getLink($scope) {
67
+ if (session_status() == PHP_SESSION_NONE) {
68
+ session_start();
69
+ }
70
+
71
+ $_SESSION['state'] = hash('sha256', microtime(TRUE).rand().$_SERVER['REMOTE_ADDR']);
72
+ $link = self::AUTH_URL . '?response_type=code&$clientId=' . $this->clientId . '&redirect_uri=' . $this->redirectUrl . '&scope=' . $this->scope($scope) .'&state=' . $_SESSION['state'];
73
+ return $link;
74
+ }
75
+ /*
76
+ * function refresh
77
+ *
78
+ * Args:
79
+ * $token - User access token.
80
+ *
81
+ * Returns:
82
+ * $response (array) - Returns response array in json format.
83
+ */
84
+ function refresh($token) {
85
+ $header = ['Content-Type: application/x-www-form-urlencoded'];
86
+ $data = [
87
+ "grant_type" => "refresh_token",
88
+ "refresh_token" => $token,
89
+ "$clientId" => self::$clientId,
90
+ "$clientSecret" => self::$clientSecret
91
+ ];
92
+ $response = $this->sendCURL(self::TOKEN_URL, $header, 'POST', $data);
93
+ return $response;
94
+ }
95
+ /*
96
+ * function token
97
+ *
98
+ * Args:
99
+ * $code (GET) - User authorization code.
100
+ * $state (GET) - Randomized hash
101
+ *
102
+ * Returns:
103
+ * $response (array) - Returns response array in json format.
104
+ */
105
+ function token($code, $state) {
106
+ if ($_SESSION['state'] != $state) {
107
+ return false;
108
+ }
109
+ $header = ['Content-Type: application/x-www-form-urlencoded'];
110
+ $data = [
111
+ "grant_type" => "authorization_code",
112
+ "code" => $code,
113
+ "redirect_uri" => $this->redirectUrl,
114
+ "client_id" => $this->clientId,
115
+ "client_secret" => $this->clientSecret
116
+ ];
117
+ $response = $this->sendCURL(self::TOKEN_URL, $header, 'POST', $data);
118
+ return json_decode($response);
119
+ }
120
+ /*
121
+ * function profile
122
+ *
123
+ * Args:
124
+ * $token - User access token.
125
+ *
126
+ * Returns:
127
+ * $response (array) - Returns response array in json format.
128
+ */
129
+ function profile($token) {
130
+ $header = ['Authorization: Bearer ' . $token];
131
+ $response = $this->sendCURL(self::PROFILE_URL, $header, 'GET');
132
+ return json_decode($response);
133
+ }
134
+ /*
135
+ * function verify
136
+ *
137
+ * Args:
138
+ * $token - User access token.
139
+ *
140
+ * Returns:
141
+ * $response (array) - Returns response array in json format.
142
+ */
143
+ function verify($token) {
144
+ $url = self::VERIFYTOKEN_URL . '?access_token=' . $token;
145
+ $response = $this->sendCURL($url, NULL, 'GET');
146
+ return $response;
147
+ }
148
+ private function scope($scope) {
149
+ $list = ['openid', 'profile', 'email'];
150
+ $scope = decbin($scope);
151
+ while (strlen($scope) < 3) {
152
+ $scope = '0' . $scope;
153
+ }
154
+ $scope = strrev($scope);
155
+ foreach ($list as $key => $value) {
156
+ if ($scope[$key] == 1) {
157
+ if (isset($ret)) {
158
+ $ret = $ret . '%20' . $value;
159
+ } else {
160
+ $ret = $value;
161
+ }
162
+ }
163
+ }
164
+ return $ret;
165
+
166
+ }
167
+ /*
168
+ * private function sendCURL
169
+ *
170
+ * Args:
171
+ * $url (const) - Request URL.
172
+ * $header (array) - Headers used for this request.
173
+ * $type (char) - Request type {POST|GET}.
174
+ * $data (array) - Request data (Can be NULL if sending a GET request).
175
+ *
176
+ * Returns:
177
+ * $response (array) - Returns response array in json format.
178
+ */
179
+ private function sendCURL($url, $header, $type, $data=NULL) {
180
+ $request = curl_init();
181
+ if ($header != NULL) {
182
+ curl_setopt($request, CURLOPT_HTTPHEADER, $header);
183
+ }
184
+ curl_setopt($request, CURLOPT_URL, $url);
185
+ curl_setopt($request, CURLOPT_SSL_VERIFYHOST, self::VERIFYHOST);
186
+ curl_setopt($request, CURLOPT_SSL_VERIFYPEER, self::VERIFYPEER);
187
+ if (strtoupper($type) === 'POST') {
188
+ curl_setopt($request, CURLOPT_POST, TRUE);
189
+ curl_setopt($request, CURLOPT_POSTFIELDS, http_build_query($data));
190
+ }
191
+ curl_setopt($request, CURLOPT_FOLLOWLOCATION, 1);
192
+ curl_setopt($request, CURLOPT_RETURNTRANSFER, 1);
193
+ $response = curl_exec($request);
194
+ return $response;
195
+ }
196
+ }
197
+ }
198
+ ?>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WordPress Social Share, Social Login and Social Comments Plugin - Super Socializer ===
2
  Contributors: Heateor, farhan8heateor, jatin8heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Chinese Translator: CalmSmile calmsmile.org, Portuguese Translator: Paulo Purkyt https://www.linkedin.com/in/ppurkyt, Italian Translator: FG3D (Freedom's Gate) https://fg3d.net, Spanish translator: Ignacio Iglesias http://trespies.com, Arabic Translator: http://www.ArabsSM.com, Russian/Ukrainian Translator: Nicholas Lagunov
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
- Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login
5
  Requires at least: 2.5.0
6
- Tested up to: 5.4.1
7
- Stable tag: 7.12.42
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -42,7 +42,7 @@ Integrate Social Login, Social Share and Social Comments at your website easiest
42
  * Mobile responsive sharing interface
43
  * Compatible with AMP
44
  * Enable/Disable vertical/floating sharing interface on mobile device
45
- * Social Login from 7 Social Networks - Facebook, Google, Linkedin, Twitter, Vkontakte, Instagram and Steam
46
  * Enable Social Login interface at WordPress Login, Register pages and comment form
47
  * Syncs user's basic social profile data with WordPress profile
48
  * Enable Social Login at WooCommerce checkout page and customer login form
@@ -211,6 +211,11 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
 
 
 
 
 
214
  = 7.12.42 [28 May 2020] =
215
  [Bugfix] Social avatar was being downloaded by browser when clicking the profile link created by Peepso plugin
216
  [Bugfix] Print share icon in the "More" share popup was triggering PrintFriendly share
@@ -2035,4 +2040,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2035
  = 7.12.42 [28 May 2020] =
2036
  [Bugfix] Social avatar was being downloaded by browser when clicking the profile link created by Peepso plugin
2037
  [Bugfix] Print share icon in the "More" share popup was triggering PrintFriendly share
2038
- [Bugfix] Url of Facebook Debugger was broken in the "Troubleshooter" section at social share options page
 
 
 
 
 
1
  === WordPress Social Share, Social Login and Social Comments Plugin - Super Socializer ===
2
  Contributors: Heateor, farhan8heateor, jatin8heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Chinese Translator: CalmSmile calmsmile.org, Portuguese Translator: Paulo Purkyt https://www.linkedin.com/in/ppurkyt, Italian Translator: FG3D (Freedom's Gate) https://fg3d.net, Spanish translator: Ignacio Iglesias http://trespies.com, Arabic Translator: http://www.ArabsSM.com, Russian/Ukrainian Translator: Nicholas Lagunov
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
+ Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Windows Live Login, Microsoft Login
5
  Requires at least: 2.5.0
6
+ Tested up to: 5.4.2
7
+ Stable tag: 7.12.43
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
42
  * Mobile responsive sharing interface
43
  * Compatible with AMP
44
  * Enable/Disable vertical/floating sharing interface on mobile device
45
+ * Social Login from 7 Social Networks - Facebook, Google, Linkedin, Twitter, Vkontakte, Line, Windows Live (Microsoft) and Steam
46
  * Enable Social Login interface at WordPress Login, Register pages and comment form
47
  * Syncs user's basic social profile data with WordPress profile
48
  * Enable Social Login at WooCommerce checkout page and customer login form
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
214
+ = 7.12.43 [26 June 2020] =
215
+ [New] Added Line login
216
+ [New] Added Windows Live login
217
+ [New] Compatible with WPML
218
+
219
  = 7.12.42 [28 May 2020] =
220
  [Bugfix] Social avatar was being downloaded by browser when clicking the profile link created by Peepso plugin
221
  [Bugfix] Print share icon in the "More" share popup was triggering PrintFriendly share
2040
  = 7.12.42 [28 May 2020] =
2041
  [Bugfix] Social avatar was being downloaded by browser when clicking the profile link created by Peepso plugin
2042
  [Bugfix] Print share icon in the "More" share popup was triggering PrintFriendly share
2043
+ [Bugfix] Url of Facebook Debugger was broken in the "Troubleshooter" section at social share options page
2044
+
2045
+ = 7.12.43 [26 June 2020] =
2046
+ [New] Added Line login
2047
+ [New] Added Windows Live login
2048
+ [New] Compatible with WPML
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.12.42
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.12.42');
15
 
16
  require 'helper.php';
17
 
@@ -142,8 +142,8 @@ function the_champ_connect(){
142
  // verify email
143
  if((isset($_GET['SuperSocializerKey']) && ($verificationKey = sanitize_text_field($_GET['SuperSocializerKey'])) != '') || (isset($_GET['supersocializerkey']) && ($verificationKey = sanitize_text_field($_GET['supersocializerkey'])) != '')){
144
  $users = get_users('meta_key=thechamp_key&meta_value='.$verificationKey);
145
- if(count($users) > 0 && isset($users[0] -> ID)){
146
- delete_user_meta($users[0] -> ID, 'thechamp_key');
147
  wp_redirect(esc_url(home_url()).'?SuperSocializerVerified=1');
148
  die;
149
  }
@@ -152,10 +152,10 @@ function the_champ_connect(){
152
  // Instagram auth
153
  if(isset($_GET['SuperSocializerInstaToken']) && trim($_GET['SuperSocializerInstaToken']) != ''){
154
  $instaAuthUrl = 'https://api.instagram.com/v1/users/self?access_token=' . sanitize_text_field($_GET['SuperSocializerInstaToken']);
155
- $response = wp_remote_get( $instaAuthUrl, array( 'timeout' => 15 ) );
156
- if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
157
  $body = json_decode(wp_remote_retrieve_body( $response ));
158
- if(is_object($body -> data) && isset($body -> data) && isset($body -> data -> id)){
159
  $redirection = isset($_GET['super_socializer_redirect_to']) && heateor_ss_validate_url($_GET['super_socializer_redirect_to']) !== false ? esc_url($_GET['super_socializer_redirect_to']) : '';
160
  $profileData = the_champ_sanitize_profile_data($body -> data, 'instagram');
161
  if(strpos($redirection, 'heateorMSEnabled') !== false){
@@ -210,7 +210,7 @@ function the_champ_connect(){
210
  }
211
  die;
212
  }
213
-
214
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Linkedin'){
215
  if(isset($theChampLoginOptions['li_key']) && $theChampLoginOptions['li_key'] != '' && isset($theChampLoginOptions['li_secret']) && $theChampLoginOptions['li_secret'] != ''){
216
  if(!isset($_GET['code']) && !isset($_GET['state'])){
@@ -304,6 +304,142 @@ function the_champ_connect(){
304
  }
305
  }
306
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Facebook'){
308
  if(isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key'] != '' && isset($theChampLoginOptions['fb_secret']) && $theChampLoginOptions['fb_secret'] != ''){
309
  if(function_exists('session_start')){
@@ -385,72 +521,78 @@ function the_champ_connect(){
385
  }
386
  }
387
  }
 
388
  if((isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Google') || (isset($_GET['code']) && isset($_GET['state']))){
389
- if(isset($theChampLoginOptions['google_key']) && $theChampLoginOptions['google_key'] != '' && isset($theChampLoginOptions['google_secret']) && $theChampLoginOptions['google_secret'] != ''){
390
- require_once 'library/Google/Config.php';
391
- require_once 'library/Google/Service.php';
392
- require_once 'library/Google/Task/Runner.php';
393
- require_once 'library/Google/Http/REST.php';
394
- require_once 'library/Google/Resource.php';
395
- require_once 'library/Google/Model.php';
396
- require_once 'library/Google/Oauth2.php';
397
- require_once 'library/Google/Utils.php';
398
- require_once 'library/Google/Http/Request.php';
399
- require_once 'library/Google/Auth/Abstract.php';
400
- require_once 'library/Google/Exception.php';
401
- require_once 'library/Google/Auth/Exception.php';
402
- require_once 'library/Google/Auth/OAuth2.php';
403
- require_once 'library/Google/Http/CacheParser.php';
404
- require_once 'library/Google/IO/Abstract.php';
405
- require_once 'library/Google/Task/Retryable.php';
406
- require_once 'library/Google/IO/Exception.php';
407
- require_once 'library/Google/IO/Curl.php';
408
- require_once 'library/Google/Logger/Abstract.php';
409
- require_once 'library/Google/Logger/Null.php';
410
- require_once 'library/Google/Client.php';
411
-
412
- $googleClient = new Google_Client();
413
- $googleClient->setClientId($theChampLoginOptions['google_key']);
414
- $googleClient->setClientSecret($theChampLoginOptions['google_secret']);
415
- $googleClient->setRedirectUri(home_url());
416
- $googleClient->setScopes(array('https://www.googleapis.com/auth/userinfo.email', 'https://www.googleapis.com/auth/userinfo.profile'));
417
- //Send Client Request
418
- $objOAuthService = new Google_Service_Oauth2($googleClient);
419
- $gpAuthUrl = $googleClient->createAuthUrl() . '&state=' . (isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : '');
420
- if(!isset($_GET['code']) && !isset($_GET['state'])){
421
- wp_redirect($gpAuthUrl);
422
- die;
423
- }
 
 
424
  }
425
  }
426
  if(isset($_GET['code']) && isset($_GET['state'])){
427
- //Authenticate code from Google OAuth Flow
428
- if(is_object($googleClient)){
429
- $googleClient->authenticate($_GET['code']);
430
- $accessTokenStr = $googleClient->getAccessToken();
431
- if($accessTokenStr){
432
- $userData = $objOAuthService->userinfo->get();
433
- if(is_object($userData) && isset($userData -> id)){
434
- $profileData = the_champ_sanitize_profile_data($userData, 'google');
435
- if(isset($_GET['heateorMSEnabled'])){
436
- $profileData['mc_subscribe'] = 1;
437
- }
438
- $googleRedirectUrl = isset($_GET['state']) ? esc_url(trim($_GET['state'])) : home_url();
439
- $response = the_champ_user_auth($profileData, 'google', $googleRedirectUrl);
440
- if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
441
- $redirectTo = the_champ_get_login_redirection_url($googleRedirectUrl, true);
442
- }elseif(isset($response['message']) && $response['message'] == 'linked'){
443
- $redirectTo = $googleRedirectUrl . (strpos($googleRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
444
- }elseif(isset($response['message']) && $response['message'] == 'not linked'){
445
- $redirectTo = $googleRedirectUrl . (strpos($googleRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
446
- }elseif(isset($response['url']) && $response['url'] != ''){
447
- $redirectTo = $response['url'];
448
- }else{
449
- $redirectTo = the_champ_get_login_redirection_url($googleRedirectUrl);
450
- }
451
- the_champ_close_login_popup($redirectTo);
452
- }
453
- }
 
 
 
454
  }
455
  }
456
  // Vkontakte
@@ -765,7 +907,7 @@ function the_champ_frontend_scripts(){
765
  $twitterRedirect = urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]))));
766
  $currentPageUrl = urldecode($twitterRedirect);
767
  ?>
768
- <script> var theChampFBKey = '<?php echo $fbKey ?>', theChampSameTabLogin = '<?php echo isset($theChampLoginOptions["same_tab_login"]) ? 1 : 0; ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var theChampTwitterRedirect = '<?php echo $twitterRedirect ?>'; <?php echo isset($theChampLoginOptions['disable_reg']) && isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != '' ? 'var theChampDisableRegRedirect = "' . html_entity_decode(esc_url($theChampLoginOptions['disable_reg_redirect'])) . '";' : ''; ?> var heateorMSEnabled = 0; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
769
  <?php
770
  if(!$combinedScript){
771
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.12.43
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.12.43');
15
 
16
  require 'helper.php';
17
 
142
  // verify email
143
  if((isset($_GET['SuperSocializerKey']) && ($verificationKey = sanitize_text_field($_GET['SuperSocializerKey'])) != '') || (isset($_GET['supersocializerkey']) && ($verificationKey = sanitize_text_field($_GET['supersocializerkey'])) != '')){
144
  $users = get_users('meta_key=thechamp_key&meta_value='.$verificationKey);
145
+ if(count($users) > 0 && isset($users[0]->ID)){
146
+ delete_user_meta($users[0]->ID, 'thechamp_key');
147
  wp_redirect(esc_url(home_url()).'?SuperSocializerVerified=1');
148
  die;
149
  }
152
  // Instagram auth
153
  if(isset($_GET['SuperSocializerInstaToken']) && trim($_GET['SuperSocializerInstaToken']) != ''){
154
  $instaAuthUrl = 'https://api.instagram.com/v1/users/self?access_token=' . sanitize_text_field($_GET['SuperSocializerInstaToken']);
155
+ $response = wp_remote_get($instaAuthUrl, array('timeout' => 15));
156
+ if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
157
  $body = json_decode(wp_remote_retrieve_body( $response ));
158
+ if(is_object($body->data) && isset($body->data) && isset($body->data->id)){
159
  $redirection = isset($_GET['super_socializer_redirect_to']) && heateor_ss_validate_url($_GET['super_socializer_redirect_to']) !== false ? esc_url($_GET['super_socializer_redirect_to']) : '';
160
  $profileData = the_champ_sanitize_profile_data($body -> data, 'instagram');
161
  if(strpos($redirection, 'heateorMSEnabled') !== false){
210
  }
211
  die;
212
  }
213
+ // Linkedin login
214
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Linkedin'){
215
  if(isset($theChampLoginOptions['li_key']) && $theChampLoginOptions['li_key'] != '' && isset($theChampLoginOptions['li_secret']) && $theChampLoginOptions['li_secret'] != ''){
216
  if(!isset($_GET['code']) && !isset($_GET['state'])){
304
  }
305
  }
306
  }
307
+ // Line login
308
+ if((isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Line')){
309
+ if(isset($theChampLoginOptions['providers']) && in_array('line', $theChampLoginOptions['providers']) && isset($theChampLoginOptions['line_channel_id']) && $theChampLoginOptions['line_channel_id'] != '' && isset($theChampLoginOptions['line_channel_secret']) && $theChampLoginOptions['line_channel_secret'] != ''){
310
+ require 'library/Line/line.php';
311
+ $heateorSsLine = new linelogin(array(
312
+ 'client_id' => $theChampLoginOptions['line_channel_id'],
313
+ 'client_secret' => $theChampLoginOptions['line_channel_secret'],
314
+ 'redirect_uri' => home_url().'/SuperSocializerAuth/Line'
315
+ ));
316
+
317
+ $link = $heateorSsLine->getLink(7);
318
+ wp_redirect($link);
319
+ die;
320
+ }
321
+ if(function_exists('session_start')){
322
+ if(session_status() == PHP_SESSION_NONE){
323
+ session_start();
324
+ }
325
+ }
326
+ if(!isset($_GET['code'])){
327
+ // save referrer url in state
328
+ $_SESSION['super_socializer_line_redirect'] = isset($_GET['super_socializer_line_redirect_to']) ? esc_url(trim($_GET['super_socializer_line_redirect_to'])) : home_url();
329
+ }
330
+ }
331
+ if(isset($_GET['code']) && isset($_GET['state']) && remove_query_arg(array('code', 'state'), html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]))) == home_url().'/SuperSocializerAuth/Line'){
332
+ if(function_exists('session_start')){
333
+ if(session_status() == PHP_SESSION_NONE){
334
+ session_start();
335
+ }
336
+ }
337
+ require 'library/Line/line.php';
338
+ $heateorSsLine = new linelogin(array(
339
+ 'client_id' => $theChampLoginOptions['line_channel_id'],
340
+ 'client_secret' => $theChampLoginOptions['line_channel_secret'],
341
+ 'redirect_uri' => home_url().'/SuperSocializerAuth/Line'
342
+ ));
343
+ $response = $heateorSsLine->token($_GET['code'], $_GET['state']);
344
+
345
+ if(isset($response)){
346
+ $profileData = $heateorSsLine->profile($response->access_token);
347
+ //creating user profile
348
+ if(is_object($profileData) && isset($profileData->userId)){
349
+ $profileData = the_champ_sanitize_profile_data($profileData, 'line');
350
+ $lineRedirectUrl = isset($_SESSION['super_socializer_line_redirect']) && $_SESSION['super_socializer_line_redirect'] ? esc_url(trim($_SESSION['super_socializer_line_redirect'])) : home_url();
351
+ unset($_SESSION['super_socializer_line_redirect']);
352
+ $response = the_champ_user_auth($profileData, 'line', $lineRedirectUrl);
353
+ if($response == 'show form'){
354
+ return;
355
+ }
356
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
357
+ $redirectTo = the_champ_get_login_redirection_url($lineRedirectUrl, true);
358
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
359
+ $redirectTo = $lineRedirectUrl . ( strpos( $lineRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
360
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
361
+ $redirectTo = $lineRedirectUrl . ( strpos( $lineRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
362
+ }elseif(isset($response['url']) && $response['url'] != ''){
363
+ $redirectTo = $response['url'];
364
+ }else{
365
+ $redirectTo = the_champ_get_login_redirection_url($lineRedirectUrl);
366
+ }
367
+ the_champ_close_login_popup($redirectTo);
368
+ }
369
+ }
370
+ }
371
+
372
+ // windows live
373
+ if((isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Live')){
374
+ if(isset($theChampLoginOptions['providers']) && in_array('microsoft', $theChampLoginOptions['providers']) && isset($theChampLoginOptions['live_channel_id']) && $theChampLoginOptions['live_channel_id'] != '' && isset($theChampLoginOptions['live_channel_secret']) && $theChampLoginOptions['live_channel_secret'] != ''){
375
+ wp_redirect("https://login.live.com/oauth20_authorize.srf?client_id=".$theChampLoginOptions['live_channel_id']."&scope=wl.emails,wl.basic&response_type=code&redirect_uri=".home_url()."/SuperSocializerAuth/Live");
376
+ die;
377
+ }
378
+
379
+ if(!isset($_GET['code'])){
380
+ // save referrer url in state
381
+ $_SESSION['super_socializer_live_redirect'] = isset($_GET['super_socializer_live_redirect_to']) ? esc_url(trim($_GET['super_socializer_live_redirect_to'])) : home_url();
382
+ }
383
+ }
384
+ if(isset($_GET['code']) && remove_query_arg(array('code'), html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]))) == home_url().'/SuperSocializerAuth/Live'){
385
+ if(function_exists('session_start')){
386
+ if(session_status() == PHP_SESSION_NONE){
387
+ session_start();
388
+ }
389
+ }
390
+
391
+ $postData = array(
392
+ 'grant_type' => 'authorization_code',
393
+ 'code' => esc_attr(trim($_GET['code'])),
394
+ 'redirect_uri' => home_url()."/SuperSocializerAuth/Live",
395
+ 'client_id' => $theChampLoginOptions['live_channel_id'],
396
+ 'client_secret' => $theChampLoginOptions['live_channel_secret']
397
+ );
398
+ $response = wp_remote_post("https://login.live.com/oauth20_token.srf", array(
399
+ 'method' => 'POST',
400
+ 'timeout' => 15,
401
+ 'redirection' => 5,
402
+ 'httpversion' => '1.0',
403
+ 'sslverify' => false,
404
+ 'headers' => array('Content-Type' => 'application/x-www-form-urlencoded'),
405
+ 'body' => http_build_query($postData)
406
+ )
407
+ );
408
+ if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
409
+ $body = json_decode(wp_remote_retrieve_body($response));
410
+
411
+ $response = wp_remote_get("https://apis.live.net/v5.0/me?access_token=".$body->access_token, array('timeout' => 15));
412
+
413
+ if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
414
+ $profileData = json_decode(wp_remote_retrieve_body( $response ));
415
+
416
+ if(is_object($profileData) && isset($profileData->id)){
417
+ $profileData = the_champ_sanitize_profile_data($profileData, 'microsoft');
418
+ $liveRedirectUrl = isset($_SESSION['super_socializer_live_redirect']) && $_SESSION['super_socializer_live_redirect'] ? esc_url(trim($_SESSION['super_socializer_live_redirect'])) : home_url();
419
+ unset($_SESSION['super_socializer_live_redirect']);
420
+ $response = the_champ_user_auth($profileData, 'microsoft', $liveRedirectUrl);
421
+ if($response == 'show form'){
422
+ return;
423
+ }
424
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
425
+ $redirectTo = the_champ_get_login_redirection_url($liveRedirectUrl, true);
426
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
427
+ $redirectTo = $liveRedirectUrl . ( strpos( $liveRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
428
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
429
+ $redirectTo = $liveRedirectUrl . ( strpos( $liveRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
430
+ }elseif(isset($response['url']) && $response['url'] != ''){
431
+ $redirectTo = $response['url'];
432
+ }else{
433
+ $redirectTo = the_champ_get_login_redirection_url($liveRedirectUrl);
434
+ }
435
+ the_champ_close_login_popup($redirectTo);
436
+ }
437
+
438
+ }
439
+ }
440
+ }
441
+
442
+ // Facebook login
443
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Facebook'){
444
  if(isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key'] != '' && isset($theChampLoginOptions['fb_secret']) && $theChampLoginOptions['fb_secret'] != ''){
445
  if(function_exists('session_start')){
521
  }
522
  }
523
  }
524
+ // Google login
525
  if((isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Google') || (isset($_GET['code']) && isset($_GET['state']))){
526
+ if(remove_query_arg(array('code', 'state'), html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]))) != home_url().'/SuperSocializerAuth/Line'){
527
+ if(isset($theChampLoginOptions['google_key']) && $theChampLoginOptions['google_key'] != '' && isset($theChampLoginOptions['google_secret']) && $theChampLoginOptions['google_secret'] != ''){
528
+ require_once 'library/Google/Config.php';
529
+ require_once 'library/Google/Service.php';
530
+ require_once 'library/Google/Task/Runner.php';
531
+ require_once 'library/Google/Http/REST.php';
532
+ require_once 'library/Google/Resource.php';
533
+ require_once 'library/Google/Model.php';
534
+ require_once 'library/Google/Oauth2.php';
535
+ require_once 'library/Google/Utils.php';
536
+ require_once 'library/Google/Http/Request.php';
537
+ require_once 'library/Google/Auth/Abstract.php';
538
+ require_once 'library/Google/Exception.php';
539
+ require_once 'library/Google/Auth/Exception.php';
540
+ require_once 'library/Google/Auth/OAuth2.php';
541
+ require_once 'library/Google/Http/CacheParser.php';
542
+ require_once 'library/Google/IO/Abstract.php';
543
+ require_once 'library/Google/Task/Retryable.php';
544
+ require_once 'library/Google/IO/Exception.php';
545
+ require_once 'library/Google/IO/Curl.php';
546
+ require_once 'library/Google/Logger/Abstract.php';
547
+ require_once 'library/Google/Logger/Null.php';
548
+ require_once 'library/Google/Client.php';
549
+
550
+ $googleClient = new Google_Client();
551
+ $googleClient->setClientId($theChampLoginOptions['google_key']);
552
+ $googleClient->setClientSecret($theChampLoginOptions['google_secret']);
553
+ $googleClient->setRedirectUri(home_url());
554
+ $googleClient->setScopes(array('https://www.googleapis.com/auth/userinfo.email', 'https://www.googleapis.com/auth/userinfo.profile'));
555
+ //Send Client Request
556
+ $objOAuthService = new Google_Service_Oauth2($googleClient);
557
+ $gpAuthUrl = $googleClient->createAuthUrl() . '&state=' . (isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : '');
558
+ if(!isset($_GET['code']) && !isset($_GET['state'])){
559
+ wp_redirect($gpAuthUrl);
560
+ die;
561
+ }
562
+ }
563
  }
564
  }
565
  if(isset($_GET['code']) && isset($_GET['state'])){
566
+ $line_redirect_url = remove_query_arg(array('code', 'state'), html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"])));
567
+ if($line_redirect_url != home_url().'/SuperSocializerAuth/Line'){
568
+ //Authenticate code from Google OAuth Flow
569
+ if(is_object($googleClient)){
570
+ $googleClient->authenticate($_GET['code']);
571
+ $accessTokenStr = $googleClient->getAccessToken();
572
+ if($accessTokenStr){
573
+ $userData = $objOAuthService->userinfo->get();
574
+ if(is_object($userData) && isset($userData -> id)){
575
+ $profileData = the_champ_sanitize_profile_data($userData, 'google');
576
+ if(isset($_GET['heateorMSEnabled'])){
577
+ $profileData['mc_subscribe'] = 1;
578
+ }
579
+ $googleRedirectUrl = isset($_GET['state']) ? esc_url(trim($_GET['state'])) : home_url();
580
+ $response = the_champ_user_auth($profileData, 'google', $googleRedirectUrl);
581
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
582
+ $redirectTo = the_champ_get_login_redirection_url($googleRedirectUrl, true);
583
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
584
+ $redirectTo = $googleRedirectUrl . (strpos($googleRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
585
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
586
+ $redirectTo = $googleRedirectUrl . (strpos($googleRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
587
+ }elseif(isset($response['url']) && $response['url'] != ''){
588
+ $redirectTo = $response['url'];
589
+ }else{
590
+ $redirectTo = the_champ_get_login_redirection_url($googleRedirectUrl);
591
+ }
592
+ the_champ_close_login_popup($redirectTo);
593
+ }
594
+ }
595
+ }
596
  }
597
  }
598
  // Vkontakte
907
  $twitterRedirect = urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]))));
908
  $currentPageUrl = urldecode($twitterRedirect);
909
  ?>
910
+ <script> var theChampFBKey = '<?php echo $fbKey ?>', theChampSameTabLogin = '<?php echo isset($theChampLoginOptions["same_tab_login"]) ? 1 : 0; ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var theChampTwitterRedirect = '<?php echo $twitterRedirect ?>'; <?php echo isset($theChampLoginOptions['disable_reg']) && isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != '' ? 'var theChampDisableRegRedirect = "' . html_entity_decode(esc_url($theChampLoginOptions['disable_reg_redirect'])) . '";' : ''; ?> var heateorMSEnabled = 0; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
911
  <?php
912
  if(!$combinedScript){
913
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
wpml-config.xml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <wpml-config>
2
+ <admin-texts>
3
+ <key name="the_champ_login">
4
+ <key name="title" />
5
+ <key name="scl_title" />
6
+ <key name="email_popup_text" />
7
+ <key name="email_error_message" />
8
+ <key name="privacy_policy_optin_text" />
9
+ <key name="tc_placeholder" />
10
+ <key name="tc_url" />
11
+ <key name="ppu_placeholder" />
12
+ <key name="privacy_policy_url" />
13
+ </key>
14
+ </admin-texts>
15
+ </wpml-config>