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

Version Description

  • [Bugfix] Redirection to same page was not working for Facebook and Vkontakte social login
  • [Improvement] Added Twitch in social login networks
Download this release

Release Info

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

Code changes from version 7.11.6 to 7.11.7

admin/social_login.php CHANGED
@@ -129,6 +129,11 @@
129
  <label for="the_champ_login_steam"><?php _e("Steam", 'super-socializer'); ?></label>
130
  </div>
131
 
 
 
 
 
 
132
  <div class="theChampHorizontalSharingProviderContainer">
133
  <input id="the_champ_login_livejournal" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('liveJournal', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="liveJournal" />
134
  <label for="the_champ_login_livejournal"><?php _e("LiveJournal", 'super-socializer'); ?></label>
@@ -449,6 +454,50 @@
449
  </div>
450
  </td>
451
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
  </table>
453
  </div>
454
  </div>
129
  <label for="the_champ_login_steam"><?php _e("Steam", 'super-socializer'); ?></label>
130
  </div>
131
 
132
+ <div class="theChampHorizontalSharingProviderContainer">
133
+ <input id="the_champ_login_twitch" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('twitch', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="twitch" />
134
+ <label for="the_champ_login_twitch"><?php _e("Twitch", 'super-socializer'); ?></label>
135
+ </div>
136
+
137
  <div class="theChampHorizontalSharingProviderContainer">
138
  <input id="the_champ_login_livejournal" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('liveJournal', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="liveJournal" />
139
  <label for="the_champ_login_livejournal"><?php _e("LiveJournal", 'super-socializer'); ?></label>
454
  </div>
455
  </td>
456
  </tr>
457
+
458
+ <tr>
459
+ <th>
460
+ <img id="the_champ_sl_twitch_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
461
+ <label for="the_champ_sl_twitch_id"><?php _e("Twitch Client ID", 'super-socializer'); ?></label>
462
+ </th>
463
+ <td>
464
+ <input id="the_champ_sl_twitch_id" name="the_champ_login[twitch_client_id]" type="text" value="<?php echo isset($theChampLoginOptions['twitch_client_id']) ? $theChampLoginOptions['twitch_client_id'] : '' ?>" />
465
+ </td>
466
+ </tr>
467
+
468
+ <tr class="the_champ_help_content" id="the_champ_sl_twitch_id_help_cont">
469
+ <td colspan="2">
470
+ <div>
471
+ <?php echo sprintf(__('Required for Twitch Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get it', 'super-socializer'), 'http://support.heateor.com/how-to-enable-twitch-login-at-wordpress-website') ?>
472
+ <br/>
473
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URI</strong> option at the link mentioned', 'super-socializer'); ?></span>
474
+ <br/>
475
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url()) . '/?SuperSocializerAuth=Twitch'; ?></strong>
476
+ </div>
477
+ </td>
478
+ </tr>
479
+
480
+ <tr>
481
+ <th>
482
+ <img id="the_champ_sl_twitch_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
483
+ <label for="the_champ_sl_twitch_secret"><?php _e("Twitch Client Secret", 'super-socializer'); ?></label>
484
+ </th>
485
+ <td>
486
+ <input id="the_champ_sl_twitch_secret" name="the_champ_login[twitch_client_secret]" type="text" value="<?php echo isset($theChampLoginOptions['twitch_client_secret']) ? $theChampLoginOptions['twitch_client_secret'] : '' ?>" />
487
+ </td>
488
+ </tr>
489
+
490
+ <tr class="the_champ_help_content" id="the_champ_sl_twitch_secret_help_cont">
491
+ <td colspan="2">
492
+ <div>
493
+ <?php echo sprintf(__('Required for Twitch Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get it', 'super-socializer'), 'http://support.heateor.com/how-to-enable-twitch-login-at-wordpress-website') ?>
494
+ <br/>
495
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URI</strong> option at the link mentioned', 'super-socializer'); ?></span>
496
+ <br/>
497
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url()) . '/?SuperSocializerAuth=Twitch'; ?></strong>
498
+ </div>
499
+ </td>
500
+ </tr>
501
  </table>
502
  </div>
503
  </div>
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{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{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%201%2030%2030%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{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%2031%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: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: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: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%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') left no-repeat}.theChampLiveJournalLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%2300B0EA%22%3E%3Cpath%20d%3D%22M16.76%205.53c-1.586%200-3.094.33-4.462.922l-2.47-2.465h-.005A11.268%2011.268%200%200%200%204%209.843l2.472%202.47a11.283%2011.283%200%200%201%205.823-5.86h.004l9.14%209.128h-.006a11.304%2011.304%200%200%200-5.823%205.86l-9.14-9.13c-.597%201.372-.952%202.865-.952%204.457%200%206.21%205.03%2011.24%2011.24%2011.24S28%2022.98%2028%2016.77c0-6.206-5.033-11.24-11.24-11.24zm1.95%2016.573a6.561%206.561%200%200%201%203.38-3.403l.887%204.285-4.268-.882z%22%2F%3E%3Cpath%20d%3D%22M22.092%2018.702l-.653-3.118h-.007a11.288%2011.288%200%200%200-5.822%205.858l3.097.66a6.58%206.58%200%200%201%203.38-3.4%22%2F%3E%3C%2Fg%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}.theChampInstagramLoginSvg{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_browser_msg_close img,#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:120px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:65px}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:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}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:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon, div.the_champ_horizontal_counter .the_champ_stumbleupon{width:114px}div.the_champ_horizontal_sharing .the_champ_stumbleupon iframe, div.the_champ_horizontal_counter .the_champ_stumbleupon iframe{vertical-align:top;}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStockTwitsBackground{background-color: #40576F}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.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}.theChampDeliciousSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%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}.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}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) 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}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) 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{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) 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}.theChampBaiduBackground{background-color: #2319DC}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.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}.theChampDiHITTBackground{background-color: #FF6300}.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}.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}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fdff88}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPolyvoreBackground{background-color: #2A2A2A}.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}.theChampSegnaloBackground{background-color: #fdff88}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.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}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.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}.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}.theChampGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%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}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!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;}i.theChampTwitchLogin{display:none}
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{width:100%;height:100%}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{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%201%2030%2030%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{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%2031%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: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: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: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%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') left no-repeat}.theChampLiveJournalLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%2300B0EA%22%3E%3Cpath%20d%3D%22M16.76%205.53c-1.586%200-3.094.33-4.462.922l-2.47-2.465h-.005A11.268%2011.268%200%200%200%204%209.843l2.472%202.47a11.283%2011.283%200%200%201%205.823-5.86h.004l9.14%209.128h-.006a11.304%2011.304%200%200%200-5.823%205.86l-9.14-9.13c-.597%201.372-.952%202.865-.952%204.457%200%206.21%205.03%2011.24%2011.24%2011.24S28%2022.98%2028%2016.77c0-6.206-5.033-11.24-11.24-11.24zm1.95%2016.573a6.561%206.561%200%200%201%203.38-3.403l.887%204.285-4.268-.882z%22%2F%3E%3Cpath%20d%3D%22M22.092%2018.702l-.653-3.118h-.007a11.288%2011.288%200%200%200-5.822%205.858l3.097.66a6.58%206.58%200%200%201%203.38-3.4%22%2F%3E%3C%2Fg%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}.theChampInstagramLoginSvg{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_browser_msg_close img,#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:120px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:65px}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:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}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:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon, div.the_champ_horizontal_counter .the_champ_stumbleupon{width:114px}div.the_champ_horizontal_sharing .the_champ_stumbleupon iframe, div.the_champ_horizontal_counter .the_champ_stumbleupon iframe{vertical-align:top;}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampTwitchBackground{background-color:#6441A5}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStockTwitsBackground{background-color: #40576F}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.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}.theChampDeliciousSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%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}.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}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) 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}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) 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{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) 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}.theChampBaiduBackground{background-color: #2319DC}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.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}.theChampDiHITTBackground{background-color: #FF6300}.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}.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}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fdff88}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPolyvoreBackground{background-color: #2A2A2A}.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}.theChampSegnaloBackground{background-color: #fdff88}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.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}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.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}.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}.theChampGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%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}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!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;}
helper.php CHANGED
@@ -39,6 +39,9 @@ function the_champ_login_notifications($loginOptions){
39
  if(in_array('steam', $loginOptions['providers']) && (!isset($loginOptions['steam_api_key']) || $loginOptions['steam_api_key'] == '')){
40
  $errorHtml .= the_champ_error_message('Specify Steam API Key in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Steam Login to work');
41
  }
 
 
 
42
  }
43
  return $errorHtml;
44
  }
@@ -511,12 +514,12 @@ function the_champ_account_linking(){
511
  $theChampAjaxUrl = get_admin_url().'admin-ajax.php';
512
  $redirectionUrl = the_champ_get_login_redirection_url();
513
  $regRedirectionUrl = the_champ_get_login_redirection_url('', true);
514
- global $theChampSteamLogin, $heateorSsVkontakte;
515
  ?>
516
  <style type="text/css">
517
  #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}
518
  </style>
519
- <script> var theChampLoadingImgPath = '<?php echo $loadingImagePath ?>'; var theChampAjaxUrl = '<?php echo $theChampAjaxUrl ?>'; var theChampRedirectionUrl = '<?php echo $redirectionUrl ?>'; var theChampRegRedirectionUrl = '<?php echo $regRedirectionUrl ?>', theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var heateorMSEnabled = 0; var 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 = '<?php echo isset($heateorSsVkontakte) ? $heateorSsVkontakte->getLoginUrl() : ''; ?>'; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampXingAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Xing&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
520
  <?php
521
  $userVerified = false;
522
  $ajaxUrl = 'admin-ajax.php';
39
  if(in_array('steam', $loginOptions['providers']) && (!isset($loginOptions['steam_api_key']) || $loginOptions['steam_api_key'] == '')){
40
  $errorHtml .= the_champ_error_message('Specify Steam API Key in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Steam Login to work');
41
  }
42
+ if(in_array('twitch', $loginOptions['providers']) && (!isset($loginOptions['twitch_client_id']) || $loginOptions['twitch_client_id'] == '' || !isset($loginOptions['twitch_client_secret']) || $loginOptions['twitch_client_secret'] == '')){
43
+ $errorHtml .= the_champ_error_message('Specify Twitch Client ID and Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Twitch Login to work');
44
+ }
45
  }
46
  return $errorHtml;
47
  }
514
  $theChampAjaxUrl = get_admin_url().'admin-ajax.php';
515
  $redirectionUrl = the_champ_get_login_redirection_url();
516
  $regRedirectionUrl = the_champ_get_login_redirection_url('', true);
517
+ global $theChampSteamLogin;
518
  ?>
519
  <style type="text/css">
520
  #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}
521
  </style>
522
+ <script> var theChampLoadingImgPath = '<?php echo $loadingImagePath ?>'; var theChampAjaxUrl = '<?php echo $theChampAjaxUrl ?>'; var theChampRedirectionUrl = '<?php echo $redirectionUrl ?>'; var theChampRegRedirectionUrl = '<?php echo $regRedirectionUrl ?>', theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var heateorMSEnabled = 0; var 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 theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampXingAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Xing&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
523
  <?php
524
  $userVerified = false;
525
  $ajaxUrl = 'admin-ajax.php';
inc/social_login.php CHANGED
@@ -436,6 +436,17 @@ function the_champ_sanitize_profile_data($profileData, $provider){
436
  $temp['link'] = isset($profileData->profileurl) ? $profileData->profileurl : '';
437
  $temp['avatar'] = isset($profileData->avatarmedium) && heateor_ss_validate_url($profileData->avatarmedium) !== false ? $profileData->avatarmedium : '';
438
  $temp['large_avatar'] = isset($profileData->avatarfull) && heateor_ss_validate_url($profileData->avatarfull) !== false ? $profileData->avatarfull : '';
 
 
 
 
 
 
 
 
 
 
 
439
  }elseif($provider == 'xing'){
440
  $temp['id'] = isset($profileData -> id) ? sanitize_text_field($profileData -> id) : '';
441
  $temp['email'] = isset($profileData -> active_email) ? sanitize_email($profileData -> active_email) : '';;
@@ -537,7 +548,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
537
  if(isset($existingUser[0] -> ID)){
538
  // check if account needs verification
539
  if(get_user_meta($existingUser[0] -> ID, 'thechamp_key', true) != ''){
540
- if(!in_array($profileData['provider'], array('twitter', 'instagram', 'steam', 'liveJournal'))){
541
  if(is_user_logged_in()){
542
  wp_delete_user($existingUser[0] -> ID);
543
  the_champ_link_account($socialId, $provider, $user_ID);
436
  $temp['link'] = isset($profileData->profileurl) ? $profileData->profileurl : '';
437
  $temp['avatar'] = isset($profileData->avatarmedium) && heateor_ss_validate_url($profileData->avatarmedium) !== false ? $profileData->avatarmedium : '';
438
  $temp['large_avatar'] = isset($profileData->avatarfull) && heateor_ss_validate_url($profileData->avatarfull) !== false ? $profileData->avatarfull : '';
439
+ }elseif($provider == 'twitch'){
440
+ $temp['id'] = isset($profileData['_id']) ? sanitize_text_field($profileData['_id']) : '';
441
+ $temp['email'] = '';
442
+ $temp['name'] = isset($profileData['name']) ? sanitize_text_field($profileData['name']) : '';
443
+ $temp['username'] = isset($profileData['display_name']) ? sanitize_text_field($profileData['display_name']) : '';
444
+ $temp['first_name'] = '';
445
+ $temp['last_name'] = '';
446
+ $temp['bio'] = isset($profileData['bio']) ? sanitize_text_field($profileData['bio']) : '';
447
+ $temp['link'] = '';
448
+ $temp['avatar'] = isset($profileData['logo']) && heateor_ss_validate_url($profileData['logo']) !== false ? $profileData['logo'] : '';
449
+ $temp['large_avatar'] = isset($profileData['logo']) && heateor_ss_validate_url($profileData['logo']) !== false ? $profileData['logo'] : '';
450
  }elseif($provider == 'xing'){
451
  $temp['id'] = isset($profileData -> id) ? sanitize_text_field($profileData -> id) : '';
452
  $temp['email'] = isset($profileData -> active_email) ? sanitize_email($profileData -> active_email) : '';;
548
  if(isset($existingUser[0] -> ID)){
549
  // check if account needs verification
550
  if(get_user_meta($existingUser[0] -> ID, 'thechamp_key', true) != ''){
551
+ if(!in_array($profileData['provider'], array('twitter', 'instagram', 'steam', 'liveJournal', 'twitch'))){
552
  if(is_user_logged_in()){
553
  wp_delete_user($existingUser[0] -> ID);
554
  the_champ_link_account($socialId, $provider, $user_ID);
js/front/combined.js CHANGED
@@ -7,7 +7,7 @@ function heateorSsLJLoginPopup(){var a=document.createElement("div");a.innerHTML
7
  if(typeof theChampLinkingRedirection=="undefined"){var theChampLinkingRedirection='';}
8
  // common.js
9
  function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}
10
- function theChampInitiateLogin(a){var b=a.getAttribute("alt");if("Login with Facebook"==b)theChampPopup(theChampFacebookAuthUrl);else if("Login with LiveJournal"==b)heateorSsLJLoginPopup();else if("Login with Steam"==b)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==b)theChampPopup(theChampTwitterAuthUrl);else if("Login with Xing"==b)theChampPopup(theChampXingAuthUrl);else{if("Login with Linkedin"==b)theChampPopup(theChampLinkedinAuthUrl);"Login with Google"==b?theChampPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==b?theChampPopup(theChampVkontakteAuthUrl):"Login with Instagram"==b&&theChampInitializeInstaLogin()}}
11
  function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\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,}))$/;return t.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(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
12
  // instagram.js
13
  function theChampInitializeInstaLogin(){var e=typeof theChampLinkingRedirection!="undefined"&&theChampLinkingRedirection!=""?theChampLinkingRedirection:theChampTwitterRedirect;theChampPopup("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 + (window.opener.heateorMSEnabled == 1 ? (redirection.indexOf('?') >= 0 ? '&' : '?') + "heateorMSEnabled=1" : '');window.opener.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection?redirection:theChampTwitterRedirect);window.close()}
7
  if(typeof theChampLinkingRedirection=="undefined"){var theChampLinkingRedirection='';}
8
  // common.js
9
  function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}
10
+ function theChampInitiateLogin(a){var b=a.getAttribute("alt");if("Login with Facebook"==b)theChampPopup(theChampFacebookAuthUrl);else if("Login with Twitch"==b)theChampPopup(theChampTwitchAuthUrl);else if("Login with LiveJournal"==b)heateorSsLJLoginPopup();else if("Login with Steam"==b)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==b)theChampPopup(theChampTwitterAuthUrl);else if("Login with Xing"==b)theChampPopup(theChampXingAuthUrl);else{if("Login with Linkedin"==b)theChampPopup(theChampLinkedinAuthUrl);"Login with Google"==b?theChampPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==b?theChampPopup(theChampVkontakteAuthUrl):"Login with Instagram"==b&&theChampInitializeInstaLogin()}}
11
  function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\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,}))$/;return t.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(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
12
  // instagram.js
13
  function theChampInitializeInstaLogin(){var e=typeof theChampLinkingRedirection!="undefined"&&theChampLinkingRedirection!=""?theChampLinkingRedirection:theChampTwitterRedirect;theChampPopup("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 + (window.opener.heateorMSEnabled == 1 ? (redirection.indexOf('?') >= 0 ? '&' : '?') + "heateorMSEnabled=1" : '');window.opener.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection?redirection:theChampTwitterRedirect);window.close()}
js/front/social_login/common.js CHANGED
@@ -1 +1 @@
1
- function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(a){var b=a.getAttribute("alt");if("Login with Facebook"==b)theChampPopup(theChampFacebookAuthUrl);else if("Login with LiveJournal"==b)heateorSsLJLoginPopup();else if("Login with Steam"==b)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==b)theChampPopup(theChampTwitterAuthUrl);else if("Login with Xing"==b)theChampPopup(theChampXingAuthUrl);else{if("Login with Linkedin"==b)theChampPopup(theChampLinkedinAuthUrl);"Login with Google"==b?theChampPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==b?theChampPopup(theChampVkontakteAuthUrl):"Login with Instagram"==b&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(a,b){if("undefined"!=typeof jQuery)for(var c=0;c<b.length;c++)jQuery("."+b[c]).css("display","block");else for(var c=0;c<b.length;c++)for(var d=theChampGetElementsByClass(a,b[c]),e=0;e<d.length;e++)d[e].style.display="block"}function theChampValidateEmail(a){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(a)}function the_champ_save_email(a){var b=document.getElementById("the_champ_email").value.trim(),c=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=a.id||theChampValidateEmail(b)?b!=c?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(a.id,b)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(a,b){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:a,email:b,id:theChampEmailPopupUniqueId},success:function(a){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==a.status&&a.message.response&&"success"==a.message.response?location.href=a.message.url:1==a.status&&"success"==a.message?location.href=theChampRegRedirectionUrl:1==a.status&&"cancelled"==a.message?tb_remove():1==a.status&&"verify"==a.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==a.status&&(document.getElementById("the_champ_error").innerHTML=a.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(a,b,c){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(a){return a.charAt(0).toUpperCase()+a.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
1
+ function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(a){var b=a.getAttribute("alt");if("Login with Facebook"==b)theChampPopup(theChampFacebookAuthUrl);else if("Login with Twitch"==b)theChampPopup(theChampTwitchAuthUrl);else if("Login with LiveJournal"==b)heateorSsLJLoginPopup();else if("Login with Steam"==b)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==b)theChampPopup(theChampTwitterAuthUrl);else if("Login with Xing"==b)theChampPopup(theChampXingAuthUrl);else{if("Login with Linkedin"==b)theChampPopup(theChampLinkedinAuthUrl);"Login with Google"==b?theChampPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==b?theChampPopup(theChampVkontakteAuthUrl):"Login with Instagram"==b&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(a,b){if("undefined"!=typeof jQuery)for(var c=0;c<b.length;c++)jQuery("."+b[c]).css("display","block");else for(var c=0;c<b.length;c++)for(var d=theChampGetElementsByClass(a,b[c]),e=0;e<d.length;e++)d[e].style.display="block"}function theChampValidateEmail(a){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(a)}function the_champ_save_email(a){var b=document.getElementById("the_champ_email").value.trim(),c=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=a.id||theChampValidateEmail(b)?b!=c?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(a.id,b)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(a,b){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:a,email:b,id:theChampEmailPopupUniqueId},success:function(a){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==a.status&&a.message.response&&"success"==a.message.response?location.href=a.message.url:1==a.status&&"success"==a.message?location.href=theChampRegRedirectionUrl:1==a.status&&"cancelled"==a.message?tb_remove():1==a.status&&"verify"==a.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==a.status&&(document.getElementById("the_champ_error").innerHTML=a.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(a,b,c){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(a){return a.charAt(0).toUpperCase()+a.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-03-16 11:40+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:40+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,15 +15,15 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:356 ../super_socializer.php:370
19
  msgid "Facebook SDK returned an error: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:366
23
  msgid "Graph returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:510
27
  #, fuzzy
28
  msgid ""
29
  "cURL is not enabled at your website server. Please contact your website "
@@ -32,7 +32,7 @@ msgstr ""
32
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
33
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
34
 
35
- #: ../super_socializer.php:537
36
  #, php-format
37
  msgid ""
38
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -41,7 +41,7 @@ msgstr ""
41
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
42
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
43
 
44
- #: ../super_socializer.php:540
45
  msgid ""
46
  "Make sure cURL is enabled at your website server. You may need to contact "
47
  "the server administrator of your website to verify this"
@@ -49,119 +49,119 @@ msgstr ""
49
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
50
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
51
 
52
- #: ../super_socializer.php:541
53
  #, php-format
54
  msgid ""
55
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
56
  msgstr ""
57
 
58
- #: ../super_socializer.php:808 ../helper.php:960
59
  msgid "Please verify your email address to login."
60
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
61
 
62
- #: ../super_socializer.php:808
63
  msgid "Your email has been verified. Now you can login to your account"
64
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
65
 
66
- #: ../super_socializer.php:812
67
  msgid "Notification"
68
  msgstr "تنبيهات"
69
 
70
- #: ../super_socializer.php:830 ../admin/social_login.php:706
71
  msgid "Email required"
72
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
73
 
74
- #: ../super_socializer.php:833
75
  msgid "Please check your email inbox to complete the registration."
76
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
77
 
78
- #: ../super_socializer.php:840 ../helper.php:500
79
  msgid "Enter your LiveJournal username"
80
  msgstr ""
81
 
82
- #: ../super_socializer.php:902
83
  msgid "Leave a reply"
84
  msgstr "اترك رد"
85
 
86
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
87
  msgid "Shares"
88
  msgstr ""
89
 
90
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
91
  msgid "Share"
92
  msgstr ""
93
 
94
- #: ../super_socializer.php:914
95
  #, fuzzy
96
  msgid "Link copied."
97
  msgstr "شارك الأخرين عبر لنكيدان"
98
 
99
- #: ../super_socializer.php:1101
100
  #, fuzzy
101
  msgid "Super Socializer - General Options"
102
  msgstr "آخر تسجيل دخول | Last Login"
103
 
104
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
105
  #: ../admin/social_commenting.php:43
106
  #, fuzzy
107
  msgid "General Options"
108
  msgstr "المشاركات الأفقي"
109
 
110
- #: ../super_socializer.php:1169 ../helper.php:882
111
  #, fuzzy
112
  msgid "Social Avatar"
113
  msgstr "صغير الرمزية رابط"
114
 
115
- #: ../super_socializer.php:1172
116
  msgid "Small Avatar Url"
117
  msgstr "صغير الرمزية رابط"
118
 
119
- #: ../super_socializer.php:1176
120
  #, fuzzy
121
  msgid "Large Avatar Url"
122
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
123
 
124
- #: ../super_socializer.php:1180 ../helper.php:885
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:1184 ../helper.php:886
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr ""
133
 
134
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
135
  msgid ""
136
  "Your browser is blocking some features of this website. Please follow the "
137
  "instructions at {support_url} to unblock these."
138
  msgstr ""
139
 
140
- #: ../super_socializer.php:1263
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1264
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
147
 
148
- #: ../super_socializer.php:1269
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
151
 
152
- #: ../super_socializer.php:1488
153
  #, php-format
154
  msgid ""
155
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
156
  msgstr ""
157
 
158
- #: ../super_socializer.php:1503
159
  #, php-format
160
  msgid ""
161
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1527
165
  #, php-format
166
  msgid ""
167
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -169,12 +169,12 @@ msgid ""
169
  "target=\"_blank\">here</a>"
170
  msgstr ""
171
 
172
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
173
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
174
  msgid "Okay"
175
  msgstr ""
176
 
177
- #: ../super_socializer.php:1552
178
  #, php-format
179
  msgid ""
180
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -182,7 +182,7 @@ msgid ""
182
  "target=\"_blank\">here</a>"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1577
186
  #, php-format
187
  msgid ""
188
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -190,7 +190,7 @@ msgid ""
190
  "target=\"_blank\">here</a>"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1601
194
  #, php-format
195
  msgid ""
196
  "Your website visitors will see a popup notification (only once) if their "
@@ -209,109 +209,109 @@ msgstr "الإعدادات"
209
  msgid "Dismiss this notice"
210
  msgstr "إقالة هذا الإشعار"
211
 
212
- #: ../helper.php:156
213
  msgid "Click to show help"
214
  msgstr "إضغط للمزيد من المساعدة"
215
 
216
- #: ../helper.php:156
217
  msgid "Click to hide help"
218
  msgstr "إضغط لإخفاء المساعدة "
219
 
220
- #: ../helper.php:249
221
  #, fuzzy
222
  msgid "Add-Ons"
223
  msgstr "إضافات"
224
 
225
- #: ../helper.php:250
226
  msgid "Support Documentation"
227
  msgstr ""
228
 
229
- #: ../helper.php:251
230
  msgid "Settings"
231
  msgstr "الإعدادات"
232
 
233
- #: ../helper.php:549
234
  msgid "Account linked successfully"
235
  msgstr "تم ربط حسابك بنجاح"
236
 
237
- #: ../helper.php:553
238
  msgid "Account already exists or linked"
239
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
240
 
241
- #: ../helper.php:573
242
  msgid "Link your social account to login to your account at this website"
243
  msgstr ""
244
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
245
  "الى حسابك في هذا الموقع"
246
 
247
- #: ../helper.php:611 ../helper.php:617
248
  msgid "Currently"
249
  msgstr "في الوقت الحاضر"
250
 
251
- #: ../helper.php:611 ../helper.php:617
252
  msgid "Connected with"
253
  msgstr ""
254
 
255
- #: ../helper.php:611 ../helper.php:617
256
  msgid "Remove"
257
  msgstr "إزالة"
258
 
259
- #: ../helper.php:688
260
  #, fuzzy
261
  msgid "Social Account Linking"
262
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
263
 
264
- #: ../helper.php:738
265
  #, fuzzy
266
  msgid "Disable Standard Social Sharing on this "
267
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
268
 
269
- #: ../helper.php:743
270
  #, fuzzy
271
  msgid "Disable Floating Social Sharing on this "
272
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
273
 
274
- #: ../helper.php:748
275
  #, fuzzy
276
  msgid "Disable Standard like buttons on this "
277
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
278
 
279
- #: ../helper.php:753
280
  #, fuzzy
281
  msgid "Disable Floating like buttons on this "
282
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
283
 
284
- #: ../helper.php:758
285
  msgid "Disable Social Commenting on this "
286
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
287
 
288
- #: ../helper.php:767
289
  #, fuzzy
290
  msgid "Standard Sharing Interface"
291
  msgstr "المشاركات الأفقي"
292
 
293
- #: ../helper.php:773 ../helper.php:792
294
  msgid "Starting share count for "
295
  msgstr "بدء العد حصة ل"
296
 
297
- #: ../helper.php:786
298
  #, fuzzy
299
  msgid "Floating Sharing Interface"
300
  msgstr "المشاركات الأفقي"
301
 
302
- #: ../helper.php:889
303
  #, fuzzy
304
  msgid "Small Avatar"
305
  msgstr "صغير الرمزية رابط"
306
 
307
- #: ../helper.php:893
308
  #, fuzzy
309
  msgid "Large Avatar"
310
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
311
 
312
- #: ../helper.php:897 ../admin/general_options.php:128
313
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
314
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
315
  #, fuzzy
316
  msgid "Save Changes"
317
  msgstr "حفظ"
@@ -385,14 +385,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
385
  msgstr ""
386
 
387
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
388
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
389
  #: ../admin/like_buttons.php:827
390
  #, fuzzy
391
  msgid "Instagram Shoutout"
392
  msgstr "إنستاجرام"
393
 
394
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
395
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
396
  #: ../admin/like_buttons.php:829
397
  msgid ""
398
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -401,7 +401,7 @@ msgid ""
401
  msgstr ""
402
 
403
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
404
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
405
  #: ../admin/like_buttons.php:830
406
  msgid ""
407
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -412,7 +412,7 @@ msgid ""
412
  msgstr ""
413
 
414
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
415
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
416
  #: ../admin/like_buttons.php:831
417
  msgid ""
418
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -567,7 +567,7 @@ msgstr ""
567
 
568
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
569
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
570
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
571
  #: ../admin/like_buttons.php:793
572
  #, fuzzy
573
  msgid "Shortcode & Widget"
@@ -580,7 +580,7 @@ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
580
 
581
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
582
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
583
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
584
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
585
  #, fuzzy
586
  msgid "FAQ"
@@ -840,7 +840,7 @@ msgstr "رابط (URL) مخصّص"
840
  msgid "Url to share"
841
  msgstr " شارك الآخرين بهذة الفقرة"
842
 
843
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
844
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
845
  #, fuzzy
846
  msgid "Title"
@@ -938,7 +938,7 @@ msgid "Placement"
938
  msgstr ""
939
 
940
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
941
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
942
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
943
  #, fuzzy
944
  msgid "Homepage"
@@ -1398,7 +1398,7 @@ msgstr ""
1398
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1399
 
1400
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1401
- #: ../admin/social_login.php:1008
1402
  msgid ""
1403
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1404
  "an online website for the plugin to function properly."
@@ -1426,7 +1426,7 @@ msgid ""
1426
  msgstr ""
1427
 
1428
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1429
- #: ../admin/social_login.php:1014
1430
  msgid "Why is my browser blocking some features of the plugin?"
1431
  msgstr ""
1432
 
@@ -1818,7 +1818,7 @@ msgstr "إنشاء ملف الإعدادات"
1818
  msgid "Advanced Configuration"
1819
  msgstr "إنشاء ملف الإعدادات"
1820
 
1821
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1822
  msgid "XProfile Integration"
1823
  msgstr ""
1824
 
@@ -1894,20 +1894,25 @@ msgid "Steam"
1894
  msgstr ""
1895
 
1896
  #: ../admin/social_login.php:134
 
 
 
 
 
1897
  msgid "LiveJournal"
1898
  msgstr ""
1899
 
1900
- #: ../admin/social_login.php:142
1901
  #, fuzzy
1902
  msgid "Select Social ID provider to enable in Social Login"
1903
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1904
 
1905
- #: ../admin/social_login.php:150
1906
  #, fuzzy
1907
  msgid "Facebook App ID"
1908
  msgstr "رقم التعريف الخالص بك | ID"
1909
 
1910
- #: ../admin/social_login.php:160
1911
  #, fuzzy, php-format
1912
  msgid ""
1913
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1917,7 +1922,7 @@ msgstr ""
1917
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1918
  "فيسبوك"
1919
 
1920
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1921
  #, fuzzy
1922
  msgid ""
1923
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
@@ -1925,12 +1930,12 @@ msgstr ""
1925
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
1926
  "الوصلة المذكورة"
1927
 
1928
- #: ../admin/social_login.php:172
1929
  #, fuzzy
1930
  msgid "Facebook App Secret"
1931
  msgstr "رقم التعريف الخالص بك | ID"
1932
 
1933
- #: ../admin/social_login.php:182
1934
  #, fuzzy, php-format
1935
  msgid ""
1936
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1940,12 +1945,12 @@ msgstr ""
1940
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1941
  "فيسبوك"
1942
 
1943
- #: ../admin/social_login.php:194
1944
  #, fuzzy
1945
  msgid "Twitter API Key"
1946
  msgstr "مفتاح API الخاص | API Private Key"
1947
 
1948
- #: ../admin/social_login.php:204
1949
  #, fuzzy, php-format
1950
  msgid ""
1951
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1955,7 +1960,7 @@ msgstr ""
1955
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1956
  "\"مفتاح API التغريد\""
1957
 
1958
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1959
  #, fuzzy
1960
  msgid ""
1961
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
@@ -1964,12 +1969,12 @@ msgstr ""
1964
  "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</"
1965
  "strong> في الارتباط المشار إليها"
1966
 
1967
- #: ../admin/social_login.php:216
1968
  #, fuzzy
1969
  msgid "Twitter API Secret"
1970
  msgstr "شارك الأخرين عبر تويتر"
1971
 
1972
- #: ../admin/social_login.php:226
1973
  #, fuzzy, php-format
1974
  msgid ""
1975
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1979,12 +1984,12 @@ msgstr ""
1979
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1980
  "\"سر API التغريد\""
1981
 
1982
- #: ../admin/social_login.php:238
1983
  #, fuzzy
1984
  msgid "LinkedIn Client ID"
1985
  msgstr "شارك الأخرين عبر لنكيدان"
1986
 
1987
- #: ../admin/social_login.php:248
1988
  #, fuzzy, php-format
1989
  msgid ""
1990
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1993,19 +1998,19 @@ msgstr ""
1993
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1994
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1995
 
1996
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1997
- #: ../admin/social_login.php:382
1998
  #, fuzzy
1999
  msgid ""
2000
  "Paste following url in <strong>Website URL</strong> option at the link "
2001
  "mentioned"
2002
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2003
 
2004
- #: ../admin/social_login.php:260
2005
  msgid "LinkedIn Client Secret "
2006
  msgstr ""
2007
 
2008
- #: ../admin/social_login.php:270
2009
  #, fuzzy, php-format
2010
  msgid ""
2011
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2015,12 +2020,12 @@ msgstr ""
2015
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2016
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2017
 
2018
- #: ../admin/social_login.php:282
2019
  #, fuzzy
2020
  msgid "Google+ Client ID"
2021
  msgstr "شارك الأخرين عبر جوجل"
2022
 
2023
- #: ../admin/social_login.php:292
2024
  #, fuzzy, php-format
2025
  msgid ""
2026
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2031,7 +2036,7 @@ msgstr ""
2031
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2032
  "GooglePlus"
2033
 
2034
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
2035
  #, fuzzy
2036
  msgid ""
2037
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2040,12 +2045,12 @@ msgstr ""
2040
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2041
  "الوصلة المذكورة"
2042
 
2043
- #: ../admin/social_login.php:304
2044
  #, fuzzy
2045
  msgid "Google+ Client Secret"
2046
  msgstr "شارك الأخرين عبر جوجل"
2047
 
2048
- #: ../admin/social_login.php:314
2049
  #, fuzzy, php-format
2050
  msgid ""
2051
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2056,12 +2061,12 @@ msgstr ""
2056
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2057
  "GooglePlus"
2058
 
2059
- #: ../admin/social_login.php:326
2060
  #, fuzzy
2061
  msgid "Vkontakte Application ID"
2062
  msgstr "انشر عبر VKontakte"
2063
 
2064
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
2065
  #, fuzzy, php-format
2066
  msgid ""
2067
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2072,7 +2077,7 @@ msgstr ""
2072
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2073
  "Vkontakte"
2074
 
2075
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
2076
  #, fuzzy
2077
  msgid ""
2078
  "Paste following url in <strong>Site address</strong> option at the link "
@@ -2080,17 +2085,17 @@ msgid ""
2080
  msgstr ""
2081
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2082
 
2083
- #: ../admin/social_login.php:348
2084
  #, fuzzy
2085
  msgid "Vkontakte Secure key"
2086
  msgstr "انشر عبر VKontakte"
2087
 
2088
- #: ../admin/social_login.php:370
2089
  #, fuzzy
2090
  msgid "Instagram Client ID"
2091
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2092
 
2093
- #: ../admin/social_login.php:380
2094
  #, fuzzy, php-format
2095
  msgid ""
2096
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2100,12 +2105,12 @@ msgstr ""
2100
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2101
  "Instagram"
2102
 
2103
- #: ../admin/social_login.php:392
2104
  #, fuzzy
2105
  msgid "Xing Consumer Key"
2106
  msgstr "مفتاح التفعيل:"
2107
 
2108
- #: ../admin/social_login.php:402
2109
  #, fuzzy, php-format
2110
  msgid ""
2111
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2115,7 +2120,7 @@ msgstr ""
2115
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
2116
  "شينغ\""
2117
 
2118
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
2119
  #, fuzzy
2120
  msgid ""
2121
  "Paste following url in <strong>Callback domain</strong> option at the link "
@@ -2124,12 +2129,12 @@ msgstr ""
2124
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2125
  "المذكورة"
2126
 
2127
- #: ../admin/social_login.php:414
2128
  #, fuzzy
2129
  msgid "Xing Consumer Secret"
2130
  msgstr "كلمة السر | Secret Word"
2131
 
2132
- #: ../admin/social_login.php:424
2133
  #, fuzzy, php-format
2134
  msgid ""
2135
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2139,12 +2144,12 @@ msgstr ""
2139
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ"
2140
  "\""
2141
 
2142
- #: ../admin/social_login.php:436
2143
  #, fuzzy
2144
  msgid "Steam API Key"
2145
  msgstr "مفتاح API الخاص | API Private Key"
2146
 
2147
- #: ../admin/social_login.php:446
2148
  #, fuzzy, php-format
2149
  msgid ""
2150
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2154,14 +2159,43 @@ msgstr ""
2154
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2155
  "\"مفتاح API التغريد\""
2156
 
2157
- #: ../admin/social_login.php:447
2158
  #, fuzzy
2159
  msgid "Save following <strong>domain</strong> to get the key"
2160
  msgstr ""
2161
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2162
  "المذكورة"
2163
 
2164
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2165
  #, fuzzy
2166
  msgid "Social Login Options"
2167
  msgstr ""
@@ -2169,17 +2203,17 @@ msgstr ""
2169
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2170
  "فورا دون موافقة المشرف على النظام."
2171
 
2172
- #: ../admin/social_login.php:479
2173
  #, fuzzy
2174
  msgid "Text to display above the Social Login interface"
2175
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2176
 
2177
- #: ../admin/social_login.php:488
2178
  #, fuzzy
2179
  msgid "Enable at login page"
2180
  msgstr "صفحة"
2181
 
2182
- #: ../admin/social_login.php:498
2183
  #, fuzzy
2184
  msgid ""
2185
  "Social Login interface will get enabled at the login page of your website"
@@ -2187,12 +2221,12 @@ msgstr ""
2187
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2188
  "التعليق"
2189
 
2190
- #: ../admin/social_login.php:506
2191
  #, fuzzy
2192
  msgid "Enable at register page"
2193
  msgstr "التسجيل العام"
2194
 
2195
- #: ../admin/social_login.php:516
2196
  #, fuzzy
2197
  msgid ""
2198
  "Social Login interface will get enabled at the registration page of your "
@@ -2201,17 +2235,17 @@ msgstr ""
2201
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2202
  "الخاص بك"
2203
 
2204
- #: ../admin/social_login.php:524
2205
  msgid "Enable at comment form"
2206
  msgstr "تمكين هذا الشكل من تعليق"
2207
 
2208
- #: ../admin/social_login.php:534
2209
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2210
  msgstr ""
2211
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2212
  "التعليق"
2213
 
2214
- #: ../admin/social_login.php:543
2215
  #, fuzzy
2216
  msgid ""
2217
  "Link social account to already existing account, if email address matches"
@@ -2219,7 +2253,7 @@ msgstr ""
2219
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2220
  "الى حسابك في هذا الموقع"
2221
 
2222
- #: ../admin/social_login.php:553
2223
  msgid ""
2224
  "If email address of the user's Social Account matches with an already "
2225
  "existing account at your website, that social account will be linked to "
@@ -2227,11 +2261,11 @@ msgid ""
2227
  "Linking interface at their profile page."
2228
  msgstr ""
2229
 
2230
- #: ../admin/social_login.php:567
2231
  msgid "Enable before WooCommerce Customer Login Form"
2232
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2233
 
2234
- #: ../admin/social_login.php:577
2235
  #, fuzzy
2236
  msgid ""
2237
  "Social Login Interface will get enabled before the customer login form at "
@@ -2240,11 +2274,11 @@ msgstr ""
2240
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2241
  "التعليق"
2242
 
2243
- #: ../admin/social_login.php:585
2244
  msgid "Enable after WooCommerce Customer Login Form"
2245
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2246
 
2247
- #: ../admin/social_login.php:595
2248
  #, fuzzy
2249
  msgid ""
2250
  "Social Login Interface will get enabled after the customer login form at "
@@ -2253,26 +2287,26 @@ msgstr ""
2253
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2254
  "التعليق"
2255
 
2256
- #: ../admin/social_login.php:603
2257
  #, fuzzy
2258
  msgid "Enable at WooCommerce checkout page"
2259
  msgstr "التسجيل العام"
2260
 
2261
- #: ../admin/social_login.php:613
2262
  #, fuzzy
2263
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2264
  msgstr ""
2265
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2266
  "التعليق"
2267
 
2268
- #: ../admin/social_login.php:624
2269
  #, fuzzy
2270
  msgid "Auto-approve comments made by Social Login users"
2271
  msgstr ""
2272
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2273
  "الاجتماعي\""
2274
 
2275
- #: ../admin/social_login.php:634
2276
  msgid ""
2277
  "If this option is enabled, and WordPress comment is made by Social Login "
2278
  "user, comment will get approved immediately without keeping in moderation."
@@ -2281,17 +2315,17 @@ msgstr ""
2281
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2282
  "فورا دون موافقة المشرف على النظام."
2283
 
2284
- #: ../admin/social_login.php:635
2285
  #, fuzzy
2286
  msgid "Note: This is not related to Facebook comments"
2287
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2288
 
2289
- #: ../admin/social_login.php:645
2290
  #, fuzzy
2291
  msgid "Enable social avatar"
2292
  msgstr "خدمة الشبكة الاجتماعية"
2293
 
2294
- #: ../admin/social_login.php:655
2295
  #, fuzzy
2296
  msgid ""
2297
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2300,39 +2334,39 @@ msgstr ""
2300
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2301
  "الشخصية"
2302
 
2303
- #: ../admin/social_login.php:665
2304
  #, fuzzy
2305
  msgid "Avatar quality"
2306
  msgstr "نوعية الصورة الرمزية"
2307
 
2308
- #: ../admin/social_login.php:668
2309
  #, fuzzy
2310
  msgid "Average"
2311
  msgstr "المعدل"
2312
 
2313
- #: ../admin/social_login.php:669
2314
  msgid "Best"
2315
  msgstr "أفضل"
2316
 
2317
- #: ../admin/social_login.php:676
2318
  #, fuzzy
2319
  msgid "Choose avatar quality"
2320
  msgstr "إختيار ملف"
2321
 
2322
- #: ../admin/social_login.php:685
2323
  #, fuzzy
2324
  msgid ""
2325
  "Show option for users to update social avatar at BuddyPress profile page"
2326
  msgstr ""
2327
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2328
 
2329
- #: ../admin/social_login.php:695
2330
  msgid ""
2331
  "If enabled, users would be able to update their social avatar from \"Profile "
2332
  "photo\" section in BuddyPress profile at front-end"
2333
  msgstr ""
2334
 
2335
- #: ../admin/social_login.php:716
2336
  #, fuzzy
2337
  msgid ""
2338
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2343,11 +2377,11 @@ msgstr ""
2343
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2344
  "إنشاء بريد إلكتروني وهمية"
2345
 
2346
- #: ../admin/social_login.php:725
2347
  msgid "Send post-registration email to user to set account password"
2348
  msgstr ""
2349
 
2350
- #: ../admin/social_login.php:735
2351
  #, fuzzy
2352
  msgid ""
2353
  "If enabled, an email will be sent to user after registration through Social "
@@ -2359,12 +2393,12 @@ msgstr ""
2359
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2360
  "تسجيل الدخول التقليدية)"
2361
 
2362
- #: ../admin/social_login.php:743
2363
  #, fuzzy
2364
  msgid "Send new user registration notification email to admin"
2365
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2366
 
2367
- #: ../admin/social_login.php:753
2368
  #, fuzzy
2369
  msgid ""
2370
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2375,12 +2409,12 @@ msgstr ""
2375
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2376
  "تسجيل الدخول التقليدية)"
2377
 
2378
- #: ../admin/social_login.php:762
2379
  #, fuzzy
2380
  msgid "Enable social account linking at BuddyPress profile page"
2381
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2382
 
2383
- #: ../admin/social_login.php:772
2384
  #, fuzzy
2385
  msgid ""
2386
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2388,47 +2422,47 @@ msgid ""
2388
  msgstr ""
2389
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2390
 
2391
- #: ../admin/social_login.php:781
2392
  #, fuzzy
2393
  msgid "Login redirection"
2394
  msgstr "تسجيل الدخول"
2395
 
2396
- #: ../admin/social_login.php:785
2397
  #, fuzzy
2398
  msgid "Same page where user logged in"
2399
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2400
 
2401
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2402
  #, fuzzy
2403
  msgid "Account dashboard"
2404
  msgstr " لوحتك الخاصة بالتحكم"
2405
 
2406
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2407
  #, fuzzy
2408
  msgid "BuddyPress profile page"
2409
  msgstr "تحرير ملفي الشخصي"
2410
 
2411
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2412
  #, fuzzy
2413
  msgid "Custom Url"
2414
  msgstr "رابط (URL) مخصّص"
2415
 
2416
- #: ../admin/social_login.php:803
2417
  #, fuzzy
2418
  msgid "User will be redirected to the selected page after Social Login"
2419
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2420
 
2421
- #: ../admin/social_login.php:811
2422
  #, fuzzy
2423
  msgid "Registration redirection"
2424
  msgstr "نموذج التسجيل"
2425
 
2426
- #: ../admin/social_login.php:815
2427
  #, fuzzy
2428
  msgid "Same page from where user registered"
2429
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2430
 
2431
- #: ../admin/social_login.php:833
2432
  #, fuzzy
2433
  msgid ""
2434
  "User will be redirected to the selected page after registration (first "
@@ -2437,17 +2471,17 @@ msgstr ""
2437
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2438
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2439
 
2440
- #: ../admin/social_login.php:841
2441
  #, fuzzy
2442
  msgid "Email popup options"
2443
  msgstr "الخيارات"
2444
 
2445
- #: ../admin/social_login.php:847
2446
  #, fuzzy
2447
  msgid "Text on 'Email required' popup"
2448
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2449
 
2450
- #: ../admin/social_login.php:857
2451
  #, fuzzy
2452
  msgid ""
2453
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2456,12 +2490,12 @@ msgstr ""
2456
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2457
  "غير مطلوب."
2458
 
2459
- #: ../admin/social_login.php:866
2460
  #, fuzzy
2461
  msgid "Error message for 'Email required' popup"
2462
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2463
 
2464
- #: ../admin/social_login.php:876
2465
  #, fuzzy
2466
  msgid ""
2467
  "This message will be displayed to user if it provides invalid or already "
@@ -2470,12 +2504,12 @@ msgstr ""
2470
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2471
  "المسجلة مسبقاً"
2472
 
2473
- #: ../admin/social_login.php:885
2474
  #, fuzzy
2475
  msgid "Email popup height"
2476
  msgstr "ارتفاع"
2477
 
2478
- #: ../admin/social_login.php:895
2479
  #, fuzzy
2480
  msgid ""
2481
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2485,12 +2519,12 @@ msgstr ""
2485
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2486
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2487
 
2488
- #: ../admin/social_login.php:903
2489
  #, fuzzy
2490
  msgid "Enable email verification"
2491
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2492
 
2493
- #: ../admin/social_login.php:913
2494
  #, fuzzy
2495
  msgid ""
2496
  "If enabled, email provided by the user will be verified by sending a "
@@ -2501,32 +2535,32 @@ msgstr ""
2501
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2502
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2503
 
2504
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2505
  #: ../inc/widget.php:578 ../inc/widget.php:726
2506
  #, fuzzy
2507
  msgid "Select"
2508
  msgstr "أختر ..."
2509
 
2510
- #: ../admin/social_login.php:994
2511
  #, fuzzy
2512
  msgid "Social Login Shortcode & Widget"
2513
  msgstr "استخدم كود مختصر | Include the shortcode"
2514
 
2515
- #: ../admin/social_login.php:995
2516
  msgid "Social Linking Shortcode"
2517
  msgstr "الربط الاجتماعي رمز قصير"
2518
 
2519
- #: ../admin/social_login.php:1010
2520
  msgid "Why is social login not working?"
2521
  msgstr ""
2522
 
2523
- #: ../admin/social_login.php:1011
2524
  msgid ""
2525
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2526
  "belong to the same app"
2527
  msgstr ""
2528
 
2529
- #: ../admin/social_login.php:1013
2530
  msgid ""
2531
  "Why the user is not appearing logged in even after Social Login until the "
2532
  "webpage is refreshed manually?"
@@ -2793,29 +2827,29 @@ msgstr "طلب غير صحيح"
2793
  msgid "Providers not selected"
2794
  msgstr "محدد | selected"
2795
 
2796
- #: ../inc/social_login.php:714
2797
  #, fuzzy
2798
  msgid "Email"
2799
  msgstr "البريد الإلكتروني"
2800
 
2801
- #: ../inc/social_login.php:715
2802
  msgid "Confirm email"
2803
  msgstr ""
2804
 
2805
- #: ../inc/social_login.php:717
2806
  msgid "Save"
2807
  msgstr ""
2808
 
2809
- #: ../inc/social_login.php:718
2810
  msgid "Cancel"
2811
  msgstr ""
2812
 
2813
- #: ../inc/social_login.php:792
2814
  #, fuzzy
2815
  msgid "Email Verification"
2816
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2817
 
2818
- #: ../inc/social_login.php:794
2819
  msgid ""
2820
  "Please click on the following link or paste it in browser to verify your "
2821
  "email"
@@ -3100,27 +3134,10 @@ msgstr ""
3100
  #~ "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
3101
  #~ msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
3102
 
3103
- #, fuzzy
3104
- #~ msgid "Twitch"
3105
- #~ msgstr "شارك الأخرين عبر تويتر"
3106
-
3107
  #, fuzzy
3108
  #~ msgid "LinkedIn API Key"
3109
  #~ msgstr "مفتاح API الخاص | API Private Key"
3110
 
3111
- #, fuzzy
3112
- #~ msgid "Twitch Client ID"
3113
- #~ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
3114
-
3115
- #, fuzzy
3116
- #~ msgid ""
3117
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
3118
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
3119
- #~ msgstr ""
3120
- #~ "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق "
3121
- #~ "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
3122
- #~ "\"مفتاح API التغريد\""
3123
-
3124
  #, fuzzy
3125
  #~ msgid "Select providers"
3126
  #~ msgstr "أختر ..."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:07+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:08+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
19
  msgid "Facebook SDK returned an error: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:400
23
  msgid "Graph returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:563
27
  #, fuzzy
28
  msgid ""
29
  "cURL is not enabled at your website server. Please contact your website "
32
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
33
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
34
 
35
+ #: ../super_socializer.php:590
36
  #, php-format
37
  msgid ""
38
  "Enter exactly the following url in <strong>Website</strong> and "
41
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
42
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
43
 
44
+ #: ../super_socializer.php:593
45
  msgid ""
46
  "Make sure cURL is enabled at your website server. You may need to contact "
47
  "the server administrator of your website to verify this"
49
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
50
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
51
 
52
+ #: ../super_socializer.php:594
53
  #, php-format
54
  msgid ""
55
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
56
  msgstr ""
57
 
58
+ #: ../super_socializer.php:860 ../helper.php:963
59
  msgid "Please verify your email address to login."
60
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
61
 
62
+ #: ../super_socializer.php:860
63
  msgid "Your email has been verified. Now you can login to your account"
64
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
65
 
66
+ #: ../super_socializer.php:864
67
  msgid "Notification"
68
  msgstr "تنبيهات"
69
 
70
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
71
  msgid "Email required"
72
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
73
 
74
+ #: ../super_socializer.php:885
75
  msgid "Please check your email inbox to complete the registration."
76
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
77
 
78
+ #: ../super_socializer.php:892 ../helper.php:503
79
  msgid "Enter your LiveJournal username"
80
  msgstr ""
81
 
82
+ #: ../super_socializer.php:954
83
  msgid "Leave a reply"
84
  msgstr "اترك رد"
85
 
86
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
87
  msgid "Shares"
88
  msgstr ""
89
 
90
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
91
  msgid "Share"
92
  msgstr ""
93
 
94
+ #: ../super_socializer.php:966
95
  #, fuzzy
96
  msgid "Link copied."
97
  msgstr "شارك الأخرين عبر لنكيدان"
98
 
99
+ #: ../super_socializer.php:1153
100
  #, fuzzy
101
  msgid "Super Socializer - General Options"
102
  msgstr "آخر تسجيل دخول | Last Login"
103
 
104
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
105
  #: ../admin/social_commenting.php:43
106
  #, fuzzy
107
  msgid "General Options"
108
  msgstr "المشاركات الأفقي"
109
 
110
+ #: ../super_socializer.php:1221 ../helper.php:885
111
  #, fuzzy
112
  msgid "Social Avatar"
113
  msgstr "صغير الرمزية رابط"
114
 
115
+ #: ../super_socializer.php:1224
116
  msgid "Small Avatar Url"
117
  msgstr "صغير الرمزية رابط"
118
 
119
+ #: ../super_socializer.php:1228
120
  #, fuzzy
121
  msgid "Large Avatar Url"
122
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
123
 
124
+ #: ../super_socializer.php:1232 ../helper.php:888
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:1236 ../helper.php:889
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr ""
133
 
134
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
135
  msgid ""
136
  "Your browser is blocking some features of this website. Please follow the "
137
  "instructions at {support_url} to unblock these."
138
  msgstr ""
139
 
140
+ #: ../super_socializer.php:1315
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1316
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
147
 
148
+ #: ../super_socializer.php:1321
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
151
 
152
+ #: ../super_socializer.php:1540
153
  #, php-format
154
  msgid ""
155
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
156
  msgstr ""
157
 
158
+ #: ../super_socializer.php:1556
159
  #, php-format
160
  msgid ""
161
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1580
165
  #, php-format
166
  msgid ""
167
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
169
  "target=\"_blank\">here</a>"
170
  msgstr ""
171
 
172
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
173
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
174
  msgid "Okay"
175
  msgstr ""
176
 
177
+ #: ../super_socializer.php:1605
178
  #, php-format
179
  msgid ""
180
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
182
  "target=\"_blank\">here</a>"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1630
186
  #, php-format
187
  msgid ""
188
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
190
  "target=\"_blank\">here</a>"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1654
194
  #, php-format
195
  msgid ""
196
  "Your website visitors will see a popup notification (only once) if their "
209
  msgid "Dismiss this notice"
210
  msgstr "إقالة هذا الإشعار"
211
 
212
+ #: ../helper.php:159
213
  msgid "Click to show help"
214
  msgstr "إضغط للمزيد من المساعدة"
215
 
216
+ #: ../helper.php:159
217
  msgid "Click to hide help"
218
  msgstr "إضغط لإخفاء المساعدة "
219
 
220
+ #: ../helper.php:252
221
  #, fuzzy
222
  msgid "Add-Ons"
223
  msgstr "إضافات"
224
 
225
+ #: ../helper.php:253
226
  msgid "Support Documentation"
227
  msgstr ""
228
 
229
+ #: ../helper.php:254
230
  msgid "Settings"
231
  msgstr "الإعدادات"
232
 
233
+ #: ../helper.php:552
234
  msgid "Account linked successfully"
235
  msgstr "تم ربط حسابك بنجاح"
236
 
237
+ #: ../helper.php:556
238
  msgid "Account already exists or linked"
239
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
240
 
241
+ #: ../helper.php:576
242
  msgid "Link your social account to login to your account at this website"
243
  msgstr ""
244
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
245
  "الى حسابك في هذا الموقع"
246
 
247
+ #: ../helper.php:614 ../helper.php:620
248
  msgid "Currently"
249
  msgstr "في الوقت الحاضر"
250
 
251
+ #: ../helper.php:614 ../helper.php:620
252
  msgid "Connected with"
253
  msgstr ""
254
 
255
+ #: ../helper.php:614 ../helper.php:620
256
  msgid "Remove"
257
  msgstr "إزالة"
258
 
259
+ #: ../helper.php:691
260
  #, fuzzy
261
  msgid "Social Account Linking"
262
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
263
 
264
+ #: ../helper.php:741
265
  #, fuzzy
266
  msgid "Disable Standard Social Sharing on this "
267
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
268
 
269
+ #: ../helper.php:746
270
  #, fuzzy
271
  msgid "Disable Floating Social Sharing on this "
272
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
273
 
274
+ #: ../helper.php:751
275
  #, fuzzy
276
  msgid "Disable Standard like buttons on this "
277
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
278
 
279
+ #: ../helper.php:756
280
  #, fuzzy
281
  msgid "Disable Floating like buttons on this "
282
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
283
 
284
+ #: ../helper.php:761
285
  msgid "Disable Social Commenting on this "
286
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
287
 
288
+ #: ../helper.php:770
289
  #, fuzzy
290
  msgid "Standard Sharing Interface"
291
  msgstr "المشاركات الأفقي"
292
 
293
+ #: ../helper.php:776 ../helper.php:795
294
  msgid "Starting share count for "
295
  msgstr "بدء العد حصة ل"
296
 
297
+ #: ../helper.php:789
298
  #, fuzzy
299
  msgid "Floating Sharing Interface"
300
  msgstr "المشاركات الأفقي"
301
 
302
+ #: ../helper.php:892
303
  #, fuzzy
304
  msgid "Small Avatar"
305
  msgstr "صغير الرمزية رابط"
306
 
307
+ #: ../helper.php:896
308
  #, fuzzy
309
  msgid "Large Avatar"
310
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
311
 
312
+ #: ../helper.php:900 ../admin/general_options.php:128
313
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
314
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
315
  #, fuzzy
316
  msgid "Save Changes"
317
  msgstr "حفظ"
385
  msgstr ""
386
 
387
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
388
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
389
  #: ../admin/like_buttons.php:827
390
  #, fuzzy
391
  msgid "Instagram Shoutout"
392
  msgstr "إنستاجرام"
393
 
394
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
395
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
396
  #: ../admin/like_buttons.php:829
397
  msgid ""
398
  "If you can send (to hello@heateor.com) how our plugin is helping your "
401
  msgstr ""
402
 
403
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
404
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
405
  #: ../admin/like_buttons.php:830
406
  msgid ""
407
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
412
  msgstr ""
413
 
414
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
415
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
416
  #: ../admin/like_buttons.php:831
417
  msgid ""
418
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
567
 
568
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
569
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
570
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
571
  #: ../admin/like_buttons.php:793
572
  #, fuzzy
573
  msgid "Shortcode & Widget"
580
 
581
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
582
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
583
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
584
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
585
  #, fuzzy
586
  msgid "FAQ"
840
  msgid "Url to share"
841
  msgstr " شارك الآخرين بهذة الفقرة"
842
 
843
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
844
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
845
  #, fuzzy
846
  msgid "Title"
938
  msgstr ""
939
 
940
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
941
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
942
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
943
  #, fuzzy
944
  msgid "Homepage"
1398
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1399
 
1400
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1401
+ #: ../admin/social_login.php:1057
1402
  msgid ""
1403
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1404
  "an online website for the plugin to function properly."
1426
  msgstr ""
1427
 
1428
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1429
+ #: ../admin/social_login.php:1063
1430
  msgid "Why is my browser blocking some features of the plugin?"
1431
  msgstr ""
1432
 
1818
  msgid "Advanced Configuration"
1819
  msgstr "إنشاء ملف الإعدادات"
1820
 
1821
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1822
  msgid "XProfile Integration"
1823
  msgstr ""
1824
 
1894
  msgstr ""
1895
 
1896
  #: ../admin/social_login.php:134
1897
+ #, fuzzy
1898
+ msgid "Twitch"
1899
+ msgstr "شارك الأخرين عبر تويتر"
1900
+
1901
+ #: ../admin/social_login.php:139
1902
  msgid "LiveJournal"
1903
  msgstr ""
1904
 
1905
+ #: ../admin/social_login.php:147
1906
  #, fuzzy
1907
  msgid "Select Social ID provider to enable in Social Login"
1908
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1909
 
1910
+ #: ../admin/social_login.php:155
1911
  #, fuzzy
1912
  msgid "Facebook App ID"
1913
  msgstr "رقم التعريف الخالص بك | ID"
1914
 
1915
+ #: ../admin/social_login.php:165
1916
  #, fuzzy, php-format
1917
  msgid ""
1918
  "Required for Facebook Social Login to work. Please follow the documentation "
1922
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1923
  "فيسبوك"
1924
 
1925
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1926
  #, fuzzy
1927
  msgid ""
1928
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1930
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
1931
  "الوصلة المذكورة"
1932
 
1933
+ #: ../admin/social_login.php:177
1934
  #, fuzzy
1935
  msgid "Facebook App Secret"
1936
  msgstr "رقم التعريف الخالص بك | ID"
1937
 
1938
+ #: ../admin/social_login.php:187
1939
  #, fuzzy, php-format
1940
  msgid ""
1941
  "Required for Facebook Social Login to work. Please follow the documentation "
1945
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1946
  "فيسبوك"
1947
 
1948
+ #: ../admin/social_login.php:199
1949
  #, fuzzy
1950
  msgid "Twitter API Key"
1951
  msgstr "مفتاح API الخاص | API Private Key"
1952
 
1953
+ #: ../admin/social_login.php:209
1954
  #, fuzzy, php-format
1955
  msgid ""
1956
  "Required for Twitter Social Login to work. Please follow the documentation "
1960
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1961
  "\"مفتاح API التغريد\""
1962
 
1963
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1964
  #, fuzzy
1965
  msgid ""
1966
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1969
  "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</"
1970
  "strong> في الارتباط المشار إليها"
1971
 
1972
+ #: ../admin/social_login.php:221
1973
  #, fuzzy
1974
  msgid "Twitter API Secret"
1975
  msgstr "شارك الأخرين عبر تويتر"
1976
 
1977
+ #: ../admin/social_login.php:231
1978
  #, fuzzy, php-format
1979
  msgid ""
1980
  "Required for Twitter Social Login to work. Please follow the documentation "
1984
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1985
  "\"سر API التغريد\""
1986
 
1987
+ #: ../admin/social_login.php:243
1988
  #, fuzzy
1989
  msgid "LinkedIn Client ID"
1990
  msgstr "شارك الأخرين عبر لنكيدان"
1991
 
1992
+ #: ../admin/social_login.php:253
1993
  #, fuzzy, php-format
1994
  msgid ""
1995
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1998
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
1999
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2000
 
2001
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
2002
+ #: ../admin/social_login.php:387
2003
  #, fuzzy
2004
  msgid ""
2005
  "Paste following url in <strong>Website URL</strong> option at the link "
2006
  "mentioned"
2007
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2008
 
2009
+ #: ../admin/social_login.php:265
2010
  msgid "LinkedIn Client Secret "
2011
  msgstr ""
2012
 
2013
+ #: ../admin/social_login.php:275
2014
  #, fuzzy, php-format
2015
  msgid ""
2016
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2020
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2021
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2022
 
2023
+ #: ../admin/social_login.php:287
2024
  #, fuzzy
2025
  msgid "Google+ Client ID"
2026
  msgstr "شارك الأخرين عبر جوجل"
2027
 
2028
+ #: ../admin/social_login.php:297
2029
  #, fuzzy, php-format
2030
  msgid ""
2031
  "Required for GooglePlus Social Login to work. Please follow the "
2036
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2037
  "GooglePlus"
2038
 
2039
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
2040
  #, fuzzy
2041
  msgid ""
2042
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2045
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2046
  "الوصلة المذكورة"
2047
 
2048
+ #: ../admin/social_login.php:309
2049
  #, fuzzy
2050
  msgid "Google+ Client Secret"
2051
  msgstr "شارك الأخرين عبر جوجل"
2052
 
2053
+ #: ../admin/social_login.php:319
2054
  #, fuzzy, php-format
2055
  msgid ""
2056
  "Required for GooglePlus Social Login to work. Please follow the "
2061
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2062
  "GooglePlus"
2063
 
2064
+ #: ../admin/social_login.php:331
2065
  #, fuzzy
2066
  msgid "Vkontakte Application ID"
2067
  msgstr "انشر عبر VKontakte"
2068
 
2069
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
2070
  #, fuzzy, php-format
2071
  msgid ""
2072
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2077
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2078
  "Vkontakte"
2079
 
2080
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
2081
  #, fuzzy
2082
  msgid ""
2083
  "Paste following url in <strong>Site address</strong> option at the link "
2085
  msgstr ""
2086
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2087
 
2088
+ #: ../admin/social_login.php:353
2089
  #, fuzzy
2090
  msgid "Vkontakte Secure key"
2091
  msgstr "انشر عبر VKontakte"
2092
 
2093
+ #: ../admin/social_login.php:375
2094
  #, fuzzy
2095
  msgid "Instagram Client ID"
2096
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2097
 
2098
+ #: ../admin/social_login.php:385
2099
  #, fuzzy, php-format
2100
  msgid ""
2101
  "Required for Instagram Social Login to work. Please follow the documentation "
2105
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2106
  "Instagram"
2107
 
2108
+ #: ../admin/social_login.php:397
2109
  #, fuzzy
2110
  msgid "Xing Consumer Key"
2111
  msgstr "مفتاح التفعيل:"
2112
 
2113
+ #: ../admin/social_login.php:407
2114
  #, fuzzy, php-format
2115
  msgid ""
2116
  "Required for Xing Social Login to work. Please follow the documentation at "
2120
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
2121
  "شينغ\""
2122
 
2123
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
2124
  #, fuzzy
2125
  msgid ""
2126
  "Paste following url in <strong>Callback domain</strong> option at the link "
2129
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2130
  "المذكورة"
2131
 
2132
+ #: ../admin/social_login.php:419
2133
  #, fuzzy
2134
  msgid "Xing Consumer Secret"
2135
  msgstr "كلمة السر | Secret Word"
2136
 
2137
+ #: ../admin/social_login.php:429
2138
  #, fuzzy, php-format
2139
  msgid ""
2140
  "Required for Xing Social Login to work. Please follow the documentation at "
2144
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ"
2145
  "\""
2146
 
2147
+ #: ../admin/social_login.php:441
2148
  #, fuzzy
2149
  msgid "Steam API Key"
2150
  msgstr "مفتاح API الخاص | API Private Key"
2151
 
2152
+ #: ../admin/social_login.php:451
2153
  #, fuzzy, php-format
2154
  msgid ""
2155
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2159
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2160
  "\"مفتاح API التغريد\""
2161
 
2162
+ #: ../admin/social_login.php:452
2163
  #, fuzzy
2164
  msgid "Save following <strong>domain</strong> to get the key"
2165
  msgstr ""
2166
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2167
  "المذكورة"
2168
 
2169
+ #: ../admin/social_login.php:461
2170
+ #, fuzzy
2171
+ msgid "Twitch Client ID"
2172
+ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2173
+
2174
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
2175
+ #, fuzzy, php-format
2176
+ msgid ""
2177
+ "Required for Twitch Social Login to work. Please follow the documentation at "
2178
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2179
+ msgstr ""
2180
+ "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق "
2181
+ "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2182
+ "\"مفتاح API التغريد\""
2183
+
2184
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
2185
+ #, fuzzy
2186
+ msgid ""
2187
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
2188
+ "mentioned"
2189
+ msgstr ""
2190
+ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2191
+ "الوصلة المذكورة"
2192
+
2193
+ #: ../admin/social_login.php:483
2194
+ #, fuzzy
2195
+ msgid "Twitch Client Secret"
2196
+ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2197
+
2198
+ #: ../admin/social_login.php:512
2199
  #, fuzzy
2200
  msgid "Social Login Options"
2201
  msgstr ""
2203
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2204
  "فورا دون موافقة المشرف على النظام."
2205
 
2206
+ #: ../admin/social_login.php:528
2207
  #, fuzzy
2208
  msgid "Text to display above the Social Login interface"
2209
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2210
 
2211
+ #: ../admin/social_login.php:537
2212
  #, fuzzy
2213
  msgid "Enable at login page"
2214
  msgstr "صفحة"
2215
 
2216
+ #: ../admin/social_login.php:547
2217
  #, fuzzy
2218
  msgid ""
2219
  "Social Login interface will get enabled at the login page of your website"
2221
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2222
  "التعليق"
2223
 
2224
+ #: ../admin/social_login.php:555
2225
  #, fuzzy
2226
  msgid "Enable at register page"
2227
  msgstr "التسجيل العام"
2228
 
2229
+ #: ../admin/social_login.php:565
2230
  #, fuzzy
2231
  msgid ""
2232
  "Social Login interface will get enabled at the registration page of your "
2235
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2236
  "الخاص بك"
2237
 
2238
+ #: ../admin/social_login.php:573
2239
  msgid "Enable at comment form"
2240
  msgstr "تمكين هذا الشكل من تعليق"
2241
 
2242
+ #: ../admin/social_login.php:583
2243
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2244
  msgstr ""
2245
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2246
  "التعليق"
2247
 
2248
+ #: ../admin/social_login.php:592
2249
  #, fuzzy
2250
  msgid ""
2251
  "Link social account to already existing account, if email address matches"
2253
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2254
  "الى حسابك في هذا الموقع"
2255
 
2256
+ #: ../admin/social_login.php:602
2257
  msgid ""
2258
  "If email address of the user's Social Account matches with an already "
2259
  "existing account at your website, that social account will be linked to "
2261
  "Linking interface at their profile page."
2262
  msgstr ""
2263
 
2264
+ #: ../admin/social_login.php:616
2265
  msgid "Enable before WooCommerce Customer Login Form"
2266
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2267
 
2268
+ #: ../admin/social_login.php:626
2269
  #, fuzzy
2270
  msgid ""
2271
  "Social Login Interface will get enabled before the customer login form at "
2274
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2275
  "التعليق"
2276
 
2277
+ #: ../admin/social_login.php:634
2278
  msgid "Enable after WooCommerce Customer Login Form"
2279
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2280
 
2281
+ #: ../admin/social_login.php:644
2282
  #, fuzzy
2283
  msgid ""
2284
  "Social Login Interface will get enabled after the customer login form at "
2287
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2288
  "التعليق"
2289
 
2290
+ #: ../admin/social_login.php:652
2291
  #, fuzzy
2292
  msgid "Enable at WooCommerce checkout page"
2293
  msgstr "التسجيل العام"
2294
 
2295
+ #: ../admin/social_login.php:662
2296
  #, fuzzy
2297
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2298
  msgstr ""
2299
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2300
  "التعليق"
2301
 
2302
+ #: ../admin/social_login.php:673
2303
  #, fuzzy
2304
  msgid "Auto-approve comments made by Social Login users"
2305
  msgstr ""
2306
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2307
  "الاجتماعي\""
2308
 
2309
+ #: ../admin/social_login.php:683
2310
  msgid ""
2311
  "If this option is enabled, and WordPress comment is made by Social Login "
2312
  "user, comment will get approved immediately without keeping in moderation."
2315
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2316
  "فورا دون موافقة المشرف على النظام."
2317
 
2318
+ #: ../admin/social_login.php:684
2319
  #, fuzzy
2320
  msgid "Note: This is not related to Facebook comments"
2321
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2322
 
2323
+ #: ../admin/social_login.php:694
2324
  #, fuzzy
2325
  msgid "Enable social avatar"
2326
  msgstr "خدمة الشبكة الاجتماعية"
2327
 
2328
+ #: ../admin/social_login.php:704
2329
  #, fuzzy
2330
  msgid ""
2331
  "Social profile pictures of the logged in user will be displayed as profile "
2334
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2335
  "الشخصية"
2336
 
2337
+ #: ../admin/social_login.php:714
2338
  #, fuzzy
2339
  msgid "Avatar quality"
2340
  msgstr "نوعية الصورة الرمزية"
2341
 
2342
+ #: ../admin/social_login.php:717
2343
  #, fuzzy
2344
  msgid "Average"
2345
  msgstr "المعدل"
2346
 
2347
+ #: ../admin/social_login.php:718
2348
  msgid "Best"
2349
  msgstr "أفضل"
2350
 
2351
+ #: ../admin/social_login.php:725
2352
  #, fuzzy
2353
  msgid "Choose avatar quality"
2354
  msgstr "إختيار ملف"
2355
 
2356
+ #: ../admin/social_login.php:734
2357
  #, fuzzy
2358
  msgid ""
2359
  "Show option for users to update social avatar at BuddyPress profile page"
2360
  msgstr ""
2361
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2362
 
2363
+ #: ../admin/social_login.php:744
2364
  msgid ""
2365
  "If enabled, users would be able to update their social avatar from \"Profile "
2366
  "photo\" section in BuddyPress profile at front-end"
2367
  msgstr ""
2368
 
2369
+ #: ../admin/social_login.php:765
2370
  #, fuzzy
2371
  msgid ""
2372
  "If enabled and Social ID provider does not provide user's email address on "
2377
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2378
  "إنشاء بريد إلكتروني وهمية"
2379
 
2380
+ #: ../admin/social_login.php:774
2381
  msgid "Send post-registration email to user to set account password"
2382
  msgstr ""
2383
 
2384
+ #: ../admin/social_login.php:784
2385
  #, fuzzy
2386
  msgid ""
2387
  "If enabled, an email will be sent to user after registration through Social "
2393
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2394
  "تسجيل الدخول التقليدية)"
2395
 
2396
+ #: ../admin/social_login.php:792
2397
  #, fuzzy
2398
  msgid "Send new user registration notification email to admin"
2399
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2400
 
2401
+ #: ../admin/social_login.php:802
2402
  #, fuzzy
2403
  msgid ""
2404
  "If enabled, an email will be sent to admin after new user registers through "
2409
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2410
  "تسجيل الدخول التقليدية)"
2411
 
2412
+ #: ../admin/social_login.php:811
2413
  #, fuzzy
2414
  msgid "Enable social account linking at BuddyPress profile page"
2415
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2416
 
2417
+ #: ../admin/social_login.php:821
2418
  #, fuzzy
2419
  msgid ""
2420
  "Enable this option to show social account linking interface at BuddyPress "
2422
  msgstr ""
2423
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2424
 
2425
+ #: ../admin/social_login.php:830
2426
  #, fuzzy
2427
  msgid "Login redirection"
2428
  msgstr "تسجيل الدخول"
2429
 
2430
+ #: ../admin/social_login.php:834
2431
  #, fuzzy
2432
  msgid "Same page where user logged in"
2433
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2434
 
2435
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2436
  #, fuzzy
2437
  msgid "Account dashboard"
2438
  msgstr " لوحتك الخاصة بالتحكم"
2439
 
2440
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2441
  #, fuzzy
2442
  msgid "BuddyPress profile page"
2443
  msgstr "تحرير ملفي الشخصي"
2444
 
2445
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2446
  #, fuzzy
2447
  msgid "Custom Url"
2448
  msgstr "رابط (URL) مخصّص"
2449
 
2450
+ #: ../admin/social_login.php:852
2451
  #, fuzzy
2452
  msgid "User will be redirected to the selected page after Social Login"
2453
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2454
 
2455
+ #: ../admin/social_login.php:860
2456
  #, fuzzy
2457
  msgid "Registration redirection"
2458
  msgstr "نموذج التسجيل"
2459
 
2460
+ #: ../admin/social_login.php:864
2461
  #, fuzzy
2462
  msgid "Same page from where user registered"
2463
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2464
 
2465
+ #: ../admin/social_login.php:882
2466
  #, fuzzy
2467
  msgid ""
2468
  "User will be redirected to the selected page after registration (first "
2471
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2472
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2473
 
2474
+ #: ../admin/social_login.php:890
2475
  #, fuzzy
2476
  msgid "Email popup options"
2477
  msgstr "الخيارات"
2478
 
2479
+ #: ../admin/social_login.php:896
2480
  #, fuzzy
2481
  msgid "Text on 'Email required' popup"
2482
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2483
 
2484
+ #: ../admin/social_login.php:906
2485
  #, fuzzy
2486
  msgid ""
2487
  "This text will be displayed on email required popup. Leave empty if not "
2490
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2491
  "غير مطلوب."
2492
 
2493
+ #: ../admin/social_login.php:915
2494
  #, fuzzy
2495
  msgid "Error message for 'Email required' popup"
2496
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2497
 
2498
+ #: ../admin/social_login.php:925
2499
  #, fuzzy
2500
  msgid ""
2501
  "This message will be displayed to user if it provides invalid or already "
2504
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2505
  "المسجلة مسبقاً"
2506
 
2507
+ #: ../admin/social_login.php:934
2508
  #, fuzzy
2509
  msgid "Email popup height"
2510
  msgstr "ارتفاع"
2511
 
2512
+ #: ../admin/social_login.php:944
2513
  #, fuzzy
2514
  msgid ""
2515
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2519
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2520
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2521
 
2522
+ #: ../admin/social_login.php:952
2523
  #, fuzzy
2524
  msgid "Enable email verification"
2525
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2526
 
2527
+ #: ../admin/social_login.php:962
2528
  #, fuzzy
2529
  msgid ""
2530
  "If enabled, email provided by the user will be verified by sending a "
2535
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2536
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2537
 
2538
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2539
  #: ../inc/widget.php:578 ../inc/widget.php:726
2540
  #, fuzzy
2541
  msgid "Select"
2542
  msgstr "أختر ..."
2543
 
2544
+ #: ../admin/social_login.php:1043
2545
  #, fuzzy
2546
  msgid "Social Login Shortcode & Widget"
2547
  msgstr "استخدم كود مختصر | Include the shortcode"
2548
 
2549
+ #: ../admin/social_login.php:1044
2550
  msgid "Social Linking Shortcode"
2551
  msgstr "الربط الاجتماعي رمز قصير"
2552
 
2553
+ #: ../admin/social_login.php:1059
2554
  msgid "Why is social login not working?"
2555
  msgstr ""
2556
 
2557
+ #: ../admin/social_login.php:1060
2558
  msgid ""
2559
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2560
  "belong to the same app"
2561
  msgstr ""
2562
 
2563
+ #: ../admin/social_login.php:1062
2564
  msgid ""
2565
  "Why the user is not appearing logged in even after Social Login until the "
2566
  "webpage is refreshed manually?"
2827
  msgid "Providers not selected"
2828
  msgstr "محدد | selected"
2829
 
2830
+ #: ../inc/social_login.php:725
2831
  #, fuzzy
2832
  msgid "Email"
2833
  msgstr "البريد الإلكتروني"
2834
 
2835
+ #: ../inc/social_login.php:726
2836
  msgid "Confirm email"
2837
  msgstr ""
2838
 
2839
+ #: ../inc/social_login.php:728
2840
  msgid "Save"
2841
  msgstr ""
2842
 
2843
+ #: ../inc/social_login.php:729
2844
  msgid "Cancel"
2845
  msgstr ""
2846
 
2847
+ #: ../inc/social_login.php:803
2848
  #, fuzzy
2849
  msgid "Email Verification"
2850
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2851
 
2852
+ #: ../inc/social_login.php:805
2853
  msgid ""
2854
  "Please click on the following link or paste it in browser to verify your "
2855
  "email"
3134
  #~ "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
3135
  #~ msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
3136
 
 
 
 
 
3137
  #, fuzzy
3138
  #~ msgid "LinkedIn API Key"
3139
  #~ msgstr "مفتاح API الخاص | API Private Key"
3140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3141
  #, fuzzy
3142
  #~ msgid "Select providers"
3143
  #~ msgstr "أختر ..."
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-03-16 11:40+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:40+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:356 ../super_socializer.php:370
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:366
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:510
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
@@ -34,7 +34,7 @@ msgstr ""
34
  "posible que necesites contactar con el administrador de tu servidor para "
35
  "verificar esto"
36
 
37
- #: ../super_socializer.php:537
38
  #, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -43,7 +43,7 @@ msgstr ""
43
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
44
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
45
 
46
- #: ../super_socializer.php:540
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
@@ -52,77 +52,77 @@ msgstr ""
52
  "posible que necesites contactar con el administrador de tu servidor para "
53
  "verificar esto"
54
 
55
- #: ../super_socializer.php:541
56
  #, php-format
57
  msgid ""
58
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
59
  msgstr ""
60
 
61
- #: ../super_socializer.php:808 ../helper.php:960
62
  msgid "Please verify your email address to login."
63
  msgstr "Por favor verifica tu dirección de email para ingresar."
64
 
65
- #: ../super_socializer.php:808
66
  msgid "Your email has been verified. Now you can login to your account"
67
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
68
 
69
- #: ../super_socializer.php:812
70
  msgid "Notification"
71
  msgstr "Notificación"
72
 
73
- #: ../super_socializer.php:830 ../admin/social_login.php:706
74
  msgid "Email required"
75
  msgstr "Email requerido"
76
 
77
- #: ../super_socializer.php:833
78
  msgid "Please check your email inbox to complete the registration."
79
  msgstr ""
80
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
81
  "registro."
82
 
83
- #: ../super_socializer.php:840 ../helper.php:500
84
  msgid "Enter your LiveJournal username"
85
  msgstr ""
86
 
87
- #: ../super_socializer.php:902
88
  msgid "Leave a reply"
89
  msgstr "Deja una respuesta"
90
 
91
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
92
  msgid "Shares"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
96
  msgid "Share"
97
  msgstr ""
98
 
99
- #: ../super_socializer.php:914
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
- #: ../super_socializer.php:1101
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opciones Generales"
107
 
108
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
109
  #: ../admin/social_commenting.php:43
110
  msgid "General Options"
111
  msgstr "Opciones Generales"
112
 
113
- #: ../super_socializer.php:1169 ../helper.php:882
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
- #: ../super_socializer.php:1172
118
  msgid "Small Avatar Url"
119
  msgstr "Url de Avatar Pequeño"
120
 
121
- #: ../super_socializer.php:1176
122
  msgid "Large Avatar Url"
123
  msgstr "Url de Avatar Grande"
124
 
125
- #: ../super_socializer.php:1180 ../helper.php:885
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
@@ -130,43 +130,43 @@ msgstr ""
130
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
131
  "próxima vez | Social Login"
132
 
133
- #: ../super_socializer.php:1184 ../helper.php:886
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
136
 
137
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
138
  msgid ""
139
  "Your browser is blocking some features of this website. Please follow the "
140
  "instructions at {support_url} to unblock these."
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1263
144
  msgid "Login with your Social ID"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1264
148
  msgid "Email you entered is already registered or invalid"
149
  msgstr "El email que has escrito ya está registrado o no es válido"
150
 
151
- #: ../super_socializer.php:1269
152
  msgid "Please enter a valid email address. You might be required to verify it"
153
  msgstr ""
154
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
155
  "verificarla"
156
 
157
- #: ../super_socializer.php:1488
158
  #, php-format
159
  msgid ""
160
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1503
164
  #, php-format
165
  msgid ""
166
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1527
170
  #, php-format
171
  msgid ""
172
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -174,12 +174,12 @@ msgid ""
174
  "target=\"_blank\">here</a>"
175
  msgstr ""
176
 
177
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
178
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
179
  msgid "Okay"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1552
183
  #, php-format
184
  msgid ""
185
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -187,7 +187,7 @@ msgid ""
187
  "target=\"_blank\">here</a>"
188
  msgstr ""
189
 
190
- #: ../super_socializer.php:1577
191
  #, php-format
192
  msgid ""
193
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -195,7 +195,7 @@ msgid ""
195
  "target=\"_blank\">here</a>"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1601
199
  #, php-format
200
  msgid ""
201
  "Your website visitors will see a popup notification (only once) if their "
@@ -213,101 +213,101 @@ msgstr "Ajustes guardados"
213
  msgid "Dismiss this notice"
214
  msgstr "No volver a mostrar este aviso"
215
 
216
- #: ../helper.php:156
217
  msgid "Click to show help"
218
  msgstr "Pulsa para mostrar la ayuda"
219
 
220
- #: ../helper.php:156
221
  msgid "Click to hide help"
222
  msgstr "Pulsa para ocultar la ayuda"
223
 
224
- #: ../helper.php:249
225
  #, fuzzy
226
  msgid "Add-Ons"
227
  msgstr "Otros Complementos"
228
 
229
- #: ../helper.php:250
230
  msgid "Support Documentation"
231
  msgstr ""
232
 
233
- #: ../helper.php:251
234
  msgid "Settings"
235
  msgstr "Ajustes"
236
 
237
- #: ../helper.php:549
238
  msgid "Account linked successfully"
239
  msgstr "Cuenta enlazada con éxito"
240
 
241
- #: ../helper.php:553
242
  msgid "Account already exists or linked"
243
  msgstr "Esta cuenta ya existe o ha sido enlazada"
244
 
245
- #: ../helper.php:573
246
  msgid "Link your social account to login to your account at this website"
247
  msgstr ""
248
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
249
  "web "
250
 
251
- #: ../helper.php:611 ../helper.php:617
252
  msgid "Currently"
253
  msgstr "Actualmente"
254
 
255
- #: ../helper.php:611 ../helper.php:617
256
  msgid "Connected with"
257
  msgstr ""
258
 
259
- #: ../helper.php:611 ../helper.php:617
260
  msgid "Remove"
261
  msgstr "Remover"
262
 
263
- #: ../helper.php:688
264
  #, fuzzy
265
  msgid "Social Account Linking"
266
  msgstr "Comentarios en redes sociales"
267
 
268
- #: ../helper.php:738
269
  msgid "Disable Standard Social Sharing on this "
270
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
271
 
272
- #: ../helper.php:743
273
  msgid "Disable Floating Social Sharing on this "
274
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
275
 
276
- #: ../helper.php:748
277
  msgid "Disable Standard like buttons on this "
278
  msgstr "Desactivar los botones Me gusta Estándares aquí"
279
 
280
- #: ../helper.php:753
281
  msgid "Disable Floating like buttons on this "
282
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
283
 
284
- #: ../helper.php:758
285
  msgid "Disable Social Commenting on this "
286
  msgstr "Desactivar Comentarios de redes sociales aquí"
287
 
288
- #: ../helper.php:767
289
  msgid "Standard Sharing Interface"
290
  msgstr "Interfaz Estándar para Compartir"
291
 
292
- #: ../helper.php:773 ../helper.php:792
293
  msgid "Starting share count for "
294
  msgstr "Comienzo del Contador de veces compartidas"
295
 
296
- #: ../helper.php:786
297
  msgid "Floating Sharing Interface"
298
  msgstr "Interfaz Flotante de botones Compartir"
299
 
300
- #: ../helper.php:889
301
  msgid "Small Avatar"
302
  msgstr "Avatar Pequeño"
303
 
304
- #: ../helper.php:893
305
  msgid "Large Avatar"
306
  msgstr "Avatar Grande"
307
 
308
- #: ../helper.php:897 ../admin/general_options.php:128
309
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
310
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
311
  msgid "Save Changes"
312
  msgstr "Guardar Cambios"
313
 
@@ -377,14 +377,14 @@ msgstr ""
377
  "style&gt;)"
378
 
379
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
380
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
381
  #: ../admin/like_buttons.php:827
382
  #, fuzzy
383
  msgid "Instagram Shoutout"
384
  msgstr "Instagram"
385
 
386
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
387
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
388
  #: ../admin/like_buttons.php:829
389
  msgid ""
390
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -393,7 +393,7 @@ msgid ""
393
  msgstr ""
394
 
395
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
396
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
397
  #: ../admin/like_buttons.php:830
398
  msgid ""
399
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -404,7 +404,7 @@ msgid ""
404
  msgstr ""
405
 
406
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
407
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
408
  #: ../admin/like_buttons.php:831
409
  msgid ""
410
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -547,7 +547,7 @@ msgstr ""
547
 
548
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
549
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
550
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
551
  #: ../admin/like_buttons.php:793
552
  msgid "Shortcode & Widget"
553
  msgstr "Widgets y Shortcodes"
@@ -558,7 +558,7 @@ msgstr "Resolución de problmas"
558
 
559
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
560
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
561
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
562
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
563
  msgid "FAQ"
564
  msgstr "FAQ"
@@ -792,7 +792,7 @@ msgstr "Url personalizada"
792
  msgid "Url to share"
793
  msgstr "Url para compartir"
794
 
795
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
796
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
797
  msgid "Title"
798
  msgstr "Título"
@@ -881,7 +881,7 @@ msgid "Placement"
881
  msgstr "Ubicación"
882
 
883
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
884
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
885
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
886
  msgid "Homepage"
887
  msgstr "Página de Inicio"
@@ -1340,7 +1340,7 @@ msgstr ""
1340
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1341
 
1342
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1343
- #: ../admin/social_login.php:1008
1344
  msgid ""
1345
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1346
  "an online website for the plugin to function properly."
@@ -1368,7 +1368,7 @@ msgid ""
1368
  msgstr ""
1369
 
1370
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1371
- #: ../admin/social_login.php:1014
1372
  msgid "Why is my browser blocking some features of the plugin?"
1373
  msgstr ""
1374
 
@@ -1732,7 +1732,7 @@ msgstr "Configuración básica"
1732
  msgid "Advanced Configuration"
1733
  msgstr "Configuración básica"
1734
 
1735
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1736
  msgid "XProfile Integration"
1737
  msgstr ""
1738
 
@@ -1801,20 +1801,25 @@ msgid "Steam"
1801
  msgstr ""
1802
 
1803
  #: ../admin/social_login.php:134
 
 
 
 
 
1804
  msgid "LiveJournal"
1805
  msgstr ""
1806
 
1807
- #: ../admin/social_login.php:142
1808
  msgid "Select Social ID provider to enable in Social Login"
1809
  msgstr ""
1810
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1811
  "redes sociales"
1812
 
1813
- #: ../admin/social_login.php:150
1814
  msgid "Facebook App ID"
1815
  msgstr "Facebook App ID"
1816
 
1817
- #: ../admin/social_login.php:160
1818
  #, php-format
1819
  msgid ""
1820
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1824,19 +1829,19 @@ msgstr ""
1824
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1825
  "para conseguir tu Facebook App ID"
1826
 
1827
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1828
  msgid ""
1829
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1830
  msgstr ""
1831
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1832
  "mencionado"
1833
 
1834
- #: ../admin/social_login.php:172
1835
  #, fuzzy
1836
  msgid "Facebook App Secret"
1837
  msgstr "Facebook App ID"
1838
 
1839
- #: ../admin/social_login.php:182
1840
  #, fuzzy, php-format
1841
  msgid ""
1842
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1846,11 +1851,11 @@ msgstr ""
1846
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1847
  "para conseguir tu Facebook App ID"
1848
 
1849
- #: ../admin/social_login.php:194
1850
  msgid "Twitter API Key"
1851
  msgstr "Twitter API Key"
1852
 
1853
- #: ../admin/social_login.php:204
1854
  #, php-format
1855
  msgid ""
1856
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1860,7 +1865,7 @@ msgstr ""
1860
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1861
  "conseguir tu Twitter Key"
1862
 
1863
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1864
  msgid ""
1865
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1866
  "strong> options at the link mentioned"
@@ -1868,11 +1873,11 @@ msgstr ""
1868
  "Pega la siguiente url en las opciones <strong>Website</ strong> y "
1869
  "<strong>Callback URL</strong> en el enlace mencionado"
1870
 
1871
- #: ../admin/social_login.php:216
1872
  msgid "Twitter API Secret"
1873
  msgstr "Twitter API Secret"
1874
 
1875
- #: ../admin/social_login.php:226
1876
  #, php-format
1877
  msgid ""
1878
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1882,12 +1887,12 @@ msgstr ""
1882
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1883
  "conseguir tu Twitter API Secret"
1884
 
1885
- #: ../admin/social_login.php:238
1886
  #, fuzzy
1887
  msgid "LinkedIn Client ID"
1888
  msgstr "LinkedIn"
1889
 
1890
- #: ../admin/social_login.php:248
1891
  #, fuzzy, php-format
1892
  msgid ""
1893
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1897,8 +1902,8 @@ msgstr ""
1897
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1898
  "para conseguir tu LinkedIn API Key"
1899
 
1900
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1901
- #: ../admin/social_login.php:382
1902
  msgid ""
1903
  "Paste following url in <strong>Website URL</strong> option at the link "
1904
  "mentioned"
@@ -1906,11 +1911,11 @@ msgstr ""
1906
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1907
  "enlace mencionado"
1908
 
1909
- #: ../admin/social_login.php:260
1910
  msgid "LinkedIn Client Secret "
1911
  msgstr ""
1912
 
1913
- #: ../admin/social_login.php:270
1914
  #, fuzzy, php-format
1915
  msgid ""
1916
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1921,11 +1926,11 @@ msgstr ""
1921
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1922
  "para conseguir tu LinkedIn API Key"
1923
 
1924
- #: ../admin/social_login.php:282
1925
  msgid "Google+ Client ID"
1926
  msgstr "Google+ Client ID"
1927
 
1928
- #: ../admin/social_login.php:292
1929
  #, php-format
1930
  msgid ""
1931
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1936,7 +1941,7 @@ msgstr ""
1936
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1937
  "para conseguir tu GooglePlus Client ID"
1938
 
1939
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1940
  #, fuzzy
1941
  msgid ""
1942
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -1945,12 +1950,12 @@ msgstr ""
1945
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1946
  "mencionado"
1947
 
1948
- #: ../admin/social_login.php:304
1949
  #, fuzzy
1950
  msgid "Google+ Client Secret"
1951
  msgstr "Google+ Client ID"
1952
 
1953
- #: ../admin/social_login.php:314
1954
  #, fuzzy, php-format
1955
  msgid ""
1956
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1961,11 +1966,11 @@ msgstr ""
1961
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1962
  "para conseguir tu GooglePlus Client ID"
1963
 
1964
- #: ../admin/social_login.php:326
1965
  msgid "Vkontakte Application ID"
1966
  msgstr "Vkontakte Application ID"
1967
 
1968
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1969
  #, php-format
1970
  msgid ""
1971
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1976,7 +1981,7 @@ msgstr ""
1976
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1977
  "para conseguir tu Vkontakte Application ID"
1978
 
1979
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1980
  msgid ""
1981
  "Paste following url in <strong>Site address</strong> option at the link "
1982
  "mentioned"
@@ -1984,16 +1989,16 @@ msgstr ""
1984
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
1985
  "enlace mencionado"
1986
 
1987
- #: ../admin/social_login.php:348
1988
  #, fuzzy
1989
  msgid "Vkontakte Secure key"
1990
  msgstr "Vkontakte"
1991
 
1992
- #: ../admin/social_login.php:370
1993
  msgid "Instagram Client ID"
1994
  msgstr "Instagram Client ID"
1995
 
1996
- #: ../admin/social_login.php:380
1997
  #, php-format
1998
  msgid ""
1999
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2003,11 +2008,11 @@ msgstr ""
2003
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2004
  "para conseguir tu Instagram Client ID"
2005
 
2006
- #: ../admin/social_login.php:392
2007
  msgid "Xing Consumer Key"
2008
  msgstr "Xing Consumer Key"
2009
 
2010
- #: ../admin/social_login.php:402
2011
  #, php-format
2012
  msgid ""
2013
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2017,7 +2022,7 @@ msgstr ""
2017
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2018
  "conseguir tu Xing Consumer Key"
2019
 
2020
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
2021
  msgid ""
2022
  "Paste following url in <strong>Callback domain</strong> option at the link "
2023
  "mentioned"
@@ -2025,11 +2030,11 @@ msgstr ""
2025
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2026
  "enlace mencionado"
2027
 
2028
- #: ../admin/social_login.php:414
2029
  msgid "Xing Consumer Secret"
2030
  msgstr "Xing Consumer Secret"
2031
 
2032
- #: ../admin/social_login.php:424
2033
  #, php-format
2034
  msgid ""
2035
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2039,12 +2044,12 @@ msgstr ""
2039
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2040
  "conseguir tu Xing Consumer Secret"
2041
 
2042
- #: ../admin/social_login.php:436
2043
  #, fuzzy
2044
  msgid "Steam API Key"
2045
  msgstr "Twitter API Key"
2046
 
2047
- #: ../admin/social_login.php:446
2048
  #, fuzzy, php-format
2049
  msgid ""
2050
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2054,39 +2059,68 @@ msgstr ""
2054
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2055
  "conseguir tu Twitter Key"
2056
 
2057
- #: ../admin/social_login.php:447
2058
  #, fuzzy
2059
  msgid "Save following <strong>domain</strong> to get the key"
2060
  msgstr ""
2061
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2062
  "enlace mencionado"
2063
 
2064
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2065
  #, fuzzy
2066
  msgid "Social Login Options"
2067
  msgstr "Ingreso a través de redes sociales"
2068
 
2069
- #: ../admin/social_login.php:479
2070
  msgid "Text to display above the Social Login interface"
2071
  msgstr ""
2072
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2073
 
2074
- #: ../admin/social_login.php:488
2075
  msgid "Enable at login page"
2076
  msgstr "Permitir Página de Ingreso"
2077
 
2078
- #: ../admin/social_login.php:498
2079
  msgid ""
2080
  "Social Login interface will get enabled at the login page of your website"
2081
  msgstr ""
2082
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2083
  "acceso de tu sitio web"
2084
 
2085
- #: ../admin/social_login.php:506
2086
  msgid "Enable at register page"
2087
  msgstr "Permitir Página de Registro"
2088
 
2089
- #: ../admin/social_login.php:516
2090
  msgid ""
2091
  "Social Login interface will get enabled at the registration page of your "
2092
  "website"
@@ -2094,17 +2128,17 @@ msgstr ""
2094
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2095
  "registro de tu sitio web"
2096
 
2097
- #: ../admin/social_login.php:524
2098
  msgid "Enable at comment form"
2099
  msgstr "Permitir el formulario de comentarios"
2100
 
2101
- #: ../admin/social_login.php:534
2102
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2103
  msgstr ""
2104
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2105
  "de Comentario de tu WordPress"
2106
 
2107
- #: ../admin/social_login.php:543
2108
  #, fuzzy
2109
  msgid ""
2110
  "Link social account to already existing account, if email address matches"
@@ -2112,7 +2146,7 @@ msgstr ""
2112
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2113
  "web "
2114
 
2115
- #: ../admin/social_login.php:553
2116
  msgid ""
2117
  "If email address of the user's Social Account matches with an already "
2118
  "existing account at your website, that social account will be linked to "
@@ -2120,11 +2154,11 @@ msgid ""
2120
  "Linking interface at their profile page."
2121
  msgstr ""
2122
 
2123
- #: ../admin/social_login.php:567
2124
  msgid "Enable before WooCommerce Customer Login Form"
2125
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2126
 
2127
- #: ../admin/social_login.php:577
2128
  msgid ""
2129
  "Social Login Interface will get enabled before the customer login form at "
2130
  "WooCommerce My Account page"
@@ -2132,11 +2166,11 @@ msgstr ""
2132
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2133
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2134
 
2135
- #: ../admin/social_login.php:585
2136
  msgid "Enable after WooCommerce Customer Login Form"
2137
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2138
 
2139
- #: ../admin/social_login.php:595
2140
  msgid ""
2141
  "Social Login Interface will get enabled after the customer login form at "
2142
  "WooCommerce My Account page"
@@ -2144,23 +2178,23 @@ msgstr ""
2144
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2145
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2146
 
2147
- #: ../admin/social_login.php:603
2148
  msgid "Enable at WooCommerce checkout page"
2149
  msgstr "Permitir en la página de checkout de WooCommerce"
2150
 
2151
- #: ../admin/social_login.php:613
2152
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2153
  msgstr ""
2154
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2155
  "checkout de WooCommerce"
2156
 
2157
- #: ../admin/social_login.php:624
2158
  msgid "Auto-approve comments made by Social Login users"
2159
  msgstr ""
2160
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2161
  "través de redes sociales"
2162
 
2163
- #: ../admin/social_login.php:634
2164
  msgid ""
2165
  "If this option is enabled, and WordPress comment is made by Social Login "
2166
  "user, comment will get approved immediately without keeping in moderation."
@@ -2169,15 +2203,15 @@ msgstr ""
2169
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2170
  "inmediato sin necesidad de moderación."
2171
 
2172
- #: ../admin/social_login.php:635
2173
  msgid "Note: This is not related to Facebook comments"
2174
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2175
 
2176
- #: ../admin/social_login.php:645
2177
  msgid "Enable social avatar"
2178
  msgstr "Permitir avatar social"
2179
 
2180
- #: ../admin/social_login.php:655
2181
  msgid ""
2182
  "Social profile pictures of the logged in user will be displayed as profile "
2183
  "avatar"
@@ -2185,30 +2219,30 @@ msgstr ""
2185
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2186
  "avatar de perfil"
2187
 
2188
- #: ../admin/social_login.php:665
2189
  msgid "Avatar quality"
2190
  msgstr "Calidad del avatar"
2191
 
2192
- #: ../admin/social_login.php:668
2193
  msgid "Average"
2194
  msgstr "Media"
2195
 
2196
- #: ../admin/social_login.php:669
2197
  msgid "Best"
2198
  msgstr "Alta"
2199
 
2200
- #: ../admin/social_login.php:676
2201
  msgid "Choose avatar quality"
2202
  msgstr "Elegir la calidad del avatar"
2203
 
2204
- #: ../admin/social_login.php:685
2205
  msgid ""
2206
  "Show option for users to update social avatar at BuddyPress profile page"
2207
  msgstr ""
2208
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2209
  "página de perfil de BuddyPress"
2210
 
2211
- #: ../admin/social_login.php:695
2212
  msgid ""
2213
  "If enabled, users would be able to update their social avatar from \"Profile "
2214
  "photo\" section in BuddyPress profile at front-end"
@@ -2216,7 +2250,7 @@ msgstr ""
2216
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2217
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2218
 
2219
- #: ../admin/social_login.php:716
2220
  msgid ""
2221
  "If enabled and Social ID provider does not provide user's email address on "
2222
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2226,11 +2260,11 @@ msgstr ""
2226
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2227
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2228
 
2229
- #: ../admin/social_login.php:725
2230
  msgid "Send post-registration email to user to set account password"
2231
  msgstr ""
2232
 
2233
- #: ../admin/social_login.php:735
2234
  msgid ""
2235
  "If enabled, an email will be sent to user after registration through Social "
2236
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2240,12 +2274,12 @@ msgstr ""
2240
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2241
  "poder iniciar sesión a través del formulario de acceso tradicional"
2242
 
2243
- #: ../admin/social_login.php:743
2244
  #, fuzzy
2245
  msgid "Send new user registration notification email to admin"
2246
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2247
 
2248
- #: ../admin/social_login.php:753
2249
  #, fuzzy
2250
  msgid ""
2251
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2255,12 +2289,12 @@ msgstr ""
2255
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2256
  "poder iniciar sesión a través del formulario de acceso tradicional"
2257
 
2258
- #: ../admin/social_login.php:762
2259
  msgid "Enable social account linking at BuddyPress profile page"
2260
  msgstr ""
2261
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2262
 
2263
- #: ../admin/social_login.php:772
2264
  msgid ""
2265
  "Enable this option to show social account linking interface at BuddyPress "
2266
  "profile page"
@@ -2268,40 +2302,40 @@ msgstr ""
2268
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2269
  "la página de perfil de BuddyPress"
2270
 
2271
- #: ../admin/social_login.php:781
2272
  msgid "Login redirection"
2273
  msgstr "Redirección de Ingreso"
2274
 
2275
- #: ../admin/social_login.php:785
2276
  msgid "Same page where user logged in"
2277
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2278
 
2279
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2280
  msgid "Account dashboard"
2281
  msgstr "Panel de cuenta de usuario"
2282
 
2283
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2284
  msgid "BuddyPress profile page"
2285
  msgstr "Página de perfil de BuddyPress"
2286
 
2287
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2288
  msgid "Custom Url"
2289
  msgstr "Url personalizada"
2290
 
2291
- #: ../admin/social_login.php:803
2292
  msgid "User will be redirected to the selected page after Social Login"
2293
  msgstr ""
2294
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2295
 
2296
- #: ../admin/social_login.php:811
2297
  msgid "Registration redirection"
2298
  msgstr "Redirección de Registro"
2299
 
2300
- #: ../admin/social_login.php:815
2301
  msgid "Same page from where user registered"
2302
  msgstr "La misma página en la que el usuario se ha registrado"
2303
 
2304
- #: ../admin/social_login.php:833
2305
  msgid ""
2306
  "User will be redirected to the selected page after registration (first "
2307
  "Social Login) through Social Login"
@@ -2309,15 +2343,15 @@ msgstr ""
2309
  "El usuario será redirigido a la página seleccionada después de su registro "
2310
  "(en su primer inicio de sesión) a través de la red social"
2311
 
2312
- #: ../admin/social_login.php:841
2313
  msgid "Email popup options"
2314
  msgstr "Opciones de popup del Email"
2315
 
2316
- #: ../admin/social_login.php:847
2317
  msgid "Text on 'Email required' popup"
2318
  msgstr "Texto del popup 'Email requerido'"
2319
 
2320
- #: ../admin/social_login.php:857
2321
  msgid ""
2322
  "This text will be displayed on email required popup. Leave empty if not "
2323
  "required."
@@ -2325,11 +2359,11 @@ msgstr ""
2325
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2326
  "no es necesario."
2327
 
2328
- #: ../admin/social_login.php:866
2329
  msgid "Error message for 'Email required' popup"
2330
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2331
 
2332
- #: ../admin/social_login.php:876
2333
  msgid ""
2334
  "This message will be displayed to user if it provides invalid or already "
2335
  "registered email"
@@ -2337,11 +2371,11 @@ msgstr ""
2337
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2338
  "registrado"
2339
 
2340
- #: ../admin/social_login.php:885
2341
  msgid "Email popup height"
2342
  msgstr "Altura del popup del Email"
2343
 
2344
- #: ../admin/social_login.php:895
2345
  msgid ""
2346
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2347
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2351,11 +2385,11 @@ msgstr ""
2351
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2352
  "opción. Déjala en blanco para la altura por defecto."
2353
 
2354
- #: ../admin/social_login.php:903
2355
  msgid "Enable email verification"
2356
  msgstr "Activar verificación por email"
2357
 
2358
- #: ../admin/social_login.php:913
2359
  msgid ""
2360
  "If enabled, email provided by the user will be verified by sending a "
2361
  "confirmation link to that email. User would not be able to login without "
@@ -2365,30 +2399,30 @@ msgstr ""
2365
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2366
  "pulsar este enlace"
2367
 
2368
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2369
  #: ../inc/widget.php:578 ../inc/widget.php:726
2370
  msgid "Select"
2371
  msgstr "Seleccionar"
2372
 
2373
- #: ../admin/social_login.php:994
2374
  msgid "Social Login Shortcode & Widget"
2375
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2376
 
2377
- #: ../admin/social_login.php:995
2378
  msgid "Social Linking Shortcode"
2379
  msgstr "Shortcode para enlace a través de redes sociales"
2380
 
2381
- #: ../admin/social_login.php:1010
2382
  msgid "Why is social login not working?"
2383
  msgstr ""
2384
 
2385
- #: ../admin/social_login.php:1011
2386
  msgid ""
2387
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2388
  "belong to the same app"
2389
  msgstr ""
2390
 
2391
- #: ../admin/social_login.php:1013
2392
  msgid ""
2393
  "Why the user is not appearing logged in even after Social Login until the "
2394
  "webpage is refreshed manually?"
@@ -2630,28 +2664,28 @@ msgstr "Petición no válida"
2630
  msgid "Providers not selected"
2631
  msgstr "Redes sociales no seleccionadas"
2632
 
2633
- #: ../inc/social_login.php:714
2634
  msgid "Email"
2635
  msgstr ""
2636
 
2637
- #: ../inc/social_login.php:715
2638
  msgid "Confirm email"
2639
  msgstr ""
2640
 
2641
- #: ../inc/social_login.php:717
2642
  msgid "Save"
2643
  msgstr ""
2644
 
2645
- #: ../inc/social_login.php:718
2646
  msgid "Cancel"
2647
  msgstr ""
2648
 
2649
- #: ../inc/social_login.php:792
2650
  #, fuzzy
2651
  msgid "Email Verification"
2652
  msgstr "Activar verificación por email"
2653
 
2654
- #: ../inc/social_login.php:794
2655
  msgid ""
2656
  "Please click on the following link or paste it in browser to verify your "
2657
  "email"
@@ -2927,26 +2961,9 @@ msgstr ""
2927
  #~ "Sigue los pasos 11 y 12 de la página de configuración de Google app, "
2928
  #~ "acerca de abrir"
2929
 
2930
- #, fuzzy
2931
- #~ msgid "Twitch"
2932
- #~ msgstr "Twitter"
2933
-
2934
  #~ msgid "LinkedIn API Key"
2935
  #~ msgstr "LinkedIn API Key"
2936
 
2937
- #, fuzzy
2938
- #~ msgid "Twitch Client ID"
2939
- #~ msgstr "Instagram Client ID"
2940
-
2941
- #, fuzzy
2942
- #~ msgid ""
2943
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
2944
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2945
- #~ msgstr ""
2946
- #~ "Requerido para que funcione el ingreso a través de Twitter. Por favor, "
2947
- #~ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</"
2948
- #~ "a> para conseguir tu Twitter Key"
2949
-
2950
  #~ msgid "Donate"
2951
  #~ msgstr "Donar"
2952
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:07+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:07+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:400
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:563
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
34
  "posible que necesites contactar con el administrador de tu servidor para "
35
  "verificar esto"
36
 
37
+ #: ../super_socializer.php:590
38
  #, php-format
39
  msgid ""
40
  "Enter exactly the following url in <strong>Website</strong> and "
43
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
44
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
45
 
46
+ #: ../super_socializer.php:593
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
52
  "posible que necesites contactar con el administrador de tu servidor para "
53
  "verificar esto"
54
 
55
+ #: ../super_socializer.php:594
56
  #, php-format
57
  msgid ""
58
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
59
  msgstr ""
60
 
61
+ #: ../super_socializer.php:860 ../helper.php:963
62
  msgid "Please verify your email address to login."
63
  msgstr "Por favor verifica tu dirección de email para ingresar."
64
 
65
+ #: ../super_socializer.php:860
66
  msgid "Your email has been verified. Now you can login to your account"
67
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
68
 
69
+ #: ../super_socializer.php:864
70
  msgid "Notification"
71
  msgstr "Notificación"
72
 
73
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
74
  msgid "Email required"
75
  msgstr "Email requerido"
76
 
77
+ #: ../super_socializer.php:885
78
  msgid "Please check your email inbox to complete the registration."
79
  msgstr ""
80
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
81
  "registro."
82
 
83
+ #: ../super_socializer.php:892 ../helper.php:503
84
  msgid "Enter your LiveJournal username"
85
  msgstr ""
86
 
87
+ #: ../super_socializer.php:954
88
  msgid "Leave a reply"
89
  msgstr "Deja una respuesta"
90
 
91
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
92
  msgid "Shares"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
96
  msgid "Share"
97
  msgstr ""
98
 
99
+ #: ../super_socializer.php:966
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
+ #: ../super_socializer.php:1153
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opciones Generales"
107
 
108
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
109
  #: ../admin/social_commenting.php:43
110
  msgid "General Options"
111
  msgstr "Opciones Generales"
112
 
113
+ #: ../super_socializer.php:1221 ../helper.php:885
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
+ #: ../super_socializer.php:1224
118
  msgid "Small Avatar Url"
119
  msgstr "Url de Avatar Pequeño"
120
 
121
+ #: ../super_socializer.php:1228
122
  msgid "Large Avatar Url"
123
  msgstr "Url de Avatar Grande"
124
 
125
+ #: ../super_socializer.php:1232 ../helper.php:888
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
130
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
131
  "próxima vez | Social Login"
132
 
133
+ #: ../super_socializer.php:1236 ../helper.php:889
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
136
 
137
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
138
  msgid ""
139
  "Your browser is blocking some features of this website. Please follow the "
140
  "instructions at {support_url} to unblock these."
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1315
144
  msgid "Login with your Social ID"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1316
148
  msgid "Email you entered is already registered or invalid"
149
  msgstr "El email que has escrito ya está registrado o no es válido"
150
 
151
+ #: ../super_socializer.php:1321
152
  msgid "Please enter a valid email address. You might be required to verify it"
153
  msgstr ""
154
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
155
  "verificarla"
156
 
157
+ #: ../super_socializer.php:1540
158
  #, php-format
159
  msgid ""
160
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1556
164
  #, php-format
165
  msgid ""
166
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1580
170
  #, php-format
171
  msgid ""
172
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
174
  "target=\"_blank\">here</a>"
175
  msgstr ""
176
 
177
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
178
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
179
  msgid "Okay"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:1605
183
  #, php-format
184
  msgid ""
185
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
187
  "target=\"_blank\">here</a>"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1630
191
  #, php-format
192
  msgid ""
193
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
195
  "target=\"_blank\">here</a>"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1654
199
  #, php-format
200
  msgid ""
201
  "Your website visitors will see a popup notification (only once) if their "
213
  msgid "Dismiss this notice"
214
  msgstr "No volver a mostrar este aviso"
215
 
216
+ #: ../helper.php:159
217
  msgid "Click to show help"
218
  msgstr "Pulsa para mostrar la ayuda"
219
 
220
+ #: ../helper.php:159
221
  msgid "Click to hide help"
222
  msgstr "Pulsa para ocultar la ayuda"
223
 
224
+ #: ../helper.php:252
225
  #, fuzzy
226
  msgid "Add-Ons"
227
  msgstr "Otros Complementos"
228
 
229
+ #: ../helper.php:253
230
  msgid "Support Documentation"
231
  msgstr ""
232
 
233
+ #: ../helper.php:254
234
  msgid "Settings"
235
  msgstr "Ajustes"
236
 
237
+ #: ../helper.php:552
238
  msgid "Account linked successfully"
239
  msgstr "Cuenta enlazada con éxito"
240
 
241
+ #: ../helper.php:556
242
  msgid "Account already exists or linked"
243
  msgstr "Esta cuenta ya existe o ha sido enlazada"
244
 
245
+ #: ../helper.php:576
246
  msgid "Link your social account to login to your account at this website"
247
  msgstr ""
248
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
249
  "web "
250
 
251
+ #: ../helper.php:614 ../helper.php:620
252
  msgid "Currently"
253
  msgstr "Actualmente"
254
 
255
+ #: ../helper.php:614 ../helper.php:620
256
  msgid "Connected with"
257
  msgstr ""
258
 
259
+ #: ../helper.php:614 ../helper.php:620
260
  msgid "Remove"
261
  msgstr "Remover"
262
 
263
+ #: ../helper.php:691
264
  #, fuzzy
265
  msgid "Social Account Linking"
266
  msgstr "Comentarios en redes sociales"
267
 
268
+ #: ../helper.php:741
269
  msgid "Disable Standard Social Sharing on this "
270
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
271
 
272
+ #: ../helper.php:746
273
  msgid "Disable Floating Social Sharing on this "
274
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
275
 
276
+ #: ../helper.php:751
277
  msgid "Disable Standard like buttons on this "
278
  msgstr "Desactivar los botones Me gusta Estándares aquí"
279
 
280
+ #: ../helper.php:756
281
  msgid "Disable Floating like buttons on this "
282
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
283
 
284
+ #: ../helper.php:761
285
  msgid "Disable Social Commenting on this "
286
  msgstr "Desactivar Comentarios de redes sociales aquí"
287
 
288
+ #: ../helper.php:770
289
  msgid "Standard Sharing Interface"
290
  msgstr "Interfaz Estándar para Compartir"
291
 
292
+ #: ../helper.php:776 ../helper.php:795
293
  msgid "Starting share count for "
294
  msgstr "Comienzo del Contador de veces compartidas"
295
 
296
+ #: ../helper.php:789
297
  msgid "Floating Sharing Interface"
298
  msgstr "Interfaz Flotante de botones Compartir"
299
 
300
+ #: ../helper.php:892
301
  msgid "Small Avatar"
302
  msgstr "Avatar Pequeño"
303
 
304
+ #: ../helper.php:896
305
  msgid "Large Avatar"
306
  msgstr "Avatar Grande"
307
 
308
+ #: ../helper.php:900 ../admin/general_options.php:128
309
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
310
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
311
  msgid "Save Changes"
312
  msgstr "Guardar Cambios"
313
 
377
  "style&gt;)"
378
 
379
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
380
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
381
  #: ../admin/like_buttons.php:827
382
  #, fuzzy
383
  msgid "Instagram Shoutout"
384
  msgstr "Instagram"
385
 
386
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
387
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
388
  #: ../admin/like_buttons.php:829
389
  msgid ""
390
  "If you can send (to hello@heateor.com) how our plugin is helping your "
393
  msgstr ""
394
 
395
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
396
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
397
  #: ../admin/like_buttons.php:830
398
  msgid ""
399
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
404
  msgstr ""
405
 
406
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
407
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
408
  #: ../admin/like_buttons.php:831
409
  msgid ""
410
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
547
 
548
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
549
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
550
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
551
  #: ../admin/like_buttons.php:793
552
  msgid "Shortcode & Widget"
553
  msgstr "Widgets y Shortcodes"
558
 
559
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
560
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
561
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
562
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
563
  msgid "FAQ"
564
  msgstr "FAQ"
792
  msgid "Url to share"
793
  msgstr "Url para compartir"
794
 
795
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
796
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
797
  msgid "Title"
798
  msgstr "Título"
881
  msgstr "Ubicación"
882
 
883
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
884
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
885
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
886
  msgid "Homepage"
887
  msgstr "Página de Inicio"
1340
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1341
 
1342
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1343
+ #: ../admin/social_login.php:1057
1344
  msgid ""
1345
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1346
  "an online website for the plugin to function properly."
1368
  msgstr ""
1369
 
1370
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1371
+ #: ../admin/social_login.php:1063
1372
  msgid "Why is my browser blocking some features of the plugin?"
1373
  msgstr ""
1374
 
1732
  msgid "Advanced Configuration"
1733
  msgstr "Configuración básica"
1734
 
1735
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1736
  msgid "XProfile Integration"
1737
  msgstr ""
1738
 
1801
  msgstr ""
1802
 
1803
  #: ../admin/social_login.php:134
1804
+ #, fuzzy
1805
+ msgid "Twitch"
1806
+ msgstr "Twitter"
1807
+
1808
+ #: ../admin/social_login.php:139
1809
  msgid "LiveJournal"
1810
  msgstr ""
1811
 
1812
+ #: ../admin/social_login.php:147
1813
  msgid "Select Social ID provider to enable in Social Login"
1814
  msgstr ""
1815
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1816
  "redes sociales"
1817
 
1818
+ #: ../admin/social_login.php:155
1819
  msgid "Facebook App ID"
1820
  msgstr "Facebook App ID"
1821
 
1822
+ #: ../admin/social_login.php:165
1823
  #, php-format
1824
  msgid ""
1825
  "Required for Facebook Social Login to work. Please follow the documentation "
1829
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1830
  "para conseguir tu Facebook App ID"
1831
 
1832
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1833
  msgid ""
1834
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1835
  msgstr ""
1836
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1837
  "mencionado"
1838
 
1839
+ #: ../admin/social_login.php:177
1840
  #, fuzzy
1841
  msgid "Facebook App Secret"
1842
  msgstr "Facebook App ID"
1843
 
1844
+ #: ../admin/social_login.php:187
1845
  #, fuzzy, php-format
1846
  msgid ""
1847
  "Required for Facebook Social Login to work. Please follow the documentation "
1851
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1852
  "para conseguir tu Facebook App ID"
1853
 
1854
+ #: ../admin/social_login.php:199
1855
  msgid "Twitter API Key"
1856
  msgstr "Twitter API Key"
1857
 
1858
+ #: ../admin/social_login.php:209
1859
  #, php-format
1860
  msgid ""
1861
  "Required for Twitter Social Login to work. Please follow the documentation "
1865
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1866
  "conseguir tu Twitter Key"
1867
 
1868
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1869
  msgid ""
1870
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1871
  "strong> options at the link mentioned"
1873
  "Pega la siguiente url en las opciones <strong>Website</ strong> y "
1874
  "<strong>Callback URL</strong> en el enlace mencionado"
1875
 
1876
+ #: ../admin/social_login.php:221
1877
  msgid "Twitter API Secret"
1878
  msgstr "Twitter API Secret"
1879
 
1880
+ #: ../admin/social_login.php:231
1881
  #, php-format
1882
  msgid ""
1883
  "Required for Twitter Social Login to work. Please follow the documentation "
1887
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1888
  "conseguir tu Twitter API Secret"
1889
 
1890
+ #: ../admin/social_login.php:243
1891
  #, fuzzy
1892
  msgid "LinkedIn Client ID"
1893
  msgstr "LinkedIn"
1894
 
1895
+ #: ../admin/social_login.php:253
1896
  #, fuzzy, php-format
1897
  msgid ""
1898
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1902
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1903
  "para conseguir tu LinkedIn API Key"
1904
 
1905
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1906
+ #: ../admin/social_login.php:387
1907
  msgid ""
1908
  "Paste following url in <strong>Website URL</strong> option at the link "
1909
  "mentioned"
1911
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1912
  "enlace mencionado"
1913
 
1914
+ #: ../admin/social_login.php:265
1915
  msgid "LinkedIn Client Secret "
1916
  msgstr ""
1917
 
1918
+ #: ../admin/social_login.php:275
1919
  #, fuzzy, php-format
1920
  msgid ""
1921
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1926
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1927
  "para conseguir tu LinkedIn API Key"
1928
 
1929
+ #: ../admin/social_login.php:287
1930
  msgid "Google+ Client ID"
1931
  msgstr "Google+ Client ID"
1932
 
1933
+ #: ../admin/social_login.php:297
1934
  #, php-format
1935
  msgid ""
1936
  "Required for GooglePlus Social Login to work. Please follow the "
1941
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1942
  "para conseguir tu GooglePlus Client ID"
1943
 
1944
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1945
  #, fuzzy
1946
  msgid ""
1947
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1950
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1951
  "mencionado"
1952
 
1953
+ #: ../admin/social_login.php:309
1954
  #, fuzzy
1955
  msgid "Google+ Client Secret"
1956
  msgstr "Google+ Client ID"
1957
 
1958
+ #: ../admin/social_login.php:319
1959
  #, fuzzy, php-format
1960
  msgid ""
1961
  "Required for GooglePlus Social Login to work. Please follow the "
1966
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1967
  "para conseguir tu GooglePlus Client ID"
1968
 
1969
+ #: ../admin/social_login.php:331
1970
  msgid "Vkontakte Application ID"
1971
  msgstr "Vkontakte Application ID"
1972
 
1973
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1974
  #, php-format
1975
  msgid ""
1976
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1981
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1982
  "para conseguir tu Vkontakte Application ID"
1983
 
1984
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1985
  msgid ""
1986
  "Paste following url in <strong>Site address</strong> option at the link "
1987
  "mentioned"
1989
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
1990
  "enlace mencionado"
1991
 
1992
+ #: ../admin/social_login.php:353
1993
  #, fuzzy
1994
  msgid "Vkontakte Secure key"
1995
  msgstr "Vkontakte"
1996
 
1997
+ #: ../admin/social_login.php:375
1998
  msgid "Instagram Client ID"
1999
  msgstr "Instagram Client ID"
2000
 
2001
+ #: ../admin/social_login.php:385
2002
  #, php-format
2003
  msgid ""
2004
  "Required for Instagram Social Login to work. Please follow the documentation "
2008
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2009
  "para conseguir tu Instagram Client ID"
2010
 
2011
+ #: ../admin/social_login.php:397
2012
  msgid "Xing Consumer Key"
2013
  msgstr "Xing Consumer Key"
2014
 
2015
+ #: ../admin/social_login.php:407
2016
  #, php-format
2017
  msgid ""
2018
  "Required for Xing Social Login to work. Please follow the documentation at "
2022
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2023
  "conseguir tu Xing Consumer Key"
2024
 
2025
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
2026
  msgid ""
2027
  "Paste following url in <strong>Callback domain</strong> option at the link "
2028
  "mentioned"
2030
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2031
  "enlace mencionado"
2032
 
2033
+ #: ../admin/social_login.php:419
2034
  msgid "Xing Consumer Secret"
2035
  msgstr "Xing Consumer Secret"
2036
 
2037
+ #: ../admin/social_login.php:429
2038
  #, php-format
2039
  msgid ""
2040
  "Required for Xing Social Login to work. Please follow the documentation at "
2044
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2045
  "conseguir tu Xing Consumer Secret"
2046
 
2047
+ #: ../admin/social_login.php:441
2048
  #, fuzzy
2049
  msgid "Steam API Key"
2050
  msgstr "Twitter API Key"
2051
 
2052
+ #: ../admin/social_login.php:451
2053
  #, fuzzy, php-format
2054
  msgid ""
2055
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2059
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2060
  "conseguir tu Twitter Key"
2061
 
2062
+ #: ../admin/social_login.php:452
2063
  #, fuzzy
2064
  msgid "Save following <strong>domain</strong> to get the key"
2065
  msgstr ""
2066
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2067
  "enlace mencionado"
2068
 
2069
+ #: ../admin/social_login.php:461
2070
+ #, fuzzy
2071
+ msgid "Twitch Client ID"
2072
+ msgstr "Instagram Client ID"
2073
+
2074
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
2075
+ #, fuzzy, php-format
2076
+ msgid ""
2077
+ "Required for Twitch Social Login to work. Please follow the documentation at "
2078
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2079
+ msgstr ""
2080
+ "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue "
2081
+ "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2082
+ "conseguir tu Twitter Key"
2083
+
2084
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
2085
+ #, fuzzy
2086
+ msgid ""
2087
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
2088
+ "mentioned"
2089
+ msgstr ""
2090
+ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2091
+ "mencionado"
2092
+
2093
+ #: ../admin/social_login.php:483
2094
+ #, fuzzy
2095
+ msgid "Twitch Client Secret"
2096
+ msgstr "Instagram Client ID"
2097
+
2098
+ #: ../admin/social_login.php:512
2099
  #, fuzzy
2100
  msgid "Social Login Options"
2101
  msgstr "Ingreso a través de redes sociales"
2102
 
2103
+ #: ../admin/social_login.php:528
2104
  msgid "Text to display above the Social Login interface"
2105
  msgstr ""
2106
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2107
 
2108
+ #: ../admin/social_login.php:537
2109
  msgid "Enable at login page"
2110
  msgstr "Permitir Página de Ingreso"
2111
 
2112
+ #: ../admin/social_login.php:547
2113
  msgid ""
2114
  "Social Login interface will get enabled at the login page of your website"
2115
  msgstr ""
2116
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2117
  "acceso de tu sitio web"
2118
 
2119
+ #: ../admin/social_login.php:555
2120
  msgid "Enable at register page"
2121
  msgstr "Permitir Página de Registro"
2122
 
2123
+ #: ../admin/social_login.php:565
2124
  msgid ""
2125
  "Social Login interface will get enabled at the registration page of your "
2126
  "website"
2128
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2129
  "registro de tu sitio web"
2130
 
2131
+ #: ../admin/social_login.php:573
2132
  msgid "Enable at comment form"
2133
  msgstr "Permitir el formulario de comentarios"
2134
 
2135
+ #: ../admin/social_login.php:583
2136
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2137
  msgstr ""
2138
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2139
  "de Comentario de tu WordPress"
2140
 
2141
+ #: ../admin/social_login.php:592
2142
  #, fuzzy
2143
  msgid ""
2144
  "Link social account to already existing account, if email address matches"
2146
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2147
  "web "
2148
 
2149
+ #: ../admin/social_login.php:602
2150
  msgid ""
2151
  "If email address of the user's Social Account matches with an already "
2152
  "existing account at your website, that social account will be linked to "
2154
  "Linking interface at their profile page."
2155
  msgstr ""
2156
 
2157
+ #: ../admin/social_login.php:616
2158
  msgid "Enable before WooCommerce Customer Login Form"
2159
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2160
 
2161
+ #: ../admin/social_login.php:626
2162
  msgid ""
2163
  "Social Login Interface will get enabled before the customer login form at "
2164
  "WooCommerce My Account page"
2166
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2167
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2168
 
2169
+ #: ../admin/social_login.php:634
2170
  msgid "Enable after WooCommerce Customer Login Form"
2171
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2172
 
2173
+ #: ../admin/social_login.php:644
2174
  msgid ""
2175
  "Social Login Interface will get enabled after the customer login form at "
2176
  "WooCommerce My Account page"
2178
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2179
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2180
 
2181
+ #: ../admin/social_login.php:652
2182
  msgid "Enable at WooCommerce checkout page"
2183
  msgstr "Permitir en la página de checkout de WooCommerce"
2184
 
2185
+ #: ../admin/social_login.php:662
2186
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2187
  msgstr ""
2188
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2189
  "checkout de WooCommerce"
2190
 
2191
+ #: ../admin/social_login.php:673
2192
  msgid "Auto-approve comments made by Social Login users"
2193
  msgstr ""
2194
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2195
  "través de redes sociales"
2196
 
2197
+ #: ../admin/social_login.php:683
2198
  msgid ""
2199
  "If this option is enabled, and WordPress comment is made by Social Login "
2200
  "user, comment will get approved immediately without keeping in moderation."
2203
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2204
  "inmediato sin necesidad de moderación."
2205
 
2206
+ #: ../admin/social_login.php:684
2207
  msgid "Note: This is not related to Facebook comments"
2208
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2209
 
2210
+ #: ../admin/social_login.php:694
2211
  msgid "Enable social avatar"
2212
  msgstr "Permitir avatar social"
2213
 
2214
+ #: ../admin/social_login.php:704
2215
  msgid ""
2216
  "Social profile pictures of the logged in user will be displayed as profile "
2217
  "avatar"
2219
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2220
  "avatar de perfil"
2221
 
2222
+ #: ../admin/social_login.php:714
2223
  msgid "Avatar quality"
2224
  msgstr "Calidad del avatar"
2225
 
2226
+ #: ../admin/social_login.php:717
2227
  msgid "Average"
2228
  msgstr "Media"
2229
 
2230
+ #: ../admin/social_login.php:718
2231
  msgid "Best"
2232
  msgstr "Alta"
2233
 
2234
+ #: ../admin/social_login.php:725
2235
  msgid "Choose avatar quality"
2236
  msgstr "Elegir la calidad del avatar"
2237
 
2238
+ #: ../admin/social_login.php:734
2239
  msgid ""
2240
  "Show option for users to update social avatar at BuddyPress profile page"
2241
  msgstr ""
2242
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2243
  "página de perfil de BuddyPress"
2244
 
2245
+ #: ../admin/social_login.php:744
2246
  msgid ""
2247
  "If enabled, users would be able to update their social avatar from \"Profile "
2248
  "photo\" section in BuddyPress profile at front-end"
2250
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2251
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2252
 
2253
+ #: ../admin/social_login.php:765
2254
  msgid ""
2255
  "If enabled and Social ID provider does not provide user's email address on "
2256
  "login, user will be asked to provide his/her email address. Otherwise, a "
2260
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2261
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2262
 
2263
+ #: ../admin/social_login.php:774
2264
  msgid "Send post-registration email to user to set account password"
2265
  msgstr ""
2266
 
2267
+ #: ../admin/social_login.php:784
2268
  msgid ""
2269
  "If enabled, an email will be sent to user after registration through Social "
2270
  "Login, regarding his/her login credentials (username-password to be able to "
2274
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2275
  "poder iniciar sesión a través del formulario de acceso tradicional"
2276
 
2277
+ #: ../admin/social_login.php:792
2278
  #, fuzzy
2279
  msgid "Send new user registration notification email to admin"
2280
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2281
 
2282
+ #: ../admin/social_login.php:802
2283
  #, fuzzy
2284
  msgid ""
2285
  "If enabled, an email will be sent to admin after new user registers through "
2289
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2290
  "poder iniciar sesión a través del formulario de acceso tradicional"
2291
 
2292
+ #: ../admin/social_login.php:811
2293
  msgid "Enable social account linking at BuddyPress profile page"
2294
  msgstr ""
2295
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2296
 
2297
+ #: ../admin/social_login.php:821
2298
  msgid ""
2299
  "Enable this option to show social account linking interface at BuddyPress "
2300
  "profile page"
2302
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2303
  "la página de perfil de BuddyPress"
2304
 
2305
+ #: ../admin/social_login.php:830
2306
  msgid "Login redirection"
2307
  msgstr "Redirección de Ingreso"
2308
 
2309
+ #: ../admin/social_login.php:834
2310
  msgid "Same page where user logged in"
2311
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2312
 
2313
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2314
  msgid "Account dashboard"
2315
  msgstr "Panel de cuenta de usuario"
2316
 
2317
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2318
  msgid "BuddyPress profile page"
2319
  msgstr "Página de perfil de BuddyPress"
2320
 
2321
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2322
  msgid "Custom Url"
2323
  msgstr "Url personalizada"
2324
 
2325
+ #: ../admin/social_login.php:852
2326
  msgid "User will be redirected to the selected page after Social Login"
2327
  msgstr ""
2328
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2329
 
2330
+ #: ../admin/social_login.php:860
2331
  msgid "Registration redirection"
2332
  msgstr "Redirección de Registro"
2333
 
2334
+ #: ../admin/social_login.php:864
2335
  msgid "Same page from where user registered"
2336
  msgstr "La misma página en la que el usuario se ha registrado"
2337
 
2338
+ #: ../admin/social_login.php:882
2339
  msgid ""
2340
  "User will be redirected to the selected page after registration (first "
2341
  "Social Login) through Social Login"
2343
  "El usuario será redirigido a la página seleccionada después de su registro "
2344
  "(en su primer inicio de sesión) a través de la red social"
2345
 
2346
+ #: ../admin/social_login.php:890
2347
  msgid "Email popup options"
2348
  msgstr "Opciones de popup del Email"
2349
 
2350
+ #: ../admin/social_login.php:896
2351
  msgid "Text on 'Email required' popup"
2352
  msgstr "Texto del popup 'Email requerido'"
2353
 
2354
+ #: ../admin/social_login.php:906
2355
  msgid ""
2356
  "This text will be displayed on email required popup. Leave empty if not "
2357
  "required."
2359
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2360
  "no es necesario."
2361
 
2362
+ #: ../admin/social_login.php:915
2363
  msgid "Error message for 'Email required' popup"
2364
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2365
 
2366
+ #: ../admin/social_login.php:925
2367
  msgid ""
2368
  "This message will be displayed to user if it provides invalid or already "
2369
  "registered email"
2371
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2372
  "registrado"
2373
 
2374
+ #: ../admin/social_login.php:934
2375
  msgid "Email popup height"
2376
  msgstr "Altura del popup del Email"
2377
 
2378
+ #: ../admin/social_login.php:944
2379
  msgid ""
2380
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2381
  "can increase the height of popup by specifying in this option. Leave empty "
2385
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2386
  "opción. Déjala en blanco para la altura por defecto."
2387
 
2388
+ #: ../admin/social_login.php:952
2389
  msgid "Enable email verification"
2390
  msgstr "Activar verificación por email"
2391
 
2392
+ #: ../admin/social_login.php:962
2393
  msgid ""
2394
  "If enabled, email provided by the user will be verified by sending a "
2395
  "confirmation link to that email. User would not be able to login without "
2399
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2400
  "pulsar este enlace"
2401
 
2402
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2403
  #: ../inc/widget.php:578 ../inc/widget.php:726
2404
  msgid "Select"
2405
  msgstr "Seleccionar"
2406
 
2407
+ #: ../admin/social_login.php:1043
2408
  msgid "Social Login Shortcode & Widget"
2409
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2410
 
2411
+ #: ../admin/social_login.php:1044
2412
  msgid "Social Linking Shortcode"
2413
  msgstr "Shortcode para enlace a través de redes sociales"
2414
 
2415
+ #: ../admin/social_login.php:1059
2416
  msgid "Why is social login not working?"
2417
  msgstr ""
2418
 
2419
+ #: ../admin/social_login.php:1060
2420
  msgid ""
2421
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2422
  "belong to the same app"
2423
  msgstr ""
2424
 
2425
+ #: ../admin/social_login.php:1062
2426
  msgid ""
2427
  "Why the user is not appearing logged in even after Social Login until the "
2428
  "webpage is refreshed manually?"
2664
  msgid "Providers not selected"
2665
  msgstr "Redes sociales no seleccionadas"
2666
 
2667
+ #: ../inc/social_login.php:725
2668
  msgid "Email"
2669
  msgstr ""
2670
 
2671
+ #: ../inc/social_login.php:726
2672
  msgid "Confirm email"
2673
  msgstr ""
2674
 
2675
+ #: ../inc/social_login.php:728
2676
  msgid "Save"
2677
  msgstr ""
2678
 
2679
+ #: ../inc/social_login.php:729
2680
  msgid "Cancel"
2681
  msgstr ""
2682
 
2683
+ #: ../inc/social_login.php:803
2684
  #, fuzzy
2685
  msgid "Email Verification"
2686
  msgstr "Activar verificación por email"
2687
 
2688
+ #: ../inc/social_login.php:805
2689
  msgid ""
2690
  "Please click on the following link or paste it in browser to verify your "
2691
  "email"
2961
  #~ "Sigue los pasos 11 y 12 de la página de configuración de Google app, "
2962
  #~ "acerca de abrir"
2963
 
 
 
 
 
2964
  #~ msgid "LinkedIn API Key"
2965
  #~ msgstr "LinkedIn API Key"
2966
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2967
  #~ msgid "Donate"
2968
  #~ msgstr "Donar"
2969
 
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: 2018-03-16 11:40+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:40+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:356 ../super_socializer.php:370
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:366
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:510
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
@@ -33,7 +33,7 @@ msgstr ""
33
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
34
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
35
 
36
- #: ../super_socializer.php:537
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -43,7 +43,7 @@ msgstr ""
43
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
44
  "lépés %s)"
45
 
46
- #: ../super_socializer.php:540
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
@@ -51,119 +51,119 @@ msgstr ""
51
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
52
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
53
 
54
- #: ../super_socializer.php:541
55
  #, php-format
56
  msgid ""
57
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
58
  msgstr ""
59
 
60
- #: ../super_socializer.php:808 ../helper.php:960
61
  msgid "Please verify your email address to login."
62
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
63
 
64
- #: ../super_socializer.php:808
65
  msgid "Your email has been verified. Now you can login to your account"
66
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
67
 
68
- #: ../super_socializer.php:812
69
  msgid "Notification"
70
  msgstr "Értesítés"
71
 
72
- #: ../super_socializer.php:830 ../admin/social_login.php:706
73
  msgid "Email required"
74
  msgstr "E-mail cím szükséges"
75
 
76
- #: ../super_socializer.php:833
77
  msgid "Please check your email inbox to complete the registration."
78
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
79
 
80
- #: ../super_socializer.php:840 ../helper.php:500
81
  msgid "Enter your LiveJournal username"
82
  msgstr ""
83
 
84
- #: ../super_socializer.php:902
85
  msgid "Leave a reply"
86
  msgstr "Válaszolj"
87
 
88
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
89
  msgid "Shares"
90
  msgstr ""
91
 
92
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
93
  msgid "Share"
94
  msgstr ""
95
 
96
- #: ../super_socializer.php:914
97
  #, fuzzy
98
  msgid "Link copied."
99
  msgstr "LinkedIn"
100
 
101
- #: ../super_socializer.php:1101
102
  #, fuzzy
103
  msgid "Super Socializer - General Options"
104
  msgstr "Super Socializer - Belépés"
105
 
106
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
107
  #: ../admin/social_commenting.php:43
108
  #, fuzzy
109
  msgid "General Options"
110
  msgstr "Megosztási beállítások"
111
 
112
- #: ../super_socializer.php:1169 ../helper.php:882
113
  #, fuzzy
114
  msgid "Social Avatar"
115
  msgstr "Kis Avatar URL"
116
 
117
- #: ../super_socializer.php:1172
118
  msgid "Small Avatar Url"
119
  msgstr "Kis Avatar URL"
120
 
121
- #: ../super_socializer.php:1176
122
  #, fuzzy
123
  msgid "Large Avatar Url"
124
  msgstr "Cél Url"
125
 
126
- #: ../super_socializer.php:1180 ../helper.php:885
127
  msgid ""
128
  "Do not fetch and update social avatar from my profile, next time I Social "
129
  "Login"
130
  msgstr ""
131
 
132
- #: ../super_socializer.php:1184 ../helper.php:886
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
 
136
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
137
  msgid ""
138
  "Your browser is blocking some features of this website. Please follow the "
139
  "instructions at {support_url} to unblock these."
140
  msgstr ""
141
 
142
- #: ../super_socializer.php:1263
143
  msgid "Login with your Social ID"
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1264
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
149
 
150
- #: ../super_socializer.php:1269
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
153
 
154
- #: ../super_socializer.php:1488
155
  #, php-format
156
  msgid ""
157
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1503
161
  #, php-format
162
  msgid ""
163
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
164
  msgstr ""
165
 
166
- #: ../super_socializer.php:1527
167
  #, php-format
168
  msgid ""
169
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -171,12 +171,12 @@ msgid ""
171
  "target=\"_blank\">here</a>"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
175
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
176
  msgid "Okay"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1552
180
  #, php-format
181
  msgid ""
182
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -184,7 +184,7 @@ msgid ""
184
  "target=\"_blank\">here</a>"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1577
188
  #, php-format
189
  msgid ""
190
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -192,7 +192,7 @@ msgid ""
192
  "target=\"_blank\">here</a>"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1601
196
  #, php-format
197
  msgid ""
198
  "Your website visitors will see a popup notification (only once) if their "
@@ -211,107 +211,107 @@ msgstr "Beállítások"
211
  msgid "Dismiss this notice"
212
  msgstr "Utasítsa el ezt az értesítést"
213
 
214
- #: ../helper.php:156
215
  msgid "Click to show help"
216
  msgstr "Kattintson megmutatni segítség"
217
 
218
- #: ../helper.php:156
219
  msgid "Click to hide help"
220
  msgstr "Elrejtéséhez kattintson segítség"
221
 
222
- #: ../helper.php:249
223
  #, fuzzy
224
  msgid "Add-Ons"
225
  msgstr "A kiegészítőket"
226
 
227
- #: ../helper.php:250
228
  msgid "Support Documentation"
229
  msgstr ""
230
 
231
- #: ../helper.php:251
232
  msgid "Settings"
233
  msgstr "Beállítások"
234
 
235
- #: ../helper.php:549
236
  msgid "Account linked successfully"
237
  msgstr "Fiók kapcsolása sikeres"
238
 
239
- #: ../helper.php:553
240
  msgid "Account already exists or linked"
241
  msgstr "Fiók már létezik, vagy össze van kötve"
242
 
243
- #: ../helper.php:573
244
  msgid "Link your social account to login to your account at this website"
245
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
246
 
247
- #: ../helper.php:611 ../helper.php:617
248
  msgid "Currently"
249
  msgstr "Jelenleg"
250
 
251
- #: ../helper.php:611 ../helper.php:617
252
  msgid "Connected with"
253
  msgstr ""
254
 
255
- #: ../helper.php:611 ../helper.php:617
256
  msgid "Remove"
257
  msgstr "Eltávolítás"
258
 
259
- #: ../helper.php:688
260
  #, fuzzy
261
  msgid "Social Account Linking"
262
  msgstr "Közösségi Hozzászólás"
263
 
264
- #: ../helper.php:738
265
  #, fuzzy
266
  msgid "Disable Standard Social Sharing on this "
267
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
268
 
269
- #: ../helper.php:743
270
  #, fuzzy
271
  msgid "Disable Floating Social Sharing on this "
272
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
273
 
274
- #: ../helper.php:748
275
  #, fuzzy
276
  msgid "Disable Standard like buttons on this "
277
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
278
 
279
- #: ../helper.php:753
280
  #, fuzzy
281
  msgid "Disable Floating like buttons on this "
282
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
283
 
284
- #: ../helper.php:758
285
  msgid "Disable Social Commenting on this "
286
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
287
 
288
- #: ../helper.php:767
289
  #, fuzzy
290
  msgid "Standard Sharing Interface"
291
  msgstr "Megosztási Felület"
292
 
293
- #: ../helper.php:773 ../helper.php:792
294
  msgid "Starting share count for "
295
  msgstr "Megosztás számok kezdése ehhez"
296
 
297
- #: ../helper.php:786
298
  #, fuzzy
299
  msgid "Floating Sharing Interface"
300
  msgstr "Megosztási Felület"
301
 
302
- #: ../helper.php:889
303
  #, fuzzy
304
  msgid "Small Avatar"
305
  msgstr "Kis Avatar URL"
306
 
307
- #: ../helper.php:893
308
  #, fuzzy
309
  msgid "Large Avatar"
310
  msgstr "Cél Url"
311
 
312
- #: ../helper.php:897 ../admin/general_options.php:128
313
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
314
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
315
  msgid "Save Changes"
316
  msgstr "Változások Mentése"
317
 
@@ -380,14 +380,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
380
  msgstr ""
381
 
382
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
383
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
384
  #: ../admin/like_buttons.php:827
385
  #, fuzzy
386
  msgid "Instagram Shoutout"
387
  msgstr "Instagram"
388
 
389
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
390
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
391
  #: ../admin/like_buttons.php:829
392
  msgid ""
393
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -396,7 +396,7 @@ msgid ""
396
  msgstr ""
397
 
398
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
399
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
400
  #: ../admin/like_buttons.php:830
401
  msgid ""
402
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -407,7 +407,7 @@ msgid ""
407
  msgstr ""
408
 
409
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
410
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
411
  #: ../admin/like_buttons.php:831
412
  msgid ""
413
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -555,7 +555,7 @@ msgstr ""
555
 
556
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
557
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
558
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
559
  #: ../admin/like_buttons.php:793
560
  msgid "Shortcode & Widget"
561
  msgstr "Shortcode és Widget"
@@ -566,7 +566,7 @@ msgstr "Hibamegoldó"
566
 
567
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
568
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
569
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
570
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
571
  msgid "FAQ"
572
  msgstr "GYIK"
@@ -811,7 +811,7 @@ msgstr "Egyedi URL"
811
  msgid "Url to share"
812
  msgstr "Megosztás Url-je"
813
 
814
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
815
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
816
  msgid "Title"
817
  msgstr "Cím"
@@ -899,7 +899,7 @@ msgid "Placement"
899
  msgstr ""
900
 
901
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
902
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
903
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
904
  msgid "Homepage"
905
  msgstr "Kezdő oldal"
@@ -1336,7 +1336,7 @@ msgstr ""
1336
  "tökéletesen) a szöveges mezőben:"
1337
 
1338
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1339
- #: ../admin/social_login.php:1008
1340
  msgid ""
1341
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1342
  "an online website for the plugin to function properly."
@@ -1364,7 +1364,7 @@ msgid ""
1364
  msgstr ""
1365
 
1366
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1367
- #: ../admin/social_login.php:1014
1368
  msgid "Why is my browser blocking some features of the plugin?"
1369
  msgstr ""
1370
 
@@ -1724,7 +1724,7 @@ msgstr "Alap Beállítások"
1724
  msgid "Advanced Configuration"
1725
  msgstr "Alap Beállítások"
1726
 
1727
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1728
  msgid "XProfile Integration"
1729
  msgstr ""
1730
 
@@ -1795,18 +1795,23 @@ msgid "Steam"
1795
  msgstr ""
1796
 
1797
  #: ../admin/social_login.php:134
 
 
 
 
 
1798
  msgid "LiveJournal"
1799
  msgstr ""
1800
 
1801
- #: ../admin/social_login.php:142
1802
  msgid "Select Social ID provider to enable in Social Login"
1803
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1804
 
1805
- #: ../admin/social_login.php:150
1806
  msgid "Facebook App ID"
1807
  msgstr "Facebook App ID"
1808
 
1809
- #: ../admin/social_login.php:160
1810
  #, php-format
1811
  msgid ""
1812
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1816,19 +1821,19 @@ msgstr ""
1816
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1817
  "App ID beszerzéshez"
1818
 
1819
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1820
  msgid ""
1821
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1822
  msgstr ""
1823
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1824
  "linken"
1825
 
1826
- #: ../admin/social_login.php:172
1827
  #, fuzzy
1828
  msgid "Facebook App Secret"
1829
  msgstr "Facebook App ID"
1830
 
1831
- #: ../admin/social_login.php:182
1832
  #, fuzzy, php-format
1833
  msgid ""
1834
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1838,11 +1843,11 @@ msgstr ""
1838
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1839
  "App ID beszerzéshez"
1840
 
1841
- #: ../admin/social_login.php:194
1842
  msgid "Twitter API Key"
1843
  msgstr "Twitter API Key"
1844
 
1845
- #: ../admin/social_login.php:204
1846
  #, php-format
1847
  msgid ""
1848
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1852,7 +1857,7 @@ msgstr ""
1852
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1853
  "API Key beszerzéshez"
1854
 
1855
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1856
  msgid ""
1857
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1858
  "strong> options at the link mentioned"
@@ -1860,11 +1865,11 @@ msgstr ""
1860
  "Illeszd be a következő url-t a <strong>Website</strong> és a "
1861
  "<strong>Callback URL</strong> mezőbe a fenti linken"
1862
 
1863
- #: ../admin/social_login.php:216
1864
  msgid "Twitter API Secret"
1865
  msgstr "Twitter API Secret"
1866
 
1867
- #: ../admin/social_login.php:226
1868
  #, php-format
1869
  msgid ""
1870
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1874,12 +1879,12 @@ msgstr ""
1874
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1875
  "API Secret beszerzéséhez"
1876
 
1877
- #: ../admin/social_login.php:238
1878
  #, fuzzy
1879
  msgid "LinkedIn Client ID"
1880
  msgstr "LinkedIn"
1881
 
1882
- #: ../admin/social_login.php:248
1883
  #, fuzzy, php-format
1884
  msgid ""
1885
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1889,8 +1894,8 @@ msgstr ""
1889
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1890
  "API Key beszerzéshez"
1891
 
1892
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1893
- #: ../admin/social_login.php:382
1894
  msgid ""
1895
  "Paste following url in <strong>Website URL</strong> option at the link "
1896
  "mentioned"
@@ -1898,11 +1903,11 @@ msgstr ""
1898
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1899
  "linken"
1900
 
1901
- #: ../admin/social_login.php:260
1902
  msgid "LinkedIn Client Secret "
1903
  msgstr ""
1904
 
1905
- #: ../admin/social_login.php:270
1906
  #, fuzzy, php-format
1907
  msgid ""
1908
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1913,11 +1918,11 @@ msgstr ""
1913
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1914
  "API Key beszerzéshez"
1915
 
1916
- #: ../admin/social_login.php:282
1917
  msgid "Google+ Client ID"
1918
  msgstr "Google+ Client ID"
1919
 
1920
- #: ../admin/social_login.php:292
1921
  #, php-format
1922
  msgid ""
1923
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1928,7 +1933,7 @@ msgstr ""
1928
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1929
  "GooglePlus Client ID beszerzéshez"
1930
 
1931
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1932
  #, fuzzy
1933
  msgid ""
1934
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -1937,12 +1942,12 @@ msgstr ""
1937
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1938
  "linken"
1939
 
1940
- #: ../admin/social_login.php:304
1941
  #, fuzzy
1942
  msgid "Google+ Client Secret"
1943
  msgstr "Google+ Client ID"
1944
 
1945
- #: ../admin/social_login.php:314
1946
  #, fuzzy, php-format
1947
  msgid ""
1948
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1953,11 +1958,11 @@ msgstr ""
1953
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1954
  "GooglePlus Client ID beszerzéshez"
1955
 
1956
- #: ../admin/social_login.php:326
1957
  msgid "Vkontakte Application ID"
1958
  msgstr "Vkontakte Application ID"
1959
 
1960
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1961
  #, php-format
1962
  msgid ""
1963
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1968,7 +1973,7 @@ msgstr ""
1968
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
1969
  "Application ID beszerzéshez"
1970
 
1971
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1972
  msgid ""
1973
  "Paste following url in <strong>Site address</strong> option at the link "
1974
  "mentioned"
@@ -1976,16 +1981,16 @@ msgstr ""
1976
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
1977
  "linken"
1978
 
1979
- #: ../admin/social_login.php:348
1980
  #, fuzzy
1981
  msgid "Vkontakte Secure key"
1982
  msgstr "Vkontakte"
1983
 
1984
- #: ../admin/social_login.php:370
1985
  msgid "Instagram Client ID"
1986
  msgstr "Instagram Client ID"
1987
 
1988
- #: ../admin/social_login.php:380
1989
  #, php-format
1990
  msgid ""
1991
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1995,11 +2000,11 @@ msgstr ""
1995
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
1996
  "Instagram Client ID beszerzéshez"
1997
 
1998
- #: ../admin/social_login.php:392
1999
  msgid "Xing Consumer Key"
2000
  msgstr "Xing Consumer Key"
2001
 
2002
- #: ../admin/social_login.php:402
2003
  #, php-format
2004
  msgid ""
2005
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2009,7 +2014,7 @@ msgstr ""
2009
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2010
  "Consumer Key beszerzéshez"
2011
 
2012
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
2013
  msgid ""
2014
  "Paste following url in <strong>Callback domain</strong> option at the link "
2015
  "mentioned"
@@ -2017,11 +2022,11 @@ msgstr ""
2017
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2018
  "fenti linken"
2019
 
2020
- #: ../admin/social_login.php:414
2021
  msgid "Xing Consumer Secret"
2022
  msgstr "Xing Consumer Secret"
2023
 
2024
- #: ../admin/social_login.php:424
2025
  #, php-format
2026
  msgid ""
2027
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2031,12 +2036,12 @@ msgstr ""
2031
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2032
  "Consumer Secret beszerzéséhez"
2033
 
2034
- #: ../admin/social_login.php:436
2035
  #, fuzzy
2036
  msgid "Steam API Key"
2037
  msgstr "Twitter API Key"
2038
 
2039
- #: ../admin/social_login.php:446
2040
  #, fuzzy, php-format
2041
  msgid ""
2042
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2046,56 +2051,85 @@ msgstr ""
2046
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2047
  "API Key beszerzéshez"
2048
 
2049
- #: ../admin/social_login.php:447
2050
  #, fuzzy
2051
  msgid "Save following <strong>domain</strong> to get the key"
2052
  msgstr ""
2053
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2054
  "fenti linken"
2055
 
2056
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2057
  #, fuzzy
2058
  msgid "Social Login Options"
2059
  msgstr "Social Login"
2060
 
2061
- #: ../admin/social_login.php:479
2062
  msgid "Text to display above the Social Login interface"
2063
  msgstr "Szöveg a Közösségi Belépés felett"
2064
 
2065
- #: ../admin/social_login.php:488
2066
  msgid "Enable at login page"
2067
  msgstr "Bekapcsolás a belépés oldalon"
2068
 
2069
- #: ../admin/social_login.php:498
2070
  msgid ""
2071
  "Social Login interface will get enabled at the login page of your website"
2072
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2073
 
2074
- #: ../admin/social_login.php:506
2075
  msgid "Enable at register page"
2076
  msgstr "Bekapcsolás a regisztráció oldalon"
2077
 
2078
- #: ../admin/social_login.php:516
2079
  msgid ""
2080
  "Social Login interface will get enabled at the registration page of your "
2081
  "website"
2082
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2083
 
2084
- #: ../admin/social_login.php:524
2085
  msgid "Enable at comment form"
2086
  msgstr "Bekapcsolás a hozászólásoknál"
2087
 
2088
- #: ../admin/social_login.php:534
2089
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2090
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2091
 
2092
- #: ../admin/social_login.php:543
2093
  #, fuzzy
2094
  msgid ""
2095
  "Link social account to already existing account, if email address matches"
2096
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2097
 
2098
- #: ../admin/social_login.php:553
2099
  msgid ""
2100
  "If email address of the user's Social Account matches with an already "
2101
  "existing account at your website, that social account will be linked to "
@@ -2103,43 +2137,43 @@ msgid ""
2103
  "Linking interface at their profile page."
2104
  msgstr ""
2105
 
2106
- #: ../admin/social_login.php:567
2107
  msgid "Enable before WooCommerce Customer Login Form"
2108
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2109
 
2110
- #: ../admin/social_login.php:577
2111
  #, fuzzy
2112
  msgid ""
2113
  "Social Login Interface will get enabled before the customer login form at "
2114
  "WooCommerce My Account page"
2115
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2116
 
2117
- #: ../admin/social_login.php:585
2118
  msgid "Enable after WooCommerce Customer Login Form"
2119
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2120
 
2121
- #: ../admin/social_login.php:595
2122
  #, fuzzy
2123
  msgid ""
2124
  "Social Login Interface will get enabled after the customer login form at "
2125
  "WooCommerce My Account page"
2126
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2127
 
2128
- #: ../admin/social_login.php:603
2129
  #, fuzzy
2130
  msgid "Enable at WooCommerce checkout page"
2131
  msgstr "Bekapcsolás a regisztráció oldalon"
2132
 
2133
- #: ../admin/social_login.php:613
2134
  #, fuzzy
2135
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2136
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2137
 
2138
- #: ../admin/social_login.php:624
2139
  msgid "Auto-approve comments made by Social Login users"
2140
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2141
 
2142
- #: ../admin/social_login.php:634
2143
  msgid ""
2144
  "If this option is enabled, and WordPress comment is made by Social Login "
2145
  "user, comment will get approved immediately without keeping in moderation."
@@ -2148,37 +2182,37 @@ msgstr ""
2148
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2149
  "megjelenik az oldalon."
2150
 
2151
- #: ../admin/social_login.php:635
2152
  msgid "Note: This is not related to Facebook comments"
2153
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2154
 
2155
- #: ../admin/social_login.php:645
2156
  msgid "Enable social avatar"
2157
  msgstr "Közösségi avatar bekapcsolás"
2158
 
2159
- #: ../admin/social_login.php:655
2160
  msgid ""
2161
  "Social profile pictures of the logged in user will be displayed as profile "
2162
  "avatar"
2163
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2164
 
2165
- #: ../admin/social_login.php:665
2166
  msgid "Avatar quality"
2167
  msgstr " Avatar képminőség"
2168
 
2169
- #: ../admin/social_login.php:668
2170
  msgid "Average"
2171
  msgstr "Átlagos"
2172
 
2173
- #: ../admin/social_login.php:669
2174
  msgid "Best"
2175
  msgstr "legjobb"
2176
 
2177
- #: ../admin/social_login.php:676
2178
  msgid "Choose avatar quality"
2179
  msgstr "Válassz Avatar képminőséget"
2180
 
2181
- #: ../admin/social_login.php:685
2182
  #, fuzzy
2183
  msgid ""
2184
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2186,13 +2220,13 @@ msgstr ""
2186
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2187
  "BuddyPress profil oldal"
2188
 
2189
- #: ../admin/social_login.php:695
2190
  msgid ""
2191
  "If enabled, users would be able to update their social avatar from \"Profile "
2192
  "photo\" section in BuddyPress profile at front-end"
2193
  msgstr ""
2194
 
2195
- #: ../admin/social_login.php:716
2196
  msgid ""
2197
  "If enabled and Social ID provider does not provide user's email address on "
2198
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2202,11 +2236,11 @@ msgstr ""
2202
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2203
  "véletlenszerű e-mail címet generálunk"
2204
 
2205
- #: ../admin/social_login.php:725
2206
  msgid "Send post-registration email to user to set account password"
2207
  msgstr ""
2208
 
2209
- #: ../admin/social_login.php:735
2210
  msgid ""
2211
  "If enabled, an email will be sent to user after registration through Social "
2212
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2217,12 +2251,12 @@ msgstr ""
2217
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2218
  "az oldalra."
2219
 
2220
- #: ../admin/social_login.php:743
2221
  #, fuzzy
2222
  msgid "Send new user registration notification email to admin"
2223
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2224
 
2225
- #: ../admin/social_login.php:753
2226
  #, fuzzy
2227
  msgid ""
2228
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2233,12 +2267,12 @@ msgstr ""
2233
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2234
  "az oldalra."
2235
 
2236
- #: ../admin/social_login.php:762
2237
  msgid "Enable social account linking at BuddyPress profile page"
2238
  msgstr ""
2239
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2240
 
2241
- #: ../admin/social_login.php:772
2242
  msgid ""
2243
  "Enable this option to show social account linking interface at BuddyPress "
2244
  "profile page"
@@ -2246,40 +2280,40 @@ msgstr ""
2246
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2247
  "BuddyPress profil oldal"
2248
 
2249
- #: ../admin/social_login.php:781
2250
  msgid "Login redirection"
2251
  msgstr "Átirányítás Belépés után"
2252
 
2253
- #: ../admin/social_login.php:785
2254
  msgid "Same page where user logged in"
2255
  msgstr "Az az oldal, ahol a felhasználó belépett"
2256
 
2257
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2258
  msgid "Account dashboard"
2259
  msgstr "Felhasználói Irányítópult"
2260
 
2261
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2262
  msgid "BuddyPress profile page"
2263
  msgstr "BuddyPress profil oldal"
2264
 
2265
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2266
  msgid "Custom Url"
2267
  msgstr "Egyedi URL"
2268
 
2269
- #: ../admin/social_login.php:803
2270
  msgid "User will be redirected to the selected page after Social Login"
2271
  msgstr ""
2272
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2273
 
2274
- #: ../admin/social_login.php:811
2275
  msgid "Registration redirection"
2276
  msgstr "Átirányítás Regisztráció után"
2277
 
2278
- #: ../admin/social_login.php:815
2279
  msgid "Same page from where user registered"
2280
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2281
 
2282
- #: ../admin/social_login.php:833
2283
  msgid ""
2284
  "User will be redirected to the selected page after registration (first "
2285
  "Social Login) through Social Login"
@@ -2287,15 +2321,15 @@ msgstr ""
2287
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2288
  "Közösségi belépés) után"
2289
 
2290
- #: ../admin/social_login.php:841
2291
  msgid "Email popup options"
2292
  msgstr "Email felugró ablak beállítások"
2293
 
2294
- #: ../admin/social_login.php:847
2295
  msgid "Text on 'Email required' popup"
2296
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2297
 
2298
- #: ../admin/social_login.php:857
2299
  msgid ""
2300
  "This text will be displayed on email required popup. Leave empty if not "
2301
  "required."
@@ -2303,11 +2337,11 @@ msgstr ""
2303
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2304
  "hagyhatod, ha nem kéred be az e-mail címet."
2305
 
2306
- #: ../admin/social_login.php:866
2307
  msgid "Error message for 'Email required' popup"
2308
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2309
 
2310
- #: ../admin/social_login.php:876
2311
  msgid ""
2312
  "This message will be displayed to user if it provides invalid or already "
2313
  "registered email"
@@ -2315,11 +2349,11 @@ msgstr ""
2315
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2316
  "mail címet ad meg "
2317
 
2318
- #: ../admin/social_login.php:885
2319
  msgid "Email popup height"
2320
  msgstr "Email felugró ablak magassága"
2321
 
2322
- #: ../admin/social_login.php:895
2323
  msgid ""
2324
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2325
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2328,11 +2362,11 @@ msgstr ""
2328
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2329
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2330
 
2331
- #: ../admin/social_login.php:903
2332
  msgid "Enable email verification"
2333
  msgstr "E-mail ellenőrzés bekapcsolása"
2334
 
2335
- #: ../admin/social_login.php:913
2336
  msgid ""
2337
  "If enabled, email provided by the user will be verified by sending a "
2338
  "confirmation link to that email. User would not be able to login without "
@@ -2342,31 +2376,31 @@ msgstr ""
2342
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2343
  "nem erősítette meg e-mailcímét "
2344
 
2345
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2346
  #: ../inc/widget.php:578 ../inc/widget.php:726
2347
  msgid "Select"
2348
  msgstr "Válassz"
2349
 
2350
- #: ../admin/social_login.php:994
2351
  #, fuzzy
2352
  msgid "Social Login Shortcode & Widget"
2353
  msgstr "Shortcode és Widget"
2354
 
2355
- #: ../admin/social_login.php:995
2356
  msgid "Social Linking Shortcode"
2357
  msgstr ""
2358
 
2359
- #: ../admin/social_login.php:1010
2360
  msgid "Why is social login not working?"
2361
  msgstr ""
2362
 
2363
- #: ../admin/social_login.php:1011
2364
  msgid ""
2365
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2366
  "belong to the same app"
2367
  msgstr ""
2368
 
2369
- #: ../admin/social_login.php:1013
2370
  msgid ""
2371
  "Why the user is not appearing logged in even after Social Login until the "
2372
  "webpage is refreshed manually?"
@@ -2613,28 +2647,28 @@ msgstr "Hibás kérés"
2613
  msgid "Providers not selected"
2614
  msgstr "Nincs kiválasztott szolgáltató"
2615
 
2616
- #: ../inc/social_login.php:714
2617
  msgid "Email"
2618
  msgstr "Email"
2619
 
2620
- #: ../inc/social_login.php:715
2621
  msgid "Confirm email"
2622
  msgstr ""
2623
 
2624
- #: ../inc/social_login.php:717
2625
  msgid "Save"
2626
  msgstr ""
2627
 
2628
- #: ../inc/social_login.php:718
2629
  msgid "Cancel"
2630
  msgstr ""
2631
 
2632
- #: ../inc/social_login.php:792
2633
  #, fuzzy
2634
  msgid "Email Verification"
2635
  msgstr "E-mail ellenőrzés bekapcsolása"
2636
 
2637
- #: ../inc/social_login.php:794
2638
  msgid ""
2639
  "Please click on the following link or paste it in browser to verify your "
2640
  "email"
@@ -2912,26 +2946,9 @@ msgstr ""
2912
  #~ "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a "
2913
  #~ "megnyitáshoz"
2914
 
2915
- #, fuzzy
2916
- #~ msgid "Twitch"
2917
- #~ msgstr "Twitter"
2918
-
2919
  #~ msgid "LinkedIn API Key"
2920
  #~ msgstr "LinkedIn API Key"
2921
 
2922
- #, fuzzy
2923
- #~ msgid "Twitch Client ID"
2924
- #~ msgstr "Instagram Client ID"
2925
-
2926
- #, fuzzy
2927
- #~ msgid ""
2928
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
2929
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2930
- #~ msgstr ""
2931
- #~ "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a "
2932
- #~ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2933
- #~ "Twitter API Key beszerzéshez"
2934
-
2935
  #~ msgid "Donate"
2936
  #~ msgstr "Adakozás"
2937
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:07+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:07+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:400
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:563
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
33
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
34
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
35
 
36
+ #: ../super_socializer.php:590
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
43
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
44
  "lépés %s)"
45
 
46
+ #: ../super_socializer.php:593
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
51
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
52
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
53
 
54
+ #: ../super_socializer.php:594
55
  #, php-format
56
  msgid ""
57
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
58
  msgstr ""
59
 
60
+ #: ../super_socializer.php:860 ../helper.php:963
61
  msgid "Please verify your email address to login."
62
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
63
 
64
+ #: ../super_socializer.php:860
65
  msgid "Your email has been verified. Now you can login to your account"
66
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
67
 
68
+ #: ../super_socializer.php:864
69
  msgid "Notification"
70
  msgstr "Értesítés"
71
 
72
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
73
  msgid "Email required"
74
  msgstr "E-mail cím szükséges"
75
 
76
+ #: ../super_socializer.php:885
77
  msgid "Please check your email inbox to complete the registration."
78
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
79
 
80
+ #: ../super_socializer.php:892 ../helper.php:503
81
  msgid "Enter your LiveJournal username"
82
  msgstr ""
83
 
84
+ #: ../super_socializer.php:954
85
  msgid "Leave a reply"
86
  msgstr "Válaszolj"
87
 
88
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
89
  msgid "Shares"
90
  msgstr ""
91
 
92
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
93
  msgid "Share"
94
  msgstr ""
95
 
96
+ #: ../super_socializer.php:966
97
  #, fuzzy
98
  msgid "Link copied."
99
  msgstr "LinkedIn"
100
 
101
+ #: ../super_socializer.php:1153
102
  #, fuzzy
103
  msgid "Super Socializer - General Options"
104
  msgstr "Super Socializer - Belépés"
105
 
106
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
107
  #: ../admin/social_commenting.php:43
108
  #, fuzzy
109
  msgid "General Options"
110
  msgstr "Megosztási beállítások"
111
 
112
+ #: ../super_socializer.php:1221 ../helper.php:885
113
  #, fuzzy
114
  msgid "Social Avatar"
115
  msgstr "Kis Avatar URL"
116
 
117
+ #: ../super_socializer.php:1224
118
  msgid "Small Avatar Url"
119
  msgstr "Kis Avatar URL"
120
 
121
+ #: ../super_socializer.php:1228
122
  #, fuzzy
123
  msgid "Large Avatar Url"
124
  msgstr "Cél Url"
125
 
126
+ #: ../super_socializer.php:1232 ../helper.php:888
127
  msgid ""
128
  "Do not fetch and update social avatar from my profile, next time I Social "
129
  "Login"
130
  msgstr ""
131
 
132
+ #: ../super_socializer.php:1236 ../helper.php:889
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
137
  msgid ""
138
  "Your browser is blocking some features of this website. Please follow the "
139
  "instructions at {support_url} to unblock these."
140
  msgstr ""
141
 
142
+ #: ../super_socializer.php:1315
143
  msgid "Login with your Social ID"
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1316
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
149
 
150
+ #: ../super_socializer.php:1321
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
153
 
154
+ #: ../super_socializer.php:1540
155
  #, php-format
156
  msgid ""
157
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1556
161
  #, php-format
162
  msgid ""
163
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
164
  msgstr ""
165
 
166
+ #: ../super_socializer.php:1580
167
  #, php-format
168
  msgid ""
169
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
171
  "target=\"_blank\">here</a>"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
175
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
176
  msgid "Okay"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1605
180
  #, php-format
181
  msgid ""
182
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
184
  "target=\"_blank\">here</a>"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1630
188
  #, php-format
189
  msgid ""
190
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
192
  "target=\"_blank\">here</a>"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:1654
196
  #, php-format
197
  msgid ""
198
  "Your website visitors will see a popup notification (only once) if their "
211
  msgid "Dismiss this notice"
212
  msgstr "Utasítsa el ezt az értesítést"
213
 
214
+ #: ../helper.php:159
215
  msgid "Click to show help"
216
  msgstr "Kattintson megmutatni segítség"
217
 
218
+ #: ../helper.php:159
219
  msgid "Click to hide help"
220
  msgstr "Elrejtéséhez kattintson segítség"
221
 
222
+ #: ../helper.php:252
223
  #, fuzzy
224
  msgid "Add-Ons"
225
  msgstr "A kiegészítőket"
226
 
227
+ #: ../helper.php:253
228
  msgid "Support Documentation"
229
  msgstr ""
230
 
231
+ #: ../helper.php:254
232
  msgid "Settings"
233
  msgstr "Beállítások"
234
 
235
+ #: ../helper.php:552
236
  msgid "Account linked successfully"
237
  msgstr "Fiók kapcsolása sikeres"
238
 
239
+ #: ../helper.php:556
240
  msgid "Account already exists or linked"
241
  msgstr "Fiók már létezik, vagy össze van kötve"
242
 
243
+ #: ../helper.php:576
244
  msgid "Link your social account to login to your account at this website"
245
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
246
 
247
+ #: ../helper.php:614 ../helper.php:620
248
  msgid "Currently"
249
  msgstr "Jelenleg"
250
 
251
+ #: ../helper.php:614 ../helper.php:620
252
  msgid "Connected with"
253
  msgstr ""
254
 
255
+ #: ../helper.php:614 ../helper.php:620
256
  msgid "Remove"
257
  msgstr "Eltávolítás"
258
 
259
+ #: ../helper.php:691
260
  #, fuzzy
261
  msgid "Social Account Linking"
262
  msgstr "Közösségi Hozzászólás"
263
 
264
+ #: ../helper.php:741
265
  #, fuzzy
266
  msgid "Disable Standard Social Sharing on this "
267
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
268
 
269
+ #: ../helper.php:746
270
  #, fuzzy
271
  msgid "Disable Floating Social Sharing on this "
272
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
273
 
274
+ #: ../helper.php:751
275
  #, fuzzy
276
  msgid "Disable Standard like buttons on this "
277
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
278
 
279
+ #: ../helper.php:756
280
  #, fuzzy
281
  msgid "Disable Floating like buttons on this "
282
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
283
 
284
+ #: ../helper.php:761
285
  msgid "Disable Social Commenting on this "
286
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
287
 
288
+ #: ../helper.php:770
289
  #, fuzzy
290
  msgid "Standard Sharing Interface"
291
  msgstr "Megosztási Felület"
292
 
293
+ #: ../helper.php:776 ../helper.php:795
294
  msgid "Starting share count for "
295
  msgstr "Megosztás számok kezdése ehhez"
296
 
297
+ #: ../helper.php:789
298
  #, fuzzy
299
  msgid "Floating Sharing Interface"
300
  msgstr "Megosztási Felület"
301
 
302
+ #: ../helper.php:892
303
  #, fuzzy
304
  msgid "Small Avatar"
305
  msgstr "Kis Avatar URL"
306
 
307
+ #: ../helper.php:896
308
  #, fuzzy
309
  msgid "Large Avatar"
310
  msgstr "Cél Url"
311
 
312
+ #: ../helper.php:900 ../admin/general_options.php:128
313
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
314
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
315
  msgid "Save Changes"
316
  msgstr "Változások Mentése"
317
 
380
  msgstr ""
381
 
382
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
383
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
384
  #: ../admin/like_buttons.php:827
385
  #, fuzzy
386
  msgid "Instagram Shoutout"
387
  msgstr "Instagram"
388
 
389
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
390
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
391
  #: ../admin/like_buttons.php:829
392
  msgid ""
393
  "If you can send (to hello@heateor.com) how our plugin is helping your "
396
  msgstr ""
397
 
398
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
399
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
400
  #: ../admin/like_buttons.php:830
401
  msgid ""
402
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
407
  msgstr ""
408
 
409
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
410
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
411
  #: ../admin/like_buttons.php:831
412
  msgid ""
413
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
555
 
556
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
557
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
558
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
559
  #: ../admin/like_buttons.php:793
560
  msgid "Shortcode & Widget"
561
  msgstr "Shortcode és Widget"
566
 
567
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
568
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
569
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
570
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
571
  msgid "FAQ"
572
  msgstr "GYIK"
811
  msgid "Url to share"
812
  msgstr "Megosztás Url-je"
813
 
814
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
815
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
816
  msgid "Title"
817
  msgstr "Cím"
899
  msgstr ""
900
 
901
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
902
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
903
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
904
  msgid "Homepage"
905
  msgstr "Kezdő oldal"
1336
  "tökéletesen) a szöveges mezőben:"
1337
 
1338
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1339
+ #: ../admin/social_login.php:1057
1340
  msgid ""
1341
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1342
  "an online website for the plugin to function properly."
1364
  msgstr ""
1365
 
1366
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1367
+ #: ../admin/social_login.php:1063
1368
  msgid "Why is my browser blocking some features of the plugin?"
1369
  msgstr ""
1370
 
1724
  msgid "Advanced Configuration"
1725
  msgstr "Alap Beállítások"
1726
 
1727
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1728
  msgid "XProfile Integration"
1729
  msgstr ""
1730
 
1795
  msgstr ""
1796
 
1797
  #: ../admin/social_login.php:134
1798
+ #, fuzzy
1799
+ msgid "Twitch"
1800
+ msgstr "Twitter"
1801
+
1802
+ #: ../admin/social_login.php:139
1803
  msgid "LiveJournal"
1804
  msgstr ""
1805
 
1806
+ #: ../admin/social_login.php:147
1807
  msgid "Select Social ID provider to enable in Social Login"
1808
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1809
 
1810
+ #: ../admin/social_login.php:155
1811
  msgid "Facebook App ID"
1812
  msgstr "Facebook App ID"
1813
 
1814
+ #: ../admin/social_login.php:165
1815
  #, php-format
1816
  msgid ""
1817
  "Required for Facebook Social Login to work. Please follow the documentation "
1821
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1822
  "App ID beszerzéshez"
1823
 
1824
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1825
  msgid ""
1826
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1827
  msgstr ""
1828
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1829
  "linken"
1830
 
1831
+ #: ../admin/social_login.php:177
1832
  #, fuzzy
1833
  msgid "Facebook App Secret"
1834
  msgstr "Facebook App ID"
1835
 
1836
+ #: ../admin/social_login.php:187
1837
  #, fuzzy, php-format
1838
  msgid ""
1839
  "Required for Facebook Social Login to work. Please follow the documentation "
1843
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1844
  "App ID beszerzéshez"
1845
 
1846
+ #: ../admin/social_login.php:199
1847
  msgid "Twitter API Key"
1848
  msgstr "Twitter API Key"
1849
 
1850
+ #: ../admin/social_login.php:209
1851
  #, php-format
1852
  msgid ""
1853
  "Required for Twitter Social Login to work. Please follow the documentation "
1857
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1858
  "API Key beszerzéshez"
1859
 
1860
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1861
  msgid ""
1862
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1863
  "strong> options at the link mentioned"
1865
  "Illeszd be a következő url-t a <strong>Website</strong> és a "
1866
  "<strong>Callback URL</strong> mezőbe a fenti linken"
1867
 
1868
+ #: ../admin/social_login.php:221
1869
  msgid "Twitter API Secret"
1870
  msgstr "Twitter API Secret"
1871
 
1872
+ #: ../admin/social_login.php:231
1873
  #, php-format
1874
  msgid ""
1875
  "Required for Twitter Social Login to work. Please follow the documentation "
1879
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1880
  "API Secret beszerzéséhez"
1881
 
1882
+ #: ../admin/social_login.php:243
1883
  #, fuzzy
1884
  msgid "LinkedIn Client ID"
1885
  msgstr "LinkedIn"
1886
 
1887
+ #: ../admin/social_login.php:253
1888
  #, fuzzy, php-format
1889
  msgid ""
1890
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1894
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1895
  "API Key beszerzéshez"
1896
 
1897
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1898
+ #: ../admin/social_login.php:387
1899
  msgid ""
1900
  "Paste following url in <strong>Website URL</strong> option at the link "
1901
  "mentioned"
1903
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1904
  "linken"
1905
 
1906
+ #: ../admin/social_login.php:265
1907
  msgid "LinkedIn Client Secret "
1908
  msgstr ""
1909
 
1910
+ #: ../admin/social_login.php:275
1911
  #, fuzzy, php-format
1912
  msgid ""
1913
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1918
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
1919
  "API Key beszerzéshez"
1920
 
1921
+ #: ../admin/social_login.php:287
1922
  msgid "Google+ Client ID"
1923
  msgstr "Google+ Client ID"
1924
 
1925
+ #: ../admin/social_login.php:297
1926
  #, php-format
1927
  msgid ""
1928
  "Required for GooglePlus Social Login to work. Please follow the "
1933
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1934
  "GooglePlus Client ID beszerzéshez"
1935
 
1936
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1937
  #, fuzzy
1938
  msgid ""
1939
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1942
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1943
  "linken"
1944
 
1945
+ #: ../admin/social_login.php:309
1946
  #, fuzzy
1947
  msgid "Google+ Client Secret"
1948
  msgstr "Google+ Client ID"
1949
 
1950
+ #: ../admin/social_login.php:319
1951
  #, fuzzy, php-format
1952
  msgid ""
1953
  "Required for GooglePlus Social Login to work. Please follow the "
1958
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
1959
  "GooglePlus Client ID beszerzéshez"
1960
 
1961
+ #: ../admin/social_login.php:331
1962
  msgid "Vkontakte Application ID"
1963
  msgstr "Vkontakte Application ID"
1964
 
1965
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1966
  #, php-format
1967
  msgid ""
1968
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1973
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
1974
  "Application ID beszerzéshez"
1975
 
1976
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1977
  msgid ""
1978
  "Paste following url in <strong>Site address</strong> option at the link "
1979
  "mentioned"
1981
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
1982
  "linken"
1983
 
1984
+ #: ../admin/social_login.php:353
1985
  #, fuzzy
1986
  msgid "Vkontakte Secure key"
1987
  msgstr "Vkontakte"
1988
 
1989
+ #: ../admin/social_login.php:375
1990
  msgid "Instagram Client ID"
1991
  msgstr "Instagram Client ID"
1992
 
1993
+ #: ../admin/social_login.php:385
1994
  #, php-format
1995
  msgid ""
1996
  "Required for Instagram Social Login to work. Please follow the documentation "
2000
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2001
  "Instagram Client ID beszerzéshez"
2002
 
2003
+ #: ../admin/social_login.php:397
2004
  msgid "Xing Consumer Key"
2005
  msgstr "Xing Consumer Key"
2006
 
2007
+ #: ../admin/social_login.php:407
2008
  #, php-format
2009
  msgid ""
2010
  "Required for Xing Social Login to work. Please follow the documentation at "
2014
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2015
  "Consumer Key beszerzéshez"
2016
 
2017
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
2018
  msgid ""
2019
  "Paste following url in <strong>Callback domain</strong> option at the link "
2020
  "mentioned"
2022
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2023
  "fenti linken"
2024
 
2025
+ #: ../admin/social_login.php:419
2026
  msgid "Xing Consumer Secret"
2027
  msgstr "Xing Consumer Secret"
2028
 
2029
+ #: ../admin/social_login.php:429
2030
  #, php-format
2031
  msgid ""
2032
  "Required for Xing Social Login to work. Please follow the documentation at "
2036
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2037
  "Consumer Secret beszerzéséhez"
2038
 
2039
+ #: ../admin/social_login.php:441
2040
  #, fuzzy
2041
  msgid "Steam API Key"
2042
  msgstr "Twitter API Key"
2043
 
2044
+ #: ../admin/social_login.php:451
2045
  #, fuzzy, php-format
2046
  msgid ""
2047
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2051
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2052
  "API Key beszerzéshez"
2053
 
2054
+ #: ../admin/social_login.php:452
2055
  #, fuzzy
2056
  msgid "Save following <strong>domain</strong> to get the key"
2057
  msgstr ""
2058
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2059
  "fenti linken"
2060
 
2061
+ #: ../admin/social_login.php:461
2062
+ #, fuzzy
2063
+ msgid "Twitch Client ID"
2064
+ msgstr "Instagram Client ID"
2065
+
2066
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
2067
+ #, fuzzy, php-format
2068
+ msgid ""
2069
+ "Required for Twitch Social Login to work. Please follow the documentation at "
2070
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2071
+ msgstr ""
2072
+ "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a "
2073
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2074
+ "API Key beszerzéshez"
2075
+
2076
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
2077
+ #, fuzzy
2078
+ msgid ""
2079
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
2080
+ "mentioned"
2081
+ msgstr ""
2082
+ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2083
+ "linken"
2084
+
2085
+ #: ../admin/social_login.php:483
2086
+ #, fuzzy
2087
+ msgid "Twitch Client Secret"
2088
+ msgstr "Instagram Client ID"
2089
+
2090
+ #: ../admin/social_login.php:512
2091
  #, fuzzy
2092
  msgid "Social Login Options"
2093
  msgstr "Social Login"
2094
 
2095
+ #: ../admin/social_login.php:528
2096
  msgid "Text to display above the Social Login interface"
2097
  msgstr "Szöveg a Közösségi Belépés felett"
2098
 
2099
+ #: ../admin/social_login.php:537
2100
  msgid "Enable at login page"
2101
  msgstr "Bekapcsolás a belépés oldalon"
2102
 
2103
+ #: ../admin/social_login.php:547
2104
  msgid ""
2105
  "Social Login interface will get enabled at the login page of your website"
2106
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2107
 
2108
+ #: ../admin/social_login.php:555
2109
  msgid "Enable at register page"
2110
  msgstr "Bekapcsolás a regisztráció oldalon"
2111
 
2112
+ #: ../admin/social_login.php:565
2113
  msgid ""
2114
  "Social Login interface will get enabled at the registration page of your "
2115
  "website"
2116
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2117
 
2118
+ #: ../admin/social_login.php:573
2119
  msgid "Enable at comment form"
2120
  msgstr "Bekapcsolás a hozászólásoknál"
2121
 
2122
+ #: ../admin/social_login.php:583
2123
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2124
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2125
 
2126
+ #: ../admin/social_login.php:592
2127
  #, fuzzy
2128
  msgid ""
2129
  "Link social account to already existing account, if email address matches"
2130
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2131
 
2132
+ #: ../admin/social_login.php:602
2133
  msgid ""
2134
  "If email address of the user's Social Account matches with an already "
2135
  "existing account at your website, that social account will be linked to "
2137
  "Linking interface at their profile page."
2138
  msgstr ""
2139
 
2140
+ #: ../admin/social_login.php:616
2141
  msgid "Enable before WooCommerce Customer Login Form"
2142
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2143
 
2144
+ #: ../admin/social_login.php:626
2145
  #, fuzzy
2146
  msgid ""
2147
  "Social Login Interface will get enabled before the customer login form at "
2148
  "WooCommerce My Account page"
2149
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2150
 
2151
+ #: ../admin/social_login.php:634
2152
  msgid "Enable after WooCommerce Customer Login Form"
2153
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2154
 
2155
+ #: ../admin/social_login.php:644
2156
  #, fuzzy
2157
  msgid ""
2158
  "Social Login Interface will get enabled after the customer login form at "
2159
  "WooCommerce My Account page"
2160
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2161
 
2162
+ #: ../admin/social_login.php:652
2163
  #, fuzzy
2164
  msgid "Enable at WooCommerce checkout page"
2165
  msgstr "Bekapcsolás a regisztráció oldalon"
2166
 
2167
+ #: ../admin/social_login.php:662
2168
  #, fuzzy
2169
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2170
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2171
 
2172
+ #: ../admin/social_login.php:673
2173
  msgid "Auto-approve comments made by Social Login users"
2174
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2175
 
2176
+ #: ../admin/social_login.php:683
2177
  msgid ""
2178
  "If this option is enabled, and WordPress comment is made by Social Login "
2179
  "user, comment will get approved immediately without keeping in moderation."
2182
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2183
  "megjelenik az oldalon."
2184
 
2185
+ #: ../admin/social_login.php:684
2186
  msgid "Note: This is not related to Facebook comments"
2187
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2188
 
2189
+ #: ../admin/social_login.php:694
2190
  msgid "Enable social avatar"
2191
  msgstr "Közösségi avatar bekapcsolás"
2192
 
2193
+ #: ../admin/social_login.php:704
2194
  msgid ""
2195
  "Social profile pictures of the logged in user will be displayed as profile "
2196
  "avatar"
2197
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2198
 
2199
+ #: ../admin/social_login.php:714
2200
  msgid "Avatar quality"
2201
  msgstr " Avatar képminőség"
2202
 
2203
+ #: ../admin/social_login.php:717
2204
  msgid "Average"
2205
  msgstr "Átlagos"
2206
 
2207
+ #: ../admin/social_login.php:718
2208
  msgid "Best"
2209
  msgstr "legjobb"
2210
 
2211
+ #: ../admin/social_login.php:725
2212
  msgid "Choose avatar quality"
2213
  msgstr "Válassz Avatar képminőséget"
2214
 
2215
+ #: ../admin/social_login.php:734
2216
  #, fuzzy
2217
  msgid ""
2218
  "Show option for users to update social avatar at BuddyPress profile page"
2220
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2221
  "BuddyPress profil oldal"
2222
 
2223
+ #: ../admin/social_login.php:744
2224
  msgid ""
2225
  "If enabled, users would be able to update their social avatar from \"Profile "
2226
  "photo\" section in BuddyPress profile at front-end"
2227
  msgstr ""
2228
 
2229
+ #: ../admin/social_login.php:765
2230
  msgid ""
2231
  "If enabled and Social ID provider does not provide user's email address on "
2232
  "login, user will be asked to provide his/her email address. Otherwise, a "
2236
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2237
  "véletlenszerű e-mail címet generálunk"
2238
 
2239
+ #: ../admin/social_login.php:774
2240
  msgid "Send post-registration email to user to set account password"
2241
  msgstr ""
2242
 
2243
+ #: ../admin/social_login.php:784
2244
  msgid ""
2245
  "If enabled, an email will be sent to user after registration through Social "
2246
  "Login, regarding his/her login credentials (username-password to be able to "
2251
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2252
  "az oldalra."
2253
 
2254
+ #: ../admin/social_login.php:792
2255
  #, fuzzy
2256
  msgid "Send new user registration notification email to admin"
2257
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2258
 
2259
+ #: ../admin/social_login.php:802
2260
  #, fuzzy
2261
  msgid ""
2262
  "If enabled, an email will be sent to admin after new user registers through "
2267
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2268
  "az oldalra."
2269
 
2270
+ #: ../admin/social_login.php:811
2271
  msgid "Enable social account linking at BuddyPress profile page"
2272
  msgstr ""
2273
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2274
 
2275
+ #: ../admin/social_login.php:821
2276
  msgid ""
2277
  "Enable this option to show social account linking interface at BuddyPress "
2278
  "profile page"
2280
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2281
  "BuddyPress profil oldal"
2282
 
2283
+ #: ../admin/social_login.php:830
2284
  msgid "Login redirection"
2285
  msgstr "Átirányítás Belépés után"
2286
 
2287
+ #: ../admin/social_login.php:834
2288
  msgid "Same page where user logged in"
2289
  msgstr "Az az oldal, ahol a felhasználó belépett"
2290
 
2291
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2292
  msgid "Account dashboard"
2293
  msgstr "Felhasználói Irányítópult"
2294
 
2295
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2296
  msgid "BuddyPress profile page"
2297
  msgstr "BuddyPress profil oldal"
2298
 
2299
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2300
  msgid "Custom Url"
2301
  msgstr "Egyedi URL"
2302
 
2303
+ #: ../admin/social_login.php:852
2304
  msgid "User will be redirected to the selected page after Social Login"
2305
  msgstr ""
2306
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2307
 
2308
+ #: ../admin/social_login.php:860
2309
  msgid "Registration redirection"
2310
  msgstr "Átirányítás Regisztráció után"
2311
 
2312
+ #: ../admin/social_login.php:864
2313
  msgid "Same page from where user registered"
2314
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2315
 
2316
+ #: ../admin/social_login.php:882
2317
  msgid ""
2318
  "User will be redirected to the selected page after registration (first "
2319
  "Social Login) through Social Login"
2321
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2322
  "Közösségi belépés) után"
2323
 
2324
+ #: ../admin/social_login.php:890
2325
  msgid "Email popup options"
2326
  msgstr "Email felugró ablak beállítások"
2327
 
2328
+ #: ../admin/social_login.php:896
2329
  msgid "Text on 'Email required' popup"
2330
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2331
 
2332
+ #: ../admin/social_login.php:906
2333
  msgid ""
2334
  "This text will be displayed on email required popup. Leave empty if not "
2335
  "required."
2337
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2338
  "hagyhatod, ha nem kéred be az e-mail címet."
2339
 
2340
+ #: ../admin/social_login.php:915
2341
  msgid "Error message for 'Email required' popup"
2342
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2343
 
2344
+ #: ../admin/social_login.php:925
2345
  msgid ""
2346
  "This message will be displayed to user if it provides invalid or already "
2347
  "registered email"
2349
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2350
  "mail címet ad meg "
2351
 
2352
+ #: ../admin/social_login.php:934
2353
  msgid "Email popup height"
2354
  msgstr "Email felugró ablak magassága"
2355
 
2356
+ #: ../admin/social_login.php:944
2357
  msgid ""
2358
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2359
  "can increase the height of popup by specifying in this option. Leave empty "
2362
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2363
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2364
 
2365
+ #: ../admin/social_login.php:952
2366
  msgid "Enable email verification"
2367
  msgstr "E-mail ellenőrzés bekapcsolása"
2368
 
2369
+ #: ../admin/social_login.php:962
2370
  msgid ""
2371
  "If enabled, email provided by the user will be verified by sending a "
2372
  "confirmation link to that email. User would not be able to login without "
2376
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2377
  "nem erősítette meg e-mailcímét "
2378
 
2379
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2380
  #: ../inc/widget.php:578 ../inc/widget.php:726
2381
  msgid "Select"
2382
  msgstr "Válassz"
2383
 
2384
+ #: ../admin/social_login.php:1043
2385
  #, fuzzy
2386
  msgid "Social Login Shortcode & Widget"
2387
  msgstr "Shortcode és Widget"
2388
 
2389
+ #: ../admin/social_login.php:1044
2390
  msgid "Social Linking Shortcode"
2391
  msgstr ""
2392
 
2393
+ #: ../admin/social_login.php:1059
2394
  msgid "Why is social login not working?"
2395
  msgstr ""
2396
 
2397
+ #: ../admin/social_login.php:1060
2398
  msgid ""
2399
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2400
  "belong to the same app"
2401
  msgstr ""
2402
 
2403
+ #: ../admin/social_login.php:1062
2404
  msgid ""
2405
  "Why the user is not appearing logged in even after Social Login until the "
2406
  "webpage is refreshed manually?"
2647
  msgid "Providers not selected"
2648
  msgstr "Nincs kiválasztott szolgáltató"
2649
 
2650
+ #: ../inc/social_login.php:725
2651
  msgid "Email"
2652
  msgstr "Email"
2653
 
2654
+ #: ../inc/social_login.php:726
2655
  msgid "Confirm email"
2656
  msgstr ""
2657
 
2658
+ #: ../inc/social_login.php:728
2659
  msgid "Save"
2660
  msgstr ""
2661
 
2662
+ #: ../inc/social_login.php:729
2663
  msgid "Cancel"
2664
  msgstr ""
2665
 
2666
+ #: ../inc/social_login.php:803
2667
  #, fuzzy
2668
  msgid "Email Verification"
2669
  msgstr "E-mail ellenőrzés bekapcsolása"
2670
 
2671
+ #: ../inc/social_login.php:805
2672
  msgid ""
2673
  "Please click on the following link or paste it in browser to verify your "
2674
  "email"
2946
  #~ "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a "
2947
  #~ "megnyitáshoz"
2948
 
 
 
 
 
2949
  #~ msgid "LinkedIn API Key"
2950
  #~ msgstr "LinkedIn API Key"
2951
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2952
  #~ msgid "Donate"
2953
  #~ msgstr "Adakozás"
2954
 
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: 2018-03-16 11:39+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:39+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:356 ../super_socializer.php:370
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:366
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:510
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
@@ -33,7 +33,7 @@ msgstr ""
33
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
34
  "questo, potrebbe essere necessario contattare l'amministratore del server."
35
 
36
- #: ../super_socializer.php:537
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -43,7 +43,7 @@ msgstr ""
43
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
44
  "3 %s)"
45
 
46
- #: ../super_socializer.php:540
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
@@ -51,79 +51,79 @@ msgstr ""
51
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
52
  "questo, potrebbe essere necessario contattare l'amministratore del server."
53
 
54
- #: ../super_socializer.php:541
55
  #, php-format
56
  msgid ""
57
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
58
  msgstr ""
59
 
60
- #: ../super_socializer.php:808 ../helper.php:960
61
  msgid "Please verify your email address to login."
62
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
63
 
64
- #: ../super_socializer.php:808
65
  msgid "Your email has been verified. Now you can login to your account"
66
  msgstr ""
67
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
68
  "account"
69
 
70
- #: ../super_socializer.php:812
71
  msgid "Notification"
72
  msgstr "Notifiche"
73
 
74
- #: ../super_socializer.php:830 ../admin/social_login.php:706
75
  msgid "Email required"
76
  msgstr "Email Obbligatoria"
77
 
78
- #: ../super_socializer.php:833
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
  "Per favore, per completare la registrazione, controlla la tua casella di "
82
  "posta elettronica."
83
 
84
- #: ../super_socializer.php:840 ../helper.php:500
85
  msgid "Enter your LiveJournal username"
86
  msgstr ""
87
 
88
- #: ../super_socializer.php:902
89
  msgid "Leave a reply"
90
  msgstr "Lascia un commento"
91
 
92
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
93
  msgid "Shares"
94
  msgstr "Shares"
95
 
96
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
97
  msgid "Share"
98
  msgstr "Share"
99
 
100
- #: ../super_socializer.php:914
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
- #: ../super_socializer.php:1101
106
  msgid "Super Socializer - General Options"
107
  msgstr "Super Socializer - Opzioni"
108
 
109
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
110
  #: ../admin/social_commenting.php:43
111
  msgid "General Options"
112
  msgstr "Opzioni Generali"
113
 
114
- #: ../super_socializer.php:1169 ../helper.php:882
115
  msgid "Social Avatar"
116
  msgstr "Social Avatar"
117
 
118
- #: ../super_socializer.php:1172
119
  msgid "Small Avatar Url"
120
  msgstr "Url Avatar Piccolo"
121
 
122
- #: ../super_socializer.php:1176
123
  msgid "Large Avatar Url"
124
  msgstr "URL Avatar Grande"
125
 
126
- #: ../super_socializer.php:1180 ../helper.php:885
127
  msgid ""
128
  "Do not fetch and update social avatar from my profile, next time I Social "
129
  "Login"
@@ -131,43 +131,43 @@ msgstr ""
131
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
132
  "social avatar dal mio profilo."
133
 
134
- #: ../super_socializer.php:1184 ../helper.php:886
135
  msgid "Update social avatar, next time I Social Login"
136
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
137
 
138
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
139
  msgid ""
140
  "Your browser is blocking some features of this website. Please follow the "
141
  "instructions at {support_url} to unblock these."
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1263
145
  msgid "Login with your Social ID"
146
  msgstr "Login con il tuo ID Social"
147
 
148
- #: ../super_socializer.php:1264
149
  msgid "Email you entered is already registered or invalid"
150
  msgstr "La email inserita è già registrata o non è valida"
151
 
152
- #: ../super_socializer.php:1269
153
  msgid "Please enter a valid email address. You might be required to verify it"
154
  msgstr ""
155
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
156
  "una verifica"
157
 
158
- #: ../super_socializer.php:1488
159
  #, php-format
160
  msgid ""
161
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1503
165
  #, php-format
166
  msgid ""
167
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
168
  msgstr ""
169
 
170
- #: ../super_socializer.php:1527
171
  #, php-format
172
  msgid ""
173
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -175,12 +175,12 @@ msgid ""
175
  "target=\"_blank\">here</a>"
176
  msgstr ""
177
 
178
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
179
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
180
  msgid "Okay"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1552
184
  #, php-format
185
  msgid ""
186
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -188,7 +188,7 @@ msgid ""
188
  "target=\"_blank\">here</a>"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1577
192
  #, php-format
193
  msgid ""
194
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -196,7 +196,7 @@ msgid ""
196
  "target=\"_blank\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1601
200
  #, php-format
201
  msgid ""
202
  "Your website visitors will see a popup notification (only once) if their "
@@ -214,99 +214,99 @@ msgstr "Impostazioni salvate"
214
  msgid "Dismiss this notice"
215
  msgstr "Rimuovi questo annuncio"
216
 
217
- #: ../helper.php:156
218
  msgid "Click to show help"
219
  msgstr "Clicca per vedere l'aiuto"
220
 
221
- #: ../helper.php:156
222
  msgid "Click to hide help"
223
  msgstr "Clicca per nascondere l'aiuto"
224
 
225
- #: ../helper.php:249
226
  #, fuzzy
227
  msgid "Add-Ons"
228
  msgstr "Altri Add-ons"
229
 
230
- #: ../helper.php:250
231
  msgid "Support Documentation"
232
  msgstr ""
233
 
234
- #: ../helper.php:251
235
  msgid "Settings"
236
  msgstr "Configurazioni"
237
 
238
- #: ../helper.php:549
239
  msgid "Account linked successfully"
240
  msgstr "Account collegato correttamente"
241
 
242
- #: ../helper.php:553
243
  msgid "Account already exists or linked"
244
  msgstr "Account esistente o già collegato"
245
 
246
- #: ../helper.php:573
247
  msgid "Link your social account to login to your account at this website"
248
  msgstr ""
249
  "Collega il tuo social account per accedere al tuo account su questo sito"
250
 
251
- #: ../helper.php:611 ../helper.php:617
252
  msgid "Currently"
253
  msgstr "Attualmente"
254
 
255
- #: ../helper.php:611 ../helper.php:617
256
  msgid "Connected with"
257
  msgstr "Connesso con"
258
 
259
- #: ../helper.php:611 ../helper.php:617
260
  msgid "Remove"
261
  msgstr "rimuovere"
262
 
263
- #: ../helper.php:688
264
  msgid "Social Account Linking"
265
  msgstr "Collegamento Social Account"
266
 
267
- #: ../helper.php:738
268
  msgid "Disable Standard Social Sharing on this "
269
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
270
 
271
- #: ../helper.php:743
272
  msgid "Disable Floating Social Sharing on this "
273
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
274
 
275
- #: ../helper.php:748
276
  msgid "Disable Standard like buttons on this "
277
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
278
 
279
- #: ../helper.php:753
280
  msgid "Disable Floating like buttons on this "
281
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
282
 
283
- #: ../helper.php:758
284
  msgid "Disable Social Commenting on this "
285
  msgstr "Disabilita Social Commenting"
286
 
287
- #: ../helper.php:767
288
  msgid "Standard Sharing Interface"
289
  msgstr "Interfaccia Sharing Standard"
290
 
291
- #: ../helper.php:773 ../helper.php:792
292
  msgid "Starting share count for "
293
  msgstr "Avvio share count per"
294
 
295
- #: ../helper.php:786
296
  msgid "Floating Sharing Interface"
297
  msgstr "Interfaccia Sharing Floating"
298
 
299
- #: ../helper.php:889
300
  msgid "Small Avatar"
301
  msgstr "Avatar Piccolo"
302
 
303
- #: ../helper.php:893
304
  msgid "Large Avatar"
305
  msgstr "Avatar Grande"
306
 
307
- #: ../helper.php:897 ../admin/general_options.php:128
308
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
309
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
310
  msgid "Save Changes"
311
  msgstr "Salva le modifiche"
312
 
@@ -375,14 +375,14 @@ msgstr ""
375
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
376
 
377
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
378
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
379
  #: ../admin/like_buttons.php:827
380
  #, fuzzy
381
  msgid "Instagram Shoutout"
382
  msgstr "Instagram"
383
 
384
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
385
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
386
  #: ../admin/like_buttons.php:829
387
  msgid ""
388
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -391,7 +391,7 @@ msgid ""
391
  msgstr ""
392
 
393
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
394
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
395
  #: ../admin/like_buttons.php:830
396
  msgid ""
397
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -402,7 +402,7 @@ msgid ""
402
  msgstr ""
403
 
404
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
405
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
406
  #: ../admin/like_buttons.php:831
407
  msgid ""
408
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -543,7 +543,7 @@ msgstr "XProfile Integration"
543
 
544
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
545
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
546
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
547
  #: ../admin/like_buttons.php:793
548
  msgid "Shortcode & Widget"
549
  msgstr "Shortcode & Widget"
@@ -554,7 +554,7 @@ msgstr "Risoluzione dei problemi"
554
 
555
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
556
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
557
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
558
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
559
  msgid "FAQ"
560
  msgstr "FAQ"
@@ -789,7 +789,7 @@ msgstr "Url personalizzata"
789
  msgid "Url to share"
790
  msgstr "Url da condividere"
791
 
792
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
793
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
794
  msgid "Title"
795
  msgstr "Titolo"
@@ -876,7 +876,7 @@ msgid "Placement"
876
  msgstr "Collocazione"
877
 
878
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
879
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
880
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
881
  msgid "Homepage"
882
  msgstr "Homepage"
@@ -1330,7 +1330,7 @@ msgstr ""
1330
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1331
 
1332
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1333
- #: ../admin/social_login.php:1008
1334
  msgid ""
1335
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1336
  "an online website for the plugin to function properly."
@@ -1358,7 +1358,7 @@ msgid ""
1358
  msgstr ""
1359
 
1360
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1361
- #: ../admin/social_login.php:1014
1362
  msgid "Why is my browser blocking some features of the plugin?"
1363
  msgstr ""
1364
 
@@ -1723,7 +1723,7 @@ msgstr "Configurazione di Base"
1723
  msgid "Advanced Configuration"
1724
  msgstr "Configurazione Avanzata"
1725
 
1726
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1727
  msgid "XProfile Integration"
1728
  msgstr "XProfile Integration"
1729
 
@@ -1793,18 +1793,22 @@ msgid "Steam"
1793
  msgstr "Steam"
1794
 
1795
  #: ../admin/social_login.php:134
 
 
 
 
1796
  msgid "LiveJournal"
1797
  msgstr ""
1798
 
1799
- #: ../admin/social_login.php:142
1800
  msgid "Select Social ID provider to enable in Social Login"
1801
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1802
 
1803
- #: ../admin/social_login.php:150
1804
  msgid "Facebook App ID"
1805
  msgstr "Facebook App ID"
1806
 
1807
- #: ../admin/social_login.php:160
1808
  #, php-format
1809
  msgid ""
1810
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1814,19 +1818,19 @@ msgstr ""
1814
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1815
  "target=\"_blank\">questo collegamento</a>"
1816
 
1817
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1818
  msgid ""
1819
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1820
  msgstr ""
1821
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1822
  "indicato"
1823
 
1824
- #: ../admin/social_login.php:172
1825
  #, fuzzy
1826
  msgid "Facebook App Secret"
1827
  msgstr "Facebook App ID"
1828
 
1829
- #: ../admin/social_login.php:182
1830
  #, fuzzy, php-format
1831
  msgid ""
1832
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1836,11 +1840,11 @@ msgstr ""
1836
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1837
  "target=\"_blank\">questo collegamento</a>"
1838
 
1839
- #: ../admin/social_login.php:194
1840
  msgid "Twitter API Key"
1841
  msgstr "Twitter API Key"
1842
 
1843
- #: ../admin/social_login.php:204
1844
  #, php-format
1845
  msgid ""
1846
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1850,7 +1854,7 @@ msgstr ""
1850
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1851
  "\"_blank\">questa pagina</a>"
1852
 
1853
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1854
  msgid ""
1855
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1856
  "strong> options at the link mentioned"
@@ -1858,11 +1862,11 @@ msgstr ""
1858
  "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e "
1859
  "<strong>Callback URL</ strong> al link indicato"
1860
 
1861
- #: ../admin/social_login.php:216
1862
  msgid "Twitter API Secret"
1863
  msgstr "Twitter API Secret"
1864
 
1865
- #: ../admin/social_login.php:226
1866
  #, php-format
1867
  msgid ""
1868
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1872,12 +1876,12 @@ msgstr ""
1872
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1873
  "\"_blank\">questo collegamento</a>"
1874
 
1875
- #: ../admin/social_login.php:238
1876
  #, fuzzy
1877
  msgid "LinkedIn Client ID"
1878
  msgstr "LinkedIn"
1879
 
1880
- #: ../admin/social_login.php:248
1881
  #, fuzzy, php-format
1882
  msgid ""
1883
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1887,8 +1891,8 @@ msgstr ""
1887
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1888
  "target=\"_blank\">questo collegamento</a>"
1889
 
1890
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1891
- #: ../admin/social_login.php:382
1892
  msgid ""
1893
  "Paste following url in <strong>Website URL</strong> option at the link "
1894
  "mentioned"
@@ -1896,11 +1900,11 @@ msgstr ""
1896
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1897
  "indicato"
1898
 
1899
- #: ../admin/social_login.php:260
1900
  msgid "LinkedIn Client Secret "
1901
  msgstr ""
1902
 
1903
- #: ../admin/social_login.php:270
1904
  #, fuzzy, php-format
1905
  msgid ""
1906
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1911,11 +1915,11 @@ msgstr ""
1911
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1912
  "target=\"_blank\">questo collegamento</a>"
1913
 
1914
- #: ../admin/social_login.php:282
1915
  msgid "Google+ Client ID"
1916
  msgstr "Google+ Client ID"
1917
 
1918
- #: ../admin/social_login.php:292
1919
  #, php-format
1920
  msgid ""
1921
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1926,7 +1930,7 @@ msgstr ""
1926
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1927
  "target=\"_blank\">questo collegamento</a>"
1928
 
1929
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1930
  #, fuzzy
1931
  msgid ""
1932
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -1935,12 +1939,12 @@ msgstr ""
1935
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
1936
  "indicato"
1937
 
1938
- #: ../admin/social_login.php:304
1939
  #, fuzzy
1940
  msgid "Google+ Client Secret"
1941
  msgstr "Google+ Client ID"
1942
 
1943
- #: ../admin/social_login.php:314
1944
  #, fuzzy, php-format
1945
  msgid ""
1946
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1951,11 +1955,11 @@ msgstr ""
1951
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1952
  "target=\"_blank\">questo collegamento</a>"
1953
 
1954
- #: ../admin/social_login.php:326
1955
  msgid "Vkontakte Application ID"
1956
  msgstr "Vkontakte App ID"
1957
 
1958
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1959
  #, php-format
1960
  msgid ""
1961
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1966,7 +1970,7 @@ msgstr ""
1966
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
1967
  "\"%s\" target=\"_blank\">questo collegamento</a>"
1968
 
1969
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1970
  msgid ""
1971
  "Paste following url in <strong>Site address</strong> option at the link "
1972
  "mentioned"
@@ -1974,16 +1978,16 @@ msgstr ""
1974
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
1975
  "indicato"
1976
 
1977
- #: ../admin/social_login.php:348
1978
  #, fuzzy
1979
  msgid "Vkontakte Secure key"
1980
  msgstr "Vkontakte"
1981
 
1982
- #: ../admin/social_login.php:370
1983
  msgid "Instagram Client ID"
1984
  msgstr "Instagram Client ID"
1985
 
1986
- #: ../admin/social_login.php:380
1987
  #, php-format
1988
  msgid ""
1989
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1993,11 +1997,11 @@ msgstr ""
1993
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
1994
  "\" target=\"_blank\">questo collegamento</a>"
1995
 
1996
- #: ../admin/social_login.php:392
1997
  msgid "Xing Consumer Key"
1998
  msgstr "Xing Consumer Key"
1999
 
2000
- #: ../admin/social_login.php:402
2001
  #, php-format
2002
  msgid ""
2003
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2007,7 +2011,7 @@ msgstr ""
2007
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2008
  "\"_blank\">questo collegamento</a>"
2009
 
2010
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
2011
  msgid ""
2012
  "Paste following url in <strong>Callback domain</strong> option at the link "
2013
  "mentioned"
@@ -2015,11 +2019,11 @@ msgstr ""
2015
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2016
  "link indicato"
2017
 
2018
- #: ../admin/social_login.php:414
2019
  msgid "Xing Consumer Secret"
2020
  msgstr "Xing Consumer Secret"
2021
 
2022
- #: ../admin/social_login.php:424
2023
  #, php-format
2024
  msgid ""
2025
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2029,12 +2033,12 @@ msgstr ""
2029
  "Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" "
2030
  "target=\"_blank\">questo collegamento</a>"
2031
 
2032
- #: ../admin/social_login.php:436
2033
  #, fuzzy
2034
  msgid "Steam API Key"
2035
  msgstr "Twitter API Key"
2036
 
2037
- #: ../admin/social_login.php:446
2038
  #, fuzzy, php-format
2039
  msgid ""
2040
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2044,36 +2048,64 @@ msgstr ""
2044
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2045
  "\"_blank\">questa pagina</a>"
2046
 
2047
- #: ../admin/social_login.php:447
2048
  #, fuzzy
2049
  msgid "Save following <strong>domain</strong> to get the key"
2050
  msgstr ""
2051
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2052
  "link indicato"
2053
 
2054
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2055
  msgid "Social Login Options"
2056
  msgstr "Opzioni"
2057
 
2058
- #: ../admin/social_login.php:479
2059
  msgid "Text to display above the Social Login interface"
2060
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2061
 
2062
- #: ../admin/social_login.php:488
2063
  msgid "Enable at login page"
2064
  msgstr "Attiva nella pagina di Login"
2065
 
2066
- #: ../admin/social_login.php:498
2067
  msgid ""
2068
  "Social Login interface will get enabled at the login page of your website"
2069
  msgstr ""
2070
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2071
 
2072
- #: ../admin/social_login.php:506
2073
  msgid "Enable at register page"
2074
  msgstr "Abilita nella pagina di registrazione"
2075
 
2076
- #: ../admin/social_login.php:516
2077
  msgid ""
2078
  "Social Login interface will get enabled at the registration page of your "
2079
  "website"
@@ -2081,22 +2113,22 @@ msgstr ""
2081
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2082
  "sito web"
2083
 
2084
- #: ../admin/social_login.php:524
2085
  msgid "Enable at comment form"
2086
  msgstr "Attiva nel form dei commenti"
2087
 
2088
- #: ../admin/social_login.php:534
2089
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2090
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2091
 
2092
- #: ../admin/social_login.php:543
2093
  #, fuzzy
2094
  msgid ""
2095
  "Link social account to already existing account, if email address matches"
2096
  msgstr ""
2097
  "Collega il tuo social account per accedere al tuo account su questo sito"
2098
 
2099
- #: ../admin/social_login.php:553
2100
  msgid ""
2101
  "If email address of the user's Social Account matches with an already "
2102
  "existing account at your website, that social account will be linked to "
@@ -2104,11 +2136,11 @@ msgid ""
2104
  "Linking interface at their profile page."
2105
  msgstr ""
2106
 
2107
- #: ../admin/social_login.php:567
2108
  msgid "Enable before WooCommerce Customer Login Form"
2109
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2110
 
2111
- #: ../admin/social_login.php:577
2112
  msgid ""
2113
  "Social Login Interface will get enabled before the customer login form at "
2114
  "WooCommerce My Account page"
@@ -2116,11 +2148,11 @@ msgstr ""
2116
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2117
  "Woocommerce, prima del Form di Login."
2118
 
2119
- #: ../admin/social_login.php:585
2120
  msgid "Enable after WooCommerce Customer Login Form"
2121
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2122
 
2123
- #: ../admin/social_login.php:595
2124
  msgid ""
2125
  "Social Login Interface will get enabled after the customer login form at "
2126
  "WooCommerce My Account page"
@@ -2128,21 +2160,21 @@ msgstr ""
2128
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2129
  "Woocommerce, dopo il Form di Login."
2130
 
2131
- #: ../admin/social_login.php:603
2132
  msgid "Enable at WooCommerce checkout page"
2133
  msgstr "Abilita nella pagina checkout di WooCommerce"
2134
 
2135
- #: ../admin/social_login.php:613
2136
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2137
  msgstr ""
2138
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2139
  "Woocommerce"
2140
 
2141
- #: ../admin/social_login.php:624
2142
  msgid "Auto-approve comments made by Social Login users"
2143
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2144
 
2145
- #: ../admin/social_login.php:634
2146
  msgid ""
2147
  "If this option is enabled, and WordPress comment is made by Social Login "
2148
  "user, comment will get approved immediately without keeping in moderation."
@@ -2151,15 +2183,15 @@ msgstr ""
2151
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2152
  "immediatamente senza nessuna possibilitá di moderazione."
2153
 
2154
- #: ../admin/social_login.php:635
2155
  msgid "Note: This is not related to Facebook comments"
2156
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2157
 
2158
- #: ../admin/social_login.php:645
2159
  msgid "Enable social avatar"
2160
  msgstr "Abilita Avatar"
2161
 
2162
- #: ../admin/social_login.php:655
2163
  msgid ""
2164
  "Social profile pictures of the logged in user will be displayed as profile "
2165
  "avatar"
@@ -2167,30 +2199,30 @@ msgstr ""
2167
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2168
  "avatar del profilo sul tuo sito"
2169
 
2170
- #: ../admin/social_login.php:665
2171
  msgid "Avatar quality"
2172
  msgstr "Qualità Avatar"
2173
 
2174
- #: ../admin/social_login.php:668
2175
  msgid "Average"
2176
  msgstr "Media"
2177
 
2178
- #: ../admin/social_login.php:669
2179
  msgid "Best"
2180
  msgstr "Migliore"
2181
 
2182
- #: ../admin/social_login.php:676
2183
  msgid "Choose avatar quality"
2184
  msgstr "Scelta qualità Avatar"
2185
 
2186
- #: ../admin/social_login.php:685
2187
  msgid ""
2188
  "Show option for users to update social avatar at BuddyPress profile page"
2189
  msgstr ""
2190
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2191
  "profilo BuddyPress"
2192
 
2193
- #: ../admin/social_login.php:695
2194
  msgid ""
2195
  "If enabled, users would be able to update their social avatar from \"Profile "
2196
  "photo\" section in BuddyPress profile at front-end"
@@ -2198,7 +2230,7 @@ msgstr ""
2198
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2199
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2200
 
2201
- #: ../admin/social_login.php:716
2202
  msgid ""
2203
  "If enabled and Social ID provider does not provide user's email address on "
2204
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2209,13 +2241,13 @@ msgstr ""
2209
  "completare questa informazione. In caso contrario, sará generata una email "
2210
  "fittizia"
2211
 
2212
- #: ../admin/social_login.php:725
2213
  msgid "Send post-registration email to user to set account password"
2214
  msgstr ""
2215
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2216
  "password"
2217
 
2218
- #: ../admin/social_login.php:735
2219
  msgid ""
2220
  "If enabled, an email will be sent to user after registration through Social "
2221
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2225,11 +2257,11 @@ msgstr ""
2225
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2226
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2227
 
2228
- #: ../admin/social_login.php:743
2229
  msgid "Send new user registration notification email to admin"
2230
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2231
 
2232
- #: ../admin/social_login.php:753
2233
  msgid ""
2234
  "If enabled, an email will be sent to admin after new user registers through "
2235
  "Social Login, notifying admin about the new user registration"
@@ -2238,11 +2270,11 @@ msgstr ""
2238
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2239
  "registrazione"
2240
 
2241
- #: ../admin/social_login.php:762
2242
  msgid "Enable social account linking at BuddyPress profile page"
2243
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2244
 
2245
- #: ../admin/social_login.php:772
2246
  msgid ""
2247
  "Enable this option to show social account linking interface at BuddyPress "
2248
  "profile page"
@@ -2250,40 +2282,40 @@ msgstr ""
2250
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2251
  "nella pagina di profilo BuddyPress"
2252
 
2253
- #: ../admin/social_login.php:781
2254
  msgid "Login redirection"
2255
  msgstr "Reindirizzamento Login"
2256
 
2257
- #: ../admin/social_login.php:785
2258
  msgid "Same page where user logged in"
2259
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2260
 
2261
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2262
  msgid "Account dashboard"
2263
  msgstr "Pannello Account"
2264
 
2265
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2266
  msgid "BuddyPress profile page"
2267
  msgstr "Pagina di profilo BuddyPress"
2268
 
2269
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2270
  msgid "Custom Url"
2271
  msgstr "Url personalizzata"
2272
 
2273
- #: ../admin/social_login.php:803
2274
  msgid "User will be redirected to the selected page after Social Login"
2275
  msgstr ""
2276
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2277
 
2278
- #: ../admin/social_login.php:811
2279
  msgid "Registration redirection"
2280
  msgstr "Reindirizzamento Registratione"
2281
 
2282
- #: ../admin/social_login.php:815
2283
  msgid "Same page from where user registered"
2284
  msgstr "La stessa pagina dove l'utente si è registrato"
2285
 
2286
- #: ../admin/social_login.php:833
2287
  msgid ""
2288
  "User will be redirected to the selected page after registration (first "
2289
  "Social Login) through Social Login"
@@ -2291,15 +2323,15 @@ msgstr ""
2291
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2292
  "(il primo Social Login) tramite il Social Login"
2293
 
2294
- #: ../admin/social_login.php:841
2295
  msgid "Email popup options"
2296
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2297
 
2298
- #: ../admin/social_login.php:847
2299
  msgid "Text on 'Email required' popup"
2300
  msgstr "Testo del pop-up"
2301
 
2302
- #: ../admin/social_login.php:857
2303
  msgid ""
2304
  "This text will be displayed on email required popup. Leave empty if not "
2305
  "required."
@@ -2307,11 +2339,11 @@ msgstr ""
2307
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2308
  "bianco se non si vuole utilizzare."
2309
 
2310
- #: ../admin/social_login.php:866
2311
  msgid "Error message for 'Email required' popup"
2312
  msgstr "Messaggio d'errore"
2313
 
2314
- #: ../admin/social_login.php:876
2315
  msgid ""
2316
  "This message will be displayed to user if it provides invalid or already "
2317
  "registered email"
@@ -2319,11 +2351,11 @@ msgstr ""
2319
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2320
  "indirizzo email non valido o già registrato."
2321
 
2322
- #: ../admin/social_login.php:885
2323
  msgid "Email popup height"
2324
  msgstr "Altezza pop-up Email"
2325
 
2326
- #: ../admin/social_login.php:895
2327
  msgid ""
2328
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2329
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2333,11 +2365,11 @@ msgstr ""
2333
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2334
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2335
 
2336
- #: ../admin/social_login.php:903
2337
  msgid "Enable email verification"
2338
  msgstr "Abilita verifica email"
2339
 
2340
- #: ../admin/social_login.php:913
2341
  msgid ""
2342
  "If enabled, email provided by the user will be verified by sending a "
2343
  "confirmation link to that email. User would not be able to login without "
@@ -2347,30 +2379,30 @@ msgstr ""
2347
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2348
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2349
 
2350
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2351
  #: ../inc/widget.php:578 ../inc/widget.php:726
2352
  msgid "Select"
2353
  msgstr "Selezionare"
2354
 
2355
- #: ../admin/social_login.php:994
2356
  msgid "Social Login Shortcode & Widget"
2357
  msgstr "Shortcode & Widget"
2358
 
2359
- #: ../admin/social_login.php:995
2360
  msgid "Social Linking Shortcode"
2361
  msgstr "Social Linking Shortcode"
2362
 
2363
- #: ../admin/social_login.php:1010
2364
  msgid "Why is social login not working?"
2365
  msgstr ""
2366
 
2367
- #: ../admin/social_login.php:1011
2368
  msgid ""
2369
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2370
  "belong to the same app"
2371
  msgstr ""
2372
 
2373
- #: ../admin/social_login.php:1013
2374
  msgid ""
2375
  "Why the user is not appearing logged in even after Social Login until the "
2376
  "webpage is refreshed manually?"
@@ -2612,27 +2644,27 @@ msgstr "Domanda non valida"
2612
  msgid "Providers not selected"
2613
  msgstr "Providers non selezionati"
2614
 
2615
- #: ../inc/social_login.php:714
2616
  msgid "Email"
2617
  msgstr "Email"
2618
 
2619
- #: ../inc/social_login.php:715
2620
  msgid "Confirm email"
2621
  msgstr "Conferma email"
2622
 
2623
- #: ../inc/social_login.php:717
2624
  msgid "Save"
2625
  msgstr "Salva"
2626
 
2627
- #: ../inc/social_login.php:718
2628
  msgid "Cancel"
2629
  msgstr "Cancella"
2630
 
2631
- #: ../inc/social_login.php:792
2632
  msgid "Email Verification"
2633
  msgstr "Abilita verifica email"
2634
 
2635
- #: ../inc/social_login.php:794
2636
  msgid ""
2637
  "Please click on the following link or paste it in browser to verify your "
2638
  "email"
@@ -2904,23 +2936,9 @@ msgstr ""
2904
  #~ "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, "
2905
  #~ "per aprire"
2906
 
2907
- #~ msgid "Twitch"
2908
- #~ msgstr "Twitch"
2909
-
2910
  #~ msgid "LinkedIn API Key"
2911
  #~ msgstr "LinkedIn API Key"
2912
 
2913
- #~ msgid "Twitch Client ID"
2914
- #~ msgstr "Twitch Client ID"
2915
-
2916
- #~ msgid ""
2917
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
2918
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2919
- #~ msgstr ""
2920
- #~ "Necessario per far funzionare Twitch Social Login. Per ottenere il Twitch "
2921
- #~ "Client ID, consulta la documentazione che trovi su <a href=\"%s\" target="
2922
- #~ "\"_blank\">questa pagina</a>"
2923
-
2924
  #~ msgid "Donate"
2925
  #~ msgstr "Donare"
2926
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:07+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:07+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:400
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:563
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
33
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
34
  "questo, potrebbe essere necessario contattare l'amministratore del server."
35
 
36
+ #: ../super_socializer.php:590
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
43
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
44
  "3 %s)"
45
 
46
+ #: ../super_socializer.php:593
47
  msgid ""
48
  "Make sure cURL is enabled at your website server. You may need to contact "
49
  "the server administrator of your website to verify this"
51
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
52
  "questo, potrebbe essere necessario contattare l'amministratore del server."
53
 
54
+ #: ../super_socializer.php:594
55
  #, php-format
56
  msgid ""
57
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
58
  msgstr ""
59
 
60
+ #: ../super_socializer.php:860 ../helper.php:963
61
  msgid "Please verify your email address to login."
62
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
63
 
64
+ #: ../super_socializer.php:860
65
  msgid "Your email has been verified. Now you can login to your account"
66
  msgstr ""
67
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
68
  "account"
69
 
70
+ #: ../super_socializer.php:864
71
  msgid "Notification"
72
  msgstr "Notifiche"
73
 
74
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
75
  msgid "Email required"
76
  msgstr "Email Obbligatoria"
77
 
78
+ #: ../super_socializer.php:885
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
  "Per favore, per completare la registrazione, controlla la tua casella di "
82
  "posta elettronica."
83
 
84
+ #: ../super_socializer.php:892 ../helper.php:503
85
  msgid "Enter your LiveJournal username"
86
  msgstr ""
87
 
88
+ #: ../super_socializer.php:954
89
  msgid "Leave a reply"
90
  msgstr "Lascia un commento"
91
 
92
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
93
  msgid "Shares"
94
  msgstr "Shares"
95
 
96
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
97
  msgid "Share"
98
  msgstr "Share"
99
 
100
+ #: ../super_socializer.php:966
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
+ #: ../super_socializer.php:1153
106
  msgid "Super Socializer - General Options"
107
  msgstr "Super Socializer - Opzioni"
108
 
109
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
110
  #: ../admin/social_commenting.php:43
111
  msgid "General Options"
112
  msgstr "Opzioni Generali"
113
 
114
+ #: ../super_socializer.php:1221 ../helper.php:885
115
  msgid "Social Avatar"
116
  msgstr "Social Avatar"
117
 
118
+ #: ../super_socializer.php:1224
119
  msgid "Small Avatar Url"
120
  msgstr "Url Avatar Piccolo"
121
 
122
+ #: ../super_socializer.php:1228
123
  msgid "Large Avatar Url"
124
  msgstr "URL Avatar Grande"
125
 
126
+ #: ../super_socializer.php:1232 ../helper.php:888
127
  msgid ""
128
  "Do not fetch and update social avatar from my profile, next time I Social "
129
  "Login"
131
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
132
  "social avatar dal mio profilo."
133
 
134
+ #: ../super_socializer.php:1236 ../helper.php:889
135
  msgid "Update social avatar, next time I Social Login"
136
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
137
 
138
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
139
  msgid ""
140
  "Your browser is blocking some features of this website. Please follow the "
141
  "instructions at {support_url} to unblock these."
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1315
145
  msgid "Login with your Social ID"
146
  msgstr "Login con il tuo ID Social"
147
 
148
+ #: ../super_socializer.php:1316
149
  msgid "Email you entered is already registered or invalid"
150
  msgstr "La email inserita è già registrata o non è valida"
151
 
152
+ #: ../super_socializer.php:1321
153
  msgid "Please enter a valid email address. You might be required to verify it"
154
  msgstr ""
155
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
156
  "una verifica"
157
 
158
+ #: ../super_socializer.php:1540
159
  #, php-format
160
  msgid ""
161
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1556
165
  #, php-format
166
  msgid ""
167
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
168
  msgstr ""
169
 
170
+ #: ../super_socializer.php:1580
171
  #, php-format
172
  msgid ""
173
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
175
  "target=\"_blank\">here</a>"
176
  msgstr ""
177
 
178
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
179
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
180
  msgid "Okay"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1605
184
  #, php-format
185
  msgid ""
186
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
188
  "target=\"_blank\">here</a>"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1630
192
  #, php-format
193
  msgid ""
194
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
196
  "target=\"_blank\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1654
200
  #, php-format
201
  msgid ""
202
  "Your website visitors will see a popup notification (only once) if their "
214
  msgid "Dismiss this notice"
215
  msgstr "Rimuovi questo annuncio"
216
 
217
+ #: ../helper.php:159
218
  msgid "Click to show help"
219
  msgstr "Clicca per vedere l'aiuto"
220
 
221
+ #: ../helper.php:159
222
  msgid "Click to hide help"
223
  msgstr "Clicca per nascondere l'aiuto"
224
 
225
+ #: ../helper.php:252
226
  #, fuzzy
227
  msgid "Add-Ons"
228
  msgstr "Altri Add-ons"
229
 
230
+ #: ../helper.php:253
231
  msgid "Support Documentation"
232
  msgstr ""
233
 
234
+ #: ../helper.php:254
235
  msgid "Settings"
236
  msgstr "Configurazioni"
237
 
238
+ #: ../helper.php:552
239
  msgid "Account linked successfully"
240
  msgstr "Account collegato correttamente"
241
 
242
+ #: ../helper.php:556
243
  msgid "Account already exists or linked"
244
  msgstr "Account esistente o già collegato"
245
 
246
+ #: ../helper.php:576
247
  msgid "Link your social account to login to your account at this website"
248
  msgstr ""
249
  "Collega il tuo social account per accedere al tuo account su questo sito"
250
 
251
+ #: ../helper.php:614 ../helper.php:620
252
  msgid "Currently"
253
  msgstr "Attualmente"
254
 
255
+ #: ../helper.php:614 ../helper.php:620
256
  msgid "Connected with"
257
  msgstr "Connesso con"
258
 
259
+ #: ../helper.php:614 ../helper.php:620
260
  msgid "Remove"
261
  msgstr "rimuovere"
262
 
263
+ #: ../helper.php:691
264
  msgid "Social Account Linking"
265
  msgstr "Collegamento Social Account"
266
 
267
+ #: ../helper.php:741
268
  msgid "Disable Standard Social Sharing on this "
269
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
270
 
271
+ #: ../helper.php:746
272
  msgid "Disable Floating Social Sharing on this "
273
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
274
 
275
+ #: ../helper.php:751
276
  msgid "Disable Standard like buttons on this "
277
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
278
 
279
+ #: ../helper.php:756
280
  msgid "Disable Floating like buttons on this "
281
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
282
 
283
+ #: ../helper.php:761
284
  msgid "Disable Social Commenting on this "
285
  msgstr "Disabilita Social Commenting"
286
 
287
+ #: ../helper.php:770
288
  msgid "Standard Sharing Interface"
289
  msgstr "Interfaccia Sharing Standard"
290
 
291
+ #: ../helper.php:776 ../helper.php:795
292
  msgid "Starting share count for "
293
  msgstr "Avvio share count per"
294
 
295
+ #: ../helper.php:789
296
  msgid "Floating Sharing Interface"
297
  msgstr "Interfaccia Sharing Floating"
298
 
299
+ #: ../helper.php:892
300
  msgid "Small Avatar"
301
  msgstr "Avatar Piccolo"
302
 
303
+ #: ../helper.php:896
304
  msgid "Large Avatar"
305
  msgstr "Avatar Grande"
306
 
307
+ #: ../helper.php:900 ../admin/general_options.php:128
308
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
309
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
310
  msgid "Save Changes"
311
  msgstr "Salva le modifiche"
312
 
375
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
376
 
377
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
378
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
379
  #: ../admin/like_buttons.php:827
380
  #, fuzzy
381
  msgid "Instagram Shoutout"
382
  msgstr "Instagram"
383
 
384
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
385
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
386
  #: ../admin/like_buttons.php:829
387
  msgid ""
388
  "If you can send (to hello@heateor.com) how our plugin is helping your "
391
  msgstr ""
392
 
393
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
394
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
395
  #: ../admin/like_buttons.php:830
396
  msgid ""
397
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
402
  msgstr ""
403
 
404
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
405
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
406
  #: ../admin/like_buttons.php:831
407
  msgid ""
408
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
543
 
544
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
545
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
546
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
547
  #: ../admin/like_buttons.php:793
548
  msgid "Shortcode & Widget"
549
  msgstr "Shortcode & Widget"
554
 
555
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
556
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
557
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
558
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
559
  msgid "FAQ"
560
  msgstr "FAQ"
789
  msgid "Url to share"
790
  msgstr "Url da condividere"
791
 
792
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
793
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
794
  msgid "Title"
795
  msgstr "Titolo"
876
  msgstr "Collocazione"
877
 
878
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
879
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
880
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
881
  msgid "Homepage"
882
  msgstr "Homepage"
1330
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1331
 
1332
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1333
+ #: ../admin/social_login.php:1057
1334
  msgid ""
1335
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1336
  "an online website for the plugin to function properly."
1358
  msgstr ""
1359
 
1360
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1361
+ #: ../admin/social_login.php:1063
1362
  msgid "Why is my browser blocking some features of the plugin?"
1363
  msgstr ""
1364
 
1723
  msgid "Advanced Configuration"
1724
  msgstr "Configurazione Avanzata"
1725
 
1726
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1727
  msgid "XProfile Integration"
1728
  msgstr "XProfile Integration"
1729
 
1793
  msgstr "Steam"
1794
 
1795
  #: ../admin/social_login.php:134
1796
+ msgid "Twitch"
1797
+ msgstr "Twitch"
1798
+
1799
+ #: ../admin/social_login.php:139
1800
  msgid "LiveJournal"
1801
  msgstr ""
1802
 
1803
+ #: ../admin/social_login.php:147
1804
  msgid "Select Social ID provider to enable in Social Login"
1805
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1806
 
1807
+ #: ../admin/social_login.php:155
1808
  msgid "Facebook App ID"
1809
  msgstr "Facebook App ID"
1810
 
1811
+ #: ../admin/social_login.php:165
1812
  #, php-format
1813
  msgid ""
1814
  "Required for Facebook Social Login to work. Please follow the documentation "
1818
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1819
  "target=\"_blank\">questo collegamento</a>"
1820
 
1821
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1822
  msgid ""
1823
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1824
  msgstr ""
1825
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1826
  "indicato"
1827
 
1828
+ #: ../admin/social_login.php:177
1829
  #, fuzzy
1830
  msgid "Facebook App Secret"
1831
  msgstr "Facebook App ID"
1832
 
1833
+ #: ../admin/social_login.php:187
1834
  #, fuzzy, php-format
1835
  msgid ""
1836
  "Required for Facebook Social Login to work. Please follow the documentation "
1840
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1841
  "target=\"_blank\">questo collegamento</a>"
1842
 
1843
+ #: ../admin/social_login.php:199
1844
  msgid "Twitter API Key"
1845
  msgstr "Twitter API Key"
1846
 
1847
+ #: ../admin/social_login.php:209
1848
  #, php-format
1849
  msgid ""
1850
  "Required for Twitter Social Login to work. Please follow the documentation "
1854
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1855
  "\"_blank\">questa pagina</a>"
1856
 
1857
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1858
  msgid ""
1859
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1860
  "strong> options at the link mentioned"
1862
  "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e "
1863
  "<strong>Callback URL</ strong> al link indicato"
1864
 
1865
+ #: ../admin/social_login.php:221
1866
  msgid "Twitter API Secret"
1867
  msgstr "Twitter API Secret"
1868
 
1869
+ #: ../admin/social_login.php:231
1870
  #, php-format
1871
  msgid ""
1872
  "Required for Twitter Social Login to work. Please follow the documentation "
1876
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1877
  "\"_blank\">questo collegamento</a>"
1878
 
1879
+ #: ../admin/social_login.php:243
1880
  #, fuzzy
1881
  msgid "LinkedIn Client ID"
1882
  msgstr "LinkedIn"
1883
 
1884
+ #: ../admin/social_login.php:253
1885
  #, fuzzy, php-format
1886
  msgid ""
1887
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1891
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1892
  "target=\"_blank\">questo collegamento</a>"
1893
 
1894
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1895
+ #: ../admin/social_login.php:387
1896
  msgid ""
1897
  "Paste following url in <strong>Website URL</strong> option at the link "
1898
  "mentioned"
1900
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1901
  "indicato"
1902
 
1903
+ #: ../admin/social_login.php:265
1904
  msgid "LinkedIn Client Secret "
1905
  msgstr ""
1906
 
1907
+ #: ../admin/social_login.php:275
1908
  #, fuzzy, php-format
1909
  msgid ""
1910
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1915
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1916
  "target=\"_blank\">questo collegamento</a>"
1917
 
1918
+ #: ../admin/social_login.php:287
1919
  msgid "Google+ Client ID"
1920
  msgstr "Google+ Client ID"
1921
 
1922
+ #: ../admin/social_login.php:297
1923
  #, php-format
1924
  msgid ""
1925
  "Required for GooglePlus Social Login to work. Please follow the "
1930
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1931
  "target=\"_blank\">questo collegamento</a>"
1932
 
1933
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1934
  #, fuzzy
1935
  msgid ""
1936
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1939
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
1940
  "indicato"
1941
 
1942
+ #: ../admin/social_login.php:309
1943
  #, fuzzy
1944
  msgid "Google+ Client Secret"
1945
  msgstr "Google+ Client ID"
1946
 
1947
+ #: ../admin/social_login.php:319
1948
  #, fuzzy, php-format
1949
  msgid ""
1950
  "Required for GooglePlus Social Login to work. Please follow the "
1955
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
1956
  "target=\"_blank\">questo collegamento</a>"
1957
 
1958
+ #: ../admin/social_login.php:331
1959
  msgid "Vkontakte Application ID"
1960
  msgstr "Vkontakte App ID"
1961
 
1962
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1963
  #, php-format
1964
  msgid ""
1965
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1970
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
1971
  "\"%s\" target=\"_blank\">questo collegamento</a>"
1972
 
1973
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1974
  msgid ""
1975
  "Paste following url in <strong>Site address</strong> option at the link "
1976
  "mentioned"
1978
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
1979
  "indicato"
1980
 
1981
+ #: ../admin/social_login.php:353
1982
  #, fuzzy
1983
  msgid "Vkontakte Secure key"
1984
  msgstr "Vkontakte"
1985
 
1986
+ #: ../admin/social_login.php:375
1987
  msgid "Instagram Client ID"
1988
  msgstr "Instagram Client ID"
1989
 
1990
+ #: ../admin/social_login.php:385
1991
  #, php-format
1992
  msgid ""
1993
  "Required for Instagram Social Login to work. Please follow the documentation "
1997
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
1998
  "\" target=\"_blank\">questo collegamento</a>"
1999
 
2000
+ #: ../admin/social_login.php:397
2001
  msgid "Xing Consumer Key"
2002
  msgstr "Xing Consumer Key"
2003
 
2004
+ #: ../admin/social_login.php:407
2005
  #, php-format
2006
  msgid ""
2007
  "Required for Xing Social Login to work. Please follow the documentation at "
2011
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2012
  "\"_blank\">questo collegamento</a>"
2013
 
2014
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
2015
  msgid ""
2016
  "Paste following url in <strong>Callback domain</strong> option at the link "
2017
  "mentioned"
2019
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2020
  "link indicato"
2021
 
2022
+ #: ../admin/social_login.php:419
2023
  msgid "Xing Consumer Secret"
2024
  msgstr "Xing Consumer Secret"
2025
 
2026
+ #: ../admin/social_login.php:429
2027
  #, php-format
2028
  msgid ""
2029
  "Required for Xing Social Login to work. Please follow the documentation at "
2033
  "Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" "
2034
  "target=\"_blank\">questo collegamento</a>"
2035
 
2036
+ #: ../admin/social_login.php:441
2037
  #, fuzzy
2038
  msgid "Steam API Key"
2039
  msgstr "Twitter API Key"
2040
 
2041
+ #: ../admin/social_login.php:451
2042
  #, fuzzy, php-format
2043
  msgid ""
2044
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2048
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2049
  "\"_blank\">questa pagina</a>"
2050
 
2051
+ #: ../admin/social_login.php:452
2052
  #, fuzzy
2053
  msgid "Save following <strong>domain</strong> to get the key"
2054
  msgstr ""
2055
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2056
  "link indicato"
2057
 
2058
+ #: ../admin/social_login.php:461
2059
+ msgid "Twitch Client ID"
2060
+ msgstr "Twitch Client ID"
2061
+
2062
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
2063
+ #, fuzzy, php-format
2064
+ msgid ""
2065
+ "Required for Twitch Social Login to work. Please follow the documentation at "
2066
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2067
+ msgstr ""
2068
+ "Necessario per far funzionare Twitch Social Login. Per ottenere il Twitch "
2069
+ "Client ID, consulta la documentazione che trovi su <a href=\"%s\" target="
2070
+ "\"_blank\">questa pagina</a>"
2071
+
2072
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
2073
+ #, fuzzy
2074
+ msgid ""
2075
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
2076
+ "mentioned"
2077
+ msgstr ""
2078
+ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2079
+ "indicato"
2080
+
2081
+ #: ../admin/social_login.php:483
2082
+ #, fuzzy
2083
+ msgid "Twitch Client Secret"
2084
+ msgstr "Twitch Client ID"
2085
+
2086
+ #: ../admin/social_login.php:512
2087
  msgid "Social Login Options"
2088
  msgstr "Opzioni"
2089
 
2090
+ #: ../admin/social_login.php:528
2091
  msgid "Text to display above the Social Login interface"
2092
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2093
 
2094
+ #: ../admin/social_login.php:537
2095
  msgid "Enable at login page"
2096
  msgstr "Attiva nella pagina di Login"
2097
 
2098
+ #: ../admin/social_login.php:547
2099
  msgid ""
2100
  "Social Login interface will get enabled at the login page of your website"
2101
  msgstr ""
2102
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2103
 
2104
+ #: ../admin/social_login.php:555
2105
  msgid "Enable at register page"
2106
  msgstr "Abilita nella pagina di registrazione"
2107
 
2108
+ #: ../admin/social_login.php:565
2109
  msgid ""
2110
  "Social Login interface will get enabled at the registration page of your "
2111
  "website"
2113
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2114
  "sito web"
2115
 
2116
+ #: ../admin/social_login.php:573
2117
  msgid "Enable at comment form"
2118
  msgstr "Attiva nel form dei commenti"
2119
 
2120
+ #: ../admin/social_login.php:583
2121
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2122
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2123
 
2124
+ #: ../admin/social_login.php:592
2125
  #, fuzzy
2126
  msgid ""
2127
  "Link social account to already existing account, if email address matches"
2128
  msgstr ""
2129
  "Collega il tuo social account per accedere al tuo account su questo sito"
2130
 
2131
+ #: ../admin/social_login.php:602
2132
  msgid ""
2133
  "If email address of the user's Social Account matches with an already "
2134
  "existing account at your website, that social account will be linked to "
2136
  "Linking interface at their profile page."
2137
  msgstr ""
2138
 
2139
+ #: ../admin/social_login.php:616
2140
  msgid "Enable before WooCommerce Customer Login Form"
2141
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2142
 
2143
+ #: ../admin/social_login.php:626
2144
  msgid ""
2145
  "Social Login Interface will get enabled before the customer login form at "
2146
  "WooCommerce My Account page"
2148
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2149
  "Woocommerce, prima del Form di Login."
2150
 
2151
+ #: ../admin/social_login.php:634
2152
  msgid "Enable after WooCommerce Customer Login Form"
2153
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2154
 
2155
+ #: ../admin/social_login.php:644
2156
  msgid ""
2157
  "Social Login Interface will get enabled after the customer login form at "
2158
  "WooCommerce My Account page"
2160
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2161
  "Woocommerce, dopo il Form di Login."
2162
 
2163
+ #: ../admin/social_login.php:652
2164
  msgid "Enable at WooCommerce checkout page"
2165
  msgstr "Abilita nella pagina checkout di WooCommerce"
2166
 
2167
+ #: ../admin/social_login.php:662
2168
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2169
  msgstr ""
2170
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2171
  "Woocommerce"
2172
 
2173
+ #: ../admin/social_login.php:673
2174
  msgid "Auto-approve comments made by Social Login users"
2175
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2176
 
2177
+ #: ../admin/social_login.php:683
2178
  msgid ""
2179
  "If this option is enabled, and WordPress comment is made by Social Login "
2180
  "user, comment will get approved immediately without keeping in moderation."
2183
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2184
  "immediatamente senza nessuna possibilitá di moderazione."
2185
 
2186
+ #: ../admin/social_login.php:684
2187
  msgid "Note: This is not related to Facebook comments"
2188
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2189
 
2190
+ #: ../admin/social_login.php:694
2191
  msgid "Enable social avatar"
2192
  msgstr "Abilita Avatar"
2193
 
2194
+ #: ../admin/social_login.php:704
2195
  msgid ""
2196
  "Social profile pictures of the logged in user will be displayed as profile "
2197
  "avatar"
2199
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2200
  "avatar del profilo sul tuo sito"
2201
 
2202
+ #: ../admin/social_login.php:714
2203
  msgid "Avatar quality"
2204
  msgstr "Qualità Avatar"
2205
 
2206
+ #: ../admin/social_login.php:717
2207
  msgid "Average"
2208
  msgstr "Media"
2209
 
2210
+ #: ../admin/social_login.php:718
2211
  msgid "Best"
2212
  msgstr "Migliore"
2213
 
2214
+ #: ../admin/social_login.php:725
2215
  msgid "Choose avatar quality"
2216
  msgstr "Scelta qualità Avatar"
2217
 
2218
+ #: ../admin/social_login.php:734
2219
  msgid ""
2220
  "Show option for users to update social avatar at BuddyPress profile page"
2221
  msgstr ""
2222
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2223
  "profilo BuddyPress"
2224
 
2225
+ #: ../admin/social_login.php:744
2226
  msgid ""
2227
  "If enabled, users would be able to update their social avatar from \"Profile "
2228
  "photo\" section in BuddyPress profile at front-end"
2230
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2231
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2232
 
2233
+ #: ../admin/social_login.php:765
2234
  msgid ""
2235
  "If enabled and Social ID provider does not provide user's email address on "
2236
  "login, user will be asked to provide his/her email address. Otherwise, a "
2241
  "completare questa informazione. In caso contrario, sará generata una email "
2242
  "fittizia"
2243
 
2244
+ #: ../admin/social_login.php:774
2245
  msgid "Send post-registration email to user to set account password"
2246
  msgstr ""
2247
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2248
  "password"
2249
 
2250
+ #: ../admin/social_login.php:784
2251
  msgid ""
2252
  "If enabled, an email will be sent to user after registration through Social "
2253
  "Login, regarding his/her login credentials (username-password to be able to "
2257
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2258
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2259
 
2260
+ #: ../admin/social_login.php:792
2261
  msgid "Send new user registration notification email to admin"
2262
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2263
 
2264
+ #: ../admin/social_login.php:802
2265
  msgid ""
2266
  "If enabled, an email will be sent to admin after new user registers through "
2267
  "Social Login, notifying admin about the new user registration"
2270
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2271
  "registrazione"
2272
 
2273
+ #: ../admin/social_login.php:811
2274
  msgid "Enable social account linking at BuddyPress profile page"
2275
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2276
 
2277
+ #: ../admin/social_login.php:821
2278
  msgid ""
2279
  "Enable this option to show social account linking interface at BuddyPress "
2280
  "profile page"
2282
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2283
  "nella pagina di profilo BuddyPress"
2284
 
2285
+ #: ../admin/social_login.php:830
2286
  msgid "Login redirection"
2287
  msgstr "Reindirizzamento Login"
2288
 
2289
+ #: ../admin/social_login.php:834
2290
  msgid "Same page where user logged in"
2291
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2292
 
2293
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2294
  msgid "Account dashboard"
2295
  msgstr "Pannello Account"
2296
 
2297
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2298
  msgid "BuddyPress profile page"
2299
  msgstr "Pagina di profilo BuddyPress"
2300
 
2301
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2302
  msgid "Custom Url"
2303
  msgstr "Url personalizzata"
2304
 
2305
+ #: ../admin/social_login.php:852
2306
  msgid "User will be redirected to the selected page after Social Login"
2307
  msgstr ""
2308
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2309
 
2310
+ #: ../admin/social_login.php:860
2311
  msgid "Registration redirection"
2312
  msgstr "Reindirizzamento Registratione"
2313
 
2314
+ #: ../admin/social_login.php:864
2315
  msgid "Same page from where user registered"
2316
  msgstr "La stessa pagina dove l'utente si è registrato"
2317
 
2318
+ #: ../admin/social_login.php:882
2319
  msgid ""
2320
  "User will be redirected to the selected page after registration (first "
2321
  "Social Login) through Social Login"
2323
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2324
  "(il primo Social Login) tramite il Social Login"
2325
 
2326
+ #: ../admin/social_login.php:890
2327
  msgid "Email popup options"
2328
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2329
 
2330
+ #: ../admin/social_login.php:896
2331
  msgid "Text on 'Email required' popup"
2332
  msgstr "Testo del pop-up"
2333
 
2334
+ #: ../admin/social_login.php:906
2335
  msgid ""
2336
  "This text will be displayed on email required popup. Leave empty if not "
2337
  "required."
2339
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2340
  "bianco se non si vuole utilizzare."
2341
 
2342
+ #: ../admin/social_login.php:915
2343
  msgid "Error message for 'Email required' popup"
2344
  msgstr "Messaggio d'errore"
2345
 
2346
+ #: ../admin/social_login.php:925
2347
  msgid ""
2348
  "This message will be displayed to user if it provides invalid or already "
2349
  "registered email"
2351
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2352
  "indirizzo email non valido o già registrato."
2353
 
2354
+ #: ../admin/social_login.php:934
2355
  msgid "Email popup height"
2356
  msgstr "Altezza pop-up Email"
2357
 
2358
+ #: ../admin/social_login.php:944
2359
  msgid ""
2360
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2361
  "can increase the height of popup by specifying in this option. Leave empty "
2365
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2366
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2367
 
2368
+ #: ../admin/social_login.php:952
2369
  msgid "Enable email verification"
2370
  msgstr "Abilita verifica email"
2371
 
2372
+ #: ../admin/social_login.php:962
2373
  msgid ""
2374
  "If enabled, email provided by the user will be verified by sending a "
2375
  "confirmation link to that email. User would not be able to login without "
2379
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2380
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2381
 
2382
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2383
  #: ../inc/widget.php:578 ../inc/widget.php:726
2384
  msgid "Select"
2385
  msgstr "Selezionare"
2386
 
2387
+ #: ../admin/social_login.php:1043
2388
  msgid "Social Login Shortcode & Widget"
2389
  msgstr "Shortcode & Widget"
2390
 
2391
+ #: ../admin/social_login.php:1044
2392
  msgid "Social Linking Shortcode"
2393
  msgstr "Social Linking Shortcode"
2394
 
2395
+ #: ../admin/social_login.php:1059
2396
  msgid "Why is social login not working?"
2397
  msgstr ""
2398
 
2399
+ #: ../admin/social_login.php:1060
2400
  msgid ""
2401
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2402
  "belong to the same app"
2403
  msgstr ""
2404
 
2405
+ #: ../admin/social_login.php:1062
2406
  msgid ""
2407
  "Why the user is not appearing logged in even after Social Login until the "
2408
  "webpage is refreshed manually?"
2644
  msgid "Providers not selected"
2645
  msgstr "Providers non selezionati"
2646
 
2647
+ #: ../inc/social_login.php:725
2648
  msgid "Email"
2649
  msgstr "Email"
2650
 
2651
+ #: ../inc/social_login.php:726
2652
  msgid "Confirm email"
2653
  msgstr "Conferma email"
2654
 
2655
+ #: ../inc/social_login.php:728
2656
  msgid "Save"
2657
  msgstr "Salva"
2658
 
2659
+ #: ../inc/social_login.php:729
2660
  msgid "Cancel"
2661
  msgstr "Cancella"
2662
 
2663
+ #: ../inc/social_login.php:803
2664
  msgid "Email Verification"
2665
  msgstr "Abilita verifica email"
2666
 
2667
+ #: ../inc/social_login.php:805
2668
  msgid ""
2669
  "Please click on the following link or paste it in browser to verify your "
2670
  "email"
2936
  #~ "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, "
2937
  #~ "per aprire"
2938
 
 
 
 
2939
  #~ msgid "LinkedIn API Key"
2940
  #~ msgstr "LinkedIn API Key"
2941
 
 
 
 
 
 
 
 
 
 
 
 
2942
  #~ msgid "Donate"
2943
  #~ msgstr "Donare"
2944
 
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: 2018-03-16 11:39+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:39+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,15 +15,15 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:356 ../super_socializer.php:370
19
  msgid "Facebook SDK returned an error: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:366
23
  msgid "Graph returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:510
27
  #, fuzzy
28
  msgid ""
29
  "cURL is not enabled at your website server. Please contact your website "
@@ -32,7 +32,7 @@ msgstr ""
32
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
33
  "que contatar o administrador do servidor do seu website para verificar isso."
34
 
35
- #: ../super_socializer.php:537
36
  #, php-format
37
  msgid ""
38
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -42,7 +42,7 @@ msgstr ""
42
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
43
  "%s)"
44
 
45
- #: ../super_socializer.php:540
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
@@ -50,75 +50,75 @@ msgstr ""
50
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
51
  "que contatar o administrador do servidor do seu website para verificar isso."
52
 
53
- #: ../super_socializer.php:541
54
  #, php-format
55
  msgid ""
56
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
57
  msgstr ""
58
 
59
- #: ../super_socializer.php:808 ../helper.php:960
60
  msgid "Please verify your email address to login."
61
  msgstr "Por favor verifique seu endereço de email no login."
62
 
63
- #: ../super_socializer.php:808
64
  msgid "Your email has been verified. Now you can login to your account"
65
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
66
 
67
- #: ../super_socializer.php:812
68
  msgid "Notification"
69
  msgstr "Notificaçao"
70
 
71
- #: ../super_socializer.php:830 ../admin/social_login.php:706
72
  msgid "Email required"
73
  msgstr "Necessário email"
74
 
75
- #: ../super_socializer.php:833
76
  msgid "Please check your email inbox to complete the registration."
77
  msgstr "Por favor verifique sua caixa de email para completar o registro."
78
 
79
- #: ../super_socializer.php:840 ../helper.php:500
80
  msgid "Enter your LiveJournal username"
81
  msgstr ""
82
 
83
- #: ../super_socializer.php:902
84
  msgid "Leave a reply"
85
  msgstr "Deixe uma resposta"
86
 
87
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
88
  msgid "Shares"
89
  msgstr ""
90
 
91
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
92
  msgid "Share"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:914
96
  #, fuzzy
97
  msgid "Link copied."
98
  msgstr "LinkedIn"
99
 
100
- #: ../super_socializer.php:1101
101
  msgid "Super Socializer - General Options"
102
  msgstr "Super Socializer - Opções Gerais"
103
 
104
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
105
  #: ../admin/social_commenting.php:43
106
  msgid "General Options"
107
  msgstr "Opções Gerais"
108
 
109
- #: ../super_socializer.php:1169 ../helper.php:882
110
  msgid "Social Avatar"
111
  msgstr "Avatar Social"
112
 
113
- #: ../super_socializer.php:1172
114
  msgid "Small Avatar Url"
115
  msgstr "Url para Avatar pequeno"
116
 
117
- #: ../super_socializer.php:1176
118
  msgid "Large Avatar Url"
119
  msgstr "Url para Avatar Grande"
120
 
121
- #: ../super_socializer.php:1180 ../helper.php:885
122
  msgid ""
123
  "Do not fetch and update social avatar from my profile, next time I Social "
124
  "Login"
@@ -126,43 +126,43 @@ msgstr ""
126
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
127
  "Autenticação Social"
128
 
129
- #: ../super_socializer.php:1184 ../helper.php:886
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
132
 
133
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1263
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1264
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr "Email fornecido já está registrado ou é inválido"
146
 
147
- #: ../super_socializer.php:1269
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
151
  "confirmá-lo"
152
 
153
- #: ../super_socializer.php:1488
154
  #, php-format
155
  msgid ""
156
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1503
160
  #, php-format
161
  msgid ""
162
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1527
166
  #, php-format
167
  msgid ""
168
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -170,12 +170,12 @@ msgid ""
170
  "target=\"_blank\">here</a>"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
174
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
175
  msgid "Okay"
176
  msgstr ""
177
 
178
- #: ../super_socializer.php:1552
179
  #, php-format
180
  msgid ""
181
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -183,7 +183,7 @@ msgid ""
183
  "target=\"_blank\">here</a>"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1577
187
  #, php-format
188
  msgid ""
189
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -191,7 +191,7 @@ msgid ""
191
  "target=\"_blank\">here</a>"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:1601
195
  #, php-format
196
  msgid ""
197
  "Your website visitors will see a popup notification (only once) if their "
@@ -209,99 +209,99 @@ msgstr "Configurações salvas"
209
  msgid "Dismiss this notice"
210
  msgstr "Dispense este aviso"
211
 
212
- #: ../helper.php:156
213
  msgid "Click to show help"
214
  msgstr "Click para exibir ajuda"
215
 
216
- #: ../helper.php:156
217
  msgid "Click to hide help"
218
  msgstr "Click para esconder ajuda"
219
 
220
- #: ../helper.php:249
221
  #, fuzzy
222
  msgid "Add-Ons"
223
  msgstr "Outros Add-ons"
224
 
225
- #: ../helper.php:250
226
  msgid "Support Documentation"
227
  msgstr ""
228
 
229
- #: ../helper.php:251
230
  msgid "Settings"
231
  msgstr "Configurações"
232
 
233
- #: ../helper.php:549
234
  msgid "Account linked successfully"
235
  msgstr "Conta associada com sucesso"
236
 
237
- #: ../helper.php:553
238
  msgid "Account already exists or linked"
239
  msgstr "Conta já existente ou já está associada"
240
 
241
- #: ../helper.php:573
242
  msgid "Link your social account to login to your account at this website"
243
  msgstr "Associe sua conta social ao login de sua conta neste website"
244
 
245
- #: ../helper.php:611 ../helper.php:617
246
  msgid "Currently"
247
  msgstr "Atualmente"
248
 
249
- #: ../helper.php:611 ../helper.php:617
250
  msgid "Connected with"
251
  msgstr ""
252
 
253
- #: ../helper.php:611 ../helper.php:617
254
  msgid "Remove"
255
  msgstr "Remover"
256
 
257
- #: ../helper.php:688
258
  #, fuzzy
259
  msgid "Social Account Linking"
260
  msgstr "Comentário Social"
261
 
262
- #: ../helper.php:738
263
  msgid "Disable Standard Social Sharing on this "
264
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
265
 
266
- #: ../helper.php:743
267
  msgid "Disable Floating Social Sharing on this "
268
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
269
 
270
- #: ../helper.php:748
271
  msgid "Disable Standard like buttons on this "
272
  msgstr "Desabilitar o botão de like padrão neste(a) "
273
 
274
- #: ../helper.php:753
275
  msgid "Disable Floating like buttons on this "
276
  msgstr "Desabilitar o botão flutuante de like neste(a) "
277
 
278
- #: ../helper.php:758
279
  msgid "Disable Social Commenting on this "
280
  msgstr "Desabilitar o Comentário Social neste(a) "
281
 
282
- #: ../helper.php:767
283
  msgid "Standard Sharing Interface"
284
  msgstr "Interface Padrão de Compartilhamento"
285
 
286
- #: ../helper.php:773 ../helper.php:792
287
  msgid "Starting share count for "
288
  msgstr "Iniciando contagem compartilhada para "
289
 
290
- #: ../helper.php:786
291
  msgid "Floating Sharing Interface"
292
  msgstr "Interface de Compartilhamento Flutuante"
293
 
294
- #: ../helper.php:889
295
  msgid "Small Avatar"
296
  msgstr "Avatar Pequeno"
297
 
298
- #: ../helper.php:893
299
  msgid "Large Avatar"
300
  msgstr "Avatar Grande"
301
 
302
- #: ../helper.php:897 ../admin/general_options.php:128
303
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
304
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
305
  msgid "Save Changes"
306
  msgstr "Salvar Alterações"
307
 
@@ -371,14 +371,14 @@ msgstr ""
371
  "style&gt; )"
372
 
373
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
374
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
375
  #: ../admin/like_buttons.php:827
376
  #, fuzzy
377
  msgid "Instagram Shoutout"
378
  msgstr "Instagram"
379
 
380
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
381
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
382
  #: ../admin/like_buttons.php:829
383
  msgid ""
384
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -387,7 +387,7 @@ msgid ""
387
  msgstr ""
388
 
389
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
390
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
391
  #: ../admin/like_buttons.php:830
392
  msgid ""
393
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -398,7 +398,7 @@ msgid ""
398
  msgstr ""
399
 
400
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
401
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
402
  #: ../admin/like_buttons.php:831
403
  msgid ""
404
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -540,7 +540,7 @@ msgstr ""
540
 
541
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
542
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
543
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
544
  #: ../admin/like_buttons.php:793
545
  msgid "Shortcode & Widget"
546
  msgstr "Shortcode & Widget"
@@ -551,7 +551,7 @@ msgstr "Resolução de Problemas"
551
 
552
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
553
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
554
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
555
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
556
  msgid "FAQ"
557
  msgstr "P&R"
@@ -784,7 +784,7 @@ msgstr "Url personalizada"
784
  msgid "Url to share"
785
  msgstr "Url para compartilhar"
786
 
787
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
788
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
789
  msgid "Title"
790
  msgstr "Título"
@@ -873,7 +873,7 @@ msgid "Placement"
873
  msgstr "Localização"
874
 
875
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
876
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
877
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
878
  msgid "Homepage"
879
  msgstr "Homepage"
@@ -1337,7 +1337,7 @@ msgstr ""
1337
  "website:"
1338
 
1339
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1340
- #: ../admin/social_login.php:1008
1341
  msgid ""
1342
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1343
  "an online website for the plugin to function properly."
@@ -1365,7 +1365,7 @@ msgid ""
1365
  msgstr ""
1366
 
1367
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1368
- #: ../admin/social_login.php:1014
1369
  msgid "Why is my browser blocking some features of the plugin?"
1370
  msgstr ""
1371
 
@@ -1728,7 +1728,7 @@ msgstr "Configuração Básica"
1728
  msgid "Advanced Configuration"
1729
  msgstr "Configuração Básica"
1730
 
1731
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1732
  msgid "XProfile Integration"
1733
  msgstr ""
1734
 
@@ -1797,19 +1797,24 @@ msgid "Steam"
1797
  msgstr ""
1798
 
1799
  #: ../admin/social_login.php:134
 
 
 
 
 
1800
  msgid "LiveJournal"
1801
  msgstr ""
1802
 
1803
- #: ../admin/social_login.php:142
1804
  msgid "Select Social ID provider to enable in Social Login"
1805
  msgstr ""
1806
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1807
 
1808
- #: ../admin/social_login.php:150
1809
  msgid "Facebook App ID"
1810
  msgstr "Facebook App ID"
1811
 
1812
- #: ../admin/social_login.php:160
1813
  #, php-format
1814
  msgid ""
1815
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1819,18 +1824,18 @@ msgstr ""
1819
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1820
  "para obter o Facebook App ID"
1821
 
1822
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1823
  msgid ""
1824
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1825
  msgstr ""
1826
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1827
 
1828
- #: ../admin/social_login.php:172
1829
  #, fuzzy
1830
  msgid "Facebook App Secret"
1831
  msgstr "Facebook App ID"
1832
 
1833
- #: ../admin/social_login.php:182
1834
  #, fuzzy, php-format
1835
  msgid ""
1836
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1840,11 +1845,11 @@ msgstr ""
1840
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1841
  "para obter o Facebook App ID"
1842
 
1843
- #: ../admin/social_login.php:194
1844
  msgid "Twitter API Key"
1845
  msgstr "Twitter API Key"
1846
 
1847
- #: ../admin/social_login.php:204
1848
  #, php-format
1849
  msgid ""
1850
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1854,7 +1859,7 @@ msgstr ""
1854
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1855
  "para obter Twitter API Key"
1856
 
1857
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1858
  msgid ""
1859
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1860
  "strong> options at the link mentioned"
@@ -1862,11 +1867,11 @@ msgstr ""
1862
  "Cole a seguinte url nas opções de <strong>Website</strong> e "
1863
  "<strong>Callback URL</strong> no link mencionado"
1864
 
1865
- #: ../admin/social_login.php:216
1866
  msgid "Twitter API Secret"
1867
  msgstr "Segredo API Twitter"
1868
 
1869
- #: ../admin/social_login.php:226
1870
  #, php-format
1871
  msgid ""
1872
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1876,12 +1881,12 @@ msgstr ""
1876
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1877
  "obter o segredo da API Twitter"
1878
 
1879
- #: ../admin/social_login.php:238
1880
  #, fuzzy
1881
  msgid "LinkedIn Client ID"
1882
  msgstr "LinkedIn"
1883
 
1884
- #: ../admin/social_login.php:248
1885
  #, fuzzy, php-format
1886
  msgid ""
1887
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1891,19 +1896,19 @@ msgstr ""
1891
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1892
  "obeter API Key do LinkedIn"
1893
 
1894
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1895
- #: ../admin/social_login.php:382
1896
  msgid ""
1897
  "Paste following url in <strong>Website URL</strong> option at the link "
1898
  "mentioned"
1899
  msgstr ""
1900
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1901
 
1902
- #: ../admin/social_login.php:260
1903
  msgid "LinkedIn Client Secret "
1904
  msgstr ""
1905
 
1906
- #: ../admin/social_login.php:270
1907
  #, fuzzy, php-format
1908
  msgid ""
1909
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1914,11 +1919,11 @@ msgstr ""
1914
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1915
  "obeter API Key do LinkedIn"
1916
 
1917
- #: ../admin/social_login.php:282
1918
  msgid "Google+ Client ID"
1919
  msgstr "Google+ Client ID"
1920
 
1921
- #: ../admin/social_login.php:292
1922
  #, php-format
1923
  msgid ""
1924
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1929,7 +1934,7 @@ msgstr ""
1929
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1930
  "obter o GooglePlus Client ID"
1931
 
1932
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1933
  #, fuzzy
1934
  msgid ""
1935
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -1937,12 +1942,12 @@ msgid ""
1937
  msgstr ""
1938
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1939
 
1940
- #: ../admin/social_login.php:304
1941
  #, fuzzy
1942
  msgid "Google+ Client Secret"
1943
  msgstr "Google+ Client ID"
1944
 
1945
- #: ../admin/social_login.php:314
1946
  #, fuzzy, php-format
1947
  msgid ""
1948
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1953,11 +1958,11 @@ msgstr ""
1953
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1954
  "obter o GooglePlus Client ID"
1955
 
1956
- #: ../admin/social_login.php:326
1957
  msgid "Vkontakte Application ID"
1958
  msgstr "Vkontakte Application ID"
1959
 
1960
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1961
  #, php-format
1962
  msgid ""
1963
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1968,23 +1973,23 @@ msgstr ""
1968
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1969
  "obter Vkontakte Application ID"
1970
 
1971
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1972
  msgid ""
1973
  "Paste following url in <strong>Site address</strong> option at the link "
1974
  "mentioned"
1975
  msgstr ""
1976
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
1977
 
1978
- #: ../admin/social_login.php:348
1979
  #, fuzzy
1980
  msgid "Vkontakte Secure key"
1981
  msgstr "Vkontakte"
1982
 
1983
- #: ../admin/social_login.php:370
1984
  msgid "Instagram Client ID"
1985
  msgstr "Instagram Client ID"
1986
 
1987
- #: ../admin/social_login.php:380
1988
  #, php-format
1989
  msgid ""
1990
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1994,11 +1999,11 @@ msgstr ""
1994
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1995
  "obter Instagram Client ID"
1996
 
1997
- #: ../admin/social_login.php:392
1998
  msgid "Xing Consumer Key"
1999
  msgstr "Xing Consumer Key"
2000
 
2001
- #: ../admin/social_login.php:402
2002
  #, php-format
2003
  msgid ""
2004
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2008,7 +2013,7 @@ msgstr ""
2008
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2009
  "obter Xing Consumer Key"
2010
 
2011
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
2012
  msgid ""
2013
  "Paste following url in <strong>Callback domain</strong> option at the link "
2014
  "mentioned"
@@ -2016,11 +2021,11 @@ msgstr ""
2016
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2017
  "mencionado"
2018
 
2019
- #: ../admin/social_login.php:414
2020
  msgid "Xing Consumer Secret"
2021
  msgstr "Xing Consumer Secret"
2022
 
2023
- #: ../admin/social_login.php:424
2024
  #, php-format
2025
  msgid ""
2026
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2030,12 +2035,12 @@ msgstr ""
2030
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2031
  "obter Xing Consumer Secret"
2032
 
2033
- #: ../admin/social_login.php:436
2034
  #, fuzzy
2035
  msgid "Steam API Key"
2036
  msgstr "Twitter API Key"
2037
 
2038
- #: ../admin/social_login.php:446
2039
  #, fuzzy, php-format
2040
  msgid ""
2041
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2045,38 +2050,66 @@ msgstr ""
2045
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2046
  "para obter Twitter API Key"
2047
 
2048
- #: ../admin/social_login.php:447
2049
  #, fuzzy
2050
  msgid "Save following <strong>domain</strong> to get the key"
2051
  msgstr ""
2052
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2053
  "mencionado"
2054
 
2055
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2056
  #, fuzzy
2057
  msgid "Social Login Options"
2058
  msgstr "Autenticação Social"
2059
 
2060
- #: ../admin/social_login.php:479
2061
  msgid "Text to display above the Social Login interface"
2062
  msgstr "Texto exibido acima da interface de Autenticação Social"
2063
 
2064
- #: ../admin/social_login.php:488
2065
  msgid "Enable at login page"
2066
  msgstr "Habilia a página de autenticação"
2067
 
2068
- #: ../admin/social_login.php:498
2069
  msgid ""
2070
  "Social Login interface will get enabled at the login page of your website"
2071
  msgstr ""
2072
  "Interface de Autenticação Social será habilitada na página de autenticação "
2073
  "do seu website"
2074
 
2075
- #: ../admin/social_login.php:506
2076
  msgid "Enable at register page"
2077
  msgstr "Habilitar página de registro"
2078
 
2079
- #: ../admin/social_login.php:516
2080
  msgid ""
2081
  "Social Login interface will get enabled at the registration page of your "
2082
  "website"
@@ -2084,23 +2117,23 @@ msgstr ""
2084
  "Interface de Autenticação Social será habilitada na página de registro de "
2085
  "seu website"
2086
 
2087
- #: ../admin/social_login.php:524
2088
  msgid "Enable at comment form"
2089
  msgstr "Habilitar no formulário de comentário"
2090
 
2091
- #: ../admin/social_login.php:534
2092
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2093
  msgstr ""
2094
  "Interface de Autenticação Social será habilitada em seu formulário de "
2095
  "comentários Wordpress"
2096
 
2097
- #: ../admin/social_login.php:543
2098
  #, fuzzy
2099
  msgid ""
2100
  "Link social account to already existing account, if email address matches"
2101
  msgstr "Associe sua conta social ao login de sua conta neste website"
2102
 
2103
- #: ../admin/social_login.php:553
2104
  msgid ""
2105
  "If email address of the user's Social Account matches with an already "
2106
  "existing account at your website, that social account will be linked to "
@@ -2108,11 +2141,11 @@ msgid ""
2108
  "Linking interface at their profile page."
2109
  msgstr ""
2110
 
2111
- #: ../admin/social_login.php:567
2112
  msgid "Enable before WooCommerce Customer Login Form"
2113
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2114
 
2115
- #: ../admin/social_login.php:577
2116
  msgid ""
2117
  "Social Login Interface will get enabled before the customer login form at "
2118
  "WooCommerce My Account page"
@@ -2120,12 +2153,12 @@ msgstr ""
2120
  "Interface de Autenticação Social será habilitada antes do formulário de "
2121
  "autenticação de cliente na página Minha Conta do WooCommerce"
2122
 
2123
- #: ../admin/social_login.php:585
2124
  msgid "Enable after WooCommerce Customer Login Form"
2125
  msgstr ""
2126
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2127
 
2128
- #: ../admin/social_login.php:595
2129
  msgid ""
2130
  "Social Login Interface will get enabled after the customer login form at "
2131
  "WooCommerce My Account page"
@@ -2133,22 +2166,22 @@ msgstr ""
2133
  "Interface de Autenticação Social será habilitada depois do formulário de "
2134
  "autenticação de cliente na página Minha Conta do WooCommerce"
2135
 
2136
- #: ../admin/social_login.php:603
2137
  msgid "Enable at WooCommerce checkout page"
2138
  msgstr "Habilitado na página de checkout do WooCommerce"
2139
 
2140
- #: ../admin/social_login.php:613
2141
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2142
  msgstr ""
2143
  "Interface de Autenticação Social será habilitada página de checkout do "
2144
  "WooCommerce"
2145
 
2146
- #: ../admin/social_login.php:624
2147
  msgid "Auto-approve comments made by Social Login users"
2148
  msgstr ""
2149
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2150
 
2151
- #: ../admin/social_login.php:634
2152
  msgid ""
2153
  "If this option is enabled, and WordPress comment is made by Social Login "
2154
  "user, comment will get approved immediately without keeping in moderation."
@@ -2157,15 +2190,15 @@ msgstr ""
2157
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2158
  "considerações de moderação."
2159
 
2160
- #: ../admin/social_login.php:635
2161
  msgid "Note: This is not related to Facebook comments"
2162
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2163
 
2164
- #: ../admin/social_login.php:645
2165
  msgid "Enable social avatar"
2166
  msgstr "Habilitar o avatar social"
2167
 
2168
- #: ../admin/social_login.php:655
2169
  msgid ""
2170
  "Social profile pictures of the logged in user will be displayed as profile "
2171
  "avatar"
@@ -2173,30 +2206,30 @@ msgstr ""
2173
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2174
  "do perfil"
2175
 
2176
- #: ../admin/social_login.php:665
2177
  msgid "Avatar quality"
2178
  msgstr "Qualidade do Avatar"
2179
 
2180
- #: ../admin/social_login.php:668
2181
  msgid "Average"
2182
  msgstr "Média"
2183
 
2184
- #: ../admin/social_login.php:669
2185
  msgid "Best"
2186
  msgstr "Melhor"
2187
 
2188
- #: ../admin/social_login.php:676
2189
  msgid "Choose avatar quality"
2190
  msgstr "Escolha a qualidade do avatar"
2191
 
2192
- #: ../admin/social_login.php:685
2193
  msgid ""
2194
  "Show option for users to update social avatar at BuddyPress profile page"
2195
  msgstr ""
2196
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2197
  "perfil do BuddyPress"
2198
 
2199
- #: ../admin/social_login.php:695
2200
  msgid ""
2201
  "If enabled, users would be able to update their social avatar from \"Profile "
2202
  "photo\" section in BuddyPress profile at front-end"
@@ -2204,7 +2237,7 @@ msgstr ""
2204
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2205
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2206
 
2207
- #: ../admin/social_login.php:716
2208
  msgid ""
2209
  "If enabled and Social ID provider does not provide user's email address on "
2210
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2214,11 +2247,11 @@ msgstr ""
2214
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2215
  "email. Do contrário, um email postiço será gerado"
2216
 
2217
- #: ../admin/social_login.php:725
2218
  msgid "Send post-registration email to user to set account password"
2219
  msgstr ""
2220
 
2221
- #: ../admin/social_login.php:735
2222
  msgid ""
2223
  "If enabled, an email will be sent to user after registration through Social "
2224
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2228,12 +2261,12 @@ msgstr ""
2228
  "Social, com respeito as credecial do usuário para autenticação (username-"
2229
  "senha para possibilitar a autenticação via formulário tradicional)"
2230
 
2231
- #: ../admin/social_login.php:743
2232
  #, fuzzy
2233
  msgid "Send new user registration notification email to admin"
2234
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2235
 
2236
- #: ../admin/social_login.php:753
2237
  #, fuzzy
2238
  msgid ""
2239
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2243,11 +2276,11 @@ msgstr ""
2243
  "Social, com respeito as credecial do usuário para autenticação (username-"
2244
  "senha para possibilitar a autenticação via formulário tradicional)"
2245
 
2246
- #: ../admin/social_login.php:762
2247
  msgid "Enable social account linking at BuddyPress profile page"
2248
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2249
 
2250
- #: ../admin/social_login.php:772
2251
  msgid ""
2252
  "Enable this option to show social account linking interface at BuddyPress "
2253
  "profile page"
@@ -2255,40 +2288,40 @@ msgstr ""
2255
  "Habilitar estar opção para exibir a conta social associada a página de "
2256
  "interface de perfil do BuddyPress"
2257
 
2258
- #: ../admin/social_login.php:781
2259
  msgid "Login redirection"
2260
  msgstr "Redireção de autenticação"
2261
 
2262
- #: ../admin/social_login.php:785
2263
  msgid "Same page where user logged in"
2264
  msgstr "Mesma página onde o usuário autenticou-se"
2265
 
2266
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2267
  msgid "Account dashboard"
2268
  msgstr "Painel da Conta"
2269
 
2270
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2271
  msgid "BuddyPress profile page"
2272
  msgstr "Página de perfil BuddyPress"
2273
 
2274
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2275
  msgid "Custom Url"
2276
  msgstr "Url Personalizada"
2277
 
2278
- #: ../admin/social_login.php:803
2279
  msgid "User will be redirected to the selected page after Social Login"
2280
  msgstr ""
2281
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2282
 
2283
- #: ../admin/social_login.php:811
2284
  msgid "Registration redirection"
2285
  msgstr "Redirecionamento de registro"
2286
 
2287
- #: ../admin/social_login.php:815
2288
  msgid "Same page from where user registered"
2289
  msgstr "Mesma página de onde o usuário se registrou"
2290
 
2291
- #: ../admin/social_login.php:833
2292
  msgid ""
2293
  "User will be redirected to the selected page after registration (first "
2294
  "Social Login) through Social Login"
@@ -2296,15 +2329,15 @@ msgstr ""
2296
  "O usuário será redirecionado para a página selecionada após o registro "
2297
  "(primeira Autenticação Social) através da Autenticação Social"
2298
 
2299
- #: ../admin/social_login.php:841
2300
  msgid "Email popup options"
2301
  msgstr "Opções de popup de email"
2302
 
2303
- #: ../admin/social_login.php:847
2304
  msgid "Text on 'Email required' popup"
2305
  msgstr "Texto popup de 'Email requerido'"
2306
 
2307
- #: ../admin/social_login.php:857
2308
  msgid ""
2309
  "This text will be displayed on email required popup. Leave empty if not "
2310
  "required."
@@ -2312,11 +2345,11 @@ msgstr ""
2312
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2313
  "o email não for requerido."
2314
 
2315
- #: ../admin/social_login.php:866
2316
  msgid "Error message for 'Email required' popup"
2317
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2318
 
2319
- #: ../admin/social_login.php:876
2320
  msgid ""
2321
  "This message will be displayed to user if it provides invalid or already "
2322
  "registered email"
@@ -2324,11 +2357,11 @@ msgstr ""
2324
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2325
  "ou já registrado"
2326
 
2327
- #: ../admin/social_login.php:885
2328
  msgid "Email popup height"
2329
  msgstr "Altura do popup de email"
2330
 
2331
- #: ../admin/social_login.php:895
2332
  msgid ""
2333
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2334
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2338,11 +2371,11 @@ msgstr ""
2338
  "requirido\\\", você pode incrementar a altura do popup através de "
2339
  "especificação nesta opção. Deixe vazio para padrão."
2340
 
2341
- #: ../admin/social_login.php:903
2342
  msgid "Enable email verification"
2343
  msgstr "Habilitar verificação de email"
2344
 
2345
- #: ../admin/social_login.php:913
2346
  msgid ""
2347
  "If enabled, email provided by the user will be verified by sending a "
2348
  "confirmation link to that email. User would not be able to login without "
@@ -2352,30 +2385,30 @@ msgstr ""
2352
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2353
  "antes de validar seu email"
2354
 
2355
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2356
  #: ../inc/widget.php:578 ../inc/widget.php:726
2357
  msgid "Select"
2358
  msgstr "Selecione"
2359
 
2360
- #: ../admin/social_login.php:994
2361
  msgid "Social Login Shortcode & Widget"
2362
  msgstr "Autenticação Social Shortcode & Widget"
2363
 
2364
- #: ../admin/social_login.php:995
2365
  msgid "Social Linking Shortcode"
2366
  msgstr "Shortcode de associação Social"
2367
 
2368
- #: ../admin/social_login.php:1010
2369
  msgid "Why is social login not working?"
2370
  msgstr ""
2371
 
2372
- #: ../admin/social_login.php:1011
2373
  msgid ""
2374
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2375
  "belong to the same app"
2376
  msgstr ""
2377
 
2378
- #: ../admin/social_login.php:1013
2379
  msgid ""
2380
  "Why the user is not appearing logged in even after Social Login until the "
2381
  "webpage is refreshed manually?"
@@ -2614,28 +2647,28 @@ msgstr "Requisição inválida"
2614
  msgid "Providers not selected"
2615
  msgstr "Provedor não selecionado"
2616
 
2617
- #: ../inc/social_login.php:714
2618
  msgid "Email"
2619
  msgstr ""
2620
 
2621
- #: ../inc/social_login.php:715
2622
  msgid "Confirm email"
2623
  msgstr ""
2624
 
2625
- #: ../inc/social_login.php:717
2626
  msgid "Save"
2627
  msgstr ""
2628
 
2629
- #: ../inc/social_login.php:718
2630
  msgid "Cancel"
2631
  msgstr ""
2632
 
2633
- #: ../inc/social_login.php:792
2634
  #, fuzzy
2635
  msgid "Email Verification"
2636
  msgstr "Habilitar verificação de email"
2637
 
2638
- #: ../inc/social_login.php:794
2639
  msgid ""
2640
  "Please click on the following link or paste it in browser to verify your "
2641
  "email"
@@ -2911,26 +2944,9 @@ msgstr ""
2911
  #~ "Siga os passos 11 e 12 na página de configuração do app GooglePlus que se "
2912
  #~ "abrirá"
2913
 
2914
- #, fuzzy
2915
- #~ msgid "Twitch"
2916
- #~ msgstr "Twitter"
2917
-
2918
  #~ msgid "LinkedIn API Key"
2919
  #~ msgstr "LinkedIn API Key"
2920
 
2921
- #, fuzzy
2922
- #~ msgid "Twitch Client ID"
2923
- #~ msgstr "Instagram Client ID"
2924
-
2925
- #, fuzzy
2926
- #~ msgid ""
2927
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
2928
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2929
- #~ msgstr ""
2930
- #~ "Requirido para a Autenticação Social do Twitter funcionar. Por favor, "
2931
- #~ "siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link "
2932
- #~ "link</a> para obter Twitter API Key"
2933
-
2934
  #~ msgid "Donate"
2935
  #~ msgstr "Doe"
2936
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:07+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:07+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
19
  msgid "Facebook SDK returned an error: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:400
23
  msgid "Graph returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:563
27
  #, fuzzy
28
  msgid ""
29
  "cURL is not enabled at your website server. Please contact your website "
32
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
33
  "que contatar o administrador do servidor do seu website para verificar isso."
34
 
35
+ #: ../super_socializer.php:590
36
  #, php-format
37
  msgid ""
38
  "Enter exactly the following url in <strong>Website</strong> and "
42
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
43
  "%s)"
44
 
45
+ #: ../super_socializer.php:593
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
50
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
51
  "que contatar o administrador do servidor do seu website para verificar isso."
52
 
53
+ #: ../super_socializer.php:594
54
  #, php-format
55
  msgid ""
56
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
57
  msgstr ""
58
 
59
+ #: ../super_socializer.php:860 ../helper.php:963
60
  msgid "Please verify your email address to login."
61
  msgstr "Por favor verifique seu endereço de email no login."
62
 
63
+ #: ../super_socializer.php:860
64
  msgid "Your email has been verified. Now you can login to your account"
65
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
66
 
67
+ #: ../super_socializer.php:864
68
  msgid "Notification"
69
  msgstr "Notificaçao"
70
 
71
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
72
  msgid "Email required"
73
  msgstr "Necessário email"
74
 
75
+ #: ../super_socializer.php:885
76
  msgid "Please check your email inbox to complete the registration."
77
  msgstr "Por favor verifique sua caixa de email para completar o registro."
78
 
79
+ #: ../super_socializer.php:892 ../helper.php:503
80
  msgid "Enter your LiveJournal username"
81
  msgstr ""
82
 
83
+ #: ../super_socializer.php:954
84
  msgid "Leave a reply"
85
  msgstr "Deixe uma resposta"
86
 
87
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
88
  msgid "Shares"
89
  msgstr ""
90
 
91
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
92
  msgid "Share"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:966
96
  #, fuzzy
97
  msgid "Link copied."
98
  msgstr "LinkedIn"
99
 
100
+ #: ../super_socializer.php:1153
101
  msgid "Super Socializer - General Options"
102
  msgstr "Super Socializer - Opções Gerais"
103
 
104
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
105
  #: ../admin/social_commenting.php:43
106
  msgid "General Options"
107
  msgstr "Opções Gerais"
108
 
109
+ #: ../super_socializer.php:1221 ../helper.php:885
110
  msgid "Social Avatar"
111
  msgstr "Avatar Social"
112
 
113
+ #: ../super_socializer.php:1224
114
  msgid "Small Avatar Url"
115
  msgstr "Url para Avatar pequeno"
116
 
117
+ #: ../super_socializer.php:1228
118
  msgid "Large Avatar Url"
119
  msgstr "Url para Avatar Grande"
120
 
121
+ #: ../super_socializer.php:1232 ../helper.php:888
122
  msgid ""
123
  "Do not fetch and update social avatar from my profile, next time I Social "
124
  "Login"
126
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
127
  "Autenticação Social"
128
 
129
+ #: ../super_socializer.php:1236 ../helper.php:889
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
132
 
133
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1315
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1316
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr "Email fornecido já está registrado ou é inválido"
146
 
147
+ #: ../super_socializer.php:1321
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
151
  "confirmá-lo"
152
 
153
+ #: ../super_socializer.php:1540
154
  #, php-format
155
  msgid ""
156
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1556
160
  #, php-format
161
  msgid ""
162
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1580
166
  #, php-format
167
  msgid ""
168
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
170
  "target=\"_blank\">here</a>"
171
  msgstr ""
172
 
173
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
174
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
175
  msgid "Okay"
176
  msgstr ""
177
 
178
+ #: ../super_socializer.php:1605
179
  #, php-format
180
  msgid ""
181
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
183
  "target=\"_blank\">here</a>"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1630
187
  #, php-format
188
  msgid ""
189
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
191
  "target=\"_blank\">here</a>"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:1654
195
  #, php-format
196
  msgid ""
197
  "Your website visitors will see a popup notification (only once) if their "
209
  msgid "Dismiss this notice"
210
  msgstr "Dispense este aviso"
211
 
212
+ #: ../helper.php:159
213
  msgid "Click to show help"
214
  msgstr "Click para exibir ajuda"
215
 
216
+ #: ../helper.php:159
217
  msgid "Click to hide help"
218
  msgstr "Click para esconder ajuda"
219
 
220
+ #: ../helper.php:252
221
  #, fuzzy
222
  msgid "Add-Ons"
223
  msgstr "Outros Add-ons"
224
 
225
+ #: ../helper.php:253
226
  msgid "Support Documentation"
227
  msgstr ""
228
 
229
+ #: ../helper.php:254
230
  msgid "Settings"
231
  msgstr "Configurações"
232
 
233
+ #: ../helper.php:552
234
  msgid "Account linked successfully"
235
  msgstr "Conta associada com sucesso"
236
 
237
+ #: ../helper.php:556
238
  msgid "Account already exists or linked"
239
  msgstr "Conta já existente ou já está associada"
240
 
241
+ #: ../helper.php:576
242
  msgid "Link your social account to login to your account at this website"
243
  msgstr "Associe sua conta social ao login de sua conta neste website"
244
 
245
+ #: ../helper.php:614 ../helper.php:620
246
  msgid "Currently"
247
  msgstr "Atualmente"
248
 
249
+ #: ../helper.php:614 ../helper.php:620
250
  msgid "Connected with"
251
  msgstr ""
252
 
253
+ #: ../helper.php:614 ../helper.php:620
254
  msgid "Remove"
255
  msgstr "Remover"
256
 
257
+ #: ../helper.php:691
258
  #, fuzzy
259
  msgid "Social Account Linking"
260
  msgstr "Comentário Social"
261
 
262
+ #: ../helper.php:741
263
  msgid "Disable Standard Social Sharing on this "
264
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
265
 
266
+ #: ../helper.php:746
267
  msgid "Disable Floating Social Sharing on this "
268
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
269
 
270
+ #: ../helper.php:751
271
  msgid "Disable Standard like buttons on this "
272
  msgstr "Desabilitar o botão de like padrão neste(a) "
273
 
274
+ #: ../helper.php:756
275
  msgid "Disable Floating like buttons on this "
276
  msgstr "Desabilitar o botão flutuante de like neste(a) "
277
 
278
+ #: ../helper.php:761
279
  msgid "Disable Social Commenting on this "
280
  msgstr "Desabilitar o Comentário Social neste(a) "
281
 
282
+ #: ../helper.php:770
283
  msgid "Standard Sharing Interface"
284
  msgstr "Interface Padrão de Compartilhamento"
285
 
286
+ #: ../helper.php:776 ../helper.php:795
287
  msgid "Starting share count for "
288
  msgstr "Iniciando contagem compartilhada para "
289
 
290
+ #: ../helper.php:789
291
  msgid "Floating Sharing Interface"
292
  msgstr "Interface de Compartilhamento Flutuante"
293
 
294
+ #: ../helper.php:892
295
  msgid "Small Avatar"
296
  msgstr "Avatar Pequeno"
297
 
298
+ #: ../helper.php:896
299
  msgid "Large Avatar"
300
  msgstr "Avatar Grande"
301
 
302
+ #: ../helper.php:900 ../admin/general_options.php:128
303
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
304
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
305
  msgid "Save Changes"
306
  msgstr "Salvar Alterações"
307
 
371
  "style&gt; )"
372
 
373
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
374
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
375
  #: ../admin/like_buttons.php:827
376
  #, fuzzy
377
  msgid "Instagram Shoutout"
378
  msgstr "Instagram"
379
 
380
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
381
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
382
  #: ../admin/like_buttons.php:829
383
  msgid ""
384
  "If you can send (to hello@heateor.com) how our plugin is helping your "
387
  msgstr ""
388
 
389
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
390
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
391
  #: ../admin/like_buttons.php:830
392
  msgid ""
393
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
398
  msgstr ""
399
 
400
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
401
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
402
  #: ../admin/like_buttons.php:831
403
  msgid ""
404
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
540
 
541
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
542
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
543
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
544
  #: ../admin/like_buttons.php:793
545
  msgid "Shortcode & Widget"
546
  msgstr "Shortcode & Widget"
551
 
552
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
553
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
554
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
555
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
556
  msgid "FAQ"
557
  msgstr "P&R"
784
  msgid "Url to share"
785
  msgstr "Url para compartilhar"
786
 
787
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
788
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
789
  msgid "Title"
790
  msgstr "Título"
873
  msgstr "Localização"
874
 
875
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
876
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
877
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
878
  msgid "Homepage"
879
  msgstr "Homepage"
1337
  "website:"
1338
 
1339
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1340
+ #: ../admin/social_login.php:1057
1341
  msgid ""
1342
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1343
  "an online website for the plugin to function properly."
1365
  msgstr ""
1366
 
1367
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1368
+ #: ../admin/social_login.php:1063
1369
  msgid "Why is my browser blocking some features of the plugin?"
1370
  msgstr ""
1371
 
1728
  msgid "Advanced Configuration"
1729
  msgstr "Configuração Básica"
1730
 
1731
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1732
  msgid "XProfile Integration"
1733
  msgstr ""
1734
 
1797
  msgstr ""
1798
 
1799
  #: ../admin/social_login.php:134
1800
+ #, fuzzy
1801
+ msgid "Twitch"
1802
+ msgstr "Twitter"
1803
+
1804
+ #: ../admin/social_login.php:139
1805
  msgid "LiveJournal"
1806
  msgstr ""
1807
 
1808
+ #: ../admin/social_login.php:147
1809
  msgid "Select Social ID provider to enable in Social Login"
1810
  msgstr ""
1811
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1812
 
1813
+ #: ../admin/social_login.php:155
1814
  msgid "Facebook App ID"
1815
  msgstr "Facebook App ID"
1816
 
1817
+ #: ../admin/social_login.php:165
1818
  #, php-format
1819
  msgid ""
1820
  "Required for Facebook Social Login to work. Please follow the documentation "
1824
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1825
  "para obter o Facebook App ID"
1826
 
1827
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1828
  msgid ""
1829
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1830
  msgstr ""
1831
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1832
 
1833
+ #: ../admin/social_login.php:177
1834
  #, fuzzy
1835
  msgid "Facebook App Secret"
1836
  msgstr "Facebook App ID"
1837
 
1838
+ #: ../admin/social_login.php:187
1839
  #, fuzzy, php-format
1840
  msgid ""
1841
  "Required for Facebook Social Login to work. Please follow the documentation "
1845
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1846
  "para obter o Facebook App ID"
1847
 
1848
+ #: ../admin/social_login.php:199
1849
  msgid "Twitter API Key"
1850
  msgstr "Twitter API Key"
1851
 
1852
+ #: ../admin/social_login.php:209
1853
  #, php-format
1854
  msgid ""
1855
  "Required for Twitter Social Login to work. Please follow the documentation "
1859
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1860
  "para obter Twitter API Key"
1861
 
1862
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1863
  msgid ""
1864
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1865
  "strong> options at the link mentioned"
1867
  "Cole a seguinte url nas opções de <strong>Website</strong> e "
1868
  "<strong>Callback URL</strong> no link mencionado"
1869
 
1870
+ #: ../admin/social_login.php:221
1871
  msgid "Twitter API Secret"
1872
  msgstr "Segredo API Twitter"
1873
 
1874
+ #: ../admin/social_login.php:231
1875
  #, php-format
1876
  msgid ""
1877
  "Required for Twitter Social Login to work. Please follow the documentation "
1881
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1882
  "obter o segredo da API Twitter"
1883
 
1884
+ #: ../admin/social_login.php:243
1885
  #, fuzzy
1886
  msgid "LinkedIn Client ID"
1887
  msgstr "LinkedIn"
1888
 
1889
+ #: ../admin/social_login.php:253
1890
  #, fuzzy, php-format
1891
  msgid ""
1892
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1896
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1897
  "obeter API Key do LinkedIn"
1898
 
1899
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1900
+ #: ../admin/social_login.php:387
1901
  msgid ""
1902
  "Paste following url in <strong>Website URL</strong> option at the link "
1903
  "mentioned"
1904
  msgstr ""
1905
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1906
 
1907
+ #: ../admin/social_login.php:265
1908
  msgid "LinkedIn Client Secret "
1909
  msgstr ""
1910
 
1911
+ #: ../admin/social_login.php:275
1912
  #, fuzzy, php-format
1913
  msgid ""
1914
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1919
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1920
  "obeter API Key do LinkedIn"
1921
 
1922
+ #: ../admin/social_login.php:287
1923
  msgid "Google+ Client ID"
1924
  msgstr "Google+ Client ID"
1925
 
1926
+ #: ../admin/social_login.php:297
1927
  #, php-format
1928
  msgid ""
1929
  "Required for GooglePlus Social Login to work. Please follow the "
1934
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1935
  "obter o GooglePlus Client ID"
1936
 
1937
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1938
  #, fuzzy
1939
  msgid ""
1940
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1942
  msgstr ""
1943
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1944
 
1945
+ #: ../admin/social_login.php:309
1946
  #, fuzzy
1947
  msgid "Google+ Client Secret"
1948
  msgstr "Google+ Client ID"
1949
 
1950
+ #: ../admin/social_login.php:319
1951
  #, fuzzy, php-format
1952
  msgid ""
1953
  "Required for GooglePlus Social Login to work. Please follow the "
1958
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1959
  "obter o GooglePlus Client ID"
1960
 
1961
+ #: ../admin/social_login.php:331
1962
  msgid "Vkontakte Application ID"
1963
  msgstr "Vkontakte Application ID"
1964
 
1965
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1966
  #, php-format
1967
  msgid ""
1968
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1973
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1974
  "obter Vkontakte Application ID"
1975
 
1976
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1977
  msgid ""
1978
  "Paste following url in <strong>Site address</strong> option at the link "
1979
  "mentioned"
1980
  msgstr ""
1981
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
1982
 
1983
+ #: ../admin/social_login.php:353
1984
  #, fuzzy
1985
  msgid "Vkontakte Secure key"
1986
  msgstr "Vkontakte"
1987
 
1988
+ #: ../admin/social_login.php:375
1989
  msgid "Instagram Client ID"
1990
  msgstr "Instagram Client ID"
1991
 
1992
+ #: ../admin/social_login.php:385
1993
  #, php-format
1994
  msgid ""
1995
  "Required for Instagram Social Login to work. Please follow the documentation "
1999
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2000
  "obter Instagram Client ID"
2001
 
2002
+ #: ../admin/social_login.php:397
2003
  msgid "Xing Consumer Key"
2004
  msgstr "Xing Consumer Key"
2005
 
2006
+ #: ../admin/social_login.php:407
2007
  #, php-format
2008
  msgid ""
2009
  "Required for Xing Social Login to work. Please follow the documentation at "
2013
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2014
  "obter Xing Consumer Key"
2015
 
2016
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
2017
  msgid ""
2018
  "Paste following url in <strong>Callback domain</strong> option at the link "
2019
  "mentioned"
2021
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2022
  "mencionado"
2023
 
2024
+ #: ../admin/social_login.php:419
2025
  msgid "Xing Consumer Secret"
2026
  msgstr "Xing Consumer Secret"
2027
 
2028
+ #: ../admin/social_login.php:429
2029
  #, php-format
2030
  msgid ""
2031
  "Required for Xing Social Login to work. Please follow the documentation at "
2035
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2036
  "obter Xing Consumer Secret"
2037
 
2038
+ #: ../admin/social_login.php:441
2039
  #, fuzzy
2040
  msgid "Steam API Key"
2041
  msgstr "Twitter API Key"
2042
 
2043
+ #: ../admin/social_login.php:451
2044
  #, fuzzy, php-format
2045
  msgid ""
2046
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2050
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2051
  "para obter Twitter API Key"
2052
 
2053
+ #: ../admin/social_login.php:452
2054
  #, fuzzy
2055
  msgid "Save following <strong>domain</strong> to get the key"
2056
  msgstr ""
2057
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2058
  "mencionado"
2059
 
2060
+ #: ../admin/social_login.php:461
2061
+ #, fuzzy
2062
+ msgid "Twitch Client ID"
2063
+ msgstr "Instagram Client ID"
2064
+
2065
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
2066
+ #, fuzzy, php-format
2067
+ msgid ""
2068
+ "Required for Twitch Social Login to work. Please follow the documentation at "
2069
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2070
+ msgstr ""
2071
+ "Requirido para a Autenticação Social do Twitter funcionar. Por favor, siga a "
2072
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2073
+ "para obter Twitter API Key"
2074
+
2075
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
2076
+ #, fuzzy
2077
+ msgid ""
2078
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
2079
+ "mentioned"
2080
+ msgstr ""
2081
+ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2082
+
2083
+ #: ../admin/social_login.php:483
2084
+ #, fuzzy
2085
+ msgid "Twitch Client Secret"
2086
+ msgstr "Instagram Client ID"
2087
+
2088
+ #: ../admin/social_login.php:512
2089
  #, fuzzy
2090
  msgid "Social Login Options"
2091
  msgstr "Autenticação Social"
2092
 
2093
+ #: ../admin/social_login.php:528
2094
  msgid "Text to display above the Social Login interface"
2095
  msgstr "Texto exibido acima da interface de Autenticação Social"
2096
 
2097
+ #: ../admin/social_login.php:537
2098
  msgid "Enable at login page"
2099
  msgstr "Habilia a página de autenticação"
2100
 
2101
+ #: ../admin/social_login.php:547
2102
  msgid ""
2103
  "Social Login interface will get enabled at the login page of your website"
2104
  msgstr ""
2105
  "Interface de Autenticação Social será habilitada na página de autenticação "
2106
  "do seu website"
2107
 
2108
+ #: ../admin/social_login.php:555
2109
  msgid "Enable at register page"
2110
  msgstr "Habilitar página de registro"
2111
 
2112
+ #: ../admin/social_login.php:565
2113
  msgid ""
2114
  "Social Login interface will get enabled at the registration page of your "
2115
  "website"
2117
  "Interface de Autenticação Social será habilitada na página de registro de "
2118
  "seu website"
2119
 
2120
+ #: ../admin/social_login.php:573
2121
  msgid "Enable at comment form"
2122
  msgstr "Habilitar no formulário de comentário"
2123
 
2124
+ #: ../admin/social_login.php:583
2125
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2126
  msgstr ""
2127
  "Interface de Autenticação Social será habilitada em seu formulário de "
2128
  "comentários Wordpress"
2129
 
2130
+ #: ../admin/social_login.php:592
2131
  #, fuzzy
2132
  msgid ""
2133
  "Link social account to already existing account, if email address matches"
2134
  msgstr "Associe sua conta social ao login de sua conta neste website"
2135
 
2136
+ #: ../admin/social_login.php:602
2137
  msgid ""
2138
  "If email address of the user's Social Account matches with an already "
2139
  "existing account at your website, that social account will be linked to "
2141
  "Linking interface at their profile page."
2142
  msgstr ""
2143
 
2144
+ #: ../admin/social_login.php:616
2145
  msgid "Enable before WooCommerce Customer Login Form"
2146
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2147
 
2148
+ #: ../admin/social_login.php:626
2149
  msgid ""
2150
  "Social Login Interface will get enabled before the customer login form at "
2151
  "WooCommerce My Account page"
2153
  "Interface de Autenticação Social será habilitada antes do formulário de "
2154
  "autenticação de cliente na página Minha Conta do WooCommerce"
2155
 
2156
+ #: ../admin/social_login.php:634
2157
  msgid "Enable after WooCommerce Customer Login Form"
2158
  msgstr ""
2159
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2160
 
2161
+ #: ../admin/social_login.php:644
2162
  msgid ""
2163
  "Social Login Interface will get enabled after the customer login form at "
2164
  "WooCommerce My Account page"
2166
  "Interface de Autenticação Social será habilitada depois do formulário de "
2167
  "autenticação de cliente na página Minha Conta do WooCommerce"
2168
 
2169
+ #: ../admin/social_login.php:652
2170
  msgid "Enable at WooCommerce checkout page"
2171
  msgstr "Habilitado na página de checkout do WooCommerce"
2172
 
2173
+ #: ../admin/social_login.php:662
2174
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2175
  msgstr ""
2176
  "Interface de Autenticação Social será habilitada página de checkout do "
2177
  "WooCommerce"
2178
 
2179
+ #: ../admin/social_login.php:673
2180
  msgid "Auto-approve comments made by Social Login users"
2181
  msgstr ""
2182
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2183
 
2184
+ #: ../admin/social_login.php:683
2185
  msgid ""
2186
  "If this option is enabled, and WordPress comment is made by Social Login "
2187
  "user, comment will get approved immediately without keeping in moderation."
2190
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2191
  "considerações de moderação."
2192
 
2193
+ #: ../admin/social_login.php:684
2194
  msgid "Note: This is not related to Facebook comments"
2195
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2196
 
2197
+ #: ../admin/social_login.php:694
2198
  msgid "Enable social avatar"
2199
  msgstr "Habilitar o avatar social"
2200
 
2201
+ #: ../admin/social_login.php:704
2202
  msgid ""
2203
  "Social profile pictures of the logged in user will be displayed as profile "
2204
  "avatar"
2206
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2207
  "do perfil"
2208
 
2209
+ #: ../admin/social_login.php:714
2210
  msgid "Avatar quality"
2211
  msgstr "Qualidade do Avatar"
2212
 
2213
+ #: ../admin/social_login.php:717
2214
  msgid "Average"
2215
  msgstr "Média"
2216
 
2217
+ #: ../admin/social_login.php:718
2218
  msgid "Best"
2219
  msgstr "Melhor"
2220
 
2221
+ #: ../admin/social_login.php:725
2222
  msgid "Choose avatar quality"
2223
  msgstr "Escolha a qualidade do avatar"
2224
 
2225
+ #: ../admin/social_login.php:734
2226
  msgid ""
2227
  "Show option for users to update social avatar at BuddyPress profile page"
2228
  msgstr ""
2229
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2230
  "perfil do BuddyPress"
2231
 
2232
+ #: ../admin/social_login.php:744
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
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2238
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2239
 
2240
+ #: ../admin/social_login.php:765
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 "
2247
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2248
  "email. Do contrário, um email postiço será gerado"
2249
 
2250
+ #: ../admin/social_login.php:774
2251
  msgid "Send post-registration email to user to set account password"
2252
  msgstr ""
2253
 
2254
+ #: ../admin/social_login.php:784
2255
  msgid ""
2256
  "If enabled, an email will be sent to user after registration through Social "
2257
  "Login, regarding his/her login credentials (username-password to be able to "
2261
  "Social, com respeito as credecial do usuário para autenticação (username-"
2262
  "senha para possibilitar a autenticação via formulário tradicional)"
2263
 
2264
+ #: ../admin/social_login.php:792
2265
  #, fuzzy
2266
  msgid "Send new user registration notification email to admin"
2267
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2268
 
2269
+ #: ../admin/social_login.php:802
2270
  #, fuzzy
2271
  msgid ""
2272
  "If enabled, an email will be sent to admin after new user registers through "
2276
  "Social, com respeito as credecial do usuário para autenticação (username-"
2277
  "senha para possibilitar a autenticação via formulário tradicional)"
2278
 
2279
+ #: ../admin/social_login.php:811
2280
  msgid "Enable social account linking at BuddyPress profile page"
2281
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2282
 
2283
+ #: ../admin/social_login.php:821
2284
  msgid ""
2285
  "Enable this option to show social account linking interface at BuddyPress "
2286
  "profile page"
2288
  "Habilitar estar opção para exibir a conta social associada a página de "
2289
  "interface de perfil do BuddyPress"
2290
 
2291
+ #: ../admin/social_login.php:830
2292
  msgid "Login redirection"
2293
  msgstr "Redireção de autenticação"
2294
 
2295
+ #: ../admin/social_login.php:834
2296
  msgid "Same page where user logged in"
2297
  msgstr "Mesma página onde o usuário autenticou-se"
2298
 
2299
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2300
  msgid "Account dashboard"
2301
  msgstr "Painel da Conta"
2302
 
2303
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2304
  msgid "BuddyPress profile page"
2305
  msgstr "Página de perfil BuddyPress"
2306
 
2307
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2308
  msgid "Custom Url"
2309
  msgstr "Url Personalizada"
2310
 
2311
+ #: ../admin/social_login.php:852
2312
  msgid "User will be redirected to the selected page after Social Login"
2313
  msgstr ""
2314
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2315
 
2316
+ #: ../admin/social_login.php:860
2317
  msgid "Registration redirection"
2318
  msgstr "Redirecionamento de registro"
2319
 
2320
+ #: ../admin/social_login.php:864
2321
  msgid "Same page from where user registered"
2322
  msgstr "Mesma página de onde o usuário se registrou"
2323
 
2324
+ #: ../admin/social_login.php:882
2325
  msgid ""
2326
  "User will be redirected to the selected page after registration (first "
2327
  "Social Login) through Social Login"
2329
  "O usuário será redirecionado para a página selecionada após o registro "
2330
  "(primeira Autenticação Social) através da Autenticação Social"
2331
 
2332
+ #: ../admin/social_login.php:890
2333
  msgid "Email popup options"
2334
  msgstr "Opções de popup de email"
2335
 
2336
+ #: ../admin/social_login.php:896
2337
  msgid "Text on 'Email required' popup"
2338
  msgstr "Texto popup de 'Email requerido'"
2339
 
2340
+ #: ../admin/social_login.php:906
2341
  msgid ""
2342
  "This text will be displayed on email required popup. Leave empty if not "
2343
  "required."
2345
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2346
  "o email não for requerido."
2347
 
2348
+ #: ../admin/social_login.php:915
2349
  msgid "Error message for 'Email required' popup"
2350
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2351
 
2352
+ #: ../admin/social_login.php:925
2353
  msgid ""
2354
  "This message will be displayed to user if it provides invalid or already "
2355
  "registered email"
2357
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2358
  "ou já registrado"
2359
 
2360
+ #: ../admin/social_login.php:934
2361
  msgid "Email popup height"
2362
  msgstr "Altura do popup de email"
2363
 
2364
+ #: ../admin/social_login.php:944
2365
  msgid ""
2366
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2367
  "can increase the height of popup by specifying in this option. Leave empty "
2371
  "requirido\\\", você pode incrementar a altura do popup através de "
2372
  "especificação nesta opção. Deixe vazio para padrão."
2373
 
2374
+ #: ../admin/social_login.php:952
2375
  msgid "Enable email verification"
2376
  msgstr "Habilitar verificação de email"
2377
 
2378
+ #: ../admin/social_login.php:962
2379
  msgid ""
2380
  "If enabled, email provided by the user will be verified by sending a "
2381
  "confirmation link to that email. User would not be able to login without "
2385
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2386
  "antes de validar seu email"
2387
 
2388
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2389
  #: ../inc/widget.php:578 ../inc/widget.php:726
2390
  msgid "Select"
2391
  msgstr "Selecione"
2392
 
2393
+ #: ../admin/social_login.php:1043
2394
  msgid "Social Login Shortcode & Widget"
2395
  msgstr "Autenticação Social Shortcode & Widget"
2396
 
2397
+ #: ../admin/social_login.php:1044
2398
  msgid "Social Linking Shortcode"
2399
  msgstr "Shortcode de associação Social"
2400
 
2401
+ #: ../admin/social_login.php:1059
2402
  msgid "Why is social login not working?"
2403
  msgstr ""
2404
 
2405
+ #: ../admin/social_login.php:1060
2406
  msgid ""
2407
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2408
  "belong to the same app"
2409
  msgstr ""
2410
 
2411
+ #: ../admin/social_login.php:1062
2412
  msgid ""
2413
  "Why the user is not appearing logged in even after Social Login until the "
2414
  "webpage is refreshed manually?"
2647
  msgid "Providers not selected"
2648
  msgstr "Provedor não selecionado"
2649
 
2650
+ #: ../inc/social_login.php:725
2651
  msgid "Email"
2652
  msgstr ""
2653
 
2654
+ #: ../inc/social_login.php:726
2655
  msgid "Confirm email"
2656
  msgstr ""
2657
 
2658
+ #: ../inc/social_login.php:728
2659
  msgid "Save"
2660
  msgstr ""
2661
 
2662
+ #: ../inc/social_login.php:729
2663
  msgid "Cancel"
2664
  msgstr ""
2665
 
2666
+ #: ../inc/social_login.php:803
2667
  #, fuzzy
2668
  msgid "Email Verification"
2669
  msgstr "Habilitar verificação de email"
2670
 
2671
+ #: ../inc/social_login.php:805
2672
  msgid ""
2673
  "Please click on the following link or paste it in browser to verify your "
2674
  "email"
2944
  #~ "Siga os passos 11 e 12 na página de configuração do app GooglePlus que se "
2945
  #~ "abrirá"
2946
 
 
 
 
 
2947
  #~ msgid "LinkedIn API Key"
2948
  #~ msgstr "LinkedIn API Key"
2949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2950
  #~ msgid "Donate"
2951
  #~ msgstr "Doe"
2952
 
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: 2018-03-16 11:37+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:38+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -17,15 +17,15 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:356 ../super_socializer.php:370
21
  msgid "Facebook SDK returned an error: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:366
25
  msgid "Graph returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:510
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
31
  "server administrator to enable it."
@@ -33,7 +33,7 @@ msgstr ""
33
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
34
  "администратору вашего сайта, чтобы включить это."
35
 
36
- #: ../super_socializer.php:537
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -42,7 +42,7 @@ msgstr ""
42
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
43
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
44
 
45
- #: ../super_socializer.php:540
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
@@ -50,7 +50,7 @@ msgstr ""
50
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
51
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
52
 
53
- #: ../super_socializer.php:541
54
  #, php-format
55
  msgid ""
56
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
@@ -58,69 +58,69 @@ msgstr ""
58
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
59
  "Смотрите шаг 4 %s"
60
 
61
- #: ../super_socializer.php:808 ../helper.php:960
62
  msgid "Please verify your email address to login."
63
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
64
 
65
- #: ../super_socializer.php:808
66
  msgid "Your email has been verified. Now you can login to your account"
67
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
68
 
69
- #: ../super_socializer.php:812
70
  msgid "Notification"
71
  msgstr "Уведомления"
72
 
73
- #: ../super_socializer.php:830 ../admin/social_login.php:706
74
  msgid "Email required"
75
  msgstr "Email (Обязательно)"
76
 
77
- #: ../super_socializer.php:833
78
  msgid "Please check your email inbox to complete the registration."
79
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
80
 
81
- #: ../super_socializer.php:840 ../helper.php:500
82
  msgid "Enter your LiveJournal username"
83
  msgstr "Введите ваше имя пользователя LiveJournal"
84
 
85
- #: ../super_socializer.php:902
86
  msgid "Leave a reply"
87
  msgstr "Оставить ответ"
88
 
89
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
90
  msgid "Shares"
91
  msgstr "Поделились"
92
 
93
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
94
  msgid "Share"
95
  msgstr "Поделиться"
96
 
97
- #: ../super_socializer.php:914
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "LinkedIn"
101
 
102
- #: ../super_socializer.php:1101
103
  msgid "Super Socializer - General Options"
104
  msgstr "Super Socializer - Общие настройки"
105
 
106
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
107
  #: ../admin/social_commenting.php:43
108
  msgid "General Options"
109
  msgstr "Основные настройки"
110
 
111
- #: ../super_socializer.php:1169 ../helper.php:882
112
  msgid "Social Avatar"
113
  msgstr "Социальный аватар"
114
 
115
- #: ../super_socializer.php:1172
116
  msgid "Small Avatar Url"
117
  msgstr "Ссылка для маленького аватара"
118
 
119
- #: ../super_socializer.php:1176
120
  msgid "Large Avatar Url"
121
  msgstr "Ссылка для большого аватара"
122
 
123
- #: ../super_socializer.php:1180 ../helper.php:885
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
@@ -128,13 +128,13 @@ msgstr ""
128
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
129
  "я когда я использую вход через соцсети"
130
 
131
- #: ../super_socializer.php:1184 ../helper.php:886
132
  msgid "Update social avatar, next time I Social Login"
133
  msgstr ""
134
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
135
  "соцсети"
136
 
137
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
138
  msgid ""
139
  "Your browser is blocking some features of this website. Please follow the "
140
  "instructions at {support_url} to unblock these."
@@ -142,34 +142,34 @@ msgstr ""
142
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
143
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
144
 
145
- #: ../super_socializer.php:1263
146
  msgid "Login with your Social ID"
147
  msgstr "Войти, используя социальный аккаунт"
148
 
149
- #: ../super_socializer.php:1264
150
  msgid "Email you entered is already registered or invalid"
151
  msgstr ""
152
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
153
 
154
- #: ../super_socializer.php:1269
155
  msgid "Please enter a valid email address. You might be required to verify it"
156
  msgstr ""
157
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
158
  "потребуется проверить его"
159
 
160
- #: ../super_socializer.php:1488
161
  #, php-format
162
  msgid ""
163
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
164
  msgstr ""
165
 
166
- #: ../super_socializer.php:1503
167
  #, php-format
168
  msgid ""
169
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
170
  msgstr ""
171
 
172
- #: ../super_socializer.php:1527
173
  #, php-format
174
  msgid ""
175
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -177,12 +177,12 @@ msgid ""
177
  "target=\"_blank\">here</a>"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
181
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
182
  msgid "Okay"
183
  msgstr "Окей"
184
 
185
- #: ../super_socializer.php:1552
186
  #, php-format
187
  msgid ""
188
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -190,7 +190,7 @@ msgid ""
190
  "target=\"_blank\">here</a>"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1577
194
  #, php-format
195
  msgid ""
196
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -198,7 +198,7 @@ msgid ""
198
  "target=\"_blank\">here</a>"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:1601
202
  #, php-format
203
  msgid ""
204
  "Your website visitors will see a popup notification (only once) if their "
@@ -222,99 +222,99 @@ msgstr "Параметры сохранены"
222
  msgid "Dismiss this notice"
223
  msgstr "Закрыть это уведомление"
224
 
225
- #: ../helper.php:156
226
  msgid "Click to show help"
227
  msgstr "Нажмите, чтобы получить помощь"
228
 
229
- #: ../helper.php:156
230
  msgid "Click to hide help"
231
  msgstr "Нажмите, чтобы скрыть помощь"
232
 
233
- #: ../helper.php:249
234
  msgid "Add-Ons"
235
  msgstr "Дополнения"
236
 
237
- #: ../helper.php:250
238
  msgid "Support Documentation"
239
  msgstr "Техническая документация"
240
 
241
- #: ../helper.php:251
242
  msgid "Settings"
243
  msgstr "Настройки"
244
 
245
- #: ../helper.php:549
246
  msgid "Account linked successfully"
247
  msgstr "Аккаунт успешно связан"
248
 
249
- #: ../helper.php:553
250
  msgid "Account already exists or linked"
251
  msgstr "Аккаунт уже существует или связан"
252
 
253
- #: ../helper.php:573
254
  msgid "Link your social account to login to your account at this website"
255
  msgstr ""
256
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
257
  "этом сайте"
258
 
259
- #: ../helper.php:611 ../helper.php:617
260
  msgid "Currently"
261
  msgstr "На данный момент"
262
 
263
- #: ../helper.php:611 ../helper.php:617
264
  msgid "Connected with"
265
  msgstr "Авторизоваться с помощью"
266
 
267
- #: ../helper.php:611 ../helper.php:617
268
  msgid "Remove"
269
  msgstr "Удалить"
270
 
271
- #: ../helper.php:688
272
  msgid "Social Account Linking"
273
  msgstr "Ссылки на социальный аккаунт"
274
 
275
- #: ../helper.php:738
276
  msgid "Disable Standard Social Sharing on this "
277
  msgstr "Отключить стандартный блок Поделиться на этом"
278
 
279
- #: ../helper.php:743
280
  msgid "Disable Floating Social Sharing on this "
281
  msgstr "Отключить плавающий блок Поделиться на этом"
282
 
283
- #: ../helper.php:748
284
  msgid "Disable Standard like buttons on this "
285
  msgstr "Откдючить стандартные кнопки Нравится на этом"
286
 
287
- #: ../helper.php:753
288
  msgid "Disable Floating like buttons on this "
289
  msgstr "Откдючить плавающие кнопки Нравится на этом"
290
 
291
- #: ../helper.php:758
292
  msgid "Disable Social Commenting on this "
293
  msgstr "Деактивировать социальное комментироване"
294
 
295
- #: ../helper.php:767
296
  msgid "Standard Sharing Interface"
297
  msgstr "Стандартный интерфейс Поделиться"
298
 
299
- #: ../helper.php:773 ../helper.php:792
300
  msgid "Starting share count for "
301
  msgstr "Запустить счетчик поделиться для"
302
 
303
- #: ../helper.php:786
304
  msgid "Floating Sharing Interface"
305
  msgstr "Плавающий интерфейс Поделиться"
306
 
307
- #: ../helper.php:889
308
  msgid "Small Avatar"
309
  msgstr "Небольшой аватар"
310
 
311
- #: ../helper.php:893
312
  msgid "Large Avatar"
313
  msgstr "Большой аватар"
314
 
315
- #: ../helper.php:897 ../admin/general_options.php:128
316
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
317
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
318
  msgid "Save Changes"
319
  msgstr "Сохранить изменения"
320
 
@@ -391,14 +391,14 @@ msgstr ""
391
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
392
 
393
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
394
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
395
  #: ../admin/like_buttons.php:827
396
  #, fuzzy
397
  msgid "Instagram Shoutout"
398
  msgstr "Instagram"
399
 
400
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
401
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
402
  #: ../admin/like_buttons.php:829
403
  msgid ""
404
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -407,7 +407,7 @@ msgid ""
407
  msgstr ""
408
 
409
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
410
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
411
  #: ../admin/like_buttons.php:830
412
  msgid ""
413
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -418,7 +418,7 @@ msgid ""
418
  msgstr ""
419
 
420
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
421
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
422
  #: ../admin/like_buttons.php:831
423
  msgid ""
424
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -561,7 +561,7 @@ msgstr "XProfile интеграция"
561
 
562
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
563
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
564
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
565
  #: ../admin/like_buttons.php:793
566
  msgid "Shortcode & Widget"
567
  msgstr "Шорткод и виджет"
@@ -572,7 +572,7 @@ msgstr "Устранение неисправностей"
572
 
573
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
574
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
575
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
576
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
577
  msgid "FAQ"
578
  msgstr "Часто задаваемые вопросы (FAQ)"
@@ -804,7 +804,7 @@ msgstr "Пользовательская ссылка"
804
  msgid "Url to share"
805
  msgstr "Ссылка чтобы Поделиться"
806
 
807
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
808
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
809
  msgid "Title"
810
  msgstr "Заголовок"
@@ -890,7 +890,7 @@ msgid "Placement"
890
  msgstr "Размещение"
891
 
892
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
893
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
894
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
895
  msgid "Homepage"
896
  msgstr "Главная"
@@ -1340,7 +1340,7 @@ msgstr ""
1340
  "\"Получение информации о новой поломке\" ."
1341
 
1342
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1343
- #: ../admin/social_login.php:1008
1344
  msgid ""
1345
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1346
  "an online website for the plugin to function properly."
@@ -1368,7 +1368,7 @@ msgid ""
1368
  msgstr ""
1369
 
1370
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1371
- #: ../admin/social_login.php:1014
1372
  msgid "Why is my browser blocking some features of the plugin?"
1373
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1374
 
@@ -1728,7 +1728,7 @@ msgstr "Основные настройки"
1728
  msgid "Advanced Configuration"
1729
  msgstr "Расширенная конфигурация"
1730
 
1731
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1732
  msgid "XProfile Integration"
1733
  msgstr "XProfile интеграция"
1734
 
@@ -1798,18 +1798,22 @@ msgid "Steam"
1798
  msgstr "Steam"
1799
 
1800
  #: ../admin/social_login.php:134
 
 
 
 
1801
  msgid "LiveJournal"
1802
  msgstr "ЖивойЖурнал"
1803
 
1804
- #: ../admin/social_login.php:142
1805
  msgid "Select Social ID provider to enable in Social Login"
1806
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1807
 
1808
- #: ../admin/social_login.php:150
1809
  msgid "Facebook App ID"
1810
  msgstr "Facebook App ID"
1811
 
1812
- #: ../admin/social_login.php:160
1813
  #, php-format
1814
  msgid ""
1815
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1818,19 +1822,19 @@ msgstr ""
1818
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1819
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1820
 
1821
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1822
  msgid ""
1823
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1824
  msgstr ""
1825
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1826
  "упоминания ссылки."
1827
 
1828
- #: ../admin/social_login.php:172
1829
  #, fuzzy
1830
  msgid "Facebook App Secret"
1831
  msgstr "Facebook App ID"
1832
 
1833
- #: ../admin/social_login.php:182
1834
  #, fuzzy, php-format
1835
  msgid ""
1836
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1839,11 +1843,11 @@ msgstr ""
1839
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1840
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1841
 
1842
- #: ../admin/social_login.php:194
1843
  msgid "Twitter API Key"
1844
  msgstr "Twitter API ключ"
1845
 
1846
- #: ../admin/social_login.php:204
1847
  #, php-format
1848
  msgid ""
1849
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1853,7 +1857,7 @@ msgstr ""
1853
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1854
  "Twitter."
1855
 
1856
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1857
  msgid ""
1858
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1859
  "strong> options at the link mentioned"
@@ -1861,11 +1865,11 @@ msgstr ""
1861
  "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL "
1862
  "обратного вызова</strong> для упоминания ссылки."
1863
 
1864
- #: ../admin/social_login.php:216
1865
  msgid "Twitter API Secret"
1866
  msgstr "Twitter API секретный ключ"
1867
 
1868
- #: ../admin/social_login.php:226
1869
  #, php-format
1870
  msgid ""
1871
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1875,12 +1879,12 @@ msgstr ""
1875
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1876
  "приложения Facebook."
1877
 
1878
- #: ../admin/social_login.php:238
1879
  #, fuzzy
1880
  msgid "LinkedIn Client ID"
1881
  msgstr "LinkedIn"
1882
 
1883
- #: ../admin/social_login.php:248
1884
  #, fuzzy, php-format
1885
  msgid ""
1886
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1890,8 +1894,8 @@ msgstr ""
1890
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1891
  "LinkedIn."
1892
 
1893
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1894
- #: ../admin/social_login.php:382
1895
  msgid ""
1896
  "Paste following url in <strong>Website URL</strong> option at the link "
1897
  "mentioned"
@@ -1899,11 +1903,11 @@ msgstr ""
1899
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1900
  "ссылки"
1901
 
1902
- #: ../admin/social_login.php:260
1903
  msgid "LinkedIn Client Secret "
1904
  msgstr ""
1905
 
1906
- #: ../admin/social_login.php:270
1907
  #, fuzzy, php-format
1908
  msgid ""
1909
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1914,11 +1918,11 @@ msgstr ""
1914
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1915
  "LinkedIn."
1916
 
1917
- #: ../admin/social_login.php:282
1918
  msgid "Google+ Client ID"
1919
  msgstr "Google+ ID клиента"
1920
 
1921
- #: ../admin/social_login.php:292
1922
  #, php-format
1923
  msgid ""
1924
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1928,7 +1932,7 @@ msgstr ""
1928
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1929
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1930
 
1931
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1932
  #, fuzzy
1933
  msgid ""
1934
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -1937,12 +1941,12 @@ msgstr ""
1937
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1938
  "упоминания ссылки."
1939
 
1940
- #: ../admin/social_login.php:304
1941
  #, fuzzy
1942
  msgid "Google+ Client Secret"
1943
  msgstr "Google+ ID клиента"
1944
 
1945
- #: ../admin/social_login.php:314
1946
  #, fuzzy, php-format
1947
  msgid ""
1948
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1952,11 +1956,11 @@ msgstr ""
1952
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1953
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1954
 
1955
- #: ../admin/social_login.php:326
1956
  msgid "Vkontakte Application ID"
1957
  msgstr " ID приложения Vkontakte"
1958
 
1959
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1960
  #, php-format
1961
  msgid ""
1962
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1967,7 +1971,7 @@ msgstr ""
1967
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
1968
  "Vkontakte."
1969
 
1970
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1971
  msgid ""
1972
  "Paste following url in <strong>Site address</strong> option at the link "
1973
  "mentioned"
@@ -1975,16 +1979,16 @@ msgstr ""
1975
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1976
  "упоминания ссылки."
1977
 
1978
- #: ../admin/social_login.php:348
1979
  #, fuzzy
1980
  msgid "Vkontakte Secure key"
1981
  msgstr "Вконтакте"
1982
 
1983
- #: ../admin/social_login.php:370
1984
  msgid "Instagram Client ID"
1985
  msgstr "Instagram ID клиента"
1986
 
1987
- #: ../admin/social_login.php:380
1988
  #, php-format
1989
  msgid ""
1990
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1994,11 +1998,11 @@ msgstr ""
1994
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
1995
  "Instagram."
1996
 
1997
- #: ../admin/social_login.php:392
1998
  msgid "Xing Consumer Key"
1999
  msgstr "Ключ потребителя Xing"
2000
 
2001
- #: ../admin/social_login.php:402
2002
  #, php-format
2003
  msgid ""
2004
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2007,7 +2011,7 @@ msgstr ""
2007
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
2008
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2009
 
2010
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
2011
  msgid ""
2012
  "Paste following url in <strong>Callback domain</strong> option at the link "
2013
  "mentioned"
@@ -2015,11 +2019,11 @@ msgstr ""
2015
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2016
  "ссылки"
2017
 
2018
- #: ../admin/social_login.php:414
2019
  msgid "Xing Consumer Secret"
2020
  msgstr "Секретный ключ потребителя Xing"
2021
 
2022
- #: ../admin/social_login.php:424
2023
  #, php-format
2024
  msgid ""
2025
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2029,12 +2033,12 @@ msgstr ""
2029
  "\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
2030
  "потребителя Xing."
2031
 
2032
- #: ../admin/social_login.php:436
2033
  #, fuzzy
2034
  msgid "Steam API Key"
2035
  msgstr "Twitter API ключ"
2036
 
2037
- #: ../admin/social_login.php:446
2038
  #, fuzzy, php-format
2039
  msgid ""
2040
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2044,58 +2048,86 @@ msgstr ""
2044
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2045
  "Twitter."
2046
 
2047
- #: ../admin/social_login.php:447
2048
  #, fuzzy
2049
  msgid "Save following <strong>domain</strong> to get the key"
2050
  msgstr ""
2051
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2052
  "ссылки"
2053
 
2054
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2055
  msgid "Social Login Options"
2056
  msgstr "Параметры входа через соцсети"
2057
 
2058
- #: ../admin/social_login.php:479
2059
  msgid "Text to display above the Social Login interface"
2060
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2061
 
2062
- #: ../admin/social_login.php:488
2063
  msgid "Enable at login page"
2064
  msgstr "Включить страницу входа"
2065
 
2066
- #: ../admin/social_login.php:498
2067
  msgid ""
2068
  "Social Login interface will get enabled at the login page of your website"
2069
  msgstr ""
2070
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2071
 
2072
- #: ../admin/social_login.php:506
2073
  msgid "Enable at register page"
2074
  msgstr "Включить на странице регистрации"
2075
 
2076
- #: ../admin/social_login.php:516
2077
  msgid ""
2078
  "Social Login interface will get enabled at the registration page of your "
2079
  "website"
2080
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2081
 
2082
- #: ../admin/social_login.php:524
2083
  msgid "Enable at comment form"
2084
  msgstr "Включить в форму комментирования"
2085
 
2086
- #: ../admin/social_login.php:534
2087
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2088
  msgstr ""
2089
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2090
  "комментирования Wordpress"
2091
 
2092
- #: ../admin/social_login.php:543
2093
  msgid ""
2094
  "Link social account to already existing account, if email address matches"
2095
  msgstr ""
2096
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2097
 
2098
- #: ../admin/social_login.php:553
2099
  #, fuzzy
2100
  msgid ""
2101
  "If email address of the user's Social Account matches with an already "
@@ -2108,11 +2140,11 @@ msgstr ""
2108
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2109
  "странице профиля."
2110
 
2111
- #: ../admin/social_login.php:567
2112
  msgid "Enable before WooCommerce Customer Login Form"
2113
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2114
 
2115
- #: ../admin/social_login.php:577
2116
  msgid ""
2117
  "Social Login Interface will get enabled before the customer login form at "
2118
  "WooCommerce My Account page"
@@ -2120,11 +2152,11 @@ msgstr ""
2120
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2121
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2122
 
2123
- #: ../admin/social_login.php:585
2124
  msgid "Enable after WooCommerce Customer Login Form"
2125
  msgstr "Включить после формы входа клиента WooCommerce"
2126
 
2127
- #: ../admin/social_login.php:595
2128
  msgid ""
2129
  "Social Login Interface will get enabled after the customer login form at "
2130
  "WooCommerce My Account page"
@@ -2132,22 +2164,22 @@ msgstr ""
2132
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2133
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2134
 
2135
- #: ../admin/social_login.php:603
2136
  msgid "Enable at WooCommerce checkout page"
2137
  msgstr "Включить на странице оформления заказа WooCommerce"
2138
 
2139
- #: ../admin/social_login.php:613
2140
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2141
  msgstr ""
2142
  "Интерфейс входа через социальные сети будет активирован на странице "
2143
  "оформления заказа в WooCommerce"
2144
 
2145
- #: ../admin/social_login.php:624
2146
  msgid "Auto-approve comments made by Social Login users"
2147
  msgstr ""
2148
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2149
 
2150
- #: ../admin/social_login.php:634
2151
  msgid ""
2152
  "If this option is enabled, and WordPress comment is made by Social Login "
2153
  "user, comment will get approved immediately without keeping in moderation."
@@ -2156,15 +2188,15 @@ msgstr ""
2156
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2157
  "без модерации."
2158
 
2159
- #: ../admin/social_login.php:635
2160
  msgid "Note: This is not related to Facebook comments"
2161
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2162
 
2163
- #: ../admin/social_login.php:645
2164
  msgid "Enable social avatar"
2165
  msgstr "Включение социальных аватар"
2166
 
2167
- #: ../admin/social_login.php:655
2168
  msgid ""
2169
  "Social profile pictures of the logged in user will be displayed as profile "
2170
  "avatar"
@@ -2172,30 +2204,30 @@ msgstr ""
2172
  "Изображения пользователя в социальных сетях будет использоваться как "
2173
  "изображение профиля на сайте"
2174
 
2175
- #: ../admin/social_login.php:665
2176
  msgid "Avatar quality"
2177
  msgstr "Качество аватары"
2178
 
2179
- #: ../admin/social_login.php:668
2180
  msgid "Average"
2181
  msgstr "Среднее"
2182
 
2183
- #: ../admin/social_login.php:669
2184
  msgid "Best"
2185
  msgstr "лучший"
2186
 
2187
- #: ../admin/social_login.php:676
2188
  msgid "Choose avatar quality"
2189
  msgstr "Выберите качество аватара"
2190
 
2191
- #: ../admin/social_login.php:685
2192
  msgid ""
2193
  "Show option for users to update social avatar at BuddyPress profile page"
2194
  msgstr ""
2195
  "Показать вариант для пользователей для обновления социального аватара на "
2196
  "странице профиля BuddyPress"
2197
 
2198
- #: ../admin/social_login.php:695
2199
  msgid ""
2200
  "If enabled, users would be able to update their social avatar from \"Profile "
2201
  "photo\" section in BuddyPress profile at front-end"
@@ -2203,7 +2235,7 @@ msgstr ""
2203
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2204
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2205
 
2206
- #: ../admin/social_login.php:716
2207
  msgid ""
2208
  "If enabled and Social ID provider does not provide user's email address on "
2209
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2213,13 +2245,13 @@ msgstr ""
2213
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2214
  "случае, почта будет создана по образцу."
2215
 
2216
- #: ../admin/social_login.php:725
2217
  msgid "Send post-registration email to user to set account password"
2218
  msgstr ""
2219
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2220
  "установить пароль учетной записи"
2221
 
2222
- #: ../admin/social_login.php:735
2223
  msgid ""
2224
  "If enabled, an email will be sent to user after registration through Social "
2225
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2229,13 +2261,13 @@ msgstr ""
2229
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2230
  "возможность зайти черед стандартную форму авторизации"
2231
 
2232
- #: ../admin/social_login.php:743
2233
  msgid "Send new user registration notification email to admin"
2234
  msgstr ""
2235
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2236
  "администратору"
2237
 
2238
- #: ../admin/social_login.php:753
2239
  msgid ""
2240
  "If enabled, an email will be sent to admin after new user registers through "
2241
  "Social Login, notifying admin about the new user registration"
@@ -2243,11 +2275,11 @@ msgstr ""
2243
  "Если опция включена, на почту администратора прийдет уведомление о "
2244
  "регистрации нового пользователя через соцсети."
2245
 
2246
- #: ../admin/social_login.php:762
2247
  msgid "Enable social account linking at BuddyPress profile page"
2248
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2249
 
2250
- #: ../admin/social_login.php:772
2251
  msgid ""
2252
  "Enable this option to show social account linking interface at BuddyPress "
2253
  "profile page"
@@ -2255,41 +2287,41 @@ msgstr ""
2255
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2256
  "профиля BuddyPress"
2257
 
2258
- #: ../admin/social_login.php:781
2259
  msgid "Login redirection"
2260
  msgstr "Перенаправления входа"
2261
 
2262
- #: ../admin/social_login.php:785
2263
  msgid "Same page where user logged in"
2264
  msgstr "Та же страница, на которой пользователь произвел вход "
2265
 
2266
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2267
  msgid "Account dashboard"
2268
  msgstr "Страница управления моим аккаунтом"
2269
 
2270
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2271
  msgid "BuddyPress profile page"
2272
  msgstr "Страница профиля BuddyPress"
2273
 
2274
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2275
  msgid "Custom Url"
2276
  msgstr "Пользовательская ссылка"
2277
 
2278
- #: ../admin/social_login.php:803
2279
  msgid "User will be redirected to the selected page after Social Login"
2280
  msgstr ""
2281
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2282
  "социальные сети"
2283
 
2284
- #: ../admin/social_login.php:811
2285
  msgid "Registration redirection"
2286
  msgstr "Перенаправлении регистрации"
2287
 
2288
- #: ../admin/social_login.php:815
2289
  msgid "Same page from where user registered"
2290
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2291
 
2292
- #: ../admin/social_login.php:833
2293
  msgid ""
2294
  "User will be redirected to the selected page after registration (first "
2295
  "Social Login) through Social Login"
@@ -2297,15 +2329,15 @@ msgstr ""
2297
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2298
  "(первый вход чере социальные сети) через социальные логин"
2299
 
2300
- #: ../admin/social_login.php:841
2301
  msgid "Email popup options"
2302
  msgstr "Параметры всплывающей электронной Почты"
2303
 
2304
- #: ../admin/social_login.php:847
2305
  msgid "Text on 'Email required' popup"
2306
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2307
 
2308
- #: ../admin/social_login.php:857
2309
  msgid ""
2310
  "This text will be displayed on email required popup. Leave empty if not "
2311
  "required."
@@ -2313,11 +2345,11 @@ msgstr ""
2313
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2314
  "поле пустым если не требуется."
2315
 
2316
- #: ../admin/social_login.php:866
2317
  msgid "Error message for 'Email required' popup"
2318
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2319
 
2320
- #: ../admin/social_login.php:876
2321
  msgid ""
2322
  "This message will be displayed to user if it provides invalid or already "
2323
  "registered email"
@@ -2325,11 +2357,11 @@ msgstr ""
2325
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2326
  "уже используемую почту"
2327
 
2328
- #: ../admin/social_login.php:885
2329
  msgid "Email popup height"
2330
  msgstr "Высота высплывающего окна"
2331
 
2332
- #: ../admin/social_login.php:895
2333
  msgid ""
2334
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2335
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2339,11 +2371,11 @@ msgstr ""
2339
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2340
  "базового значения."
2341
 
2342
- #: ../admin/social_login.php:903
2343
  msgid "Enable email verification"
2344
  msgstr "Включить проверку электронной почты"
2345
 
2346
- #: ../admin/social_login.php:913
2347
  msgid ""
2348
  "If enabled, email provided by the user will be verified by sending a "
2349
  "confirmation link to that email. User would not be able to login without "
@@ -2352,31 +2384,31 @@ msgstr ""
2352
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2353
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2354
 
2355
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2356
  #: ../inc/widget.php:578 ../inc/widget.php:726
2357
  msgid "Select"
2358
  msgstr "Выбор"
2359
 
2360
- #: ../admin/social_login.php:994
2361
  msgid "Social Login Shortcode & Widget"
2362
  msgstr "Шорткод и виджет для входа через социальные сети "
2363
 
2364
- #: ../admin/social_login.php:995
2365
  msgid "Social Linking Shortcode"
2366
  msgstr "Шорткод социальных ссылок"
2367
 
2368
- #: ../admin/social_login.php:1010
2369
  #, fuzzy
2370
  msgid "Why is social login not working?"
2371
  msgstr "Почему Facebook логин не работает?"
2372
 
2373
- #: ../admin/social_login.php:1011
2374
  msgid ""
2375
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2376
  "belong to the same app"
2377
  msgstr ""
2378
 
2379
- #: ../admin/social_login.php:1013
2380
  msgid ""
2381
  "Why the user is not appearing logged in even after Social Login until the "
2382
  "webpage is refreshed manually?"
@@ -2617,27 +2649,27 @@ msgstr "Неверный Запрос!"
2617
  msgid "Providers not selected"
2618
  msgstr "Сервисы не выбраны"
2619
 
2620
- #: ../inc/social_login.php:714
2621
  msgid "Email"
2622
  msgstr "Email"
2623
 
2624
- #: ../inc/social_login.php:715
2625
  msgid "Confirm email"
2626
  msgstr "Подтвердить e-mail"
2627
 
2628
- #: ../inc/social_login.php:717
2629
  msgid "Save"
2630
  msgstr "Сохранить"
2631
 
2632
- #: ../inc/social_login.php:718
2633
  msgid "Cancel"
2634
  msgstr "Отменить"
2635
 
2636
- #: ../inc/social_login.php:792
2637
  msgid "Email Verification"
2638
  msgstr "Подтверждение адреса электронной почты"
2639
 
2640
- #: ../inc/social_login.php:794
2641
  msgid ""
2642
  "Please click on the following link or paste it in browser to verify your "
2643
  "email"
@@ -2906,23 +2938,9 @@ msgstr ""
2906
  #~ "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, "
2907
  #~ "чтобы открыть"
2908
 
2909
- #~ msgid "Twitch"
2910
- #~ msgstr "Twitch"
2911
-
2912
  #~ msgid "LinkedIn API Key"
2913
  #~ msgstr "Секретный ключ приложения LinkedIn"
2914
 
2915
- #~ msgid "Twitch Client ID"
2916
- #~ msgstr "Добавьте ваш Twitch Client ID здесь"
2917
-
2918
- #~ msgid ""
2919
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
2920
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2921
- #~ msgstr ""
2922
- #~ "Необходимо для входа через Twitch. Пожалуйста, посмотрите документацию <a "
2923
- #~ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2924
- #~ "Twitch."
2925
-
2926
  #~ msgid "Donate"
2927
  #~ msgstr "Поддержать разработку"
2928
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:06+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:06+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
21
  msgid "Facebook SDK returned an error: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:400
25
  msgid "Graph returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:563
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
31
  "server administrator to enable it."
33
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
34
  "администратору вашего сайта, чтобы включить это."
35
 
36
+ #: ../super_socializer.php:590
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
42
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
43
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
44
 
45
+ #: ../super_socializer.php:593
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
50
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
51
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
52
 
53
+ #: ../super_socializer.php:594
54
  #, php-format
55
  msgid ""
56
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
58
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
59
  "Смотрите шаг 4 %s"
60
 
61
+ #: ../super_socializer.php:860 ../helper.php:963
62
  msgid "Please verify your email address to login."
63
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
64
 
65
+ #: ../super_socializer.php:860
66
  msgid "Your email has been verified. Now you can login to your account"
67
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
68
 
69
+ #: ../super_socializer.php:864
70
  msgid "Notification"
71
  msgstr "Уведомления"
72
 
73
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
74
  msgid "Email required"
75
  msgstr "Email (Обязательно)"
76
 
77
+ #: ../super_socializer.php:885
78
  msgid "Please check your email inbox to complete the registration."
79
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
80
 
81
+ #: ../super_socializer.php:892 ../helper.php:503
82
  msgid "Enter your LiveJournal username"
83
  msgstr "Введите ваше имя пользователя LiveJournal"
84
 
85
+ #: ../super_socializer.php:954
86
  msgid "Leave a reply"
87
  msgstr "Оставить ответ"
88
 
89
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
90
  msgid "Shares"
91
  msgstr "Поделились"
92
 
93
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
94
  msgid "Share"
95
  msgstr "Поделиться"
96
 
97
+ #: ../super_socializer.php:966
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "LinkedIn"
101
 
102
+ #: ../super_socializer.php:1153
103
  msgid "Super Socializer - General Options"
104
  msgstr "Super Socializer - Общие настройки"
105
 
106
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
107
  #: ../admin/social_commenting.php:43
108
  msgid "General Options"
109
  msgstr "Основные настройки"
110
 
111
+ #: ../super_socializer.php:1221 ../helper.php:885
112
  msgid "Social Avatar"
113
  msgstr "Социальный аватар"
114
 
115
+ #: ../super_socializer.php:1224
116
  msgid "Small Avatar Url"
117
  msgstr "Ссылка для маленького аватара"
118
 
119
+ #: ../super_socializer.php:1228
120
  msgid "Large Avatar Url"
121
  msgstr "Ссылка для большого аватара"
122
 
123
+ #: ../super_socializer.php:1232 ../helper.php:888
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
128
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
129
  "я когда я использую вход через соцсети"
130
 
131
+ #: ../super_socializer.php:1236 ../helper.php:889
132
  msgid "Update social avatar, next time I Social Login"
133
  msgstr ""
134
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
135
  "соцсети"
136
 
137
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
138
  msgid ""
139
  "Your browser is blocking some features of this website. Please follow the "
140
  "instructions at {support_url} to unblock these."
142
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
143
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
144
 
145
+ #: ../super_socializer.php:1315
146
  msgid "Login with your Social ID"
147
  msgstr "Войти, используя социальный аккаунт"
148
 
149
+ #: ../super_socializer.php:1316
150
  msgid "Email you entered is already registered or invalid"
151
  msgstr ""
152
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
153
 
154
+ #: ../super_socializer.php:1321
155
  msgid "Please enter a valid email address. You might be required to verify it"
156
  msgstr ""
157
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
158
  "потребуется проверить его"
159
 
160
+ #: ../super_socializer.php:1540
161
  #, php-format
162
  msgid ""
163
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
164
  msgstr ""
165
 
166
+ #: ../super_socializer.php:1556
167
  #, php-format
168
  msgid ""
169
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
170
  msgstr ""
171
 
172
+ #: ../super_socializer.php:1580
173
  #, php-format
174
  msgid ""
175
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
177
  "target=\"_blank\">here</a>"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
181
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
182
  msgid "Okay"
183
  msgstr "Окей"
184
 
185
+ #: ../super_socializer.php:1605
186
  #, php-format
187
  msgid ""
188
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
190
  "target=\"_blank\">here</a>"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1630
194
  #, php-format
195
  msgid ""
196
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
198
  "target=\"_blank\">here</a>"
199
  msgstr ""
200
 
201
+ #: ../super_socializer.php:1654
202
  #, php-format
203
  msgid ""
204
  "Your website visitors will see a popup notification (only once) if their "
222
  msgid "Dismiss this notice"
223
  msgstr "Закрыть это уведомление"
224
 
225
+ #: ../helper.php:159
226
  msgid "Click to show help"
227
  msgstr "Нажмите, чтобы получить помощь"
228
 
229
+ #: ../helper.php:159
230
  msgid "Click to hide help"
231
  msgstr "Нажмите, чтобы скрыть помощь"
232
 
233
+ #: ../helper.php:252
234
  msgid "Add-Ons"
235
  msgstr "Дополнения"
236
 
237
+ #: ../helper.php:253
238
  msgid "Support Documentation"
239
  msgstr "Техническая документация"
240
 
241
+ #: ../helper.php:254
242
  msgid "Settings"
243
  msgstr "Настройки"
244
 
245
+ #: ../helper.php:552
246
  msgid "Account linked successfully"
247
  msgstr "Аккаунт успешно связан"
248
 
249
+ #: ../helper.php:556
250
  msgid "Account already exists or linked"
251
  msgstr "Аккаунт уже существует или связан"
252
 
253
+ #: ../helper.php:576
254
  msgid "Link your social account to login to your account at this website"
255
  msgstr ""
256
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
257
  "этом сайте"
258
 
259
+ #: ../helper.php:614 ../helper.php:620
260
  msgid "Currently"
261
  msgstr "На данный момент"
262
 
263
+ #: ../helper.php:614 ../helper.php:620
264
  msgid "Connected with"
265
  msgstr "Авторизоваться с помощью"
266
 
267
+ #: ../helper.php:614 ../helper.php:620
268
  msgid "Remove"
269
  msgstr "Удалить"
270
 
271
+ #: ../helper.php:691
272
  msgid "Social Account Linking"
273
  msgstr "Ссылки на социальный аккаунт"
274
 
275
+ #: ../helper.php:741
276
  msgid "Disable Standard Social Sharing on this "
277
  msgstr "Отключить стандартный блок Поделиться на этом"
278
 
279
+ #: ../helper.php:746
280
  msgid "Disable Floating Social Sharing on this "
281
  msgstr "Отключить плавающий блок Поделиться на этом"
282
 
283
+ #: ../helper.php:751
284
  msgid "Disable Standard like buttons on this "
285
  msgstr "Откдючить стандартные кнопки Нравится на этом"
286
 
287
+ #: ../helper.php:756
288
  msgid "Disable Floating like buttons on this "
289
  msgstr "Откдючить плавающие кнопки Нравится на этом"
290
 
291
+ #: ../helper.php:761
292
  msgid "Disable Social Commenting on this "
293
  msgstr "Деактивировать социальное комментироване"
294
 
295
+ #: ../helper.php:770
296
  msgid "Standard Sharing Interface"
297
  msgstr "Стандартный интерфейс Поделиться"
298
 
299
+ #: ../helper.php:776 ../helper.php:795
300
  msgid "Starting share count for "
301
  msgstr "Запустить счетчик поделиться для"
302
 
303
+ #: ../helper.php:789
304
  msgid "Floating Sharing Interface"
305
  msgstr "Плавающий интерфейс Поделиться"
306
 
307
+ #: ../helper.php:892
308
  msgid "Small Avatar"
309
  msgstr "Небольшой аватар"
310
 
311
+ #: ../helper.php:896
312
  msgid "Large Avatar"
313
  msgstr "Большой аватар"
314
 
315
+ #: ../helper.php:900 ../admin/general_options.php:128
316
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
317
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
318
  msgid "Save Changes"
319
  msgstr "Сохранить изменения"
320
 
391
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
392
 
393
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
394
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
395
  #: ../admin/like_buttons.php:827
396
  #, fuzzy
397
  msgid "Instagram Shoutout"
398
  msgstr "Instagram"
399
 
400
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
401
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
402
  #: ../admin/like_buttons.php:829
403
  msgid ""
404
  "If you can send (to hello@heateor.com) how our plugin is helping your "
407
  msgstr ""
408
 
409
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
410
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
411
  #: ../admin/like_buttons.php:830
412
  msgid ""
413
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
418
  msgstr ""
419
 
420
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
421
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
422
  #: ../admin/like_buttons.php:831
423
  msgid ""
424
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
561
 
562
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
563
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
564
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
565
  #: ../admin/like_buttons.php:793
566
  msgid "Shortcode & Widget"
567
  msgstr "Шорткод и виджет"
572
 
573
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
574
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
575
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
576
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
577
  msgid "FAQ"
578
  msgstr "Часто задаваемые вопросы (FAQ)"
804
  msgid "Url to share"
805
  msgstr "Ссылка чтобы Поделиться"
806
 
807
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
808
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
809
  msgid "Title"
810
  msgstr "Заголовок"
890
  msgstr "Размещение"
891
 
892
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
893
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
894
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
895
  msgid "Homepage"
896
  msgstr "Главная"
1340
  "\"Получение информации о новой поломке\" ."
1341
 
1342
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1343
+ #: ../admin/social_login.php:1057
1344
  msgid ""
1345
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1346
  "an online website for the plugin to function properly."
1368
  msgstr ""
1369
 
1370
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1371
+ #: ../admin/social_login.php:1063
1372
  msgid "Why is my browser blocking some features of the plugin?"
1373
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1374
 
1728
  msgid "Advanced Configuration"
1729
  msgstr "Расширенная конфигурация"
1730
 
1731
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1732
  msgid "XProfile Integration"
1733
  msgstr "XProfile интеграция"
1734
 
1798
  msgstr "Steam"
1799
 
1800
  #: ../admin/social_login.php:134
1801
+ msgid "Twitch"
1802
+ msgstr "Twitch"
1803
+
1804
+ #: ../admin/social_login.php:139
1805
  msgid "LiveJournal"
1806
  msgstr "ЖивойЖурнал"
1807
 
1808
+ #: ../admin/social_login.php:147
1809
  msgid "Select Social ID provider to enable in Social Login"
1810
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1811
 
1812
+ #: ../admin/social_login.php:155
1813
  msgid "Facebook App ID"
1814
  msgstr "Facebook App ID"
1815
 
1816
+ #: ../admin/social_login.php:165
1817
  #, php-format
1818
  msgid ""
1819
  "Required for Facebook Social Login to work. Please follow the documentation "
1822
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1823
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1824
 
1825
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1826
  msgid ""
1827
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1828
  msgstr ""
1829
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1830
  "упоминания ссылки."
1831
 
1832
+ #: ../admin/social_login.php:177
1833
  #, fuzzy
1834
  msgid "Facebook App Secret"
1835
  msgstr "Facebook App ID"
1836
 
1837
+ #: ../admin/social_login.php:187
1838
  #, fuzzy, php-format
1839
  msgid ""
1840
  "Required for Facebook Social Login to work. Please follow the documentation "
1843
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1844
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1845
 
1846
+ #: ../admin/social_login.php:199
1847
  msgid "Twitter API Key"
1848
  msgstr "Twitter API ключ"
1849
 
1850
+ #: ../admin/social_login.php:209
1851
  #, php-format
1852
  msgid ""
1853
  "Required for Twitter Social Login to work. Please follow the documentation "
1857
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1858
  "Twitter."
1859
 
1860
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1861
  msgid ""
1862
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1863
  "strong> options at the link mentioned"
1865
  "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL "
1866
  "обратного вызова</strong> для упоминания ссылки."
1867
 
1868
+ #: ../admin/social_login.php:221
1869
  msgid "Twitter API Secret"
1870
  msgstr "Twitter API секретный ключ"
1871
 
1872
+ #: ../admin/social_login.php:231
1873
  #, php-format
1874
  msgid ""
1875
  "Required for Twitter Social Login to work. Please follow the documentation "
1879
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1880
  "приложения Facebook."
1881
 
1882
+ #: ../admin/social_login.php:243
1883
  #, fuzzy
1884
  msgid "LinkedIn Client ID"
1885
  msgstr "LinkedIn"
1886
 
1887
+ #: ../admin/social_login.php:253
1888
  #, fuzzy, php-format
1889
  msgid ""
1890
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1894
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1895
  "LinkedIn."
1896
 
1897
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1898
+ #: ../admin/social_login.php:387
1899
  msgid ""
1900
  "Paste following url in <strong>Website URL</strong> option at the link "
1901
  "mentioned"
1903
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1904
  "ссылки"
1905
 
1906
+ #: ../admin/social_login.php:265
1907
  msgid "LinkedIn Client Secret "
1908
  msgstr ""
1909
 
1910
+ #: ../admin/social_login.php:275
1911
  #, fuzzy, php-format
1912
  msgid ""
1913
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1918
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1919
  "LinkedIn."
1920
 
1921
+ #: ../admin/social_login.php:287
1922
  msgid "Google+ Client ID"
1923
  msgstr "Google+ ID клиента"
1924
 
1925
+ #: ../admin/social_login.php:297
1926
  #, php-format
1927
  msgid ""
1928
  "Required for GooglePlus Social Login to work. Please follow the "
1932
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1933
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1934
 
1935
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1936
  #, fuzzy
1937
  msgid ""
1938
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1941
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1942
  "упоминания ссылки."
1943
 
1944
+ #: ../admin/social_login.php:309
1945
  #, fuzzy
1946
  msgid "Google+ Client Secret"
1947
  msgstr "Google+ ID клиента"
1948
 
1949
+ #: ../admin/social_login.php:319
1950
  #, fuzzy, php-format
1951
  msgid ""
1952
  "Required for GooglePlus Social Login to work. Please follow the "
1956
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
1957
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1958
 
1959
+ #: ../admin/social_login.php:331
1960
  msgid "Vkontakte Application ID"
1961
  msgstr " ID приложения Vkontakte"
1962
 
1963
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1964
  #, php-format
1965
  msgid ""
1966
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1971
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
1972
  "Vkontakte."
1973
 
1974
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1975
  msgid ""
1976
  "Paste following url in <strong>Site address</strong> option at the link "
1977
  "mentioned"
1979
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1980
  "упоминания ссылки."
1981
 
1982
+ #: ../admin/social_login.php:353
1983
  #, fuzzy
1984
  msgid "Vkontakte Secure key"
1985
  msgstr "Вконтакте"
1986
 
1987
+ #: ../admin/social_login.php:375
1988
  msgid "Instagram Client ID"
1989
  msgstr "Instagram ID клиента"
1990
 
1991
+ #: ../admin/social_login.php:385
1992
  #, php-format
1993
  msgid ""
1994
  "Required for Instagram Social Login to work. Please follow the documentation "
1998
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
1999
  "Instagram."
2000
 
2001
+ #: ../admin/social_login.php:397
2002
  msgid "Xing Consumer Key"
2003
  msgstr "Ключ потребителя Xing"
2004
 
2005
+ #: ../admin/social_login.php:407
2006
  #, php-format
2007
  msgid ""
2008
  "Required for Xing Social Login to work. Please follow the documentation at "
2011
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
2012
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2013
 
2014
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
2015
  msgid ""
2016
  "Paste following url in <strong>Callback domain</strong> option at the link "
2017
  "mentioned"
2019
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2020
  "ссылки"
2021
 
2022
+ #: ../admin/social_login.php:419
2023
  msgid "Xing Consumer Secret"
2024
  msgstr "Секретный ключ потребителя Xing"
2025
 
2026
+ #: ../admin/social_login.php:429
2027
  #, php-format
2028
  msgid ""
2029
  "Required for Xing Social Login to work. Please follow the documentation at "
2033
  "\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
2034
  "потребителя Xing."
2035
 
2036
+ #: ../admin/social_login.php:441
2037
  #, fuzzy
2038
  msgid "Steam API Key"
2039
  msgstr "Twitter API ключ"
2040
 
2041
+ #: ../admin/social_login.php:451
2042
  #, fuzzy, php-format
2043
  msgid ""
2044
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2048
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2049
  "Twitter."
2050
 
2051
+ #: ../admin/social_login.php:452
2052
  #, fuzzy
2053
  msgid "Save following <strong>domain</strong> to get the key"
2054
  msgstr ""
2055
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2056
  "ссылки"
2057
 
2058
+ #: ../admin/social_login.php:461
2059
+ msgid "Twitch Client ID"
2060
+ msgstr "Добавьте ваш Twitch Client ID здесь"
2061
+
2062
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
2063
+ #, fuzzy, php-format
2064
+ msgid ""
2065
+ "Required for Twitch Social Login to work. Please follow the documentation at "
2066
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2067
+ msgstr ""
2068
+ "Необходимо для входа через Twitch. Пожалуйста, посмотрите документацию <a "
2069
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2070
+ "Twitch."
2071
+
2072
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
2073
+ #, fuzzy
2074
+ msgid ""
2075
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
2076
+ "mentioned"
2077
+ msgstr ""
2078
+ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2079
+ "упоминания ссылки."
2080
+
2081
+ #: ../admin/social_login.php:483
2082
+ #, fuzzy
2083
+ msgid "Twitch Client Secret"
2084
+ msgstr "Добавьте ваш Twitch Client ID здесь"
2085
+
2086
+ #: ../admin/social_login.php:512
2087
  msgid "Social Login Options"
2088
  msgstr "Параметры входа через соцсети"
2089
 
2090
+ #: ../admin/social_login.php:528
2091
  msgid "Text to display above the Social Login interface"
2092
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2093
 
2094
+ #: ../admin/social_login.php:537
2095
  msgid "Enable at login page"
2096
  msgstr "Включить страницу входа"
2097
 
2098
+ #: ../admin/social_login.php:547
2099
  msgid ""
2100
  "Social Login interface will get enabled at the login page of your website"
2101
  msgstr ""
2102
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2103
 
2104
+ #: ../admin/social_login.php:555
2105
  msgid "Enable at register page"
2106
  msgstr "Включить на странице регистрации"
2107
 
2108
+ #: ../admin/social_login.php:565
2109
  msgid ""
2110
  "Social Login interface will get enabled at the registration page of your "
2111
  "website"
2112
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2113
 
2114
+ #: ../admin/social_login.php:573
2115
  msgid "Enable at comment form"
2116
  msgstr "Включить в форму комментирования"
2117
 
2118
+ #: ../admin/social_login.php:583
2119
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2120
  msgstr ""
2121
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2122
  "комментирования Wordpress"
2123
 
2124
+ #: ../admin/social_login.php:592
2125
  msgid ""
2126
  "Link social account to already existing account, if email address matches"
2127
  msgstr ""
2128
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2129
 
2130
+ #: ../admin/social_login.php:602
2131
  #, fuzzy
2132
  msgid ""
2133
  "If email address of the user's Social Account matches with an already "
2140
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2141
  "странице профиля."
2142
 
2143
+ #: ../admin/social_login.php:616
2144
  msgid "Enable before WooCommerce Customer Login Form"
2145
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2146
 
2147
+ #: ../admin/social_login.php:626
2148
  msgid ""
2149
  "Social Login Interface will get enabled before the customer login form at "
2150
  "WooCommerce My Account page"
2152
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2153
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2154
 
2155
+ #: ../admin/social_login.php:634
2156
  msgid "Enable after WooCommerce Customer Login Form"
2157
  msgstr "Включить после формы входа клиента WooCommerce"
2158
 
2159
+ #: ../admin/social_login.php:644
2160
  msgid ""
2161
  "Social Login Interface will get enabled after the customer login form at "
2162
  "WooCommerce My Account page"
2164
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2165
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2166
 
2167
+ #: ../admin/social_login.php:652
2168
  msgid "Enable at WooCommerce checkout page"
2169
  msgstr "Включить на странице оформления заказа WooCommerce"
2170
 
2171
+ #: ../admin/social_login.php:662
2172
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2173
  msgstr ""
2174
  "Интерфейс входа через социальные сети будет активирован на странице "
2175
  "оформления заказа в WooCommerce"
2176
 
2177
+ #: ../admin/social_login.php:673
2178
  msgid "Auto-approve comments made by Social Login users"
2179
  msgstr ""
2180
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2181
 
2182
+ #: ../admin/social_login.php:683
2183
  msgid ""
2184
  "If this option is enabled, and WordPress comment is made by Social Login "
2185
  "user, comment will get approved immediately without keeping in moderation."
2188
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2189
  "без модерации."
2190
 
2191
+ #: ../admin/social_login.php:684
2192
  msgid "Note: This is not related to Facebook comments"
2193
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2194
 
2195
+ #: ../admin/social_login.php:694
2196
  msgid "Enable social avatar"
2197
  msgstr "Включение социальных аватар"
2198
 
2199
+ #: ../admin/social_login.php:704
2200
  msgid ""
2201
  "Social profile pictures of the logged in user will be displayed as profile "
2202
  "avatar"
2204
  "Изображения пользователя в социальных сетях будет использоваться как "
2205
  "изображение профиля на сайте"
2206
 
2207
+ #: ../admin/social_login.php:714
2208
  msgid "Avatar quality"
2209
  msgstr "Качество аватары"
2210
 
2211
+ #: ../admin/social_login.php:717
2212
  msgid "Average"
2213
  msgstr "Среднее"
2214
 
2215
+ #: ../admin/social_login.php:718
2216
  msgid "Best"
2217
  msgstr "лучший"
2218
 
2219
+ #: ../admin/social_login.php:725
2220
  msgid "Choose avatar quality"
2221
  msgstr "Выберите качество аватара"
2222
 
2223
+ #: ../admin/social_login.php:734
2224
  msgid ""
2225
  "Show option for users to update social avatar at BuddyPress profile page"
2226
  msgstr ""
2227
  "Показать вариант для пользователей для обновления социального аватара на "
2228
  "странице профиля BuddyPress"
2229
 
2230
+ #: ../admin/social_login.php:744
2231
  msgid ""
2232
  "If enabled, users would be able to update their social avatar from \"Profile "
2233
  "photo\" section in BuddyPress profile at front-end"
2235
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2236
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2237
 
2238
+ #: ../admin/social_login.php:765
2239
  msgid ""
2240
  "If enabled and Social ID provider does not provide user's email address on "
2241
  "login, user will be asked to provide his/her email address. Otherwise, a "
2245
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2246
  "случае, почта будет создана по образцу."
2247
 
2248
+ #: ../admin/social_login.php:774
2249
  msgid "Send post-registration email to user to set account password"
2250
  msgstr ""
2251
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2252
  "установить пароль учетной записи"
2253
 
2254
+ #: ../admin/social_login.php:784
2255
  msgid ""
2256
  "If enabled, an email will be sent to user after registration through Social "
2257
  "Login, regarding his/her login credentials (username-password to be able to "
2261
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2262
  "возможность зайти черед стандартную форму авторизации"
2263
 
2264
+ #: ../admin/social_login.php:792
2265
  msgid "Send new user registration notification email to admin"
2266
  msgstr ""
2267
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2268
  "администратору"
2269
 
2270
+ #: ../admin/social_login.php:802
2271
  msgid ""
2272
  "If enabled, an email will be sent to admin after new user registers through "
2273
  "Social Login, notifying admin about the new user registration"
2275
  "Если опция включена, на почту администратора прийдет уведомление о "
2276
  "регистрации нового пользователя через соцсети."
2277
 
2278
+ #: ../admin/social_login.php:811
2279
  msgid "Enable social account linking at BuddyPress profile page"
2280
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2281
 
2282
+ #: ../admin/social_login.php:821
2283
  msgid ""
2284
  "Enable this option to show social account linking interface at BuddyPress "
2285
  "profile page"
2287
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2288
  "профиля BuddyPress"
2289
 
2290
+ #: ../admin/social_login.php:830
2291
  msgid "Login redirection"
2292
  msgstr "Перенаправления входа"
2293
 
2294
+ #: ../admin/social_login.php:834
2295
  msgid "Same page where user logged in"
2296
  msgstr "Та же страница, на которой пользователь произвел вход "
2297
 
2298
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2299
  msgid "Account dashboard"
2300
  msgstr "Страница управления моим аккаунтом"
2301
 
2302
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2303
  msgid "BuddyPress profile page"
2304
  msgstr "Страница профиля BuddyPress"
2305
 
2306
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2307
  msgid "Custom Url"
2308
  msgstr "Пользовательская ссылка"
2309
 
2310
+ #: ../admin/social_login.php:852
2311
  msgid "User will be redirected to the selected page after Social Login"
2312
  msgstr ""
2313
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2314
  "социальные сети"
2315
 
2316
+ #: ../admin/social_login.php:860
2317
  msgid "Registration redirection"
2318
  msgstr "Перенаправлении регистрации"
2319
 
2320
+ #: ../admin/social_login.php:864
2321
  msgid "Same page from where user registered"
2322
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2323
 
2324
+ #: ../admin/social_login.php:882
2325
  msgid ""
2326
  "User will be redirected to the selected page after registration (first "
2327
  "Social Login) through Social Login"
2329
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2330
  "(первый вход чере социальные сети) через социальные логин"
2331
 
2332
+ #: ../admin/social_login.php:890
2333
  msgid "Email popup options"
2334
  msgstr "Параметры всплывающей электронной Почты"
2335
 
2336
+ #: ../admin/social_login.php:896
2337
  msgid "Text on 'Email required' popup"
2338
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2339
 
2340
+ #: ../admin/social_login.php:906
2341
  msgid ""
2342
  "This text will be displayed on email required popup. Leave empty if not "
2343
  "required."
2345
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2346
  "поле пустым если не требуется."
2347
 
2348
+ #: ../admin/social_login.php:915
2349
  msgid "Error message for 'Email required' popup"
2350
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2351
 
2352
+ #: ../admin/social_login.php:925
2353
  msgid ""
2354
  "This message will be displayed to user if it provides invalid or already "
2355
  "registered email"
2357
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2358
  "уже используемую почту"
2359
 
2360
+ #: ../admin/social_login.php:934
2361
  msgid "Email popup height"
2362
  msgstr "Высота высплывающего окна"
2363
 
2364
+ #: ../admin/social_login.php:944
2365
  msgid ""
2366
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2367
  "can increase the height of popup by specifying in this option. Leave empty "
2371
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2372
  "базового значения."
2373
 
2374
+ #: ../admin/social_login.php:952
2375
  msgid "Enable email verification"
2376
  msgstr "Включить проверку электронной почты"
2377
 
2378
+ #: ../admin/social_login.php:962
2379
  msgid ""
2380
  "If enabled, email provided by the user will be verified by sending a "
2381
  "confirmation link to that email. User would not be able to login without "
2384
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2385
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2386
 
2387
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2388
  #: ../inc/widget.php:578 ../inc/widget.php:726
2389
  msgid "Select"
2390
  msgstr "Выбор"
2391
 
2392
+ #: ../admin/social_login.php:1043
2393
  msgid "Social Login Shortcode & Widget"
2394
  msgstr "Шорткод и виджет для входа через социальные сети "
2395
 
2396
+ #: ../admin/social_login.php:1044
2397
  msgid "Social Linking Shortcode"
2398
  msgstr "Шорткод социальных ссылок"
2399
 
2400
+ #: ../admin/social_login.php:1059
2401
  #, fuzzy
2402
  msgid "Why is social login not working?"
2403
  msgstr "Почему Facebook логин не работает?"
2404
 
2405
+ #: ../admin/social_login.php:1060
2406
  msgid ""
2407
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2408
  "belong to the same app"
2409
  msgstr ""
2410
 
2411
+ #: ../admin/social_login.php:1062
2412
  msgid ""
2413
  "Why the user is not appearing logged in even after Social Login until the "
2414
  "webpage is refreshed manually?"
2649
  msgid "Providers not selected"
2650
  msgstr "Сервисы не выбраны"
2651
 
2652
+ #: ../inc/social_login.php:725
2653
  msgid "Email"
2654
  msgstr "Email"
2655
 
2656
+ #: ../inc/social_login.php:726
2657
  msgid "Confirm email"
2658
  msgstr "Подтвердить e-mail"
2659
 
2660
+ #: ../inc/social_login.php:728
2661
  msgid "Save"
2662
  msgstr "Сохранить"
2663
 
2664
+ #: ../inc/social_login.php:729
2665
  msgid "Cancel"
2666
  msgstr "Отменить"
2667
 
2668
+ #: ../inc/social_login.php:803
2669
  msgid "Email Verification"
2670
  msgstr "Подтверждение адреса электронной почты"
2671
 
2672
+ #: ../inc/social_login.php:805
2673
  msgid ""
2674
  "Please click on the following link or paste it in browser to verify your "
2675
  "email"
2938
  #~ "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, "
2939
  #~ "чтобы открыть"
2940
 
 
 
 
2941
  #~ msgid "LinkedIn API Key"
2942
  #~ msgstr "Секретный ключ приложения LinkedIn"
2943
 
 
 
 
 
 
 
 
 
 
 
 
2944
  #~ msgid "Donate"
2945
  #~ msgstr "Поддержать разработку"
2946
 
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: 2018-03-16 11:37+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:37+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -17,15 +17,15 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:356 ../super_socializer.php:370
21
  msgid "Facebook SDK returned an error: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:366
25
  msgid "Graph returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:510
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
31
  "server administrator to enable it."
@@ -33,7 +33,7 @@ msgstr ""
33
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
34
  "до адміністратора вашого сайту, щоб включити це."
35
 
36
- #: ../super_socializer.php:537
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -42,7 +42,7 @@ msgstr ""
42
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
43
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
44
 
45
- #: ../super_socializer.php:540
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
@@ -51,7 +51,7 @@ msgstr ""
51
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
52
  "переконатися в цьому."
53
 
54
- #: ../super_socializer.php:541
55
  #, php-format
56
  msgid ""
57
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
@@ -59,71 +59,71 @@ msgstr ""
59
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
60
  "відключений. Дивіться крок 4% s"
61
 
62
- #: ../super_socializer.php:808 ../helper.php:960
63
  msgid "Please verify your email address to login."
64
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
65
 
66
- #: ../super_socializer.php:808
67
  msgid "Your email has been verified. Now you can login to your account"
68
  msgstr ""
69
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
70
  "облікового запису"
71
 
72
- #: ../super_socializer.php:812
73
  msgid "Notification"
74
  msgstr "Повідомлення"
75
 
76
- #: ../super_socializer.php:830 ../admin/social_login.php:706
77
  msgid "Email required"
78
  msgstr "Електронна адреса (обо'язково)"
79
 
80
- #: ../super_socializer.php:833
81
  msgid "Please check your email inbox to complete the registration."
82
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
83
 
84
- #: ../super_socializer.php:840 ../helper.php:500
85
  msgid "Enter your LiveJournal username"
86
  msgstr "Введіть ваше ім'я користувача LiveJournal"
87
 
88
- #: ../super_socializer.php:902
89
  msgid "Leave a reply"
90
  msgstr "Залишити коментар"
91
 
92
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
93
  msgid "Shares"
94
  msgstr "Поширили:"
95
 
96
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
97
  msgid "Share"
98
  msgstr "Поділитися"
99
 
100
- #: ../super_socializer.php:914
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
- #: ../super_socializer.php:1101
106
  msgid "Super Socializer - General Options"
107
  msgstr "Super Socializer - Загальні Параметри"
108
 
109
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
110
  #: ../admin/social_commenting.php:43
111
  msgid "General Options"
112
  msgstr "Загальні параметри"
113
 
114
- #: ../super_socializer.php:1169 ../helper.php:882
115
  msgid "Social Avatar"
116
  msgstr "Соціальний Аватар"
117
 
118
- #: ../super_socializer.php:1172
119
  msgid "Small Avatar Url"
120
  msgstr "Посилання для маленького аватара"
121
 
122
- #: ../super_socializer.php:1176
123
  msgid "Large Avatar Url"
124
  msgstr "Посилання для великого аватара"
125
 
126
- #: ../super_socializer.php:1180 ../helper.php:885
127
  msgid ""
128
  "Do not fetch and update social avatar from my profile, next time I Social "
129
  "Login"
@@ -131,13 +131,13 @@ msgstr ""
131
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
132
  "раз коли я використовую вхід через соцмережі"
133
 
134
- #: ../super_socializer.php:1184 ../helper.php:886
135
  msgid "Update social avatar, next time I Social Login"
136
  msgstr ""
137
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
138
  "соцмережі"
139
 
140
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
141
  msgid ""
142
  "Your browser is blocking some features of this website. Please follow the "
143
  "instructions at {support_url} to unblock these."
@@ -145,33 +145,33 @@ msgstr ""
145
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
146
  "інструкцій в {support_url}, щоб розблокувати функції."
147
 
148
- #: ../super_socializer.php:1263
149
  msgid "Login with your Social ID"
150
  msgstr "Увійти через соціальний аккаунт"
151
 
152
- #: ../super_socializer.php:1264
153
  msgid "Email you entered is already registered or invalid"
154
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
155
 
156
- #: ../super_socializer.php:1269
157
  msgid "Please enter a valid email address. You might be required to verify it"
158
  msgstr ""
159
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
160
  "потрібно перевірити його"
161
 
162
- #: ../super_socializer.php:1488
163
  #, php-format
164
  msgid ""
165
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:1503
169
  #, php-format
170
  msgid ""
171
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1527
175
  #, php-format
176
  msgid ""
177
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -179,12 +179,12 @@ msgid ""
179
  "target=\"_blank\">here</a>"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
183
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
184
  msgid "Okay"
185
  msgstr "Гаразд."
186
 
187
- #: ../super_socializer.php:1552
188
  #, php-format
189
  msgid ""
190
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -192,7 +192,7 @@ msgid ""
192
  "target=\"_blank\">here</a>"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1577
196
  #, php-format
197
  msgid ""
198
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -200,7 +200,7 @@ msgid ""
200
  "target=\"_blank\">here</a>"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1601
204
  #, php-format
205
  msgid ""
206
  "Your website visitors will see a popup notification (only once) if their "
@@ -224,99 +224,99 @@ msgstr "Налаштування збережені"
224
  msgid "Dismiss this notice"
225
  msgstr "Закрити це повідомлення"
226
 
227
- #: ../helper.php:156
228
  msgid "Click to show help"
229
  msgstr "Натисніть, щоб показати довідку"
230
 
231
- #: ../helper.php:156
232
  msgid "Click to hide help"
233
  msgstr "Натисніть, щоб приховати довідку"
234
 
235
- #: ../helper.php:249
236
  msgid "Add-Ons"
237
  msgstr "Доповнення"
238
 
239
- #: ../helper.php:250
240
  msgid "Support Documentation"
241
  msgstr "Технічна документація"
242
 
243
- #: ../helper.php:251
244
  msgid "Settings"
245
  msgstr "Налаштування"
246
 
247
- #: ../helper.php:549
248
  msgid "Account linked successfully"
249
  msgstr "Аккаунт успішно пов'язаний"
250
 
251
- #: ../helper.php:553
252
  msgid "Account already exists or linked"
253
  msgstr "Аккаунт вже існує або пов'язаний"
254
 
255
- #: ../helper.php:573
256
  msgid "Link your social account to login to your account at this website"
257
  msgstr ""
258
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
259
  "запис на цьому сайті"
260
 
261
- #: ../helper.php:611 ../helper.php:617
262
  msgid "Currently"
263
  msgstr "в даний час"
264
 
265
- #: ../helper.php:611 ../helper.php:617
266
  msgid "Connected with"
267
  msgstr "Авторизуватися за допомогою"
268
 
269
- #: ../helper.php:611 ../helper.php:617
270
  msgid "Remove"
271
  msgstr "Видалити"
272
 
273
- #: ../helper.php:688
274
  msgid "Social Account Linking"
275
  msgstr "Посилання на соціальний аккаунт"
276
 
277
- #: ../helper.php:738
278
  msgid "Disable Standard Social Sharing on this "
279
  msgstr "Відключити стандартний блок Поділитися на цьому"
280
 
281
- #: ../helper.php:743
282
  msgid "Disable Floating Social Sharing on this "
283
  msgstr "Відключити плаваючий блок Поділитися на цьому"
284
 
285
- #: ../helper.php:748
286
  msgid "Disable Standard like buttons on this "
287
  msgstr "Відключити стандартні кнопки Подобається на цьому"
288
 
289
- #: ../helper.php:753
290
  msgid "Disable Floating like buttons on this "
291
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
292
 
293
- #: ../helper.php:758
294
  msgid "Disable Social Commenting on this "
295
  msgstr "Деактивувати соціальне коментування"
296
 
297
- #: ../helper.php:767
298
  msgid "Standard Sharing Interface"
299
  msgstr "Стандартний інтерфейс Поділитися"
300
 
301
- #: ../helper.php:773 ../helper.php:792
302
  msgid "Starting share count for "
303
  msgstr "Запустити лічильник Поділитися для"
304
 
305
- #: ../helper.php:786
306
  msgid "Floating Sharing Interface"
307
  msgstr "Плаваючий інтерфейс Поділитися"
308
 
309
- #: ../helper.php:889
310
  msgid "Small Avatar"
311
  msgstr "Невеликий аватар"
312
 
313
- #: ../helper.php:893
314
  msgid "Large Avatar"
315
  msgstr "Великий аватар"
316
 
317
- #: ../helper.php:897 ../admin/general_options.php:128
318
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
319
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
320
  msgid "Save Changes"
321
  msgstr "Зберегти налаштування"
322
 
@@ -393,14 +393,14 @@ msgstr ""
393
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
394
 
395
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
396
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
397
  #: ../admin/like_buttons.php:827
398
  #, fuzzy
399
  msgid "Instagram Shoutout"
400
  msgstr "Instagram"
401
 
402
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
403
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
404
  #: ../admin/like_buttons.php:829
405
  msgid ""
406
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -409,7 +409,7 @@ msgid ""
409
  msgstr ""
410
 
411
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
412
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
413
  #: ../admin/like_buttons.php:830
414
  msgid ""
415
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -420,7 +420,7 @@ msgid ""
420
  msgstr ""
421
 
422
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
423
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
424
  #: ../admin/like_buttons.php:831
425
  msgid ""
426
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -563,7 +563,7 @@ msgstr "XProfile інтеграція"
563
 
564
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
565
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
566
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
567
  #: ../admin/like_buttons.php:793
568
  msgid "Shortcode & Widget"
569
  msgstr "Шорткод і віджет"
@@ -574,7 +574,7 @@ msgstr "Усунення несправностей"
574
 
575
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
576
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
577
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
578
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
579
  msgid "FAQ"
580
  msgstr "Часті питання (FAQ)"
@@ -806,7 +806,7 @@ msgstr "Користувальницьке посилання"
806
  msgid "Url to share"
807
  msgstr "Посилання щоб Поділитися"
808
 
809
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
810
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
811
  msgid "Title"
812
  msgstr "Заголовок"
@@ -892,7 +892,7 @@ msgid "Placement"
892
  msgstr "Розміщення"
893
 
894
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
895
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
896
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
897
  msgid "Homepage"
898
  msgstr "Головна"
@@ -1342,7 +1342,7 @@ msgstr ""
1342
  "\"Отримання інформації про нову поломки \"."
1343
 
1344
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1345
- #: ../admin/social_login.php:1008
1346
  msgid ""
1347
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1348
  "an online website for the plugin to function properly."
@@ -1370,7 +1370,7 @@ msgid ""
1370
  msgstr ""
1371
 
1372
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1373
- #: ../admin/social_login.php:1014
1374
  msgid "Why is my browser blocking some features of the plugin?"
1375
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1376
 
@@ -1728,7 +1728,7 @@ msgstr "Основные настройки"
1728
  msgid "Advanced Configuration"
1729
  msgstr "Розширена конфігурація"
1730
 
1731
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1732
  msgid "XProfile Integration"
1733
  msgstr "XProfile інтеграція"
1734
 
@@ -1796,18 +1796,22 @@ msgid "Steam"
1796
  msgstr "Steam"
1797
 
1798
  #: ../admin/social_login.php:134
 
 
 
 
1799
  msgid "LiveJournal"
1800
  msgstr "Живий Журнал"
1801
 
1802
- #: ../admin/social_login.php:142
1803
  msgid "Select Social ID provider to enable in Social Login"
1804
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1805
 
1806
- #: ../admin/social_login.php:150
1807
  msgid "Facebook App ID"
1808
  msgstr "Facebook App ID"
1809
 
1810
- #: ../admin/social_login.php:160
1811
  #, php-format
1812
  msgid ""
1813
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1816,19 +1820,19 @@ msgstr ""
1816
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1817
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1818
 
1819
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1820
  msgid ""
1821
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1822
  msgstr ""
1823
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1824
  "згадки посилання."
1825
 
1826
- #: ../admin/social_login.php:172
1827
  #, fuzzy
1828
  msgid "Facebook App Secret"
1829
  msgstr "Facebook App ID"
1830
 
1831
- #: ../admin/social_login.php:182
1832
  #, fuzzy, php-format
1833
  msgid ""
1834
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1837,11 +1841,11 @@ msgstr ""
1837
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1838
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1839
 
1840
- #: ../admin/social_login.php:194
1841
  msgid "Twitter API Key"
1842
  msgstr "Twitter API ключ"
1843
 
1844
- #: ../admin/social_login.php:204
1845
  #, php-format
1846
  msgid ""
1847
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1850,7 +1854,7 @@ msgstr ""
1850
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1851
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1852
 
1853
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1854
  msgid ""
1855
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1856
  "strong> options at the link mentioned"
@@ -1858,11 +1862,11 @@ msgstr ""
1858
  "Вставити наступний URL-адресу в <strong> веб-сайту </ strong> та <strong> "
1859
  "URL зворотного виклику </ strong> для згадки посилання."
1860
 
1861
- #: ../admin/social_login.php:216
1862
  msgid "Twitter API Secret"
1863
  msgstr "Twitter API секретний ключ"
1864
 
1865
- #: ../admin/social_login.php:226
1866
  #, php-format
1867
  msgid ""
1868
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1872,12 +1876,12 @@ msgstr ""
1872
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1873
  "додатку Twitter ."
1874
 
1875
- #: ../admin/social_login.php:238
1876
  #, fuzzy
1877
  msgid "LinkedIn Client ID"
1878
  msgstr "LinkedIn"
1879
 
1880
- #: ../admin/social_login.php:248
1881
  #, fuzzy, php-format
1882
  msgid ""
1883
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1886,8 +1890,8 @@ msgstr ""
1886
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1887
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1888
 
1889
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1890
- #: ../admin/social_login.php:382
1891
  msgid ""
1892
  "Paste following url in <strong>Website URL</strong> option at the link "
1893
  "mentioned"
@@ -1895,11 +1899,11 @@ msgstr ""
1895
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1896
  "посилання"
1897
 
1898
- #: ../admin/social_login.php:260
1899
  msgid "LinkedIn Client Secret "
1900
  msgstr ""
1901
 
1902
- #: ../admin/social_login.php:270
1903
  #, fuzzy, php-format
1904
  msgid ""
1905
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1909,11 +1913,11 @@ msgstr ""
1909
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1910
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1911
 
1912
- #: ../admin/social_login.php:282
1913
  msgid "Google+ Client ID"
1914
  msgstr "Google+ ID клієнта"
1915
 
1916
- #: ../admin/social_login.php:292
1917
  #, php-format
1918
  msgid ""
1919
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1923,7 +1927,7 @@ msgstr ""
1923
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1924
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1925
 
1926
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1927
  #, fuzzy
1928
  msgid ""
1929
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -1932,12 +1936,12 @@ msgstr ""
1932
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1933
  "згадки посилання."
1934
 
1935
- #: ../admin/social_login.php:304
1936
  #, fuzzy
1937
  msgid "Google+ Client Secret"
1938
  msgstr "Google+ ID клієнта"
1939
 
1940
- #: ../admin/social_login.php:314
1941
  #, fuzzy, php-format
1942
  msgid ""
1943
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1947,11 +1951,11 @@ msgstr ""
1947
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1948
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1949
 
1950
- #: ../admin/social_login.php:326
1951
  msgid "Vkontakte Application ID"
1952
  msgstr "ID додатку Вконтакте"
1953
 
1954
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1955
  #, php-format
1956
  msgid ""
1957
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1961,7 +1965,7 @@ msgstr ""
1961
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
1962
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
1963
 
1964
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1965
  msgid ""
1966
  "Paste following url in <strong>Site address</strong> option at the link "
1967
  "mentioned"
@@ -1969,16 +1973,16 @@ msgstr ""
1969
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1970
  "згадки посилання."
1971
 
1972
- #: ../admin/social_login.php:348
1973
  #, fuzzy
1974
  msgid "Vkontakte Secure key"
1975
  msgstr "Вконтакте"
1976
 
1977
- #: ../admin/social_login.php:370
1978
  msgid "Instagram Client ID"
1979
  msgstr "Instagram ID клієнта"
1980
 
1981
- #: ../admin/social_login.php:380
1982
  #, php-format
1983
  msgid ""
1984
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1987,11 +1991,11 @@ msgstr ""
1987
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
1988
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
1989
 
1990
- #: ../admin/social_login.php:392
1991
  msgid "Xing Consumer Key"
1992
  msgstr "Ключ споживача Xing"
1993
 
1994
- #: ../admin/social_login.php:402
1995
  #, php-format
1996
  msgid ""
1997
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2000,7 +2004,7 @@ msgstr ""
2000
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
2001
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2002
 
2003
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
2004
  msgid ""
2005
  "Paste following url in <strong>Callback domain</strong> option at the link "
2006
  "mentioned"
@@ -2008,11 +2012,11 @@ msgstr ""
2008
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2009
  "посилання"
2010
 
2011
- #: ../admin/social_login.php:414
2012
  msgid "Xing Consumer Secret"
2013
  msgstr "Секретний ключ споживача Xing"
2014
 
2015
- #: ../admin/social_login.php:424
2016
  #, php-format
2017
  msgid ""
2018
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2022,12 +2026,12 @@ msgstr ""
2022
  "\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа споживача "
2023
  "Xing."
2024
 
2025
- #: ../admin/social_login.php:436
2026
  #, fuzzy
2027
  msgid "Steam API Key"
2028
  msgstr "Twitter API ключ"
2029
 
2030
- #: ../admin/social_login.php:446
2031
  #, fuzzy, php-format
2032
  msgid ""
2033
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2036,57 +2040,84 @@ msgstr ""
2036
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2037
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2038
 
2039
- #: ../admin/social_login.php:447
2040
  #, fuzzy
2041
  msgid "Save following <strong>domain</strong> to get the key"
2042
  msgstr ""
2043
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2044
  "посилання"
2045
 
2046
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2047
  msgid "Social Login Options"
2048
  msgstr "Параметри входу через соцмережі"
2049
 
2050
- #: ../admin/social_login.php:479
2051
  msgid "Text to display above the Social Login interface"
2052
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2053
 
2054
- #: ../admin/social_login.php:488
2055
  msgid "Enable at login page"
2056
  msgstr "Включити сторінку входу"
2057
 
2058
- #: ../admin/social_login.php:498
2059
  msgid ""
2060
  "Social Login interface will get enabled at the login page of your website"
2061
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2062
 
2063
- #: ../admin/social_login.php:506
2064
  msgid "Enable at register page"
2065
  msgstr "Включити на сторінці реєстрації"
2066
 
2067
- #: ../admin/social_login.php:516
2068
  msgid ""
2069
  "Social Login interface will get enabled at the registration page of your "
2070
  "website"
2071
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2072
 
2073
- #: ../admin/social_login.php:524
2074
  msgid "Enable at comment form"
2075
  msgstr "Включити в формі коментування"
2076
 
2077
- #: ../admin/social_login.php:534
2078
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2079
  msgstr ""
2080
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2081
  "Wordpress"
2082
 
2083
- #: ../admin/social_login.php:543
2084
  msgid ""
2085
  "Link social account to already existing account, if email address matches"
2086
  msgstr ""
2087
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2088
 
2089
- #: ../admin/social_login.php:553
2090
  #, fuzzy
2091
  msgid ""
2092
  "If email address of the user's Social Account matches with an already "
@@ -2099,11 +2130,11 @@ msgstr ""
2099
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2100
  "профілю."
2101
 
2102
- #: ../admin/social_login.php:567
2103
  msgid "Enable before WooCommerce Customer Login Form"
2104
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2105
 
2106
- #: ../admin/social_login.php:577
2107
  msgid ""
2108
  "Social Login Interface will get enabled before the customer login form at "
2109
  "WooCommerce My Account page"
@@ -2111,11 +2142,11 @@ msgstr ""
2111
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2112
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2113
 
2114
- #: ../admin/social_login.php:585
2115
  msgid "Enable after WooCommerce Customer Login Form"
2116
  msgstr "Включити після форми входу клієнта WooCommerce"
2117
 
2118
- #: ../admin/social_login.php:595
2119
  msgid ""
2120
  "Social Login Interface will get enabled after the customer login form at "
2121
  "WooCommerce My Account page"
@@ -2123,23 +2154,23 @@ msgstr ""
2123
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2124
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2125
 
2126
- #: ../admin/social_login.php:603
2127
  msgid "Enable at WooCommerce checkout page"
2128
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2129
 
2130
- #: ../admin/social_login.php:613
2131
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2132
  msgstr ""
2133
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2134
  "замовлення в WooCommerce"
2135
 
2136
- #: ../admin/social_login.php:624
2137
  msgid "Auto-approve comments made by Social Login users"
2138
  msgstr ""
2139
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2140
  "соцмережі"
2141
 
2142
- #: ../admin/social_login.php:634
2143
  msgid ""
2144
  "If this option is enabled, and WordPress comment is made by Social Login "
2145
  "user, comment will get approved immediately without keeping in moderation."
@@ -2148,15 +2179,15 @@ msgstr ""
2148
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2149
  "відразу без модерації."
2150
 
2151
- #: ../admin/social_login.php:635
2152
  msgid "Note: This is not related to Facebook comments"
2153
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2154
 
2155
- #: ../admin/social_login.php:645
2156
  msgid "Enable social avatar"
2157
  msgstr "Включення соціальних аватар"
2158
 
2159
- #: ../admin/social_login.php:655
2160
  msgid ""
2161
  "Social profile pictures of the logged in user will be displayed as profile "
2162
  "avatar"
@@ -2164,30 +2195,30 @@ msgstr ""
2164
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2165
  "профілю на сайті"
2166
 
2167
- #: ../admin/social_login.php:665
2168
  msgid "Avatar quality"
2169
  msgstr "Якість аватарки"
2170
 
2171
- #: ../admin/social_login.php:668
2172
  msgid "Average"
2173
  msgstr "Середнє"
2174
 
2175
- #: ../admin/social_login.php:669
2176
  msgid "Best"
2177
  msgstr "Кращий"
2178
 
2179
- #: ../admin/social_login.php:676
2180
  msgid "Choose avatar quality"
2181
  msgstr "Виберіть якість аватара"
2182
 
2183
- #: ../admin/social_login.php:685
2184
  msgid ""
2185
  "Show option for users to update social avatar at BuddyPress profile page"
2186
  msgstr ""
2187
  "Показати варіант для користувачів для оновлення соціального аватара на "
2188
  "сторінці профілю BuddyPress"
2189
 
2190
- #: ../admin/social_login.php:695
2191
  msgid ""
2192
  "If enabled, users would be able to update their social avatar from \"Profile "
2193
  "photo\" section in BuddyPress profile at front-end"
@@ -2195,7 +2226,7 @@ msgstr ""
2195
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2196
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2197
 
2198
- #: ../admin/social_login.php:716
2199
  msgid ""
2200
  "If enabled and Social ID provider does not provide user's email address on "
2201
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2205,13 +2236,13 @@ msgstr ""
2205
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2206
  "пошта буде створена за зразком."
2207
 
2208
- #: ../admin/social_login.php:725
2209
  msgid "Send post-registration email to user to set account password"
2210
  msgstr ""
2211
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2212
  "встановити пароль облікового запису"
2213
 
2214
- #: ../admin/social_login.php:735
2215
  msgid ""
2216
  "If enabled, an email will be sent to user after registration through Social "
2217
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2221,13 +2252,13 @@ msgstr ""
2221
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2222
  "стандартну форму авторизації"
2223
 
2224
- #: ../admin/social_login.php:743
2225
  msgid "Send new user registration notification email to admin"
2226
  msgstr ""
2227
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2228
  "пошті адміністратору"
2229
 
2230
- #: ../admin/social_login.php:753
2231
  msgid ""
2232
  "If enabled, an email will be sent to admin after new user registers through "
2233
  "Social Login, notifying admin about the new user registration"
@@ -2235,11 +2266,11 @@ msgstr ""
2235
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2236
  "реєстрацію нового користувача через соцмережі."
2237
 
2238
- #: ../admin/social_login.php:762
2239
  msgid "Enable social account linking at BuddyPress profile page"
2240
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2241
 
2242
- #: ../admin/social_login.php:772
2243
  msgid ""
2244
  "Enable this option to show social account linking interface at BuddyPress "
2245
  "profile page"
@@ -2247,41 +2278,41 @@ msgstr ""
2247
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2248
  "BuddyPress"
2249
 
2250
- #: ../admin/social_login.php:781
2251
  msgid "Login redirection"
2252
  msgstr "Перенаправлення входу"
2253
 
2254
- #: ../admin/social_login.php:785
2255
  msgid "Same page where user logged in"
2256
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2257
 
2258
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2259
  msgid "Account dashboard"
2260
  msgstr "Сторінка управління аккаунтом"
2261
 
2262
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2263
  msgid "BuddyPress profile page"
2264
  msgstr "Сторінка профілю BuddyPress"
2265
 
2266
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2267
  msgid "Custom Url"
2268
  msgstr "Користувацьке посилання"
2269
 
2270
- #: ../admin/social_login.php:803
2271
  msgid "User will be redirected to the selected page after Social Login"
2272
  msgstr ""
2273
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2274
  "соцмережі"
2275
 
2276
- #: ../admin/social_login.php:811
2277
  msgid "Registration redirection"
2278
  msgstr "Перенаправлення реєстрації"
2279
 
2280
- #: ../admin/social_login.php:815
2281
  msgid "Same page from where user registered"
2282
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2283
 
2284
- #: ../admin/social_login.php:833
2285
  msgid ""
2286
  "User will be redirected to the selected page after registration (first "
2287
  "Social Login) through Social Login"
@@ -2289,15 +2320,15 @@ msgstr ""
2289
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2290
  "вхід чере соцмережі) через соцмережі"
2291
 
2292
- #: ../admin/social_login.php:841
2293
  msgid "Email popup options"
2294
  msgstr "Параметри спливаючій електронної пошти"
2295
 
2296
- #: ../admin/social_login.php:847
2297
  msgid "Text on 'Email required' popup"
2298
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2299
 
2300
- #: ../admin/social_login.php:857
2301
  msgid ""
2302
  "This text will be displayed on email required popup. Leave empty if not "
2303
  "required."
@@ -2305,11 +2336,11 @@ msgstr ""
2305
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2306
  "поле порожнім якщо не потрібно."
2307
 
2308
- #: ../admin/social_login.php:866
2309
  msgid "Error message for 'Email required' popup"
2310
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2311
 
2312
- #: ../admin/social_login.php:876
2313
  msgid ""
2314
  "This message will be displayed to user if it provides invalid or already "
2315
  "registered email"
@@ -2317,11 +2348,11 @@ msgstr ""
2317
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2318
  "раніше запроваджену пошту"
2319
 
2320
- #: ../admin/social_login.php:885
2321
  msgid "Email popup height"
2322
  msgstr "Висота спливаючого вікна"
2323
 
2324
- #: ../admin/social_login.php:895
2325
  msgid ""
2326
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2327
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2331,11 +2362,11 @@ msgstr ""
2331
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2332
  "базового значення."
2333
 
2334
- #: ../admin/social_login.php:903
2335
  msgid "Enable email verification"
2336
  msgstr "Включити перевірку електронної пошти"
2337
 
2338
- #: ../admin/social_login.php:913
2339
  msgid ""
2340
  "If enabled, email provided by the user will be verified by sending a "
2341
  "confirmation link to that email. User would not be able to login without "
@@ -2344,31 +2375,31 @@ msgstr ""
2344
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2345
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2346
 
2347
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2348
  #: ../inc/widget.php:578 ../inc/widget.php:726
2349
  msgid "Select"
2350
  msgstr "Вибір"
2351
 
2352
- #: ../admin/social_login.php:994
2353
  msgid "Social Login Shortcode & Widget"
2354
  msgstr "Шорткод і віджет для входу через соцмережі"
2355
 
2356
- #: ../admin/social_login.php:995
2357
  msgid "Social Linking Shortcode"
2358
  msgstr "Шорткод соціальних посилань"
2359
 
2360
- #: ../admin/social_login.php:1010
2361
  #, fuzzy
2362
  msgid "Why is social login not working?"
2363
  msgstr "Чому Facebook Логін не працює?"
2364
 
2365
- #: ../admin/social_login.php:1011
2366
  msgid ""
2367
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2368
  "belong to the same app"
2369
  msgstr ""
2370
 
2371
- #: ../admin/social_login.php:1013
2372
  msgid ""
2373
  "Why the user is not appearing logged in even after Social Login until the "
2374
  "webpage is refreshed manually?"
@@ -2609,27 +2640,27 @@ msgstr "Невірний Запит!"
2609
  msgid "Providers not selected"
2610
  msgstr "Сервіси не вибрані"
2611
 
2612
- #: ../inc/social_login.php:714
2613
  msgid "Email"
2614
  msgstr "Email"
2615
 
2616
- #: ../inc/social_login.php:715
2617
  msgid "Confirm email"
2618
  msgstr "Підтвердити e-mail"
2619
 
2620
- #: ../inc/social_login.php:717
2621
  msgid "Save"
2622
  msgstr "Зберегти"
2623
 
2624
- #: ../inc/social_login.php:718
2625
  msgid "Cancel"
2626
  msgstr "Скасувати"
2627
 
2628
- #: ../inc/social_login.php:792
2629
  msgid "Email Verification"
2630
  msgstr "Підтвердження адреси електронної пошти"
2631
 
2632
- #: ../inc/social_login.php:794
2633
  msgid ""
2634
  "Please click on the following link or paste it in browser to verify your "
2635
  "email"
@@ -2898,22 +2929,9 @@ msgstr ""
2898
  #~ "Виконайте кроки 11 і 12 на сторінці конфігурації програми Google Plus, "
2899
  #~ "щоб відкрити"
2900
 
2901
- #~ msgid "Twitch"
2902
- #~ msgstr "Twitch"
2903
-
2904
  #~ msgid "LinkedIn API Key"
2905
  #~ msgstr "Секретний ключ додатку LinkedIn"
2906
 
2907
- #~ msgid "Twitch Client ID"
2908
- #~ msgstr "Twitch Client ID "
2909
-
2910
- #~ msgid ""
2911
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
2912
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2913
- #~ msgstr ""
2914
- #~ "Необхідно для входу через Twitch. Будь ласка, подивіться документацію <a "
2915
- #~ "href=\"%s\" target=\"_blank\"> тут </a> для отримання Twitch Client ID."
2916
-
2917
  #~ msgid "Donate"
2918
  #~ msgstr "Підтримати розробку"
2919
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:06+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:06+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
21
  msgid "Facebook SDK returned an error: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:400
25
  msgid "Graph returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:563
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
31
  "server administrator to enable it."
33
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
34
  "до адміністратора вашого сайту, щоб включити це."
35
 
36
+ #: ../super_socializer.php:590
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> and "
42
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
43
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
44
 
45
+ #: ../super_socializer.php:593
46
  msgid ""
47
  "Make sure cURL is enabled at your website server. You may need to contact "
48
  "the server administrator of your website to verify this"
51
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
52
  "переконатися в цьому."
53
 
54
+ #: ../super_socializer.php:594
55
  #, php-format
56
  msgid ""
57
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
59
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
60
  "відключений. Дивіться крок 4% s"
61
 
62
+ #: ../super_socializer.php:860 ../helper.php:963
63
  msgid "Please verify your email address to login."
64
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
65
 
66
+ #: ../super_socializer.php:860
67
  msgid "Your email has been verified. Now you can login to your account"
68
  msgstr ""
69
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
70
  "облікового запису"
71
 
72
+ #: ../super_socializer.php:864
73
  msgid "Notification"
74
  msgstr "Повідомлення"
75
 
76
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
77
  msgid "Email required"
78
  msgstr "Електронна адреса (обо'язково)"
79
 
80
+ #: ../super_socializer.php:885
81
  msgid "Please check your email inbox to complete the registration."
82
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
83
 
84
+ #: ../super_socializer.php:892 ../helper.php:503
85
  msgid "Enter your LiveJournal username"
86
  msgstr "Введіть ваше ім'я користувача LiveJournal"
87
 
88
+ #: ../super_socializer.php:954
89
  msgid "Leave a reply"
90
  msgstr "Залишити коментар"
91
 
92
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
93
  msgid "Shares"
94
  msgstr "Поширили:"
95
 
96
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
97
  msgid "Share"
98
  msgstr "Поділитися"
99
 
100
+ #: ../super_socializer.php:966
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
+ #: ../super_socializer.php:1153
106
  msgid "Super Socializer - General Options"
107
  msgstr "Super Socializer - Загальні Параметри"
108
 
109
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
110
  #: ../admin/social_commenting.php:43
111
  msgid "General Options"
112
  msgstr "Загальні параметри"
113
 
114
+ #: ../super_socializer.php:1221 ../helper.php:885
115
  msgid "Social Avatar"
116
  msgstr "Соціальний Аватар"
117
 
118
+ #: ../super_socializer.php:1224
119
  msgid "Small Avatar Url"
120
  msgstr "Посилання для маленького аватара"
121
 
122
+ #: ../super_socializer.php:1228
123
  msgid "Large Avatar Url"
124
  msgstr "Посилання для великого аватара"
125
 
126
+ #: ../super_socializer.php:1232 ../helper.php:888
127
  msgid ""
128
  "Do not fetch and update social avatar from my profile, next time I Social "
129
  "Login"
131
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
132
  "раз коли я використовую вхід через соцмережі"
133
 
134
+ #: ../super_socializer.php:1236 ../helper.php:889
135
  msgid "Update social avatar, next time I Social Login"
136
  msgstr ""
137
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
138
  "соцмережі"
139
 
140
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
141
  msgid ""
142
  "Your browser is blocking some features of this website. Please follow the "
143
  "instructions at {support_url} to unblock these."
145
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
146
  "інструкцій в {support_url}, щоб розблокувати функції."
147
 
148
+ #: ../super_socializer.php:1315
149
  msgid "Login with your Social ID"
150
  msgstr "Увійти через соціальний аккаунт"
151
 
152
+ #: ../super_socializer.php:1316
153
  msgid "Email you entered is already registered or invalid"
154
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
155
 
156
+ #: ../super_socializer.php:1321
157
  msgid "Please enter a valid email address. You might be required to verify it"
158
  msgstr ""
159
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
160
  "потрібно перевірити його"
161
 
162
+ #: ../super_socializer.php:1540
163
  #, php-format
164
  msgid ""
165
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1556
169
  #, php-format
170
  msgid ""
171
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1580
175
  #, php-format
176
  msgid ""
177
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
179
  "target=\"_blank\">here</a>"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
183
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
184
  msgid "Okay"
185
  msgstr "Гаразд."
186
 
187
+ #: ../super_socializer.php:1605
188
  #, php-format
189
  msgid ""
190
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
192
  "target=\"_blank\">here</a>"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:1630
196
  #, php-format
197
  msgid ""
198
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
200
  "target=\"_blank\">here</a>"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1654
204
  #, php-format
205
  msgid ""
206
  "Your website visitors will see a popup notification (only once) if their "
224
  msgid "Dismiss this notice"
225
  msgstr "Закрити це повідомлення"
226
 
227
+ #: ../helper.php:159
228
  msgid "Click to show help"
229
  msgstr "Натисніть, щоб показати довідку"
230
 
231
+ #: ../helper.php:159
232
  msgid "Click to hide help"
233
  msgstr "Натисніть, щоб приховати довідку"
234
 
235
+ #: ../helper.php:252
236
  msgid "Add-Ons"
237
  msgstr "Доповнення"
238
 
239
+ #: ../helper.php:253
240
  msgid "Support Documentation"
241
  msgstr "Технічна документація"
242
 
243
+ #: ../helper.php:254
244
  msgid "Settings"
245
  msgstr "Налаштування"
246
 
247
+ #: ../helper.php:552
248
  msgid "Account linked successfully"
249
  msgstr "Аккаунт успішно пов'язаний"
250
 
251
+ #: ../helper.php:556
252
  msgid "Account already exists or linked"
253
  msgstr "Аккаунт вже існує або пов'язаний"
254
 
255
+ #: ../helper.php:576
256
  msgid "Link your social account to login to your account at this website"
257
  msgstr ""
258
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
259
  "запис на цьому сайті"
260
 
261
+ #: ../helper.php:614 ../helper.php:620
262
  msgid "Currently"
263
  msgstr "в даний час"
264
 
265
+ #: ../helper.php:614 ../helper.php:620
266
  msgid "Connected with"
267
  msgstr "Авторизуватися за допомогою"
268
 
269
+ #: ../helper.php:614 ../helper.php:620
270
  msgid "Remove"
271
  msgstr "Видалити"
272
 
273
+ #: ../helper.php:691
274
  msgid "Social Account Linking"
275
  msgstr "Посилання на соціальний аккаунт"
276
 
277
+ #: ../helper.php:741
278
  msgid "Disable Standard Social Sharing on this "
279
  msgstr "Відключити стандартний блок Поділитися на цьому"
280
 
281
+ #: ../helper.php:746
282
  msgid "Disable Floating Social Sharing on this "
283
  msgstr "Відключити плаваючий блок Поділитися на цьому"
284
 
285
+ #: ../helper.php:751
286
  msgid "Disable Standard like buttons on this "
287
  msgstr "Відключити стандартні кнопки Подобається на цьому"
288
 
289
+ #: ../helper.php:756
290
  msgid "Disable Floating like buttons on this "
291
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
292
 
293
+ #: ../helper.php:761
294
  msgid "Disable Social Commenting on this "
295
  msgstr "Деактивувати соціальне коментування"
296
 
297
+ #: ../helper.php:770
298
  msgid "Standard Sharing Interface"
299
  msgstr "Стандартний інтерфейс Поділитися"
300
 
301
+ #: ../helper.php:776 ../helper.php:795
302
  msgid "Starting share count for "
303
  msgstr "Запустити лічильник Поділитися для"
304
 
305
+ #: ../helper.php:789
306
  msgid "Floating Sharing Interface"
307
  msgstr "Плаваючий інтерфейс Поділитися"
308
 
309
+ #: ../helper.php:892
310
  msgid "Small Avatar"
311
  msgstr "Невеликий аватар"
312
 
313
+ #: ../helper.php:896
314
  msgid "Large Avatar"
315
  msgstr "Великий аватар"
316
 
317
+ #: ../helper.php:900 ../admin/general_options.php:128
318
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
319
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
320
  msgid "Save Changes"
321
  msgstr "Зберегти налаштування"
322
 
393
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
394
 
395
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
396
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
397
  #: ../admin/like_buttons.php:827
398
  #, fuzzy
399
  msgid "Instagram Shoutout"
400
  msgstr "Instagram"
401
 
402
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
403
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
404
  #: ../admin/like_buttons.php:829
405
  msgid ""
406
  "If you can send (to hello@heateor.com) how our plugin is helping your "
409
  msgstr ""
410
 
411
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
412
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
413
  #: ../admin/like_buttons.php:830
414
  msgid ""
415
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
420
  msgstr ""
421
 
422
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
423
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
424
  #: ../admin/like_buttons.php:831
425
  msgid ""
426
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
563
 
564
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
565
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
566
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
567
  #: ../admin/like_buttons.php:793
568
  msgid "Shortcode & Widget"
569
  msgstr "Шорткод і віджет"
574
 
575
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
576
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
577
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
578
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
579
  msgid "FAQ"
580
  msgstr "Часті питання (FAQ)"
806
  msgid "Url to share"
807
  msgstr "Посилання щоб Поділитися"
808
 
809
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
810
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
811
  msgid "Title"
812
  msgstr "Заголовок"
892
  msgstr "Розміщення"
893
 
894
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
895
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
896
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
897
  msgid "Homepage"
898
  msgstr "Головна"
1342
  "\"Отримання інформації про нову поломки \"."
1343
 
1344
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1345
+ #: ../admin/social_login.php:1057
1346
  msgid ""
1347
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1348
  "an online website for the plugin to function properly."
1370
  msgstr ""
1371
 
1372
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1373
+ #: ../admin/social_login.php:1063
1374
  msgid "Why is my browser blocking some features of the plugin?"
1375
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1376
 
1728
  msgid "Advanced Configuration"
1729
  msgstr "Розширена конфігурація"
1730
 
1731
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1732
  msgid "XProfile Integration"
1733
  msgstr "XProfile інтеграція"
1734
 
1796
  msgstr "Steam"
1797
 
1798
  #: ../admin/social_login.php:134
1799
+ msgid "Twitch"
1800
+ msgstr "Twitch"
1801
+
1802
+ #: ../admin/social_login.php:139
1803
  msgid "LiveJournal"
1804
  msgstr "Живий Журнал"
1805
 
1806
+ #: ../admin/social_login.php:147
1807
  msgid "Select Social ID provider to enable in Social Login"
1808
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1809
 
1810
+ #: ../admin/social_login.php:155
1811
  msgid "Facebook App ID"
1812
  msgstr "Facebook App ID"
1813
 
1814
+ #: ../admin/social_login.php:165
1815
  #, php-format
1816
  msgid ""
1817
  "Required for Facebook Social Login to work. Please follow the documentation "
1820
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1821
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1822
 
1823
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1824
  msgid ""
1825
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1826
  msgstr ""
1827
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1828
  "згадки посилання."
1829
 
1830
+ #: ../admin/social_login.php:177
1831
  #, fuzzy
1832
  msgid "Facebook App Secret"
1833
  msgstr "Facebook App ID"
1834
 
1835
+ #: ../admin/social_login.php:187
1836
  #, fuzzy, php-format
1837
  msgid ""
1838
  "Required for Facebook Social Login to work. Please follow the documentation "
1841
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1842
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1843
 
1844
+ #: ../admin/social_login.php:199
1845
  msgid "Twitter API Key"
1846
  msgstr "Twitter API ключ"
1847
 
1848
+ #: ../admin/social_login.php:209
1849
  #, php-format
1850
  msgid ""
1851
  "Required for Twitter Social Login to work. Please follow the documentation "
1854
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1855
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1856
 
1857
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1858
  msgid ""
1859
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1860
  "strong> options at the link mentioned"
1862
  "Вставити наступний URL-адресу в <strong> веб-сайту </ strong> та <strong> "
1863
  "URL зворотного виклику </ strong> для згадки посилання."
1864
 
1865
+ #: ../admin/social_login.php:221
1866
  msgid "Twitter API Secret"
1867
  msgstr "Twitter API секретний ключ"
1868
 
1869
+ #: ../admin/social_login.php:231
1870
  #, php-format
1871
  msgid ""
1872
  "Required for Twitter Social Login to work. Please follow the documentation "
1876
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1877
  "додатку Twitter ."
1878
 
1879
+ #: ../admin/social_login.php:243
1880
  #, fuzzy
1881
  msgid "LinkedIn Client ID"
1882
  msgstr "LinkedIn"
1883
 
1884
+ #: ../admin/social_login.php:253
1885
  #, fuzzy, php-format
1886
  msgid ""
1887
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1890
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1891
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1892
 
1893
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1894
+ #: ../admin/social_login.php:387
1895
  msgid ""
1896
  "Paste following url in <strong>Website URL</strong> option at the link "
1897
  "mentioned"
1899
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1900
  "посилання"
1901
 
1902
+ #: ../admin/social_login.php:265
1903
  msgid "LinkedIn Client Secret "
1904
  msgstr ""
1905
 
1906
+ #: ../admin/social_login.php:275
1907
  #, fuzzy, php-format
1908
  msgid ""
1909
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1913
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1914
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1915
 
1916
+ #: ../admin/social_login.php:287
1917
  msgid "Google+ Client ID"
1918
  msgstr "Google+ ID клієнта"
1919
 
1920
+ #: ../admin/social_login.php:297
1921
  #, php-format
1922
  msgid ""
1923
  "Required for GooglePlus Social Login to work. Please follow the "
1927
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1928
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1929
 
1930
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1931
  #, fuzzy
1932
  msgid ""
1933
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1936
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1937
  "згадки посилання."
1938
 
1939
+ #: ../admin/social_login.php:309
1940
  #, fuzzy
1941
  msgid "Google+ Client Secret"
1942
  msgstr "Google+ ID клієнта"
1943
 
1944
+ #: ../admin/social_login.php:319
1945
  #, fuzzy, php-format
1946
  msgid ""
1947
  "Required for GooglePlus Social Login to work. Please follow the "
1951
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
1952
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
1953
 
1954
+ #: ../admin/social_login.php:331
1955
  msgid "Vkontakte Application ID"
1956
  msgstr "ID додатку Вконтакте"
1957
 
1958
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1959
  #, php-format
1960
  msgid ""
1961
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1965
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
1966
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
1967
 
1968
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1969
  msgid ""
1970
  "Paste following url in <strong>Site address</strong> option at the link "
1971
  "mentioned"
1973
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1974
  "згадки посилання."
1975
 
1976
+ #: ../admin/social_login.php:353
1977
  #, fuzzy
1978
  msgid "Vkontakte Secure key"
1979
  msgstr "Вконтакте"
1980
 
1981
+ #: ../admin/social_login.php:375
1982
  msgid "Instagram Client ID"
1983
  msgstr "Instagram ID клієнта"
1984
 
1985
+ #: ../admin/social_login.php:385
1986
  #, php-format
1987
  msgid ""
1988
  "Required for Instagram Social Login to work. Please follow the documentation "
1991
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
1992
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
1993
 
1994
+ #: ../admin/social_login.php:397
1995
  msgid "Xing Consumer Key"
1996
  msgstr "Ключ споживача Xing"
1997
 
1998
+ #: ../admin/social_login.php:407
1999
  #, php-format
2000
  msgid ""
2001
  "Required for Xing Social Login to work. Please follow the documentation at "
2004
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
2005
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2006
 
2007
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
2008
  msgid ""
2009
  "Paste following url in <strong>Callback domain</strong> option at the link "
2010
  "mentioned"
2012
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2013
  "посилання"
2014
 
2015
+ #: ../admin/social_login.php:419
2016
  msgid "Xing Consumer Secret"
2017
  msgstr "Секретний ключ споживача Xing"
2018
 
2019
+ #: ../admin/social_login.php:429
2020
  #, php-format
2021
  msgid ""
2022
  "Required for Xing Social Login to work. Please follow the documentation at "
2026
  "\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа споживача "
2027
  "Xing."
2028
 
2029
+ #: ../admin/social_login.php:441
2030
  #, fuzzy
2031
  msgid "Steam API Key"
2032
  msgstr "Twitter API ключ"
2033
 
2034
+ #: ../admin/social_login.php:451
2035
  #, fuzzy, php-format
2036
  msgid ""
2037
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2040
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2041
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2042
 
2043
+ #: ../admin/social_login.php:452
2044
  #, fuzzy
2045
  msgid "Save following <strong>domain</strong> to get the key"
2046
  msgstr ""
2047
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2048
  "посилання"
2049
 
2050
+ #: ../admin/social_login.php:461
2051
+ msgid "Twitch Client ID"
2052
+ msgstr "Twitch Client ID "
2053
+
2054
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
2055
+ #, fuzzy, php-format
2056
+ msgid ""
2057
+ "Required for Twitch Social Login to work. Please follow the documentation at "
2058
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2059
+ msgstr ""
2060
+ "Необхідно для входу через Twitch. Будь ласка, подивіться документацію <a "
2061
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання Twitch Client ID."
2062
+
2063
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
2064
+ #, fuzzy
2065
+ msgid ""
2066
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
2067
+ "mentioned"
2068
+ msgstr ""
2069
+ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2070
+ "згадки посилання."
2071
+
2072
+ #: ../admin/social_login.php:483
2073
+ #, fuzzy
2074
+ msgid "Twitch Client Secret"
2075
+ msgstr "Twitch Client ID "
2076
+
2077
+ #: ../admin/social_login.php:512
2078
  msgid "Social Login Options"
2079
  msgstr "Параметри входу через соцмережі"
2080
 
2081
+ #: ../admin/social_login.php:528
2082
  msgid "Text to display above the Social Login interface"
2083
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2084
 
2085
+ #: ../admin/social_login.php:537
2086
  msgid "Enable at login page"
2087
  msgstr "Включити сторінку входу"
2088
 
2089
+ #: ../admin/social_login.php:547
2090
  msgid ""
2091
  "Social Login interface will get enabled at the login page of your website"
2092
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2093
 
2094
+ #: ../admin/social_login.php:555
2095
  msgid "Enable at register page"
2096
  msgstr "Включити на сторінці реєстрації"
2097
 
2098
+ #: ../admin/social_login.php:565
2099
  msgid ""
2100
  "Social Login interface will get enabled at the registration page of your "
2101
  "website"
2102
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2103
 
2104
+ #: ../admin/social_login.php:573
2105
  msgid "Enable at comment form"
2106
  msgstr "Включити в формі коментування"
2107
 
2108
+ #: ../admin/social_login.php:583
2109
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2110
  msgstr ""
2111
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2112
  "Wordpress"
2113
 
2114
+ #: ../admin/social_login.php:592
2115
  msgid ""
2116
  "Link social account to already existing account, if email address matches"
2117
  msgstr ""
2118
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2119
 
2120
+ #: ../admin/social_login.php:602
2121
  #, fuzzy
2122
  msgid ""
2123
  "If email address of the user's Social Account matches with an already "
2130
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2131
  "профілю."
2132
 
2133
+ #: ../admin/social_login.php:616
2134
  msgid "Enable before WooCommerce Customer Login Form"
2135
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2136
 
2137
+ #: ../admin/social_login.php:626
2138
  msgid ""
2139
  "Social Login Interface will get enabled before the customer login form at "
2140
  "WooCommerce My Account page"
2142
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2143
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2144
 
2145
+ #: ../admin/social_login.php:634
2146
  msgid "Enable after WooCommerce Customer Login Form"
2147
  msgstr "Включити після форми входу клієнта WooCommerce"
2148
 
2149
+ #: ../admin/social_login.php:644
2150
  msgid ""
2151
  "Social Login Interface will get enabled after the customer login form at "
2152
  "WooCommerce My Account page"
2154
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2155
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2156
 
2157
+ #: ../admin/social_login.php:652
2158
  msgid "Enable at WooCommerce checkout page"
2159
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2160
 
2161
+ #: ../admin/social_login.php:662
2162
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2163
  msgstr ""
2164
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2165
  "замовлення в WooCommerce"
2166
 
2167
+ #: ../admin/social_login.php:673
2168
  msgid "Auto-approve comments made by Social Login users"
2169
  msgstr ""
2170
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2171
  "соцмережі"
2172
 
2173
+ #: ../admin/social_login.php:683
2174
  msgid ""
2175
  "If this option is enabled, and WordPress comment is made by Social Login "
2176
  "user, comment will get approved immediately without keeping in moderation."
2179
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2180
  "відразу без модерації."
2181
 
2182
+ #: ../admin/social_login.php:684
2183
  msgid "Note: This is not related to Facebook comments"
2184
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2185
 
2186
+ #: ../admin/social_login.php:694
2187
  msgid "Enable social avatar"
2188
  msgstr "Включення соціальних аватар"
2189
 
2190
+ #: ../admin/social_login.php:704
2191
  msgid ""
2192
  "Social profile pictures of the logged in user will be displayed as profile "
2193
  "avatar"
2195
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2196
  "профілю на сайті"
2197
 
2198
+ #: ../admin/social_login.php:714
2199
  msgid "Avatar quality"
2200
  msgstr "Якість аватарки"
2201
 
2202
+ #: ../admin/social_login.php:717
2203
  msgid "Average"
2204
  msgstr "Середнє"
2205
 
2206
+ #: ../admin/social_login.php:718
2207
  msgid "Best"
2208
  msgstr "Кращий"
2209
 
2210
+ #: ../admin/social_login.php:725
2211
  msgid "Choose avatar quality"
2212
  msgstr "Виберіть якість аватара"
2213
 
2214
+ #: ../admin/social_login.php:734
2215
  msgid ""
2216
  "Show option for users to update social avatar at BuddyPress profile page"
2217
  msgstr ""
2218
  "Показати варіант для користувачів для оновлення соціального аватара на "
2219
  "сторінці профілю BuddyPress"
2220
 
2221
+ #: ../admin/social_login.php:744
2222
  msgid ""
2223
  "If enabled, users would be able to update their social avatar from \"Profile "
2224
  "photo\" section in BuddyPress profile at front-end"
2226
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2227
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2228
 
2229
+ #: ../admin/social_login.php:765
2230
  msgid ""
2231
  "If enabled and Social ID provider does not provide user's email address on "
2232
  "login, user will be asked to provide his/her email address. Otherwise, a "
2236
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2237
  "пошта буде створена за зразком."
2238
 
2239
+ #: ../admin/social_login.php:774
2240
  msgid "Send post-registration email to user to set account password"
2241
  msgstr ""
2242
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2243
  "встановити пароль облікового запису"
2244
 
2245
+ #: ../admin/social_login.php:784
2246
  msgid ""
2247
  "If enabled, an email will be sent to user after registration through Social "
2248
  "Login, regarding his/her login credentials (username-password to be able to "
2252
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2253
  "стандартну форму авторизації"
2254
 
2255
+ #: ../admin/social_login.php:792
2256
  msgid "Send new user registration notification email to admin"
2257
  msgstr ""
2258
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2259
  "пошті адміністратору"
2260
 
2261
+ #: ../admin/social_login.php:802
2262
  msgid ""
2263
  "If enabled, an email will be sent to admin after new user registers through "
2264
  "Social Login, notifying admin about the new user registration"
2266
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2267
  "реєстрацію нового користувача через соцмережі."
2268
 
2269
+ #: ../admin/social_login.php:811
2270
  msgid "Enable social account linking at BuddyPress profile page"
2271
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2272
 
2273
+ #: ../admin/social_login.php:821
2274
  msgid ""
2275
  "Enable this option to show social account linking interface at BuddyPress "
2276
  "profile page"
2278
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2279
  "BuddyPress"
2280
 
2281
+ #: ../admin/social_login.php:830
2282
  msgid "Login redirection"
2283
  msgstr "Перенаправлення входу"
2284
 
2285
+ #: ../admin/social_login.php:834
2286
  msgid "Same page where user logged in"
2287
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2288
 
2289
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2290
  msgid "Account dashboard"
2291
  msgstr "Сторінка управління аккаунтом"
2292
 
2293
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2294
  msgid "BuddyPress profile page"
2295
  msgstr "Сторінка профілю BuddyPress"
2296
 
2297
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2298
  msgid "Custom Url"
2299
  msgstr "Користувацьке посилання"
2300
 
2301
+ #: ../admin/social_login.php:852
2302
  msgid "User will be redirected to the selected page after Social Login"
2303
  msgstr ""
2304
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2305
  "соцмережі"
2306
 
2307
+ #: ../admin/social_login.php:860
2308
  msgid "Registration redirection"
2309
  msgstr "Перенаправлення реєстрації"
2310
 
2311
+ #: ../admin/social_login.php:864
2312
  msgid "Same page from where user registered"
2313
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2314
 
2315
+ #: ../admin/social_login.php:882
2316
  msgid ""
2317
  "User will be redirected to the selected page after registration (first "
2318
  "Social Login) through Social Login"
2320
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2321
  "вхід чере соцмережі) через соцмережі"
2322
 
2323
+ #: ../admin/social_login.php:890
2324
  msgid "Email popup options"
2325
  msgstr "Параметри спливаючій електронної пошти"
2326
 
2327
+ #: ../admin/social_login.php:896
2328
  msgid "Text on 'Email required' popup"
2329
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2330
 
2331
+ #: ../admin/social_login.php:906
2332
  msgid ""
2333
  "This text will be displayed on email required popup. Leave empty if not "
2334
  "required."
2336
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2337
  "поле порожнім якщо не потрібно."
2338
 
2339
+ #: ../admin/social_login.php:915
2340
  msgid "Error message for 'Email required' popup"
2341
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2342
 
2343
+ #: ../admin/social_login.php:925
2344
  msgid ""
2345
  "This message will be displayed to user if it provides invalid or already "
2346
  "registered email"
2348
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2349
  "раніше запроваджену пошту"
2350
 
2351
+ #: ../admin/social_login.php:934
2352
  msgid "Email popup height"
2353
  msgstr "Висота спливаючого вікна"
2354
 
2355
+ #: ../admin/social_login.php:944
2356
  msgid ""
2357
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2358
  "can increase the height of popup by specifying in this option. Leave empty "
2362
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2363
  "базового значення."
2364
 
2365
+ #: ../admin/social_login.php:952
2366
  msgid "Enable email verification"
2367
  msgstr "Включити перевірку електронної пошти"
2368
 
2369
+ #: ../admin/social_login.php:962
2370
  msgid ""
2371
  "If enabled, email provided by the user will be verified by sending a "
2372
  "confirmation link to that email. User would not be able to login without "
2375
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2376
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2377
 
2378
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2379
  #: ../inc/widget.php:578 ../inc/widget.php:726
2380
  msgid "Select"
2381
  msgstr "Вибір"
2382
 
2383
+ #: ../admin/social_login.php:1043
2384
  msgid "Social Login Shortcode & Widget"
2385
  msgstr "Шорткод і віджет для входу через соцмережі"
2386
 
2387
+ #: ../admin/social_login.php:1044
2388
  msgid "Social Linking Shortcode"
2389
  msgstr "Шорткод соціальних посилань"
2390
 
2391
+ #: ../admin/social_login.php:1059
2392
  #, fuzzy
2393
  msgid "Why is social login not working?"
2394
  msgstr "Чому Facebook Логін не працює?"
2395
 
2396
+ #: ../admin/social_login.php:1060
2397
  msgid ""
2398
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2399
  "belong to the same app"
2400
  msgstr ""
2401
 
2402
+ #: ../admin/social_login.php:1062
2403
  msgid ""
2404
  "Why the user is not appearing logged in even after Social Login until the "
2405
  "webpage is refreshed manually?"
2640
  msgid "Providers not selected"
2641
  msgstr "Сервіси не вибрані"
2642
 
2643
+ #: ../inc/social_login.php:725
2644
  msgid "Email"
2645
  msgstr "Email"
2646
 
2647
+ #: ../inc/social_login.php:726
2648
  msgid "Confirm email"
2649
  msgstr "Підтвердити e-mail"
2650
 
2651
+ #: ../inc/social_login.php:728
2652
  msgid "Save"
2653
  msgstr "Зберегти"
2654
 
2655
+ #: ../inc/social_login.php:729
2656
  msgid "Cancel"
2657
  msgstr "Скасувати"
2658
 
2659
+ #: ../inc/social_login.php:803
2660
  msgid "Email Verification"
2661
  msgstr "Підтвердження адреси електронної пошти"
2662
 
2663
+ #: ../inc/social_login.php:805
2664
  msgid ""
2665
  "Please click on the following link or paste it in browser to verify your "
2666
  "email"
2929
  #~ "Виконайте кроки 11 і 12 на сторінці конфігурації програми Google Plus, "
2930
  #~ "щоб відкрити"
2931
 
 
 
 
2932
  #~ msgid "LinkedIn API Key"
2933
  #~ msgstr "Секретний ключ додатку LinkedIn"
2934
 
 
 
 
 
 
 
 
 
 
 
2935
  #~ msgid "Donate"
2936
  #~ msgstr "Підтримати розробку"
2937
 
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.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: 2018-03-16 11:37+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:37+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:356 ../super_socializer.php:370
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:366
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:510
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
@@ -32,7 +32,7 @@ msgid ""
32
  msgstr ""
33
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
34
 
35
- #: ../super_socializer.php:537
36
  #, php-format
37
  msgid ""
38
  "Enter exactly the following url in <strong>Website</strong> and "
@@ -41,122 +41,122 @@ msgstr ""
41
  "在Twitter 应用程序的选项中输入准确的<strong>网站</strong>和<strong>回调 Url</"
42
  "strong> 的url地址 (请参阅步骤 3 %s)"
43
 
44
- #: ../super_socializer.php:540
45
  msgid ""
46
  "Make sure cURL is enabled at your website server. You may need to contact "
47
  "the server administrator of your website to verify this"
48
  msgstr ""
49
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
50
 
51
- #: ../super_socializer.php:541
52
  #, php-format
53
  msgid ""
54
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
55
  msgstr ""
56
 
57
- #: ../super_socializer.php:808 ../helper.php:960
58
  msgid "Please verify your email address to login."
59
  msgstr "请验证您的电子邮件地址以便登录。"
60
 
61
- #: ../super_socializer.php:808
62
  msgid "Your email has been verified. Now you can login to your account"
63
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
64
 
65
- #: ../super_socializer.php:812
66
  msgid "Notification"
67
  msgstr "通知"
68
 
69
- #: ../super_socializer.php:830 ../admin/social_login.php:706
70
  msgid "Email required"
71
  msgstr "邮件地址(比选)"
72
 
73
- #: ../super_socializer.php:833
74
  msgid "Please check your email inbox to complete the registration."
75
  msgstr "请检查您的电子邮件收件箱以完成注册。"
76
 
77
- #: ../super_socializer.php:840 ../helper.php:500
78
  msgid "Enter your LiveJournal username"
79
  msgstr ""
80
 
81
- #: ../super_socializer.php:902
82
  msgid "Leave a reply"
83
  msgstr "回复"
84
 
85
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
86
  msgid "Shares"
87
  msgstr ""
88
 
89
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
90
  msgid "Share"
91
  msgstr ""
92
 
93
- #: ../super_socializer.php:914
94
  #, fuzzy
95
  msgid "Link copied."
96
  msgstr "LinkedIn"
97
 
98
- #: ../super_socializer.php:1101
99
  msgid "Super Socializer - General Options"
100
  msgstr "Super Socializer-常规选项"
101
 
102
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
103
  #: ../admin/social_commenting.php:43
104
  msgid "General Options"
105
  msgstr "常规选项"
106
 
107
- #: ../super_socializer.php:1169 ../helper.php:882
108
  msgid "Social Avatar"
109
  msgstr "社会化头像"
110
 
111
- #: ../super_socializer.php:1172
112
  msgid "Small Avatar Url"
113
  msgstr "小头像 Url"
114
 
115
- #: ../super_socializer.php:1176
116
  msgid "Large Avatar Url"
117
  msgstr "大头像 Url"
118
 
119
- #: ../super_socializer.php:1180 ../helper.php:885
120
  msgid ""
121
  "Do not fetch and update social avatar from my profile, next time I Social "
122
  "Login"
123
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
124
 
125
- #: ../super_socializer.php:1184 ../helper.php:886
126
  msgid "Update social avatar, next time I Social Login"
127
  msgstr "更新社会化头像,下次社会化登录"
128
 
129
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
130
  msgid ""
131
  "Your browser is blocking some features of this website. Please follow the "
132
  "instructions at {support_url} to unblock these."
133
  msgstr ""
134
 
135
- #: ../super_socializer.php:1263
136
  msgid "Login with your Social ID"
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1264
140
  msgid "Email you entered is already registered or invalid"
141
  msgstr "您输入的电子邮件已经注册或无效"
142
 
143
- #: ../super_socializer.php:1269
144
  msgid "Please enter a valid email address. You might be required to verify it"
145
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
146
 
147
- #: ../super_socializer.php:1488
148
  #, php-format
149
  msgid ""
150
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1503
154
  #, php-format
155
  msgid ""
156
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1527
160
  #, php-format
161
  msgid ""
162
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -164,12 +164,12 @@ msgid ""
164
  "target=\"_blank\">here</a>"
165
  msgstr ""
166
 
167
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
168
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
169
  msgid "Okay"
170
  msgstr ""
171
 
172
- #: ../super_socializer.php:1552
173
  #, php-format
174
  msgid ""
175
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -177,7 +177,7 @@ msgid ""
177
  "target=\"_blank\">here</a>"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1577
181
  #, php-format
182
  msgid ""
183
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -185,7 +185,7 @@ msgid ""
185
  "target=\"_blank\">here</a>"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:1601
189
  #, php-format
190
  msgid ""
191
  "Your website visitors will see a popup notification (only once) if their "
@@ -203,99 +203,99 @@ msgstr "设置已保存"
203
  msgid "Dismiss this notice"
204
  msgstr "关闭该通知"
205
 
206
- #: ../helper.php:156
207
  msgid "Click to show help"
208
  msgstr "单击以显示帮助"
209
 
210
- #: ../helper.php:156
211
  msgid "Click to hide help"
212
  msgstr "单击隐藏帮助"
213
 
214
- #: ../helper.php:249
215
  #, fuzzy
216
  msgid "Add-Ons"
217
  msgstr "其他加载项"
218
 
219
- #: ../helper.php:250
220
  msgid "Support Documentation"
221
  msgstr ""
222
 
223
- #: ../helper.php:251
224
  msgid "Settings"
225
  msgstr "设置"
226
 
227
- #: ../helper.php:549
228
  msgid "Account linked successfully"
229
  msgstr "成功关联帐户"
230
 
231
- #: ../helper.php:553
232
  msgid "Account already exists or linked"
233
  msgstr "帐户已经存在或被链接"
234
 
235
- #: ../helper.php:573
236
  msgid "Link your social account to login to your account at this website"
237
  msgstr "链接你的社会化媒体帐户登录您本站账号"
238
 
239
- #: ../helper.php:611 ../helper.php:617
240
  msgid "Currently"
241
  msgstr "目前:"
242
 
243
- #: ../helper.php:611 ../helper.php:617
244
  msgid "Connected with"
245
  msgstr ""
246
 
247
- #: ../helper.php:611 ../helper.php:617
248
  msgid "Remove"
249
  msgstr "删除"
250
 
251
- #: ../helper.php:688
252
  #, fuzzy
253
  msgid "Social Account Linking"
254
  msgstr "社会评论"
255
 
256
- #: ../helper.php:738
257
  msgid "Disable Standard Social Sharing on this "
258
  msgstr "在此禁用社会化共享"
259
 
260
- #: ../helper.php:743
261
  msgid "Disable Floating Social Sharing on this "
262
  msgstr "在此禁用社会共享的浮动效果"
263
 
264
- #: ../helper.php:748
265
  msgid "Disable Standard like buttons on this "
266
  msgstr "在此禁用喜欢按钮"
267
 
268
- #: ../helper.php:753
269
  msgid "Disable Floating like buttons on this "
270
  msgstr "在此禁用喜欢按钮的浮动效果"
271
 
272
- #: ../helper.php:758
273
  msgid "Disable Social Commenting on this "
274
  msgstr "在此禁用社会化评论"
275
 
276
- #: ../helper.php:767
277
  msgid "Standard Sharing Interface"
278
  msgstr "标准共享界面"
279
 
280
- #: ../helper.php:773 ../helper.php:792
281
  msgid "Starting share count for "
282
  msgstr "开始共享计数"
283
 
284
- #: ../helper.php:786
285
  msgid "Floating Sharing Interface"
286
  msgstr "浮动共享界面"
287
 
288
- #: ../helper.php:889
289
  msgid "Small Avatar"
290
  msgstr "小头像"
291
 
292
- #: ../helper.php:893
293
  msgid "Large Avatar"
294
  msgstr "大头像"
295
 
296
- #: ../helper.php:897 ../admin/general_options.php:128
297
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
298
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
299
  msgid "Save Changes"
300
  msgstr "保存更改"
301
 
@@ -358,14 +358,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
358
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
359
 
360
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
361
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
362
  #: ../admin/like_buttons.php:827
363
  #, fuzzy
364
  msgid "Instagram Shoutout"
365
  msgstr "Instagram"
366
 
367
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
368
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
369
  #: ../admin/like_buttons.php:829
370
  msgid ""
371
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -374,7 +374,7 @@ msgid ""
374
  msgstr ""
375
 
376
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
377
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
378
  #: ../admin/like_buttons.php:830
379
  msgid ""
380
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -385,7 +385,7 @@ msgid ""
385
  msgstr ""
386
 
387
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
388
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
389
  #: ../admin/like_buttons.php:831
390
  msgid ""
391
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -525,7 +525,7 @@ msgstr ""
525
 
526
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
527
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
528
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
529
  #: ../admin/like_buttons.php:793
530
  msgid "Shortcode & Widget"
531
  msgstr "簡碼和小工具"
@@ -536,7 +536,7 @@ msgstr "排错"
536
 
537
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
538
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
539
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
540
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
541
  msgid "FAQ"
542
  msgstr "常见问题解答"
@@ -762,7 +762,7 @@ msgstr "自定义 URL"
762
  msgid "Url to share"
763
  msgstr "要分享的网址"
764
 
765
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
766
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
767
  msgid "Title"
768
  msgstr "标题"
@@ -848,7 +848,7 @@ msgid "Placement"
848
  msgstr "放置"
849
 
850
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
851
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
852
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
853
  msgid "Homepage"
854
  msgstr "主页"
@@ -1267,7 +1267,7 @@ msgstr ""
1267
  "(指 Facebook 分享工作不正常的地址):"
1268
 
1269
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1270
- #: ../admin/social_login.php:1008
1271
  msgid ""
1272
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1273
  "an online website for the plugin to function properly."
@@ -1295,7 +1295,7 @@ msgid ""
1295
  msgstr ""
1296
 
1297
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1298
- #: ../admin/social_login.php:1014
1299
  msgid "Why is my browser blocking some features of the plugin?"
1300
  msgstr ""
1301
 
@@ -1625,7 +1625,7 @@ msgstr "基本配置"
1625
  msgid "Advanced Configuration"
1626
  msgstr "基本配置"
1627
 
1628
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1629
  msgid "XProfile Integration"
1630
  msgstr ""
1631
 
@@ -1691,18 +1691,23 @@ msgid "Steam"
1691
  msgstr ""
1692
 
1693
  #: ../admin/social_login.php:134
 
 
 
 
 
1694
  msgid "LiveJournal"
1695
  msgstr ""
1696
 
1697
- #: ../admin/social_login.php:142
1698
  msgid "Select Social ID provider to enable in Social Login"
1699
  msgstr "选择社会ID提供商以启用社会化登录"
1700
 
1701
- #: ../admin/social_login.php:150
1702
  msgid "Facebook App ID"
1703
  msgstr "Facebook 应用 ID"
1704
 
1705
- #: ../admin/social_login.php:160
1706
  #, php-format
1707
  msgid ""
1708
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1711,17 +1716,17 @@ msgstr ""
1711
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1712
  "Facebook的应用程序ID"
1713
 
1714
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1715
  msgid ""
1716
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1717
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1718
 
1719
- #: ../admin/social_login.php:172
1720
  #, fuzzy
1721
  msgid "Facebook App Secret"
1722
  msgstr "Facebook 应用 ID"
1723
 
1724
- #: ../admin/social_login.php:182
1725
  #, fuzzy, php-format
1726
  msgid ""
1727
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1730,11 +1735,11 @@ msgstr ""
1730
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1731
  "Facebook的应用程序ID"
1732
 
1733
- #: ../admin/social_login.php:194
1734
  msgid "Twitter API Key"
1735
  msgstr "Twitter API密钥"
1736
 
1737
- #: ../admin/social_login.php:204
1738
  #, php-format
1739
  msgid ""
1740
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1743,7 +1748,7 @@ msgstr ""
1743
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1744
  "Twitter的API密钥"
1745
 
1746
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1747
  msgid ""
1748
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1749
  "strong> options at the link mentioned"
@@ -1751,11 +1756,11 @@ msgstr ""
1751
  "在提到的链接,粘贴以下url <strong>网站</strong> 以及<strong>回调 URL</"
1752
  "strong> 的选项"
1753
 
1754
- #: ../admin/social_login.php:216
1755
  msgid "Twitter API Secret"
1756
  msgstr "Twitter API Secret"
1757
 
1758
- #: ../admin/social_login.php:226
1759
  #, php-format
1760
  msgid ""
1761
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1764,12 +1769,12 @@ msgstr ""
1764
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1765
  "Twitter的API密钥"
1766
 
1767
- #: ../admin/social_login.php:238
1768
  #, fuzzy
1769
  msgid "LinkedIn Client ID"
1770
  msgstr "LinkedIn"
1771
 
1772
- #: ../admin/social_login.php:248
1773
  #, fuzzy, php-format
1774
  msgid ""
1775
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1778,18 +1783,18 @@ msgstr ""
1778
  "需要LinkedIn社交登录。请按照文件在<a href=“%s” target=“_blank”>这个链接</a>得"
1779
  "到LinkedIn的API密钥"
1780
 
1781
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1782
- #: ../admin/social_login.php:382
1783
  msgid ""
1784
  "Paste following url in <strong>Website URL</strong> option at the link "
1785
  "mentioned"
1786
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1787
 
1788
- #: ../admin/social_login.php:260
1789
  msgid "LinkedIn Client Secret "
1790
  msgstr ""
1791
 
1792
- #: ../admin/social_login.php:270
1793
  #, fuzzy, php-format
1794
  msgid ""
1795
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1799,11 +1804,11 @@ msgstr ""
1799
  "需要LinkedIn社交登录。请按照文件在<a href=“%s” target=“_blank”>这个链接</a>得"
1800
  "到LinkedIn的API密钥"
1801
 
1802
- #: ../admin/social_login.php:282
1803
  msgid "Google+ Client ID"
1804
  msgstr "Google+ 客户端ID"
1805
 
1806
- #: ../admin/social_login.php:292
1807
  #, php-format
1808
  msgid ""
1809
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1813,19 +1818,19 @@ msgstr ""
1813
  "需要GOOGLEPLUS社会登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链接"
1814
  "</a>得到GOOGLEPLUS客户端ID"
1815
 
1816
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1817
  #, fuzzy
1818
  msgid ""
1819
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1820
  "the link mentioned"
1821
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1822
 
1823
- #: ../admin/social_login.php:304
1824
  #, fuzzy
1825
  msgid "Google+ Client Secret"
1826
  msgstr "Google+ 客户端ID"
1827
 
1828
- #: ../admin/social_login.php:314
1829
  #, fuzzy, php-format
1830
  msgid ""
1831
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1835,11 +1840,11 @@ msgstr ""
1835
  "需要GOOGLEPLUS社会登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链接"
1836
  "</a>得到GOOGLEPLUS客户端ID"
1837
 
1838
- #: ../admin/social_login.php:326
1839
  msgid "Vkontakte Application ID"
1840
  msgstr "VKontakte应用程序ID"
1841
 
1842
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1843
  #, php-format
1844
  msgid ""
1845
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1849,22 +1854,22 @@ msgstr ""
1849
  "要求Vkontakte社会登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>"
1850
  "得到的Vkontakte应用程序ID"
1851
 
1852
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1853
  msgid ""
1854
  "Paste following url in <strong>Site address</strong> option at the link "
1855
  "mentioned"
1856
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1857
 
1858
- #: ../admin/social_login.php:348
1859
  #, fuzzy
1860
  msgid "Vkontakte Secure key"
1861
  msgstr "Vkontakte"
1862
 
1863
- #: ../admin/social_login.php:370
1864
  msgid "Instagram Client ID"
1865
  msgstr "Instagram客户端ID"
1866
 
1867
- #: ../admin/social_login.php:380
1868
  #, php-format
1869
  msgid ""
1870
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1873,11 +1878,11 @@ msgstr ""
1873
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1874
  "a>得到的Instagram客户端ID"
1875
 
1876
- #: ../admin/social_login.php:392
1877
  msgid "Xing Consumer Key"
1878
  msgstr "Xing Consumer Key"
1879
 
1880
- #: ../admin/social_login.php:402
1881
  #, php-format
1882
  msgid ""
1883
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -1886,17 +1891,17 @@ msgstr ""
1886
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
1887
  "消费者邢重点"
1888
 
1889
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
1890
  msgid ""
1891
  "Paste following url in <strong>Callback domain</strong> option at the link "
1892
  "mentioned"
1893
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1894
 
1895
- #: ../admin/social_login.php:414
1896
  msgid "Xing Consumer Secret"
1897
  msgstr "Xing Consumer Secret"
1898
 
1899
- #: ../admin/social_login.php:424
1900
  #, php-format
1901
  msgid ""
1902
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -1905,12 +1910,12 @@ msgstr ""
1905
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
1906
  "xing Consumer Secret"
1907
 
1908
- #: ../admin/social_login.php:436
1909
  #, fuzzy
1910
  msgid "Steam API Key"
1911
  msgstr "Twitter API密钥"
1912
 
1913
- #: ../admin/social_login.php:446
1914
  #, fuzzy, php-format
1915
  msgid ""
1916
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -1919,54 +1924,80 @@ msgstr ""
1919
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1920
  "Twitter的API密钥"
1921
 
1922
- #: ../admin/social_login.php:447
1923
  #, fuzzy
1924
  msgid "Save following <strong>domain</strong> to get the key"
1925
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1926
 
1927
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1928
  #, fuzzy
1929
  msgid "Social Login Options"
1930
  msgstr "社交账户登陆"
1931
 
1932
- #: ../admin/social_login.php:479
1933
  msgid "Text to display above the Social Login interface"
1934
  msgstr "文本显示社会登录界面的上方"
1935
 
1936
- #: ../admin/social_login.php:488
1937
  msgid "Enable at login page"
1938
  msgstr "在登录页面启用"
1939
 
1940
- #: ../admin/social_login.php:498
1941
  msgid ""
1942
  "Social Login interface will get enabled at the login page of your website"
1943
  msgstr "社会登录界面会在你的网站的登录页面启用"
1944
 
1945
- #: ../admin/social_login.php:506
1946
  msgid "Enable at register page"
1947
  msgstr "在注册页面启用"
1948
 
1949
- #: ../admin/social_login.php:516
1950
  msgid ""
1951
  "Social Login interface will get enabled at the registration page of your "
1952
  "website"
1953
  msgstr "社会登录界面会在你的网站的注册页面启用"
1954
 
1955
- #: ../admin/social_login.php:524
1956
  msgid "Enable at comment form"
1957
  msgstr "在评论表单启用"
1958
 
1959
- #: ../admin/social_login.php:534
1960
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1961
  msgstr "社会登录界面会在您的WordPress评论的表单启用"
1962
 
1963
- #: ../admin/social_login.php:543
1964
  #, fuzzy
1965
  msgid ""
1966
  "Link social account to already existing account, if email address matches"
1967
  msgstr "链接你的社会化媒体帐户登录您本站账号"
1968
 
1969
- #: ../admin/social_login.php:553
1970
  msgid ""
1971
  "If email address of the user's Social Account matches with an already "
1972
  "existing account at your website, that social account will be linked to "
@@ -1974,39 +2005,39 @@ msgid ""
1974
  "Linking interface at their profile page."
1975
  msgstr ""
1976
 
1977
- #: ../admin/social_login.php:567
1978
  msgid "Enable before WooCommerce Customer Login Form"
1979
  msgstr "WooCommerce客户登录表单前启用"
1980
 
1981
- #: ../admin/social_login.php:577
1982
  msgid ""
1983
  "Social Login Interface will get enabled before the customer login form at "
1984
  "WooCommerce My Account page"
1985
  msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
1986
 
1987
- #: ../admin/social_login.php:585
1988
  msgid "Enable after WooCommerce Customer Login Form"
1989
  msgstr "在WooCommerce客户登录表单后启用"
1990
 
1991
- #: ../admin/social_login.php:595
1992
  msgid ""
1993
  "Social Login Interface will get enabled after the customer login form at "
1994
  "WooCommerce My Account page"
1995
  msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
1996
 
1997
- #: ../admin/social_login.php:603
1998
  msgid "Enable at WooCommerce checkout page"
1999
  msgstr "在WooCommerce “结算”页面启用"
2000
 
2001
- #: ../admin/social_login.php:613
2002
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2003
  msgstr "社会登录界面将在WooCommerce结帐页面启用"
2004
 
2005
- #: ../admin/social_login.php:624
2006
  msgid "Auto-approve comments made by Social Login users"
2007
  msgstr "自动批准社会登录用户评论"
2008
 
2009
- #: ../admin/social_login.php:634
2010
  msgid ""
2011
  "If this option is enabled, and WordPress comment is made by Social Login "
2012
  "user, comment will get approved immediately without keeping in moderation."
@@ -2014,42 +2045,42 @@ msgstr ""
2014
  "如果启用该选项,已经WordPress评论由社会登录用户发出,评论将会在不需要批准的情"
2015
  "况下立即批准。"
2016
 
2017
- #: ../admin/social_login.php:635
2018
  msgid "Note: This is not related to Facebook comments"
2019
  msgstr "注:这Facebook的评论无关"
2020
 
2021
- #: ../admin/social_login.php:645
2022
  msgid "Enable social avatar"
2023
  msgstr "启用社交头像"
2024
 
2025
- #: ../admin/social_login.php:655
2026
  msgid ""
2027
  "Social profile pictures of the logged in user will be displayed as profile "
2028
  "avatar"
2029
  msgstr "登录用户的社交资料图片将显示为个人头像"
2030
 
2031
- #: ../admin/social_login.php:665
2032
  msgid "Avatar quality"
2033
  msgstr "头像质量"
2034
 
2035
- #: ../admin/social_login.php:668
2036
  msgid "Average"
2037
  msgstr "一般"
2038
 
2039
- #: ../admin/social_login.php:669
2040
  msgid "Best"
2041
  msgstr "最好"
2042
 
2043
- #: ../admin/social_login.php:676
2044
  msgid "Choose avatar quality"
2045
  msgstr "选择头像质量"
2046
 
2047
- #: ../admin/social_login.php:685
2048
  msgid ""
2049
  "Show option for users to update social avatar at BuddyPress profile page"
2050
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2051
 
2052
- #: ../admin/social_login.php:695
2053
  msgid ""
2054
  "If enabled, users would be able to update their social avatar from \"Profile "
2055
  "photo\" section in BuddyPress profile at front-end"
@@ -2057,7 +2088,7 @@ msgstr ""
2057
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2058
  "头像"
2059
 
2060
- #: ../admin/social_login.php:716
2061
  msgid ""
2062
  "If enabled and Social ID provider does not provide user's email address on "
2063
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2066,11 +2097,11 @@ msgstr ""
2066
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2067
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2068
 
2069
- #: ../admin/social_login.php:725
2070
  msgid "Send post-registration email to user to set account password"
2071
  msgstr ""
2072
 
2073
- #: ../admin/social_login.php:735
2074
  msgid ""
2075
  "If enabled, an email will be sent to user after registration through Social "
2076
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2079,12 +2110,12 @@ msgstr ""
2079
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2080
  "(用户名,密码,能够通过传统的登录表单登录)"
2081
 
2082
- #: ../admin/social_login.php:743
2083
  #, fuzzy
2084
  msgid "Send new user registration notification email to admin"
2085
  msgstr "禁用社会登录用户注册"
2086
 
2087
- #: ../admin/social_login.php:753
2088
  #, fuzzy
2089
  msgid ""
2090
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2093,84 +2124,84 @@ msgstr ""
2093
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2094
  "(用户名,密码,能够通过传统的登录表单登录)"
2095
 
2096
- #: ../admin/social_login.php:762
2097
  msgid "Enable social account linking at BuddyPress profile page"
2098
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2099
 
2100
- #: ../admin/social_login.php:772
2101
  msgid ""
2102
  "Enable this option to show social account linking interface at BuddyPress "
2103
  "profile page"
2104
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2105
 
2106
- #: ../admin/social_login.php:781
2107
  msgid "Login redirection"
2108
  msgstr "登录重定向"
2109
 
2110
- #: ../admin/social_login.php:785
2111
  msgid "Same page where user logged in"
2112
  msgstr "用户登录同样的页面"
2113
 
2114
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
2115
  msgid "Account dashboard"
2116
  msgstr "帐户信息中心"
2117
 
2118
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2119
  msgid "BuddyPress profile page"
2120
  msgstr "BuddyPress 档案"
2121
 
2122
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2123
  msgid "Custom Url"
2124
  msgstr "自定义 URL"
2125
 
2126
- #: ../admin/social_login.php:803
2127
  msgid "User will be redirected to the selected page after Social Login"
2128
  msgstr "用户社会登录后会被重定向到选择的页面"
2129
 
2130
- #: ../admin/social_login.php:811
2131
  msgid "Registration redirection"
2132
  msgstr "注册重定向"
2133
 
2134
- #: ../admin/social_login.php:815
2135
  msgid "Same page from where user registered"
2136
  msgstr "用户注册同样的页面"
2137
 
2138
- #: ../admin/social_login.php:833
2139
  msgid ""
2140
  "User will be redirected to the selected page after registration (first "
2141
  "Social Login) through Social Login"
2142
  msgstr ""
2143
  "注册之后,通过社会化登录(第一个社会化登录)后,用户将被重定向到所选择的页面"
2144
 
2145
- #: ../admin/social_login.php:841
2146
  msgid "Email popup options"
2147
  msgstr "电子邮件弹出选项"
2148
 
2149
- #: ../admin/social_login.php:847
2150
  msgid "Text on 'Email required' popup"
2151
  msgstr "在“电子邮件必填”弹出口显示的文本"
2152
 
2153
- #: ../admin/social_login.php:857
2154
  msgid ""
2155
  "This text will be displayed on email required popup. Leave empty if not "
2156
  "required."
2157
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2158
 
2159
- #: ../admin/social_login.php:866
2160
  msgid "Error message for 'Email required' popup"
2161
  msgstr "“电子邮件必填”弹出口的错误信息"
2162
 
2163
- #: ../admin/social_login.php:876
2164
  msgid ""
2165
  "This message will be displayed to user if it provides invalid or already "
2166
  "registered email"
2167
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2168
 
2169
- #: ../admin/social_login.php:885
2170
  msgid "Email popup height"
2171
  msgstr "电子邮件弹出口高度"
2172
 
2173
- #: ../admin/social_login.php:895
2174
  msgid ""
2175
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2176
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2179,11 +2210,11 @@ msgstr ""
2179
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2180
  "的高度。留空为默认。"
2181
 
2182
- #: ../admin/social_login.php:903
2183
  msgid "Enable email verification"
2184
  msgstr "启用电子邮件验证"
2185
 
2186
- #: ../admin/social_login.php:913
2187
  msgid ""
2188
  "If enabled, email provided by the user will be verified by sending a "
2189
  "confirmation link to that email. User would not be able to login without "
@@ -2192,30 +2223,30 @@ msgstr ""
2192
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2193
  "录。"
2194
 
2195
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2196
  #: ../inc/widget.php:578 ../inc/widget.php:726
2197
  msgid "Select"
2198
  msgstr "选择"
2199
 
2200
- #: ../admin/social_login.php:994
2201
  msgid "Social Login Shortcode & Widget"
2202
  msgstr "社会化登录简码&小工具"
2203
 
2204
- #: ../admin/social_login.php:995
2205
  msgid "Social Linking Shortcode"
2206
  msgstr "社会链接简码"
2207
 
2208
- #: ../admin/social_login.php:1010
2209
  msgid "Why is social login not working?"
2210
  msgstr ""
2211
 
2212
- #: ../admin/social_login.php:1011
2213
  msgid ""
2214
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2215
  "belong to the same app"
2216
  msgstr ""
2217
 
2218
- #: ../admin/social_login.php:1013
2219
  msgid ""
2220
  "Why the user is not appearing logged in even after Social Login until the "
2221
  "webpage is refreshed manually?"
@@ -2437,28 +2468,28 @@ msgstr "无效请求。"
2437
  msgid "Providers not selected"
2438
  msgstr "未选定的供应商"
2439
 
2440
- #: ../inc/social_login.php:714
2441
  msgid "Email"
2442
  msgstr ""
2443
 
2444
- #: ../inc/social_login.php:715
2445
  msgid "Confirm email"
2446
  msgstr ""
2447
 
2448
- #: ../inc/social_login.php:717
2449
  msgid "Save"
2450
  msgstr ""
2451
 
2452
- #: ../inc/social_login.php:718
2453
  msgid "Cancel"
2454
  msgstr ""
2455
 
2456
- #: ../inc/social_login.php:792
2457
  #, fuzzy
2458
  msgid "Email Verification"
2459
  msgstr "启用电子邮件验证"
2460
 
2461
- #: ../inc/social_login.php:794
2462
  msgid ""
2463
  "Please click on the following link or paste it in browser to verify your "
2464
  "email"
@@ -2717,25 +2748,9 @@ msgstr ""
2717
  #~ "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
2718
  #~ msgstr "在 GooglePlus 的应用程序配置页跟随步骤 11 和 12 来打开 "
2719
 
2720
- #, fuzzy
2721
- #~ msgid "Twitch"
2722
- #~ msgstr "Twitter"
2723
-
2724
  #~ msgid "LinkedIn API Key"
2725
  #~ msgstr "LlinkedIn App 的 API 密钥:"
2726
 
2727
- #, fuzzy
2728
- #~ msgid "Twitch Client ID"
2729
- #~ msgstr "Instagram客户端ID"
2730
-
2731
- #, fuzzy
2732
- #~ msgid ""
2733
- #~ "Required for Twitch Social Login to work. Please follow the documentation "
2734
- #~ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
2735
- #~ msgstr ""
2736
- #~ "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
2737
- #~ "Twitter的API密钥"
2738
-
2739
  #~ msgid "Donate"
2740
  #~ msgstr "捐赠"
2741
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:06+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:06+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:390 ../super_socializer.php:404
20
  msgid "Facebook SDK returned an error: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:400
24
  msgid "Graph returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:563
28
  #, fuzzy
29
  msgid ""
30
  "cURL is not enabled at your website server. Please contact your website "
32
  msgstr ""
33
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
34
 
35
+ #: ../super_socializer.php:590
36
  #, php-format
37
  msgid ""
38
  "Enter exactly the following url in <strong>Website</strong> and "
41
  "在Twitter 应用程序的选项中输入准确的<strong>网站</strong>和<strong>回调 Url</"
42
  "strong> 的url地址 (请参阅步骤 3 %s)"
43
 
44
+ #: ../super_socializer.php:593
45
  msgid ""
46
  "Make sure cURL is enabled at your website server. You may need to contact "
47
  "the server administrator of your website to verify this"
48
  msgstr ""
49
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
50
 
51
+ #: ../super_socializer.php:594
52
  #, php-format
53
  msgid ""
54
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
55
  msgstr ""
56
 
57
+ #: ../super_socializer.php:860 ../helper.php:963
58
  msgid "Please verify your email address to login."
59
  msgstr "请验证您的电子邮件地址以便登录。"
60
 
61
+ #: ../super_socializer.php:860
62
  msgid "Your email has been verified. Now you can login to your account"
63
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
64
 
65
+ #: ../super_socializer.php:864
66
  msgid "Notification"
67
  msgstr "通知"
68
 
69
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
70
  msgid "Email required"
71
  msgstr "邮件地址(比选)"
72
 
73
+ #: ../super_socializer.php:885
74
  msgid "Please check your email inbox to complete the registration."
75
  msgstr "请检查您的电子邮件收件箱以完成注册。"
76
 
77
+ #: ../super_socializer.php:892 ../helper.php:503
78
  msgid "Enter your LiveJournal username"
79
  msgstr ""
80
 
81
+ #: ../super_socializer.php:954
82
  msgid "Leave a reply"
83
  msgstr "回复"
84
 
85
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
86
  msgid "Shares"
87
  msgstr ""
88
 
89
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
90
  msgid "Share"
91
  msgstr ""
92
 
93
+ #: ../super_socializer.php:966
94
  #, fuzzy
95
  msgid "Link copied."
96
  msgstr "LinkedIn"
97
 
98
+ #: ../super_socializer.php:1153
99
  msgid "Super Socializer - General Options"
100
  msgstr "Super Socializer-常规选项"
101
 
102
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
103
  #: ../admin/social_commenting.php:43
104
  msgid "General Options"
105
  msgstr "常规选项"
106
 
107
+ #: ../super_socializer.php:1221 ../helper.php:885
108
  msgid "Social Avatar"
109
  msgstr "社会化头像"
110
 
111
+ #: ../super_socializer.php:1224
112
  msgid "Small Avatar Url"
113
  msgstr "小头像 Url"
114
 
115
+ #: ../super_socializer.php:1228
116
  msgid "Large Avatar Url"
117
  msgstr "大头像 Url"
118
 
119
+ #: ../super_socializer.php:1232 ../helper.php:888
120
  msgid ""
121
  "Do not fetch and update social avatar from my profile, next time I Social "
122
  "Login"
123
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
124
 
125
+ #: ../super_socializer.php:1236 ../helper.php:889
126
  msgid "Update social avatar, next time I Social Login"
127
  msgstr "更新社会化头像,下次社会化登录"
128
 
129
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
130
  msgid ""
131
  "Your browser is blocking some features of this website. Please follow the "
132
  "instructions at {support_url} to unblock these."
133
  msgstr ""
134
 
135
+ #: ../super_socializer.php:1315
136
  msgid "Login with your Social ID"
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1316
140
  msgid "Email you entered is already registered or invalid"
141
  msgstr "您输入的电子邮件已经注册或无效"
142
 
143
+ #: ../super_socializer.php:1321
144
  msgid "Please enter a valid email address. You might be required to verify it"
145
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
146
 
147
+ #: ../super_socializer.php:1540
148
  #, php-format
149
  msgid ""
150
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1556
154
  #, php-format
155
  msgid ""
156
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1580
160
  #, php-format
161
  msgid ""
162
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
164
  "target=\"_blank\">here</a>"
165
  msgstr ""
166
 
167
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
168
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
169
  msgid "Okay"
170
  msgstr ""
171
 
172
+ #: ../super_socializer.php:1605
173
  #, php-format
174
  msgid ""
175
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
177
  "target=\"_blank\">here</a>"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1630
181
  #, php-format
182
  msgid ""
183
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
185
  "target=\"_blank\">here</a>"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:1654
189
  #, php-format
190
  msgid ""
191
  "Your website visitors will see a popup notification (only once) if their "
203
  msgid "Dismiss this notice"
204
  msgstr "关闭该通知"
205
 
206
+ #: ../helper.php:159
207
  msgid "Click to show help"
208
  msgstr "单击以显示帮助"
209
 
210
+ #: ../helper.php:159
211
  msgid "Click to hide help"
212
  msgstr "单击隐藏帮助"
213
 
214
+ #: ../helper.php:252
215
  #, fuzzy
216
  msgid "Add-Ons"
217
  msgstr "其他加载项"
218
 
219
+ #: ../helper.php:253
220
  msgid "Support Documentation"
221
  msgstr ""
222
 
223
+ #: ../helper.php:254
224
  msgid "Settings"
225
  msgstr "设置"
226
 
227
+ #: ../helper.php:552
228
  msgid "Account linked successfully"
229
  msgstr "成功关联帐户"
230
 
231
+ #: ../helper.php:556
232
  msgid "Account already exists or linked"
233
  msgstr "帐户已经存在或被链接"
234
 
235
+ #: ../helper.php:576
236
  msgid "Link your social account to login to your account at this website"
237
  msgstr "链接你的社会化媒体帐户登录您本站账号"
238
 
239
+ #: ../helper.php:614 ../helper.php:620
240
  msgid "Currently"
241
  msgstr "目前:"
242
 
243
+ #: ../helper.php:614 ../helper.php:620
244
  msgid "Connected with"
245
  msgstr ""
246
 
247
+ #: ../helper.php:614 ../helper.php:620
248
  msgid "Remove"
249
  msgstr "删除"
250
 
251
+ #: ../helper.php:691
252
  #, fuzzy
253
  msgid "Social Account Linking"
254
  msgstr "社会评论"
255
 
256
+ #: ../helper.php:741
257
  msgid "Disable Standard Social Sharing on this "
258
  msgstr "在此禁用社会化共享"
259
 
260
+ #: ../helper.php:746
261
  msgid "Disable Floating Social Sharing on this "
262
  msgstr "在此禁用社会共享的浮动效果"
263
 
264
+ #: ../helper.php:751
265
  msgid "Disable Standard like buttons on this "
266
  msgstr "在此禁用喜欢按钮"
267
 
268
+ #: ../helper.php:756
269
  msgid "Disable Floating like buttons on this "
270
  msgstr "在此禁用喜欢按钮的浮动效果"
271
 
272
+ #: ../helper.php:761
273
  msgid "Disable Social Commenting on this "
274
  msgstr "在此禁用社会化评论"
275
 
276
+ #: ../helper.php:770
277
  msgid "Standard Sharing Interface"
278
  msgstr "标准共享界面"
279
 
280
+ #: ../helper.php:776 ../helper.php:795
281
  msgid "Starting share count for "
282
  msgstr "开始共享计数"
283
 
284
+ #: ../helper.php:789
285
  msgid "Floating Sharing Interface"
286
  msgstr "浮动共享界面"
287
 
288
+ #: ../helper.php:892
289
  msgid "Small Avatar"
290
  msgstr "小头像"
291
 
292
+ #: ../helper.php:896
293
  msgid "Large Avatar"
294
  msgstr "大头像"
295
 
296
+ #: ../helper.php:900 ../admin/general_options.php:128
297
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
298
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
299
  msgid "Save Changes"
300
  msgstr "保存更改"
301
 
358
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
359
 
360
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
361
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
362
  #: ../admin/like_buttons.php:827
363
  #, fuzzy
364
  msgid "Instagram Shoutout"
365
  msgstr "Instagram"
366
 
367
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
368
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
369
  #: ../admin/like_buttons.php:829
370
  msgid ""
371
  "If you can send (to hello@heateor.com) how our plugin is helping your "
374
  msgstr ""
375
 
376
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
377
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
378
  #: ../admin/like_buttons.php:830
379
  msgid ""
380
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
385
  msgstr ""
386
 
387
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
388
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
389
  #: ../admin/like_buttons.php:831
390
  msgid ""
391
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
525
 
526
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
527
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
528
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
529
  #: ../admin/like_buttons.php:793
530
  msgid "Shortcode & Widget"
531
  msgstr "簡碼和小工具"
536
 
537
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
538
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
539
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
540
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
541
  msgid "FAQ"
542
  msgstr "常见问题解答"
762
  msgid "Url to share"
763
  msgstr "要分享的网址"
764
 
765
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
766
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
767
  msgid "Title"
768
  msgstr "标题"
848
  msgstr "放置"
849
 
850
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
851
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
852
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
853
  msgid "Homepage"
854
  msgstr "主页"
1267
  "(指 Facebook 分享工作不正常的地址):"
1268
 
1269
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1270
+ #: ../admin/social_login.php:1057
1271
  msgid ""
1272
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1273
  "an online website for the plugin to function properly."
1295
  msgstr ""
1296
 
1297
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1298
+ #: ../admin/social_login.php:1063
1299
  msgid "Why is my browser blocking some features of the plugin?"
1300
  msgstr ""
1301
 
1625
  msgid "Advanced Configuration"
1626
  msgstr "基本配置"
1627
 
1628
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1629
  msgid "XProfile Integration"
1630
  msgstr ""
1631
 
1691
  msgstr ""
1692
 
1693
  #: ../admin/social_login.php:134
1694
+ #, fuzzy
1695
+ msgid "Twitch"
1696
+ msgstr "Twitter"
1697
+
1698
+ #: ../admin/social_login.php:139
1699
  msgid "LiveJournal"
1700
  msgstr ""
1701
 
1702
+ #: ../admin/social_login.php:147
1703
  msgid "Select Social ID provider to enable in Social Login"
1704
  msgstr "选择社会ID提供商以启用社会化登录"
1705
 
1706
+ #: ../admin/social_login.php:155
1707
  msgid "Facebook App ID"
1708
  msgstr "Facebook 应用 ID"
1709
 
1710
+ #: ../admin/social_login.php:165
1711
  #, php-format
1712
  msgid ""
1713
  "Required for Facebook Social Login to work. Please follow the documentation "
1716
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1717
  "Facebook的应用程序ID"
1718
 
1719
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1720
  msgid ""
1721
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1722
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1723
 
1724
+ #: ../admin/social_login.php:177
1725
  #, fuzzy
1726
  msgid "Facebook App Secret"
1727
  msgstr "Facebook 应用 ID"
1728
 
1729
+ #: ../admin/social_login.php:187
1730
  #, fuzzy, php-format
1731
  msgid ""
1732
  "Required for Facebook Social Login to work. Please follow the documentation "
1735
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1736
  "Facebook的应用程序ID"
1737
 
1738
+ #: ../admin/social_login.php:199
1739
  msgid "Twitter API Key"
1740
  msgstr "Twitter API密钥"
1741
 
1742
+ #: ../admin/social_login.php:209
1743
  #, php-format
1744
  msgid ""
1745
  "Required for Twitter Social Login to work. Please follow the documentation "
1748
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1749
  "Twitter的API密钥"
1750
 
1751
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1752
  msgid ""
1753
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1754
  "strong> options at the link mentioned"
1756
  "在提到的链接,粘贴以下url <strong>网站</strong> 以及<strong>回调 URL</"
1757
  "strong> 的选项"
1758
 
1759
+ #: ../admin/social_login.php:221
1760
  msgid "Twitter API Secret"
1761
  msgstr "Twitter API Secret"
1762
 
1763
+ #: ../admin/social_login.php:231
1764
  #, php-format
1765
  msgid ""
1766
  "Required for Twitter Social Login to work. Please follow the documentation "
1769
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1770
  "Twitter的API密钥"
1771
 
1772
+ #: ../admin/social_login.php:243
1773
  #, fuzzy
1774
  msgid "LinkedIn Client ID"
1775
  msgstr "LinkedIn"
1776
 
1777
+ #: ../admin/social_login.php:253
1778
  #, fuzzy, php-format
1779
  msgid ""
1780
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1783
  "需要LinkedIn社交登录。请按照文件在<a href=“%s” target=“_blank”>这个链接</a>得"
1784
  "到LinkedIn的API密钥"
1785
 
1786
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1787
+ #: ../admin/social_login.php:387
1788
  msgid ""
1789
  "Paste following url in <strong>Website URL</strong> option at the link "
1790
  "mentioned"
1791
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1792
 
1793
+ #: ../admin/social_login.php:265
1794
  msgid "LinkedIn Client Secret "
1795
  msgstr ""
1796
 
1797
+ #: ../admin/social_login.php:275
1798
  #, fuzzy, php-format
1799
  msgid ""
1800
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1804
  "需要LinkedIn社交登录。请按照文件在<a href=“%s” target=“_blank”>这个链接</a>得"
1805
  "到LinkedIn的API密钥"
1806
 
1807
+ #: ../admin/social_login.php:287
1808
  msgid "Google+ Client ID"
1809
  msgstr "Google+ 客户端ID"
1810
 
1811
+ #: ../admin/social_login.php:297
1812
  #, php-format
1813
  msgid ""
1814
  "Required for GooglePlus Social Login to work. Please follow the "
1818
  "需要GOOGLEPLUS社会登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链接"
1819
  "</a>得到GOOGLEPLUS客户端ID"
1820
 
1821
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1822
  #, fuzzy
1823
  msgid ""
1824
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1825
  "the link mentioned"
1826
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1827
 
1828
+ #: ../admin/social_login.php:309
1829
  #, fuzzy
1830
  msgid "Google+ Client Secret"
1831
  msgstr "Google+ 客户端ID"
1832
 
1833
+ #: ../admin/social_login.php:319
1834
  #, fuzzy, php-format
1835
  msgid ""
1836
  "Required for GooglePlus Social Login to work. Please follow the "
1840
  "需要GOOGLEPLUS社会登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链接"
1841
  "</a>得到GOOGLEPLUS客户端ID"
1842
 
1843
+ #: ../admin/social_login.php:331
1844
  msgid "Vkontakte Application ID"
1845
  msgstr "VKontakte应用程序ID"
1846
 
1847
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1848
  #, php-format
1849
  msgid ""
1850
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1854
  "要求Vkontakte社会登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>"
1855
  "得到的Vkontakte应用程序ID"
1856
 
1857
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1858
  msgid ""
1859
  "Paste following url in <strong>Site address</strong> option at the link "
1860
  "mentioned"
1861
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1862
 
1863
+ #: ../admin/social_login.php:353
1864
  #, fuzzy
1865
  msgid "Vkontakte Secure key"
1866
  msgstr "Vkontakte"
1867
 
1868
+ #: ../admin/social_login.php:375
1869
  msgid "Instagram Client ID"
1870
  msgstr "Instagram客户端ID"
1871
 
1872
+ #: ../admin/social_login.php:385
1873
  #, php-format
1874
  msgid ""
1875
  "Required for Instagram Social Login to work. Please follow the documentation "
1878
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1879
  "a>得到的Instagram客户端ID"
1880
 
1881
+ #: ../admin/social_login.php:397
1882
  msgid "Xing Consumer Key"
1883
  msgstr "Xing Consumer Key"
1884
 
1885
+ #: ../admin/social_login.php:407
1886
  #, php-format
1887
  msgid ""
1888
  "Required for Xing Social Login to work. Please follow the documentation at "
1891
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
1892
  "消费者邢重点"
1893
 
1894
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
1895
  msgid ""
1896
  "Paste following url in <strong>Callback domain</strong> option at the link "
1897
  "mentioned"
1898
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1899
 
1900
+ #: ../admin/social_login.php:419
1901
  msgid "Xing Consumer Secret"
1902
  msgstr "Xing Consumer Secret"
1903
 
1904
+ #: ../admin/social_login.php:429
1905
  #, php-format
1906
  msgid ""
1907
  "Required for Xing Social Login to work. Please follow the documentation at "
1910
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
1911
  "xing Consumer Secret"
1912
 
1913
+ #: ../admin/social_login.php:441
1914
  #, fuzzy
1915
  msgid "Steam API Key"
1916
  msgstr "Twitter API密钥"
1917
 
1918
+ #: ../admin/social_login.php:451
1919
  #, fuzzy, php-format
1920
  msgid ""
1921
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1924
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1925
  "Twitter的API密钥"
1926
 
1927
+ #: ../admin/social_login.php:452
1928
  #, fuzzy
1929
  msgid "Save following <strong>domain</strong> to get the key"
1930
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1931
 
1932
+ #: ../admin/social_login.php:461
1933
+ #, fuzzy
1934
+ msgid "Twitch Client ID"
1935
+ msgstr "Instagram客户端ID"
1936
+
1937
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
1938
+ #, fuzzy, php-format
1939
+ msgid ""
1940
+ "Required for Twitch Social Login to work. Please follow the documentation at "
1941
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
1942
+ msgstr ""
1943
+ "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1944
+ "Twitter的API密钥"
1945
+
1946
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
1947
+ #, fuzzy
1948
+ msgid ""
1949
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
1950
+ "mentioned"
1951
+ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1952
+
1953
+ #: ../admin/social_login.php:483
1954
+ #, fuzzy
1955
+ msgid "Twitch Client Secret"
1956
+ msgstr "Instagram客户端ID"
1957
+
1958
+ #: ../admin/social_login.php:512
1959
  #, fuzzy
1960
  msgid "Social Login Options"
1961
  msgstr "社交账户登陆"
1962
 
1963
+ #: ../admin/social_login.php:528
1964
  msgid "Text to display above the Social Login interface"
1965
  msgstr "文本显示社会登录界面的上方"
1966
 
1967
+ #: ../admin/social_login.php:537
1968
  msgid "Enable at login page"
1969
  msgstr "在登录页面启用"
1970
 
1971
+ #: ../admin/social_login.php:547
1972
  msgid ""
1973
  "Social Login interface will get enabled at the login page of your website"
1974
  msgstr "社会登录界面会在你的网站的登录页面启用"
1975
 
1976
+ #: ../admin/social_login.php:555
1977
  msgid "Enable at register page"
1978
  msgstr "在注册页面启用"
1979
 
1980
+ #: ../admin/social_login.php:565
1981
  msgid ""
1982
  "Social Login interface will get enabled at the registration page of your "
1983
  "website"
1984
  msgstr "社会登录界面会在你的网站的注册页面启用"
1985
 
1986
+ #: ../admin/social_login.php:573
1987
  msgid "Enable at comment form"
1988
  msgstr "在评论表单启用"
1989
 
1990
+ #: ../admin/social_login.php:583
1991
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1992
  msgstr "社会登录界面会在您的WordPress评论的表单启用"
1993
 
1994
+ #: ../admin/social_login.php:592
1995
  #, fuzzy
1996
  msgid ""
1997
  "Link social account to already existing account, if email address matches"
1998
  msgstr "链接你的社会化媒体帐户登录您本站账号"
1999
 
2000
+ #: ../admin/social_login.php:602
2001
  msgid ""
2002
  "If email address of the user's Social Account matches with an already "
2003
  "existing account at your website, that social account will be linked to "
2005
  "Linking interface at their profile page."
2006
  msgstr ""
2007
 
2008
+ #: ../admin/social_login.php:616
2009
  msgid "Enable before WooCommerce Customer Login Form"
2010
  msgstr "WooCommerce客户登录表单前启用"
2011
 
2012
+ #: ../admin/social_login.php:626
2013
  msgid ""
2014
  "Social Login Interface will get enabled before the customer login form at "
2015
  "WooCommerce My Account page"
2016
  msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2017
 
2018
+ #: ../admin/social_login.php:634
2019
  msgid "Enable after WooCommerce Customer Login Form"
2020
  msgstr "在WooCommerce客户登录表单后启用"
2021
 
2022
+ #: ../admin/social_login.php:644
2023
  msgid ""
2024
  "Social Login Interface will get enabled after the customer login form at "
2025
  "WooCommerce My Account page"
2026
  msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2027
 
2028
+ #: ../admin/social_login.php:652
2029
  msgid "Enable at WooCommerce checkout page"
2030
  msgstr "在WooCommerce “结算”页面启用"
2031
 
2032
+ #: ../admin/social_login.php:662
2033
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2034
  msgstr "社会登录界面将在WooCommerce结帐页面启用"
2035
 
2036
+ #: ../admin/social_login.php:673
2037
  msgid "Auto-approve comments made by Social Login users"
2038
  msgstr "自动批准社会登录用户评论"
2039
 
2040
+ #: ../admin/social_login.php:683
2041
  msgid ""
2042
  "If this option is enabled, and WordPress comment is made by Social Login "
2043
  "user, comment will get approved immediately without keeping in moderation."
2045
  "如果启用该选项,已经WordPress评论由社会登录用户发出,评论将会在不需要批准的情"
2046
  "况下立即批准。"
2047
 
2048
+ #: ../admin/social_login.php:684
2049
  msgid "Note: This is not related to Facebook comments"
2050
  msgstr "注:这Facebook的评论无关"
2051
 
2052
+ #: ../admin/social_login.php:694
2053
  msgid "Enable social avatar"
2054
  msgstr "启用社交头像"
2055
 
2056
+ #: ../admin/social_login.php:704
2057
  msgid ""
2058
  "Social profile pictures of the logged in user will be displayed as profile "
2059
  "avatar"
2060
  msgstr "登录用户的社交资料图片将显示为个人头像"
2061
 
2062
+ #: ../admin/social_login.php:714
2063
  msgid "Avatar quality"
2064
  msgstr "头像质量"
2065
 
2066
+ #: ../admin/social_login.php:717
2067
  msgid "Average"
2068
  msgstr "一般"
2069
 
2070
+ #: ../admin/social_login.php:718
2071
  msgid "Best"
2072
  msgstr "最好"
2073
 
2074
+ #: ../admin/social_login.php:725
2075
  msgid "Choose avatar quality"
2076
  msgstr "选择头像质量"
2077
 
2078
+ #: ../admin/social_login.php:734
2079
  msgid ""
2080
  "Show option for users to update social avatar at BuddyPress profile page"
2081
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2082
 
2083
+ #: ../admin/social_login.php:744
2084
  msgid ""
2085
  "If enabled, users would be able to update their social avatar from \"Profile "
2086
  "photo\" section in BuddyPress profile at front-end"
2088
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2089
  "头像"
2090
 
2091
+ #: ../admin/social_login.php:765
2092
  msgid ""
2093
  "If enabled and Social ID provider does not provide user's email address on "
2094
  "login, user will be asked to provide his/her email address. Otherwise, a "
2097
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2098
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2099
 
2100
+ #: ../admin/social_login.php:774
2101
  msgid "Send post-registration email to user to set account password"
2102
  msgstr ""
2103
 
2104
+ #: ../admin/social_login.php:784
2105
  msgid ""
2106
  "If enabled, an email will be sent to user after registration through Social "
2107
  "Login, regarding his/her login credentials (username-password to be able to "
2110
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2111
  "(用户名,密码,能够通过传统的登录表单登录)"
2112
 
2113
+ #: ../admin/social_login.php:792
2114
  #, fuzzy
2115
  msgid "Send new user registration notification email to admin"
2116
  msgstr "禁用社会登录用户注册"
2117
 
2118
+ #: ../admin/social_login.php:802
2119
  #, fuzzy
2120
  msgid ""
2121
  "If enabled, an email will be sent to admin after new user registers through "
2124
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2125
  "(用户名,密码,能够通过传统的登录表单登录)"
2126
 
2127
+ #: ../admin/social_login.php:811
2128
  msgid "Enable social account linking at BuddyPress profile page"
2129
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2130
 
2131
+ #: ../admin/social_login.php:821
2132
  msgid ""
2133
  "Enable this option to show social account linking interface at BuddyPress "
2134
  "profile page"
2135
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2136
 
2137
+ #: ../admin/social_login.php:830
2138
  msgid "Login redirection"
2139
  msgstr "登录重定向"
2140
 
2141
+ #: ../admin/social_login.php:834
2142
  msgid "Same page where user logged in"
2143
  msgstr "用户登录同样的页面"
2144
 
2145
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2146
  msgid "Account dashboard"
2147
  msgstr "帐户信息中心"
2148
 
2149
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2150
  msgid "BuddyPress profile page"
2151
  msgstr "BuddyPress 档案"
2152
 
2153
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2154
  msgid "Custom Url"
2155
  msgstr "自定义 URL"
2156
 
2157
+ #: ../admin/social_login.php:852
2158
  msgid "User will be redirected to the selected page after Social Login"
2159
  msgstr "用户社会登录后会被重定向到选择的页面"
2160
 
2161
+ #: ../admin/social_login.php:860
2162
  msgid "Registration redirection"
2163
  msgstr "注册重定向"
2164
 
2165
+ #: ../admin/social_login.php:864
2166
  msgid "Same page from where user registered"
2167
  msgstr "用户注册同样的页面"
2168
 
2169
+ #: ../admin/social_login.php:882
2170
  msgid ""
2171
  "User will be redirected to the selected page after registration (first "
2172
  "Social Login) through Social Login"
2173
  msgstr ""
2174
  "注册之后,通过社会化登录(第一个社会化登录)后,用户将被重定向到所选择的页面"
2175
 
2176
+ #: ../admin/social_login.php:890
2177
  msgid "Email popup options"
2178
  msgstr "电子邮件弹出选项"
2179
 
2180
+ #: ../admin/social_login.php:896
2181
  msgid "Text on 'Email required' popup"
2182
  msgstr "在“电子邮件必填”弹出口显示的文本"
2183
 
2184
+ #: ../admin/social_login.php:906
2185
  msgid ""
2186
  "This text will be displayed on email required popup. Leave empty if not "
2187
  "required."
2188
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2189
 
2190
+ #: ../admin/social_login.php:915
2191
  msgid "Error message for 'Email required' popup"
2192
  msgstr "“电子邮件必填”弹出口的错误信息"
2193
 
2194
+ #: ../admin/social_login.php:925
2195
  msgid ""
2196
  "This message will be displayed to user if it provides invalid or already "
2197
  "registered email"
2198
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2199
 
2200
+ #: ../admin/social_login.php:934
2201
  msgid "Email popup height"
2202
  msgstr "电子邮件弹出口高度"
2203
 
2204
+ #: ../admin/social_login.php:944
2205
  msgid ""
2206
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2207
  "can increase the height of popup by specifying in this option. Leave empty "
2210
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2211
  "的高度。留空为默认。"
2212
 
2213
+ #: ../admin/social_login.php:952
2214
  msgid "Enable email verification"
2215
  msgstr "启用电子邮件验证"
2216
 
2217
+ #: ../admin/social_login.php:962
2218
  msgid ""
2219
  "If enabled, email provided by the user will be verified by sending a "
2220
  "confirmation link to that email. User would not be able to login without "
2223
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2224
  "录。"
2225
 
2226
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2227
  #: ../inc/widget.php:578 ../inc/widget.php:726
2228
  msgid "Select"
2229
  msgstr "选择"
2230
 
2231
+ #: ../admin/social_login.php:1043
2232
  msgid "Social Login Shortcode & Widget"
2233
  msgstr "社会化登录简码&小工具"
2234
 
2235
+ #: ../admin/social_login.php:1044
2236
  msgid "Social Linking Shortcode"
2237
  msgstr "社会链接简码"
2238
 
2239
+ #: ../admin/social_login.php:1059
2240
  msgid "Why is social login not working?"
2241
  msgstr ""
2242
 
2243
+ #: ../admin/social_login.php:1060
2244
  msgid ""
2245
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2246
  "belong to the same app"
2247
  msgstr ""
2248
 
2249
+ #: ../admin/social_login.php:1062
2250
  msgid ""
2251
  "Why the user is not appearing logged in even after Social Login until the "
2252
  "webpage is refreshed manually?"
2468
  msgid "Providers not selected"
2469
  msgstr "未选定的供应商"
2470
 
2471
+ #: ../inc/social_login.php:725
2472
  msgid "Email"
2473
  msgstr ""
2474
 
2475
+ #: ../inc/social_login.php:726
2476
  msgid "Confirm email"
2477
  msgstr ""
2478
 
2479
+ #: ../inc/social_login.php:728
2480
  msgid "Save"
2481
  msgstr ""
2482
 
2483
+ #: ../inc/social_login.php:729
2484
  msgid "Cancel"
2485
  msgstr ""
2486
 
2487
+ #: ../inc/social_login.php:803
2488
  #, fuzzy
2489
  msgid "Email Verification"
2490
  msgstr "启用电子邮件验证"
2491
 
2492
+ #: ../inc/social_login.php:805
2493
  msgid ""
2494
  "Please click on the following link or paste it in browser to verify your "
2495
  "email"
2748
  #~ "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
2749
  #~ msgstr "在 GooglePlus 的应用程序配置页跟随步骤 11 和 12 来打开 "
2750
 
 
 
 
 
2751
  #~ msgid "LinkedIn API Key"
2752
  #~ msgstr "LlinkedIn App 的 API 密钥:"
2753
 
 
 
 
 
 
 
 
 
 
 
 
 
2754
  #~ msgid "Donate"
2755
  #~ msgstr "捐赠"
2756
 
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-03-16 11:40+0530\n"
6
- "PO-Revision-Date: 2018-03-16 11:40+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,141 +15,141 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:356 ../super_socializer.php:370
19
  msgid "Facebook SDK returned an error: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:366
23
  msgid "Graph returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:510
27
  msgid ""
28
  "cURL is not enabled at your website server. Please contact your website "
29
  "server administrator to enable it."
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:537
33
  #, php-format
34
  msgid ""
35
  "Enter exactly the following url in <strong>Website</strong> and "
36
  "<strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
37
  msgstr ""
38
 
39
- #: ../super_socializer.php:540
40
  msgid ""
41
  "Make sure cURL is enabled at your website server. You may need to contact "
42
  "the server administrator of your website to verify this"
43
  msgstr ""
44
 
45
- #: ../super_socializer.php:541
46
  #, php-format
47
  msgid ""
48
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
49
  msgstr ""
50
 
51
- #: ../super_socializer.php:808 ../helper.php:960
52
  msgid "Please verify your email address to login."
53
  msgstr ""
54
 
55
- #: ../super_socializer.php:808
56
  msgid "Your email has been verified. Now you can login to your account"
57
  msgstr ""
58
 
59
- #: ../super_socializer.php:812
60
  msgid "Notification"
61
  msgstr ""
62
 
63
- #: ../super_socializer.php:830 ../admin/social_login.php:706
64
  msgid "Email required"
65
  msgstr ""
66
 
67
- #: ../super_socializer.php:833
68
  msgid "Please check your email inbox to complete the registration."
69
  msgstr ""
70
 
71
- #: ../super_socializer.php:840 ../helper.php:500
72
  msgid "Enter your LiveJournal username"
73
  msgstr ""
74
 
75
- #: ../super_socializer.php:902
76
  msgid "Leave a reply"
77
  msgstr ""
78
 
79
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
80
  msgid "Shares"
81
  msgstr ""
82
 
83
- #: ../super_socializer.php:914 ../inc/social_sharing.php:233
84
  msgid "Share"
85
  msgstr ""
86
 
87
- #: ../super_socializer.php:914
88
  msgid "Link copied."
89
  msgstr ""
90
 
91
- #: ../super_socializer.php:1101
92
  msgid "Super Socializer - General Options"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:1101 ../admin/general_options.php:11
96
  #: ../admin/social_commenting.php:43
97
  msgid "General Options"
98
  msgstr ""
99
 
100
- #: ../super_socializer.php:1169 ../helper.php:882
101
  msgid "Social Avatar"
102
  msgstr ""
103
 
104
- #: ../super_socializer.php:1172
105
  msgid "Small Avatar Url"
106
  msgstr ""
107
 
108
- #: ../super_socializer.php:1176
109
  msgid "Large Avatar Url"
110
  msgstr ""
111
 
112
- #: ../super_socializer.php:1180 ../helper.php:885
113
  msgid ""
114
  "Do not fetch and update social avatar from my profile, next time I Social "
115
  "Login"
116
  msgstr ""
117
 
118
- #: ../super_socializer.php:1184 ../helper.php:886
119
  msgid "Update social avatar, next time I Social Login"
120
  msgstr ""
121
 
122
- #: ../super_socializer.php:1257 ../super_socializer.php:1639
123
  msgid ""
124
  "Your browser is blocking some features of this website. Please follow the "
125
  "instructions at {support_url} to unblock these."
126
  msgstr ""
127
 
128
- #: ../super_socializer.php:1263
129
  msgid "Login with your Social ID"
130
  msgstr ""
131
 
132
- #: ../super_socializer.php:1264
133
  msgid "Email you entered is already registered or invalid"
134
  msgstr ""
135
 
136
- #: ../super_socializer.php:1269
137
  msgid "Please enter a valid email address. You might be required to verify it"
138
  msgstr ""
139
 
140
- #: ../super_socializer.php:1488
141
  #, php-format
142
  msgid ""
143
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1503
147
  #, php-format
148
  msgid ""
149
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
150
  msgstr ""
151
 
152
- #: ../super_socializer.php:1527
153
  #, php-format
154
  msgid ""
155
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -157,12 +157,12 @@ msgid ""
157
  "target=\"_blank\">here</a>"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1527 ../super_socializer.php:1552
161
- #: ../super_socializer.php:1577 ../super_socializer.php:1601
162
  msgid "Okay"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1552
166
  #, php-format
167
  msgid ""
168
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -170,7 +170,7 @@ msgid ""
170
  "target=\"_blank\">here</a>"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:1577
174
  #, php-format
175
  msgid ""
176
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -178,7 +178,7 @@ msgid ""
178
  "target=\"_blank\">here</a>"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1601
182
  #, php-format
183
  msgid ""
184
  "Your website visitors will see a popup notification (only once) if their "
@@ -196,97 +196,97 @@ msgstr ""
196
  msgid "Dismiss this notice"
197
  msgstr ""
198
 
199
- #: ../helper.php:156
200
  msgid "Click to show help"
201
  msgstr ""
202
 
203
- #: ../helper.php:156
204
  msgid "Click to hide help"
205
  msgstr ""
206
 
207
- #: ../helper.php:249
208
  msgid "Add-Ons"
209
  msgstr ""
210
 
211
- #: ../helper.php:250
212
  msgid "Support Documentation"
213
  msgstr ""
214
 
215
- #: ../helper.php:251
216
  msgid "Settings"
217
  msgstr ""
218
 
219
- #: ../helper.php:549
220
  msgid "Account linked successfully"
221
  msgstr ""
222
 
223
- #: ../helper.php:553
224
  msgid "Account already exists or linked"
225
  msgstr ""
226
 
227
- #: ../helper.php:573
228
  msgid "Link your social account to login to your account at this website"
229
  msgstr ""
230
 
231
- #: ../helper.php:611 ../helper.php:617
232
  msgid "Currently"
233
  msgstr ""
234
 
235
- #: ../helper.php:611 ../helper.php:617
236
  msgid "Connected with"
237
  msgstr ""
238
 
239
- #: ../helper.php:611 ../helper.php:617
240
  msgid "Remove"
241
  msgstr ""
242
 
243
- #: ../helper.php:688
244
  msgid "Social Account Linking"
245
  msgstr ""
246
 
247
- #: ../helper.php:738
248
  msgid "Disable Standard Social Sharing on this "
249
  msgstr ""
250
 
251
- #: ../helper.php:743
252
  msgid "Disable Floating Social Sharing on this "
253
  msgstr ""
254
 
255
- #: ../helper.php:748
256
  msgid "Disable Standard like buttons on this "
257
  msgstr ""
258
 
259
- #: ../helper.php:753
260
  msgid "Disable Floating like buttons on this "
261
  msgstr ""
262
 
263
- #: ../helper.php:758
264
  msgid "Disable Social Commenting on this "
265
  msgstr ""
266
 
267
- #: ../helper.php:767
268
  msgid "Standard Sharing Interface"
269
  msgstr ""
270
 
271
- #: ../helper.php:773 ../helper.php:792
272
  msgid "Starting share count for "
273
  msgstr ""
274
 
275
- #: ../helper.php:786
276
  msgid "Floating Sharing Interface"
277
  msgstr ""
278
 
279
- #: ../helper.php:889
280
  msgid "Small Avatar"
281
  msgstr ""
282
 
283
- #: ../helper.php:893
284
  msgid "Large Avatar"
285
  msgstr ""
286
 
287
- #: ../helper.php:897 ../admin/general_options.php:128
288
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
289
- #: ../admin/social_login.php:1025 ../admin/like_buttons.php:822
290
  msgid "Save Changes"
291
  msgstr ""
292
 
@@ -349,13 +349,13 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
349
  msgstr ""
350
 
351
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
352
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1030
353
  #: ../admin/like_buttons.php:827
354
  msgid "Instagram Shoutout"
355
  msgstr ""
356
 
357
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
358
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1032
359
  #: ../admin/like_buttons.php:829
360
  msgid ""
361
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -364,7 +364,7 @@ msgid ""
364
  msgstr ""
365
 
366
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
367
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1033
368
  #: ../admin/like_buttons.php:830
369
  msgid ""
370
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -375,7 +375,7 @@ msgid ""
375
  msgstr ""
376
 
377
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
378
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1034
379
  #: ../admin/like_buttons.php:831
380
  msgid ""
381
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -508,7 +508,7 @@ msgstr ""
508
 
509
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
510
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
511
- #: ../admin/social_login.php:992 ../admin/like_buttons.php:47
512
  #: ../admin/like_buttons.php:793
513
  msgid "Shortcode & Widget"
514
  msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
519
 
520
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
521
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
522
- #: ../admin/social_login.php:41 ../admin/social_login.php:1006
523
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
524
  msgid "FAQ"
525
  msgstr ""
@@ -739,7 +739,7 @@ msgstr ""
739
  msgid "Url to share"
740
  msgstr ""
741
 
742
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:469
743
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
744
  msgid "Title"
745
  msgstr ""
@@ -822,7 +822,7 @@ msgid "Placement"
822
  msgstr ""
823
 
824
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
825
- #: ../admin/social_login.php:787 ../admin/social_login.php:817
826
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
827
  msgid "Homepage"
828
  msgstr ""
@@ -1215,7 +1215,7 @@ msgid ""
1215
  msgstr ""
1216
 
1217
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1218
- #: ../admin/social_login.php:1008
1219
  msgid ""
1220
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1221
  "an online website for the plugin to function properly."
@@ -1243,7 +1243,7 @@ msgid ""
1243
  msgstr ""
1244
 
1245
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1246
- #: ../admin/social_login.php:1014
1247
  msgid "Why is my browser blocking some features of the plugin?"
1248
  msgstr ""
1249
 
@@ -1560,7 +1560,7 @@ msgstr ""
1560
  msgid "Advanced Configuration"
1561
  msgstr ""
1562
 
1563
- #: ../admin/social_login.php:38 ../admin/social_login.php:943
1564
  msgid "XProfile Integration"
1565
  msgstr ""
1566
 
@@ -1622,91 +1622,95 @@ msgid "Steam"
1622
  msgstr ""
1623
 
1624
  #: ../admin/social_login.php:134
 
 
 
 
1625
  msgid "LiveJournal"
1626
  msgstr ""
1627
 
1628
- #: ../admin/social_login.php:142
1629
  msgid "Select Social ID provider to enable in Social Login"
1630
  msgstr ""
1631
 
1632
- #: ../admin/social_login.php:150
1633
  msgid "Facebook App ID"
1634
  msgstr ""
1635
 
1636
- #: ../admin/social_login.php:160
1637
  #, php-format
1638
  msgid ""
1639
  "Required for Facebook Social Login to work. Please follow the documentation "
1640
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1641
  msgstr ""
1642
 
1643
- #: ../admin/social_login.php:162 ../admin/social_login.php:184
1644
  msgid ""
1645
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1646
  msgstr ""
1647
 
1648
- #: ../admin/social_login.php:172
1649
  msgid "Facebook App Secret"
1650
  msgstr ""
1651
 
1652
- #: ../admin/social_login.php:182
1653
  #, php-format
1654
  msgid ""
1655
  "Required for Facebook Social Login to work. Please follow the documentation "
1656
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1657
  msgstr ""
1658
 
1659
- #: ../admin/social_login.php:194
1660
  msgid "Twitter API Key"
1661
  msgstr ""
1662
 
1663
- #: ../admin/social_login.php:204
1664
  #, php-format
1665
  msgid ""
1666
  "Required for Twitter Social Login to work. Please follow the documentation "
1667
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1668
  msgstr ""
1669
 
1670
- #: ../admin/social_login.php:206 ../admin/social_login.php:228
1671
  msgid ""
1672
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1673
  "strong> options at the link mentioned"
1674
  msgstr ""
1675
 
1676
- #: ../admin/social_login.php:216
1677
  msgid "Twitter API Secret"
1678
  msgstr ""
1679
 
1680
- #: ../admin/social_login.php:226
1681
  #, php-format
1682
  msgid ""
1683
  "Required for Twitter Social Login to work. Please follow the documentation "
1684
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1685
  msgstr ""
1686
 
1687
- #: ../admin/social_login.php:238
1688
  msgid "LinkedIn Client ID"
1689
  msgstr ""
1690
 
1691
- #: ../admin/social_login.php:248
1692
  #, php-format
1693
  msgid ""
1694
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1695
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1696
  msgstr ""
1697
 
1698
- #: ../admin/social_login.php:250 ../admin/social_login.php:272
1699
- #: ../admin/social_login.php:382
1700
  msgid ""
1701
  "Paste following url in <strong>Website URL</strong> option at the link "
1702
  "mentioned"
1703
  msgstr ""
1704
 
1705
- #: ../admin/social_login.php:260
1706
  msgid "LinkedIn Client Secret "
1707
  msgstr ""
1708
 
1709
- #: ../admin/social_login.php:270
1710
  #, php-format
1711
  msgid ""
1712
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1714,11 +1718,11 @@ msgid ""
1714
  "Secret"
1715
  msgstr ""
1716
 
1717
- #: ../admin/social_login.php:282
1718
  msgid "Google+ Client ID"
1719
  msgstr ""
1720
 
1721
- #: ../admin/social_login.php:292
1722
  #, php-format
1723
  msgid ""
1724
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1726,17 +1730,17 @@ msgid ""
1726
  "GooglePlus Client ID"
1727
  msgstr ""
1728
 
1729
- #: ../admin/social_login.php:294 ../admin/social_login.php:316
1730
  msgid ""
1731
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1732
  "the link mentioned"
1733
  msgstr ""
1734
 
1735
- #: ../admin/social_login.php:304
1736
  msgid "Google+ Client Secret"
1737
  msgstr ""
1738
 
1739
- #: ../admin/social_login.php:314
1740
  #, php-format
1741
  msgid ""
1742
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1744,11 +1748,11 @@ msgid ""
1744
  "GooglePlus Client Secret"
1745
  msgstr ""
1746
 
1747
- #: ../admin/social_login.php:326
1748
  msgid "Vkontakte Application ID"
1749
  msgstr ""
1750
 
1751
- #: ../admin/social_login.php:336 ../admin/social_login.php:358
1752
  #, php-format
1753
  msgid ""
1754
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1756,111 +1760,132 @@ msgid ""
1756
  "Application ID"
1757
  msgstr ""
1758
 
1759
- #: ../admin/social_login.php:338 ../admin/social_login.php:360
1760
  msgid ""
1761
  "Paste following url in <strong>Site address</strong> option at the link "
1762
  "mentioned"
1763
  msgstr ""
1764
 
1765
- #: ../admin/social_login.php:348
1766
  msgid "Vkontakte Secure key"
1767
  msgstr ""
1768
 
1769
- #: ../admin/social_login.php:370
1770
  msgid "Instagram Client ID"
1771
  msgstr ""
1772
 
1773
- #: ../admin/social_login.php:380
1774
  #, php-format
1775
  msgid ""
1776
  "Required for Instagram Social Login to work. Please follow the documentation "
1777
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1778
  msgstr ""
1779
 
1780
- #: ../admin/social_login.php:392
1781
  msgid "Xing Consumer Key"
1782
  msgstr ""
1783
 
1784
- #: ../admin/social_login.php:402
1785
  #, php-format
1786
  msgid ""
1787
  "Required for Xing Social Login to work. Please follow the documentation at "
1788
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1789
  msgstr ""
1790
 
1791
- #: ../admin/social_login.php:404 ../admin/social_login.php:426
1792
  msgid ""
1793
  "Paste following url in <strong>Callback domain</strong> option at the link "
1794
  "mentioned"
1795
  msgstr ""
1796
 
1797
- #: ../admin/social_login.php:414
1798
  msgid "Xing Consumer Secret"
1799
  msgstr ""
1800
 
1801
- #: ../admin/social_login.php:424
1802
  #, php-format
1803
  msgid ""
1804
  "Required for Xing Social Login to work. Please follow the documentation at "
1805
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1806
  msgstr ""
1807
 
1808
- #: ../admin/social_login.php:436
1809
  msgid "Steam API Key"
1810
  msgstr ""
1811
 
1812
- #: ../admin/social_login.php:446
1813
  #, php-format
1814
  msgid ""
1815
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1816
  "\"_blank\">this link</a>"
1817
  msgstr ""
1818
 
1819
- #: ../admin/social_login.php:447
1820
  msgid "Save following <strong>domain</strong> to get the key"
1821
  msgstr ""
1822
 
1823
- #: ../admin/social_login.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1824
  msgid "Social Login Options"
1825
  msgstr ""
1826
 
1827
- #: ../admin/social_login.php:479
1828
  msgid "Text to display above the Social Login interface"
1829
  msgstr ""
1830
 
1831
- #: ../admin/social_login.php:488
1832
  msgid "Enable at login page"
1833
  msgstr ""
1834
 
1835
- #: ../admin/social_login.php:498
1836
  msgid ""
1837
  "Social Login interface will get enabled at the login page of your website"
1838
  msgstr ""
1839
 
1840
- #: ../admin/social_login.php:506
1841
  msgid "Enable at register page"
1842
  msgstr ""
1843
 
1844
- #: ../admin/social_login.php:516
1845
  msgid ""
1846
  "Social Login interface will get enabled at the registration page of your "
1847
  "website"
1848
  msgstr ""
1849
 
1850
- #: ../admin/social_login.php:524
1851
  msgid "Enable at comment form"
1852
  msgstr ""
1853
 
1854
- #: ../admin/social_login.php:534
1855
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1856
  msgstr ""
1857
 
1858
- #: ../admin/social_login.php:543
1859
  msgid ""
1860
  "Link social account to already existing account, if email address matches"
1861
  msgstr ""
1862
 
1863
- #: ../admin/social_login.php:553
1864
  msgid ""
1865
  "If email address of the user's Social Account matches with an already "
1866
  "existing account at your website, that social account will be linked to "
@@ -1868,231 +1893,231 @@ msgid ""
1868
  "Linking interface at their profile page."
1869
  msgstr ""
1870
 
1871
- #: ../admin/social_login.php:567
1872
  msgid "Enable before WooCommerce Customer Login Form"
1873
  msgstr ""
1874
 
1875
- #: ../admin/social_login.php:577
1876
  msgid ""
1877
  "Social Login Interface will get enabled before the customer login form at "
1878
  "WooCommerce My Account page"
1879
  msgstr ""
1880
 
1881
- #: ../admin/social_login.php:585
1882
  msgid "Enable after WooCommerce Customer Login Form"
1883
  msgstr ""
1884
 
1885
- #: ../admin/social_login.php:595
1886
  msgid ""
1887
  "Social Login Interface will get enabled after the customer login form at "
1888
  "WooCommerce My Account page"
1889
  msgstr ""
1890
 
1891
- #: ../admin/social_login.php:603
1892
  msgid "Enable at WooCommerce checkout page"
1893
  msgstr ""
1894
 
1895
- #: ../admin/social_login.php:613
1896
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1897
  msgstr ""
1898
 
1899
- #: ../admin/social_login.php:624
1900
  msgid "Auto-approve comments made by Social Login users"
1901
  msgstr ""
1902
 
1903
- #: ../admin/social_login.php:634
1904
  msgid ""
1905
  "If this option is enabled, and WordPress comment is made by Social Login "
1906
  "user, comment will get approved immediately without keeping in moderation."
1907
  msgstr ""
1908
 
1909
- #: ../admin/social_login.php:635
1910
  msgid "Note: This is not related to Facebook comments"
1911
  msgstr ""
1912
 
1913
- #: ../admin/social_login.php:645
1914
  msgid "Enable social avatar"
1915
  msgstr ""
1916
 
1917
- #: ../admin/social_login.php:655
1918
  msgid ""
1919
  "Social profile pictures of the logged in user will be displayed as profile "
1920
  "avatar"
1921
  msgstr ""
1922
 
1923
- #: ../admin/social_login.php:665
1924
  msgid "Avatar quality"
1925
  msgstr ""
1926
 
1927
- #: ../admin/social_login.php:668
1928
  msgid "Average"
1929
  msgstr ""
1930
 
1931
- #: ../admin/social_login.php:669
1932
  msgid "Best"
1933
  msgstr ""
1934
 
1935
- #: ../admin/social_login.php:676
1936
  msgid "Choose avatar quality"
1937
  msgstr ""
1938
 
1939
- #: ../admin/social_login.php:685
1940
  msgid ""
1941
  "Show option for users to update social avatar at BuddyPress profile page"
1942
  msgstr ""
1943
 
1944
- #: ../admin/social_login.php:695
1945
  msgid ""
1946
  "If enabled, users would be able to update their social avatar from \"Profile "
1947
  "photo\" section in BuddyPress profile at front-end"
1948
  msgstr ""
1949
 
1950
- #: ../admin/social_login.php:716
1951
  msgid ""
1952
  "If enabled and Social ID provider does not provide user's email address on "
1953
  "login, user will be asked to provide his/her email address. Otherwise, a "
1954
  "dummy email will be generated"
1955
  msgstr ""
1956
 
1957
- #: ../admin/social_login.php:725
1958
  msgid "Send post-registration email to user to set account password"
1959
  msgstr ""
1960
 
1961
- #: ../admin/social_login.php:735
1962
  msgid ""
1963
  "If enabled, an email will be sent to user after registration through Social "
1964
  "Login, regarding his/her login credentials (username-password to be able to "
1965
  "login via traditional login form)"
1966
  msgstr ""
1967
 
1968
- #: ../admin/social_login.php:743
1969
  msgid "Send new user registration notification email to admin"
1970
  msgstr ""
1971
 
1972
- #: ../admin/social_login.php:753
1973
  msgid ""
1974
  "If enabled, an email will be sent to admin after new user registers through "
1975
  "Social Login, notifying admin about the new user registration"
1976
  msgstr ""
1977
 
1978
- #: ../admin/social_login.php:762
1979
  msgid "Enable social account linking at BuddyPress profile page"
1980
  msgstr ""
1981
 
1982
- #: ../admin/social_login.php:772
1983
  msgid ""
1984
  "Enable this option to show social account linking interface at BuddyPress "
1985
  "profile page"
1986
  msgstr ""
1987
 
1988
- #: ../admin/social_login.php:781
1989
  msgid "Login redirection"
1990
  msgstr ""
1991
 
1992
- #: ../admin/social_login.php:785
1993
  msgid "Same page where user logged in"
1994
  msgstr ""
1995
 
1996
- #: ../admin/social_login.php:789 ../admin/social_login.php:819
1997
  msgid "Account dashboard"
1998
  msgstr ""
1999
 
2000
- #: ../admin/social_login.php:792 ../admin/social_login.php:822
2001
  msgid "BuddyPress profile page"
2002
  msgstr ""
2003
 
2004
- #: ../admin/social_login.php:795 ../admin/social_login.php:825
2005
  msgid "Custom Url"
2006
  msgstr ""
2007
 
2008
- #: ../admin/social_login.php:803
2009
  msgid "User will be redirected to the selected page after Social Login"
2010
  msgstr ""
2011
 
2012
- #: ../admin/social_login.php:811
2013
  msgid "Registration redirection"
2014
  msgstr ""
2015
 
2016
- #: ../admin/social_login.php:815
2017
  msgid "Same page from where user registered"
2018
  msgstr ""
2019
 
2020
- #: ../admin/social_login.php:833
2021
  msgid ""
2022
  "User will be redirected to the selected page after registration (first "
2023
  "Social Login) through Social Login"
2024
  msgstr ""
2025
 
2026
- #: ../admin/social_login.php:841
2027
  msgid "Email popup options"
2028
  msgstr ""
2029
 
2030
- #: ../admin/social_login.php:847
2031
  msgid "Text on 'Email required' popup"
2032
  msgstr ""
2033
 
2034
- #: ../admin/social_login.php:857
2035
  msgid ""
2036
  "This text will be displayed on email required popup. Leave empty if not "
2037
  "required."
2038
  msgstr ""
2039
 
2040
- #: ../admin/social_login.php:866
2041
  msgid "Error message for 'Email required' popup"
2042
  msgstr ""
2043
 
2044
- #: ../admin/social_login.php:876
2045
  msgid ""
2046
  "This message will be displayed to user if it provides invalid or already "
2047
  "registered email"
2048
  msgstr ""
2049
 
2050
- #: ../admin/social_login.php:885
2051
  msgid "Email popup height"
2052
  msgstr ""
2053
 
2054
- #: ../admin/social_login.php:895
2055
  msgid ""
2056
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2057
  "can increase the height of popup by specifying in this option. Leave empty "
2058
  "for default."
2059
  msgstr ""
2060
 
2061
- #: ../admin/social_login.php:903
2062
  msgid "Enable email verification"
2063
  msgstr ""
2064
 
2065
- #: ../admin/social_login.php:913
2066
  msgid ""
2067
  "If enabled, email provided by the user will be verified by sending a "
2068
  "confirmation link to that email. User would not be able to login without "
2069
  "verifying his/her email"
2070
  msgstr ""
2071
 
2072
- #: ../admin/social_login.php:963 ../inc/widget.php:248 ../inc/widget.php:414
2073
  #: ../inc/widget.php:578 ../inc/widget.php:726
2074
  msgid "Select"
2075
  msgstr ""
2076
 
2077
- #: ../admin/social_login.php:994
2078
  msgid "Social Login Shortcode & Widget"
2079
  msgstr ""
2080
 
2081
- #: ../admin/social_login.php:995
2082
  msgid "Social Linking Shortcode"
2083
  msgstr ""
2084
 
2085
- #: ../admin/social_login.php:1010
2086
  msgid "Why is social login not working?"
2087
  msgstr ""
2088
 
2089
- #: ../admin/social_login.php:1011
2090
  msgid ""
2091
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2092
  "belong to the same app"
2093
  msgstr ""
2094
 
2095
- #: ../admin/social_login.php:1013
2096
  msgid ""
2097
  "Why the user is not appearing logged in even after Social Login until the "
2098
  "webpage is refreshed manually?"
@@ -2298,27 +2323,27 @@ msgstr ""
2298
  msgid "Providers not selected"
2299
  msgstr ""
2300
 
2301
- #: ../inc/social_login.php:714
2302
  msgid "Email"
2303
  msgstr ""
2304
 
2305
- #: ../inc/social_login.php:715
2306
  msgid "Confirm email"
2307
  msgstr ""
2308
 
2309
- #: ../inc/social_login.php:717
2310
  msgid "Save"
2311
  msgstr ""
2312
 
2313
- #: ../inc/social_login.php:718
2314
  msgid "Cancel"
2315
  msgstr ""
2316
 
2317
- #: ../inc/social_login.php:792
2318
  msgid "Email Verification"
2319
  msgstr ""
2320
 
2321
- #: ../inc/social_login.php:794
2322
  msgid ""
2323
  "Please click on the following link or paste it in browser to verify your "
2324
  "email"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-03-25 15:08+0530\n"
6
+ "PO-Revision-Date: 2018-03-25 15:08+0530\n"
7
  "Last-Translator: Team 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:390 ../super_socializer.php:404
19
  msgid "Facebook SDK returned an error: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:400
23
  msgid "Graph returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:563
27
  msgid ""
28
  "cURL is not enabled at your website server. Please contact your website "
29
  "server administrator to enable it."
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:590
33
  #, php-format
34
  msgid ""
35
  "Enter exactly the following url in <strong>Website</strong> and "
36
  "<strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
37
  msgstr ""
38
 
39
+ #: ../super_socializer.php:593
40
  msgid ""
41
  "Make sure cURL is enabled at your website server. You may need to contact "
42
  "the server administrator of your website to verify this"
43
  msgstr ""
44
 
45
+ #: ../super_socializer.php:594
46
  #, php-format
47
  msgid ""
48
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
49
  msgstr ""
50
 
51
+ #: ../super_socializer.php:860 ../helper.php:963
52
  msgid "Please verify your email address to login."
53
  msgstr ""
54
 
55
+ #: ../super_socializer.php:860
56
  msgid "Your email has been verified. Now you can login to your account"
57
  msgstr ""
58
 
59
+ #: ../super_socializer.php:864
60
  msgid "Notification"
61
  msgstr ""
62
 
63
+ #: ../super_socializer.php:882 ../admin/social_login.php:755
64
  msgid "Email required"
65
  msgstr ""
66
 
67
+ #: ../super_socializer.php:885
68
  msgid "Please check your email inbox to complete the registration."
69
  msgstr ""
70
 
71
+ #: ../super_socializer.php:892 ../helper.php:503
72
  msgid "Enter your LiveJournal username"
73
  msgstr ""
74
 
75
+ #: ../super_socializer.php:954
76
  msgid "Leave a reply"
77
  msgstr ""
78
 
79
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
80
  msgid "Shares"
81
  msgstr ""
82
 
83
+ #: ../super_socializer.php:966 ../inc/social_sharing.php:233
84
  msgid "Share"
85
  msgstr ""
86
 
87
+ #: ../super_socializer.php:966
88
  msgid "Link copied."
89
  msgstr ""
90
 
91
+ #: ../super_socializer.php:1153
92
  msgid "Super Socializer - General Options"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:1153 ../admin/general_options.php:11
96
  #: ../admin/social_commenting.php:43
97
  msgid "General Options"
98
  msgstr ""
99
 
100
+ #: ../super_socializer.php:1221 ../helper.php:885
101
  msgid "Social Avatar"
102
  msgstr ""
103
 
104
+ #: ../super_socializer.php:1224
105
  msgid "Small Avatar Url"
106
  msgstr ""
107
 
108
+ #: ../super_socializer.php:1228
109
  msgid "Large Avatar Url"
110
  msgstr ""
111
 
112
+ #: ../super_socializer.php:1232 ../helper.php:888
113
  msgid ""
114
  "Do not fetch and update social avatar from my profile, next time I Social "
115
  "Login"
116
  msgstr ""
117
 
118
+ #: ../super_socializer.php:1236 ../helper.php:889
119
  msgid "Update social avatar, next time I Social Login"
120
  msgstr ""
121
 
122
+ #: ../super_socializer.php:1309 ../super_socializer.php:1692
123
  msgid ""
124
  "Your browser is blocking some features of this website. Please follow the "
125
  "instructions at {support_url} to unblock these."
126
  msgstr ""
127
 
128
+ #: ../super_socializer.php:1315
129
  msgid "Login with your Social ID"
130
  msgstr ""
131
 
132
+ #: ../super_socializer.php:1316
133
  msgid "Email you entered is already registered or invalid"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:1321
137
  msgid "Please enter a valid email address. You might be required to verify it"
138
  msgstr ""
139
 
140
+ #: ../super_socializer.php:1540
141
  #, php-format
142
  msgid ""
143
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1556
147
  #, php-format
148
  msgid ""
149
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
150
  msgstr ""
151
 
152
+ #: ../super_socializer.php:1580
153
  #, php-format
154
  msgid ""
155
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
157
  "target=\"_blank\">here</a>"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1580 ../super_socializer.php:1605
161
+ #: ../super_socializer.php:1630 ../super_socializer.php:1654
162
  msgid "Okay"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1605
166
  #, php-format
167
  msgid ""
168
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
170
  "target=\"_blank\">here</a>"
171
  msgstr ""
172
 
173
+ #: ../super_socializer.php:1630
174
  #, php-format
175
  msgid ""
176
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
178
  "target=\"_blank\">here</a>"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1654
182
  #, php-format
183
  msgid ""
184
  "Your website visitors will see a popup notification (only once) if their "
196
  msgid "Dismiss this notice"
197
  msgstr ""
198
 
199
+ #: ../helper.php:159
200
  msgid "Click to show help"
201
  msgstr ""
202
 
203
+ #: ../helper.php:159
204
  msgid "Click to hide help"
205
  msgstr ""
206
 
207
+ #: ../helper.php:252
208
  msgid "Add-Ons"
209
  msgstr ""
210
 
211
+ #: ../helper.php:253
212
  msgid "Support Documentation"
213
  msgstr ""
214
 
215
+ #: ../helper.php:254
216
  msgid "Settings"
217
  msgstr ""
218
 
219
+ #: ../helper.php:552
220
  msgid "Account linked successfully"
221
  msgstr ""
222
 
223
+ #: ../helper.php:556
224
  msgid "Account already exists or linked"
225
  msgstr ""
226
 
227
+ #: ../helper.php:576
228
  msgid "Link your social account to login to your account at this website"
229
  msgstr ""
230
 
231
+ #: ../helper.php:614 ../helper.php:620
232
  msgid "Currently"
233
  msgstr ""
234
 
235
+ #: ../helper.php:614 ../helper.php:620
236
  msgid "Connected with"
237
  msgstr ""
238
 
239
+ #: ../helper.php:614 ../helper.php:620
240
  msgid "Remove"
241
  msgstr ""
242
 
243
+ #: ../helper.php:691
244
  msgid "Social Account Linking"
245
  msgstr ""
246
 
247
+ #: ../helper.php:741
248
  msgid "Disable Standard Social Sharing on this "
249
  msgstr ""
250
 
251
+ #: ../helper.php:746
252
  msgid "Disable Floating Social Sharing on this "
253
  msgstr ""
254
 
255
+ #: ../helper.php:751
256
  msgid "Disable Standard like buttons on this "
257
  msgstr ""
258
 
259
+ #: ../helper.php:756
260
  msgid "Disable Floating like buttons on this "
261
  msgstr ""
262
 
263
+ #: ../helper.php:761
264
  msgid "Disable Social Commenting on this "
265
  msgstr ""
266
 
267
+ #: ../helper.php:770
268
  msgid "Standard Sharing Interface"
269
  msgstr ""
270
 
271
+ #: ../helper.php:776 ../helper.php:795
272
  msgid "Starting share count for "
273
  msgstr ""
274
 
275
+ #: ../helper.php:789
276
  msgid "Floating Sharing Interface"
277
  msgstr ""
278
 
279
+ #: ../helper.php:892
280
  msgid "Small Avatar"
281
  msgstr ""
282
 
283
+ #: ../helper.php:896
284
  msgid "Large Avatar"
285
  msgstr ""
286
 
287
+ #: ../helper.php:900 ../admin/general_options.php:128
288
  #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
289
+ #: ../admin/social_login.php:1074 ../admin/like_buttons.php:822
290
  msgid "Save Changes"
291
  msgstr ""
292
 
349
  msgstr ""
350
 
351
  #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
352
+ #: ../admin/social_commenting.php:492 ../admin/social_login.php:1079
353
  #: ../admin/like_buttons.php:827
354
  msgid "Instagram Shoutout"
355
  msgstr ""
356
 
357
  #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
358
+ #: ../admin/social_commenting.php:494 ../admin/social_login.php:1081
359
  #: ../admin/like_buttons.php:829
360
  msgid ""
361
  "If you can send (to hello@heateor.com) how our plugin is helping your "
364
  msgstr ""
365
 
366
  #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
367
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1082
368
  #: ../admin/like_buttons.php:830
369
  msgid ""
370
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
375
  msgstr ""
376
 
377
  #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
378
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1083
379
  #: ../admin/like_buttons.php:831
380
  msgid ""
381
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
508
 
509
  #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
510
  #: ../admin/social_sharing.php:1907 ../admin/social_login.php:40
511
+ #: ../admin/social_login.php:1041 ../admin/like_buttons.php:47
512
  #: ../admin/like_buttons.php:793
513
  msgid "Shortcode & Widget"
514
  msgstr ""
519
 
520
  #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
521
  #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
522
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1055
523
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
524
  msgid "FAQ"
525
  msgstr ""
739
  msgid "Url to share"
740
  msgstr ""
741
 
742
+ #: ../admin/social_sharing.php:731 ../admin/social_login.php:518
743
  #: ../admin/like_buttons.php:105 ../inc/widget.php:901
744
  msgid "Title"
745
  msgstr ""
822
  msgstr ""
823
 
824
  #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
825
+ #: ../admin/social_login.php:836 ../admin/social_login.php:866
826
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
827
  msgid "Homepage"
828
  msgstr ""
1215
  msgstr ""
1216
 
1217
  #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1218
+ #: ../admin/social_login.php:1057
1219
  msgid ""
1220
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1221
  "an online website for the plugin to function properly."
1243
  msgstr ""
1244
 
1245
  #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1246
+ #: ../admin/social_login.php:1063
1247
  msgid "Why is my browser blocking some features of the plugin?"
1248
  msgstr ""
1249
 
1560
  msgid "Advanced Configuration"
1561
  msgstr ""
1562
 
1563
+ #: ../admin/social_login.php:38 ../admin/social_login.php:992
1564
  msgid "XProfile Integration"
1565
  msgstr ""
1566
 
1622
  msgstr ""
1623
 
1624
  #: ../admin/social_login.php:134
1625
+ msgid "Twitch"
1626
+ msgstr ""
1627
+
1628
+ #: ../admin/social_login.php:139
1629
  msgid "LiveJournal"
1630
  msgstr ""
1631
 
1632
+ #: ../admin/social_login.php:147
1633
  msgid "Select Social ID provider to enable in Social Login"
1634
  msgstr ""
1635
 
1636
+ #: ../admin/social_login.php:155
1637
  msgid "Facebook App ID"
1638
  msgstr ""
1639
 
1640
+ #: ../admin/social_login.php:165
1641
  #, php-format
1642
  msgid ""
1643
  "Required for Facebook Social Login to work. Please follow the documentation "
1644
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1645
  msgstr ""
1646
 
1647
+ #: ../admin/social_login.php:167 ../admin/social_login.php:189
1648
  msgid ""
1649
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1650
  msgstr ""
1651
 
1652
+ #: ../admin/social_login.php:177
1653
  msgid "Facebook App Secret"
1654
  msgstr ""
1655
 
1656
+ #: ../admin/social_login.php:187
1657
  #, php-format
1658
  msgid ""
1659
  "Required for Facebook Social Login to work. Please follow the documentation "
1660
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1661
  msgstr ""
1662
 
1663
+ #: ../admin/social_login.php:199
1664
  msgid "Twitter API Key"
1665
  msgstr ""
1666
 
1667
+ #: ../admin/social_login.php:209
1668
  #, php-format
1669
  msgid ""
1670
  "Required for Twitter Social Login to work. Please follow the documentation "
1671
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1672
  msgstr ""
1673
 
1674
+ #: ../admin/social_login.php:211 ../admin/social_login.php:233
1675
  msgid ""
1676
  "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1677
  "strong> options at the link mentioned"
1678
  msgstr ""
1679
 
1680
+ #: ../admin/social_login.php:221
1681
  msgid "Twitter API Secret"
1682
  msgstr ""
1683
 
1684
+ #: ../admin/social_login.php:231
1685
  #, php-format
1686
  msgid ""
1687
  "Required for Twitter Social Login to work. Please follow the documentation "
1688
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1689
  msgstr ""
1690
 
1691
+ #: ../admin/social_login.php:243
1692
  msgid "LinkedIn Client ID"
1693
  msgstr ""
1694
 
1695
+ #: ../admin/social_login.php:253
1696
  #, php-format
1697
  msgid ""
1698
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1699
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1700
  msgstr ""
1701
 
1702
+ #: ../admin/social_login.php:255 ../admin/social_login.php:277
1703
+ #: ../admin/social_login.php:387
1704
  msgid ""
1705
  "Paste following url in <strong>Website URL</strong> option at the link "
1706
  "mentioned"
1707
  msgstr ""
1708
 
1709
+ #: ../admin/social_login.php:265
1710
  msgid "LinkedIn Client Secret "
1711
  msgstr ""
1712
 
1713
+ #: ../admin/social_login.php:275
1714
  #, php-format
1715
  msgid ""
1716
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1718
  "Secret"
1719
  msgstr ""
1720
 
1721
+ #: ../admin/social_login.php:287
1722
  msgid "Google+ Client ID"
1723
  msgstr ""
1724
 
1725
+ #: ../admin/social_login.php:297
1726
  #, php-format
1727
  msgid ""
1728
  "Required for GooglePlus Social Login to work. Please follow the "
1730
  "GooglePlus Client ID"
1731
  msgstr ""
1732
 
1733
+ #: ../admin/social_login.php:299 ../admin/social_login.php:321
1734
  msgid ""
1735
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1736
  "the link mentioned"
1737
  msgstr ""
1738
 
1739
+ #: ../admin/social_login.php:309
1740
  msgid "Google+ Client Secret"
1741
  msgstr ""
1742
 
1743
+ #: ../admin/social_login.php:319
1744
  #, php-format
1745
  msgid ""
1746
  "Required for GooglePlus Social Login to work. Please follow the "
1748
  "GooglePlus Client Secret"
1749
  msgstr ""
1750
 
1751
+ #: ../admin/social_login.php:331
1752
  msgid "Vkontakte Application ID"
1753
  msgstr ""
1754
 
1755
+ #: ../admin/social_login.php:341 ../admin/social_login.php:363
1756
  #, php-format
1757
  msgid ""
1758
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1760
  "Application ID"
1761
  msgstr ""
1762
 
1763
+ #: ../admin/social_login.php:343 ../admin/social_login.php:365
1764
  msgid ""
1765
  "Paste following url in <strong>Site address</strong> option at the link "
1766
  "mentioned"
1767
  msgstr ""
1768
 
1769
+ #: ../admin/social_login.php:353
1770
  msgid "Vkontakte Secure key"
1771
  msgstr ""
1772
 
1773
+ #: ../admin/social_login.php:375
1774
  msgid "Instagram Client ID"
1775
  msgstr ""
1776
 
1777
+ #: ../admin/social_login.php:385
1778
  #, php-format
1779
  msgid ""
1780
  "Required for Instagram Social Login to work. Please follow the documentation "
1781
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1782
  msgstr ""
1783
 
1784
+ #: ../admin/social_login.php:397
1785
  msgid "Xing Consumer Key"
1786
  msgstr ""
1787
 
1788
+ #: ../admin/social_login.php:407
1789
  #, php-format
1790
  msgid ""
1791
  "Required for Xing Social Login to work. Please follow the documentation at "
1792
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1793
  msgstr ""
1794
 
1795
+ #: ../admin/social_login.php:409 ../admin/social_login.php:431
1796
  msgid ""
1797
  "Paste following url in <strong>Callback domain</strong> option at the link "
1798
  "mentioned"
1799
  msgstr ""
1800
 
1801
+ #: ../admin/social_login.php:419
1802
  msgid "Xing Consumer Secret"
1803
  msgstr ""
1804
 
1805
+ #: ../admin/social_login.php:429
1806
  #, php-format
1807
  msgid ""
1808
  "Required for Xing Social Login to work. Please follow the documentation at "
1809
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1810
  msgstr ""
1811
 
1812
+ #: ../admin/social_login.php:441
1813
  msgid "Steam API Key"
1814
  msgstr ""
1815
 
1816
+ #: ../admin/social_login.php:451
1817
  #, php-format
1818
  msgid ""
1819
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1820
  "\"_blank\">this link</a>"
1821
  msgstr ""
1822
 
1823
+ #: ../admin/social_login.php:452
1824
  msgid "Save following <strong>domain</strong> to get the key"
1825
  msgstr ""
1826
 
1827
+ #: ../admin/social_login.php:461
1828
+ msgid "Twitch Client ID"
1829
+ msgstr ""
1830
+
1831
+ #: ../admin/social_login.php:471 ../admin/social_login.php:493
1832
+ #, php-format
1833
+ msgid ""
1834
+ "Required for Twitch Social Login to work. Please follow the documentation at "
1835
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
1836
+ msgstr ""
1837
+
1838
+ #: ../admin/social_login.php:473 ../admin/social_login.php:495
1839
+ msgid ""
1840
+ "Paste following url in <strong>Redirect URI</strong> option at the link "
1841
+ "mentioned"
1842
+ msgstr ""
1843
+
1844
+ #: ../admin/social_login.php:483
1845
+ msgid "Twitch Client Secret"
1846
+ msgstr ""
1847
+
1848
+ #: ../admin/social_login.php:512
1849
  msgid "Social Login Options"
1850
  msgstr ""
1851
 
1852
+ #: ../admin/social_login.php:528
1853
  msgid "Text to display above the Social Login interface"
1854
  msgstr ""
1855
 
1856
+ #: ../admin/social_login.php:537
1857
  msgid "Enable at login page"
1858
  msgstr ""
1859
 
1860
+ #: ../admin/social_login.php:547
1861
  msgid ""
1862
  "Social Login interface will get enabled at the login page of your website"
1863
  msgstr ""
1864
 
1865
+ #: ../admin/social_login.php:555
1866
  msgid "Enable at register page"
1867
  msgstr ""
1868
 
1869
+ #: ../admin/social_login.php:565
1870
  msgid ""
1871
  "Social Login interface will get enabled at the registration page of your "
1872
  "website"
1873
  msgstr ""
1874
 
1875
+ #: ../admin/social_login.php:573
1876
  msgid "Enable at comment form"
1877
  msgstr ""
1878
 
1879
+ #: ../admin/social_login.php:583
1880
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1881
  msgstr ""
1882
 
1883
+ #: ../admin/social_login.php:592
1884
  msgid ""
1885
  "Link social account to already existing account, if email address matches"
1886
  msgstr ""
1887
 
1888
+ #: ../admin/social_login.php:602
1889
  msgid ""
1890
  "If email address of the user's Social Account matches with an already "
1891
  "existing account at your website, that social account will be linked to "
1893
  "Linking interface at their profile page."
1894
  msgstr ""
1895
 
1896
+ #: ../admin/social_login.php:616
1897
  msgid "Enable before WooCommerce Customer Login Form"
1898
  msgstr ""
1899
 
1900
+ #: ../admin/social_login.php:626
1901
  msgid ""
1902
  "Social Login Interface will get enabled before the customer login form at "
1903
  "WooCommerce My Account page"
1904
  msgstr ""
1905
 
1906
+ #: ../admin/social_login.php:634
1907
  msgid "Enable after WooCommerce Customer Login Form"
1908
  msgstr ""
1909
 
1910
+ #: ../admin/social_login.php:644
1911
  msgid ""
1912
  "Social Login Interface will get enabled after the customer login form at "
1913
  "WooCommerce My Account page"
1914
  msgstr ""
1915
 
1916
+ #: ../admin/social_login.php:652
1917
  msgid "Enable at WooCommerce checkout page"
1918
  msgstr ""
1919
 
1920
+ #: ../admin/social_login.php:662
1921
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1922
  msgstr ""
1923
 
1924
+ #: ../admin/social_login.php:673
1925
  msgid "Auto-approve comments made by Social Login users"
1926
  msgstr ""
1927
 
1928
+ #: ../admin/social_login.php:683
1929
  msgid ""
1930
  "If this option is enabled, and WordPress comment is made by Social Login "
1931
  "user, comment will get approved immediately without keeping in moderation."
1932
  msgstr ""
1933
 
1934
+ #: ../admin/social_login.php:684
1935
  msgid "Note: This is not related to Facebook comments"
1936
  msgstr ""
1937
 
1938
+ #: ../admin/social_login.php:694
1939
  msgid "Enable social avatar"
1940
  msgstr ""
1941
 
1942
+ #: ../admin/social_login.php:704
1943
  msgid ""
1944
  "Social profile pictures of the logged in user will be displayed as profile "
1945
  "avatar"
1946
  msgstr ""
1947
 
1948
+ #: ../admin/social_login.php:714
1949
  msgid "Avatar quality"
1950
  msgstr ""
1951
 
1952
+ #: ../admin/social_login.php:717
1953
  msgid "Average"
1954
  msgstr ""
1955
 
1956
+ #: ../admin/social_login.php:718
1957
  msgid "Best"
1958
  msgstr ""
1959
 
1960
+ #: ../admin/social_login.php:725
1961
  msgid "Choose avatar quality"
1962
  msgstr ""
1963
 
1964
+ #: ../admin/social_login.php:734
1965
  msgid ""
1966
  "Show option for users to update social avatar at BuddyPress profile page"
1967
  msgstr ""
1968
 
1969
+ #: ../admin/social_login.php:744
1970
  msgid ""
1971
  "If enabled, users would be able to update their social avatar from \"Profile "
1972
  "photo\" section in BuddyPress profile at front-end"
1973
  msgstr ""
1974
 
1975
+ #: ../admin/social_login.php:765
1976
  msgid ""
1977
  "If enabled and Social ID provider does not provide user's email address on "
1978
  "login, user will be asked to provide his/her email address. Otherwise, a "
1979
  "dummy email will be generated"
1980
  msgstr ""
1981
 
1982
+ #: ../admin/social_login.php:774
1983
  msgid "Send post-registration email to user to set account password"
1984
  msgstr ""
1985
 
1986
+ #: ../admin/social_login.php:784
1987
  msgid ""
1988
  "If enabled, an email will be sent to user after registration through Social "
1989
  "Login, regarding his/her login credentials (username-password to be able to "
1990
  "login via traditional login form)"
1991
  msgstr ""
1992
 
1993
+ #: ../admin/social_login.php:792
1994
  msgid "Send new user registration notification email to admin"
1995
  msgstr ""
1996
 
1997
+ #: ../admin/social_login.php:802
1998
  msgid ""
1999
  "If enabled, an email will be sent to admin after new user registers through "
2000
  "Social Login, notifying admin about the new user registration"
2001
  msgstr ""
2002
 
2003
+ #: ../admin/social_login.php:811
2004
  msgid "Enable social account linking at BuddyPress profile page"
2005
  msgstr ""
2006
 
2007
+ #: ../admin/social_login.php:821
2008
  msgid ""
2009
  "Enable this option to show social account linking interface at BuddyPress "
2010
  "profile page"
2011
  msgstr ""
2012
 
2013
+ #: ../admin/social_login.php:830
2014
  msgid "Login redirection"
2015
  msgstr ""
2016
 
2017
+ #: ../admin/social_login.php:834
2018
  msgid "Same page where user logged in"
2019
  msgstr ""
2020
 
2021
+ #: ../admin/social_login.php:838 ../admin/social_login.php:868
2022
  msgid "Account dashboard"
2023
  msgstr ""
2024
 
2025
+ #: ../admin/social_login.php:841 ../admin/social_login.php:871
2026
  msgid "BuddyPress profile page"
2027
  msgstr ""
2028
 
2029
+ #: ../admin/social_login.php:844 ../admin/social_login.php:874
2030
  msgid "Custom Url"
2031
  msgstr ""
2032
 
2033
+ #: ../admin/social_login.php:852
2034
  msgid "User will be redirected to the selected page after Social Login"
2035
  msgstr ""
2036
 
2037
+ #: ../admin/social_login.php:860
2038
  msgid "Registration redirection"
2039
  msgstr ""
2040
 
2041
+ #: ../admin/social_login.php:864
2042
  msgid "Same page from where user registered"
2043
  msgstr ""
2044
 
2045
+ #: ../admin/social_login.php:882
2046
  msgid ""
2047
  "User will be redirected to the selected page after registration (first "
2048
  "Social Login) through Social Login"
2049
  msgstr ""
2050
 
2051
+ #: ../admin/social_login.php:890
2052
  msgid "Email popup options"
2053
  msgstr ""
2054
 
2055
+ #: ../admin/social_login.php:896
2056
  msgid "Text on 'Email required' popup"
2057
  msgstr ""
2058
 
2059
+ #: ../admin/social_login.php:906
2060
  msgid ""
2061
  "This text will be displayed on email required popup. Leave empty if not "
2062
  "required."
2063
  msgstr ""
2064
 
2065
+ #: ../admin/social_login.php:915
2066
  msgid "Error message for 'Email required' popup"
2067
  msgstr ""
2068
 
2069
+ #: ../admin/social_login.php:925
2070
  msgid ""
2071
  "This message will be displayed to user if it provides invalid or already "
2072
  "registered email"
2073
  msgstr ""
2074
 
2075
+ #: ../admin/social_login.php:934
2076
  msgid "Email popup height"
2077
  msgstr ""
2078
 
2079
+ #: ../admin/social_login.php:944
2080
  msgid ""
2081
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2082
  "can increase the height of popup by specifying in this option. Leave empty "
2083
  "for default."
2084
  msgstr ""
2085
 
2086
+ #: ../admin/social_login.php:952
2087
  msgid "Enable email verification"
2088
  msgstr ""
2089
 
2090
+ #: ../admin/social_login.php:962
2091
  msgid ""
2092
  "If enabled, email provided by the user will be verified by sending a "
2093
  "confirmation link to that email. User would not be able to login without "
2094
  "verifying his/her email"
2095
  msgstr ""
2096
 
2097
+ #: ../admin/social_login.php:1012 ../inc/widget.php:248 ../inc/widget.php:414
2098
  #: ../inc/widget.php:578 ../inc/widget.php:726
2099
  msgid "Select"
2100
  msgstr ""
2101
 
2102
+ #: ../admin/social_login.php:1043
2103
  msgid "Social Login Shortcode & Widget"
2104
  msgstr ""
2105
 
2106
+ #: ../admin/social_login.php:1044
2107
  msgid "Social Linking Shortcode"
2108
  msgstr ""
2109
 
2110
+ #: ../admin/social_login.php:1059
2111
  msgid "Why is social login not working?"
2112
  msgstr ""
2113
 
2114
+ #: ../admin/social_login.php:1060
2115
  msgid ""
2116
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2117
  "belong to the same app"
2118
  msgstr ""
2119
 
2120
+ #: ../admin/social_login.php:1062
2121
  msgid ""
2122
  "Why the user is not appearing logged in even after Social Login until the "
2123
  "webpage is refreshed manually?"
2323
  msgid "Providers not selected"
2324
  msgstr ""
2325
 
2326
+ #: ../inc/social_login.php:725
2327
  msgid "Email"
2328
  msgstr ""
2329
 
2330
+ #: ../inc/social_login.php:726
2331
  msgid "Confirm email"
2332
  msgstr ""
2333
 
2334
+ #: ../inc/social_login.php:728
2335
  msgid "Save"
2336
  msgstr ""
2337
 
2338
+ #: ../inc/social_login.php:729
2339
  msgid "Cancel"
2340
  msgstr ""
2341
 
2342
+ #: ../inc/social_login.php:803
2343
  msgid "Email Verification"
2344
  msgstr ""
2345
 
2346
+ #: ../inc/social_login.php:805
2347
  msgid ""
2348
  "Please click on the following link or paste it in browser to verify your "
2349
  "email"
library/Twitch/twitch.php ADDED
@@ -0,0 +1,673 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * TwitchTV API code by Elias Ranz-Schleifer
4
+ * Thank you for using my code please refer to
5
+ * https://github.com/Xxplosions/twitchtv-oauth for future updates
6
+ * Have questions or feedback? Contact Elias on Twitter (https://twitter.com/xxplosions)
7
+ * Check out my livestream at http://twitch.tv/xxplosions (It would be amazing to chat with you about future updates)
8
+ */
9
+
10
+ class TwitchTV {
11
+ var $base_url = "https://api.twitch.tv/kraken/";
12
+ var $client_id = '';
13
+ var $client_secret = '';
14
+ var $redirect_url = '';
15
+ var $scope_array = array();
16
+
17
+ /**
18
+ * Channel data for the fetched user
19
+ *
20
+ * @var stdClass
21
+ */
22
+ var $channel_data = null;
23
+ var $curl_cache;
24
+
25
+ public function __construct($client_id, $client_secret, $redirect_url, $scope_array) {
26
+ $this->client_id = $client_id;
27
+ $this->client_secret = $client_secret;
28
+ $this->redirect_url = $redirect_url;
29
+ $this->scope_array = $scope_array;
30
+
31
+ $this->curl_cache = new TwitchTV_Curl_Cache();
32
+ }
33
+
34
+ /**
35
+ * Generates a link based on the desired scope
36
+ *
37
+ * @return string URL that is used to gain permissions for TwitchTV Authentication
38
+ */
39
+ public function authenticate() {
40
+ $i = 0;
41
+ $return = '';
42
+ $len = count($this->scope_array);
43
+ //search through the scope array and append a + foreach all but the last element
44
+ foreach ($this->scope_array as $scope) {
45
+ if ($i == $len - 1) {
46
+ $scope .= "";
47
+ $return .= $scope;
48
+ } else {
49
+ $scope .= "+";
50
+ $return .= $scope;
51
+ }
52
+
53
+ $i++;
54
+ }
55
+ //initiate connection to the twitch.tv servers
56
+ $scope = $return;
57
+ $authenticate_url = $this->base_url . 'oauth2/authorize?response_type=code&client_id=' . $this->client_id . '&redirect_uri=' . $this->redirect_url . '&scope=' . $scope;
58
+ return $authenticate_url;
59
+ }
60
+
61
+ /**
62
+ * Get's the access token for a specific user based on the code passed back from Twitch after Authenticating the application.
63
+ *
64
+ * @param string $code
65
+ * @return string Access token that is required by Twitch to make authenticated responses on behalf of the user
66
+ */
67
+ public function get_access_token($code) {
68
+ $ch = curl_init($this->base_url . "oauth2/token");
69
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, FALSE);
70
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
71
+ curl_setopt($ch, CURLOPT_POST, 1);
72
+ $fields = array(
73
+ 'client_id' => $this->client_id,
74
+ 'client_secret' => $this->client_secret,
75
+ 'grant_type' => 'authorization_code',
76
+ 'redirect_uri' => $this->redirect_url,
77
+ 'code' => $code
78
+ );
79
+ curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($fields));
80
+ $data = curl_exec($ch);
81
+ $response = json_decode($data, true);
82
+ return $response["access_token"];
83
+ }
84
+
85
+ /**
86
+ * Gets the authenticated user based on an access token.
87
+ * It's best to store this value in the database for future use.
88
+ *
89
+ * @param string $access_token
90
+ * @return string Username that is
91
+ */
92
+ public function authenticated_user($access_token) {
93
+ $ch = curl_init();
94
+ curl_setopt($ch, CURLOPT_URL, $this->base_url);
95
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
96
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
97
+ 'Authorization: OAuth ' . $access_token
98
+ ));
99
+ $output = curl_exec($ch);
100
+ $response = json_decode($output, true);
101
+ curl_close($ch);
102
+ if (isset($response['token']['error'])) {
103
+ return 'Unauthorized';
104
+ } else {
105
+ $username = $response['token']['user_name'];
106
+ return $username;
107
+ }
108
+ }
109
+ /**
110
+ * Makes sure that the stream that is passed in is an actual channel on TwitchTV.
111
+ *
112
+ * @param string $username
113
+ * @return boolean TRUE means that the channel is valid
114
+ * FALSE means that the channel is invalid
115
+ */
116
+
117
+ public function validate_stream($username) {
118
+ $userid = $this->get_userid($username);
119
+ $curl = curl_init();
120
+ curl_setopt_array($curl, array(
121
+ CURLOPT_RETURNTRANSFER => 1,
122
+ CURLOPT_URL => $this->base_url . 'users/' . $userid . '?client_id=' . $this->client_id . '&api_version=5'
123
+ ));
124
+
125
+ $result = curl_exec($curl);
126
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
127
+ if (!$result) {
128
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
129
+ } else {
130
+ $decoded = json_decode($result);
131
+ if (isset($decoded->error)) {
132
+ return false;
133
+ } else {
134
+ return true;
135
+ }
136
+ print_r($decoded);
137
+ }
138
+ }
139
+
140
+ /**
141
+ * Loads a channel and its data
142
+ *
143
+ * @param string $channel
144
+ * @return array Array of data that includes the display name, Status, Chat links, game that the stream is playing and the banner
145
+ */
146
+ public function load_channel($channel) {
147
+ $channelid = $this->get_userid($channel);
148
+ //initiate connection to the twitch.tv servers
149
+ $curl = curl_init();
150
+ curl_setopt_array($curl, array(
151
+ CURLOPT_RETURNTRANSFER => 1,
152
+ CURLOPT_URL => $this->base_url . 'channels/' . $channelid . '?client_id=' . $this->client_id . '&api_version=5'
153
+ ));
154
+ $result = curl_exec($curl);
155
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
156
+ if (!$result) {
157
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
158
+ } else {
159
+ //cURL Response worked
160
+ if (!empty($channel)) {
161
+ $return = json_decode($result);
162
+ $stream_details = array(
163
+ 'display_name' => $return->display_name,
164
+ 'status' => $return->status,
165
+ 'chat' => $return->_links->chat,
166
+ 'game' => $return->game,
167
+ 'banner' => $return->banner
168
+ );
169
+ return $stream_details;
170
+ }
171
+ }
172
+ curl_close($curl);
173
+ }
174
+
175
+ /**
176
+ * Loads a username and its data
177
+ *
178
+ * @param string $username
179
+ * @param string $profile_data
180
+ * @return array Array of data that includes the display name, Status, Chat links, game that the stream is playing and the banner
181
+ */
182
+ public function get_userid($username, $profile_data = false) {
183
+ //initiate connection to the twitch.tv servers
184
+ $curl = curl_init();
185
+ curl_setopt_array($curl, array(
186
+ CURLOPT_RETURNTRANSFER => 1,
187
+ CURLOPT_URL => $this->base_url . 'users/?login=' . $username . '&client_id=' . $this->client_id . '&api_version=5'
188
+ ));
189
+ $result = curl_exec($curl);
190
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
191
+ if (!$result) {
192
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
193
+ } else {
194
+ //cURL Response worked
195
+ if (!empty($username)) {
196
+ $return = json_decode($result, true);
197
+ if ($profile_data) {
198
+ return $return['users'][0];
199
+ }else{
200
+ $user_id = $return['users'][0]['_id'];
201
+ return $user_id;
202
+ }
203
+ }
204
+ }
205
+ curl_close($curl);
206
+ }
207
+
208
+ /**
209
+ * Loads the offline image for a given broadcaster display this if the channel is offline.
210
+ *
211
+ * @param string $channel
212
+ * @return string URL of the image that is given back by the Twitch. Uses a protocoless url on the front end
213
+ */
214
+ public function load_channel_offline_img($channel) {
215
+ $channelid = $this->get_userid($channel);
216
+ //initiate connection to the twitch.tv servers
217
+ $curl = curl_init();
218
+ curl_setopt_array($curl, array(
219
+ CURLOPT_RETURNTRANSFER => 1,
220
+ CURLOPT_URL => $this->base_url . 'channels/' . $channelid . '?client_id=' . $this->client_id . '&api_version=5'
221
+ ));
222
+ $result = curl_exec($curl);
223
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
224
+ if (!curl_exec($curl)) {
225
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
226
+ } else {
227
+ //cURL Response worked
228
+ if (!empty($channel)) {
229
+ $return = json_decode($result);
230
+
231
+ $offline_img = $return->video_banner;
232
+
233
+
234
+ return str_replace("http:", "", $offline_img);
235
+ }
236
+ }
237
+ curl_close($curl);
238
+
239
+ }
240
+
241
+ /**
242
+ * Grabs the video image that appears on the watch page if a stream is live.
243
+ *
244
+ * @param string $channel
245
+ * @return string URL of the image that is given back by the Twitch. Uses a protocoless url on the front end
246
+ */
247
+ public function load_channel_video_img($channel) {
248
+ $channelid = $this->get_userid($channel);
249
+ //initiate connection to the twitch.tv servers
250
+ $curl = curl_init();
251
+ curl_setopt_array($curl, array(
252
+ CURLOPT_RETURNTRANSFER => 1,
253
+ CURLOPT_URL => $this->base_url . 'streams/' . $channelid . '?client_id=' . $this->client_id . '&api_version=5'
254
+ ));
255
+ $result = curl_exec($curl);
256
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
257
+ if (!curl_exec($curl)) {
258
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
259
+ } else {
260
+ //cURL Response worked
261
+ if (!empty($channel)) {
262
+ $return = json_decode($result);
263
+
264
+
265
+ $preview = $return->stream->preview->medium;
266
+
267
+ return str_replace("http:", "", $preview);
268
+
269
+ }
270
+ }
271
+ curl_close($curl);
272
+
273
+ }
274
+
275
+ /**
276
+ * Grabs the data for a given broadcast
277
+ *
278
+ * @param string $channel
279
+ * @return array
280
+ */
281
+ public function get_broadcast_data($username) {
282
+ return !empty($this->channel_data) ? $this->channel_data : $this->retrieve_channel_data($username);
283
+ }
284
+
285
+ /**
286
+ * Grabs the stream title for a given stream
287
+ *
288
+ * @param string $username
289
+ * @return string
290
+ */
291
+ public function get_stream_title($username) {
292
+ return $this->get_broadcast_data($username)->status;
293
+ }
294
+
295
+ public function update_stream_title($access_token, $title = null, $game = null) {
296
+ $username = $this->authenticated_user($access_token);
297
+ $userid = $this->get_userid($username);
298
+ if ($username != 'Unauthorized') {
299
+ //get channel data so that you can make sure a value is being passed in and not setting it as an empty request
300
+ $channel_data = json_decode(file_get_contents($this->base_url . 'channels/' . $userid));
301
+ //no game? set it to the value that is stored in the API
302
+ if ($game == null) {
303
+ $game = $channel_data->game;
304
+ }
305
+ //no title? set it to the value in the API
306
+ if ($title == null) {
307
+ $title = $channel_data->status;
308
+ }
309
+
310
+ // make the API call and update stream information
311
+ $ch = curl_init();
312
+ curl_setopt($ch, CURLOPT_URL, $this->base_url . "channels/" . $userid);
313
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
314
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");
315
+ curl_setopt($ch, CURLOPT_POST, 1);
316
+ $fields = array(
317
+ 'channel[status]' => $title,
318
+ 'channel[game]' => $game
319
+ );
320
+ curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($fields));
321
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
322
+ 'Authorization: OAuth ' . $access_token
323
+ ));
324
+ $output = curl_exec($ch);
325
+ $response = json_decode($output, true);
326
+ curl_close($ch);
327
+
328
+ return true;
329
+ }
330
+ }
331
+
332
+ /**
333
+ * Grabs the viewer count of a given stream
334
+ *
335
+ * @param string $channel
336
+ * @return array
337
+ */
338
+ public function load_stream_stats($channel) {
339
+ $channelid = $this->get_userid($channel);
340
+ //initiate connection to the twitch.tv servers
341
+ $result = $this->curl_cache->get_data('streams');
342
+ if (!$result) {
343
+ $curl = curl_init();
344
+
345
+ curl_setopt_array($curl, array(
346
+ CURLOPT_RETURNTRANSFER => 1,
347
+ CURLOPT_URL => $this->base_url . 'streams/' . $channelid . '?client_id=' . $this->client_id . '&api_version=5'
348
+ ));
349
+ $result = curl_exec($curl);
350
+ }
351
+
352
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
353
+ if (!$result) {
354
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
355
+ } else {
356
+ //cURL Response worked
357
+ if (!empty($channel)) {
358
+ $return = json_decode($result);
359
+
360
+ // Cache data is only useful if we actually got something back
361
+ $this->curl_cache->set_data('streams', $result);
362
+
363
+ if ($return->stream == null) {
364
+ return;
365
+ } else {
366
+ $stream_details = array(
367
+ 'viewers' => $return->stream->viewers
368
+ );
369
+ return $stream_details;
370
+ }
371
+ }
372
+ }
373
+ curl_close($curl);
374
+ }
375
+
376
+ /**
377
+ * Determins whether a stream is online or offline
378
+ *
379
+ * @param string $channel
380
+ * @return string
381
+ */
382
+ public function stream_status($channel) {
383
+ if ($channel) {
384
+ $channelid = $this->get_userid($channel);
385
+ //initiate connection to the twitch.tv servers
386
+ $curl = curl_init();
387
+ curl_setopt_array($curl, array(
388
+ CURLOPT_RETURNTRANSFER => 1,
389
+ CURLOPT_URL => $this->base_url . 'streams/' . $channelid . '?client_id=' . $this->client_id . '&api_version=5'
390
+ ));
391
+ $result = curl_exec($curl);
392
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
393
+ if (!$result) {
394
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
395
+ } else {
396
+ //cURL Response worked
397
+ if (!empty($channel)) {
398
+ $return = json_decode($result);
399
+ if ($return->stream == null) {
400
+ $offline = "Stream Offline";
401
+ return $offline;
402
+ } else {
403
+ $online = "Stream Online";
404
+ return $online;
405
+ }
406
+ }
407
+ }
408
+ curl_close($curl);
409
+ } else {
410
+ return;
411
+ }
412
+ }
413
+
414
+ /**
415
+ * Grabs the total number of followers that a stream currently has
416
+ *
417
+ * @param string $channel
418
+ * @return int
419
+ */
420
+ public function follower_count($channel) {
421
+ $channelid = $this->get_userid($channel);
422
+ //initiate connection to the twitch.tv servers
423
+ $curl = curl_init();
424
+ curl_setopt_array($curl, array(
425
+ CURLOPT_RETURNTRANSFER => 1,
426
+ CURLOPT_URL => $this->base_url . 'channels/' . $channelid . '/follows?client_id=' . $this->client_id . '&api_version=5'
427
+ ));
428
+ $result = curl_exec($curl);
429
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
430
+ if (!$result) {
431
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
432
+ } else {
433
+ //cURL Response worked
434
+ if (!empty($channel)) {
435
+ $return = json_decode($result);
436
+ $followers = $return->_total;
437
+ return $followers;
438
+ }
439
+ }
440
+ curl_close($curl);
441
+ }
442
+
443
+ /**
444
+ * Determines if a stream is online or not
445
+ *
446
+ * @param string $channel
447
+ * @return boolean
448
+ */
449
+ public function stream_online_status($channel) {
450
+ //initiate connection to the twitch.tv servers
451
+ $channelid = $this->get_userid($channel);
452
+ $result = $this->curl_cache->get_data('streams');
453
+ if (!$result) {
454
+ $curl = curl_init();
455
+ curl_setopt_array($curl, array(
456
+ CURLOPT_RETURNTRANSFER => 1,
457
+ CURLOPT_URL => $this->base_url . 'streams/' . $channelid . '?client_id=' . $this->client_id . '&api_version=5'
458
+ ));
459
+ $result = curl_exec($curl);
460
+ }
461
+
462
+ //makes sure that the cURL was excuted if not it generates the error stating that it didn't succeed.
463
+ if (!$result) {
464
+ die('Error: "' . curl_error($curl) . '" - Code: ' . curl_errno($curl));
465
+ } else {
466
+ //cURL Response worked
467
+ if (!empty($channel)) {
468
+ $return = json_decode($result);
469
+
470
+ $this->curl_cache->set_data('streams', $result);
471
+
472
+ if ($return->stream == null) {
473
+ return false;
474
+ } else {
475
+ return true;
476
+ }
477
+ }
478
+ }
479
+ curl_close($curl);
480
+ }
481
+
482
+ /**
483
+ * Loads the video embed for twitch. Includes both object embed code (provided by twitch) and iframe for frameworks that don't support object players.
484
+ *
485
+ * @param string $channel
486
+ * @param int $height
487
+ * @param int $width
488
+ * @return html
489
+ */
490
+ public function load_video($channel, $height = null, $width = null) {
491
+ //defaults for stream embed dimensions, set so you can pass in the height and width outside of this function
492
+ if ($height == null && $width == null) {
493
+ $width = 640;
494
+ $height = 360;
495
+ }
496
+ //make sure that a channel is passed in so that it doesn't return an invalid embed code
497
+ if (!empty($channel)) {
498
+ //embed code for the video thanks to twitch.tv
499
+ $embed_code = '<iframe width="' . $width . '" height="' . $height . '" src="http://player.twitch.tv/?channel=' . $channel . '&auto_play=true&start_volume=25" frameborder="0" allowfullscreen="true" auto_play="true" start_volume="25"></iframe>';
500
+ return $embed_code;
501
+ } else {
502
+ return;
503
+ }
504
+ }
505
+
506
+ /**
507
+ * Loads the chat for a given channel embed code provided by Twitch
508
+ *
509
+ * @param string $channel
510
+ * @param int $height
511
+ * @param int $width
512
+ * @return html
513
+ */
514
+ public function load_chat($channel, $height = null, $width = null) {
515
+ //defaults for stream embed dimensions, set so you can pass in the height and width outside of this function
516
+ if ($height == null && $width == null) {
517
+ $width = 350;
518
+ $height = 500;
519
+ }
520
+ //make sure that a channel is passed in so that it doesn't return an invalid embed code
521
+ if (!empty($channel)) {
522
+ //embed code thanks to twitch.tv
523
+ $embed_code = '<iframe frameborder="0" scrolling="no" id="chat_embed" src="http://twitch.tv/chat/embed?channel=' . $channel . '&amp;popout_chat=true" height="' . $height . '" width="100%"></iframe>';
524
+ return $embed_code;
525
+ } else {
526
+ return;
527
+ }
528
+ }
529
+
530
+ /**
531
+ * Gets a complete list of games that are currrently live on Twitch for use when updating stream title can be used to populate an autocomplete.
532
+ *
533
+ * @return array
534
+ */
535
+ public function get_games() {
536
+ $game = array();
537
+ for ($i = 0; $i < 5; $i++) {
538
+ $offset = 100 * $i;
539
+ $obj = json_decode(file_get_contents('https://api.twitch.tv/kraken/games/top?limit=100&offset=' . $offset));
540
+ if ($obj) {
541
+ foreach ($obj->top as $top) {
542
+ $game[] = $top;
543
+ }
544
+ }
545
+ }
546
+ $games = array();
547
+ foreach ($game as $game) {
548
+ $games[] = $game->game->name;
549
+ }
550
+ return json_encode($games);
551
+ }
552
+
553
+ /**
554
+ * Sends a request to twitch to run a commercial on a given channel
555
+ *
556
+ * @param string $access_token
557
+ * @param int $length
558
+ * @return boolean
559
+ */
560
+ public function run_commercial($access_token, $length = 30) {
561
+ $username = $this->authenticated_user($access_token);
562
+ $userid = $this->get_userid($username);
563
+ $ch = curl_init($this->base_url . "channels/" . $userid . '/commercial');
564
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
565
+ 'Accept: application/vnd.twitchtv.v5+json',
566
+ 'Authorization: OAuth ' . $access_token
567
+ ));
568
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
569
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
570
+ curl_setopt($ch, CURLOPT_POST, 1);
571
+ $fields = array(
572
+ 'client_id' => $this->client_id,
573
+ 'length' => $length
574
+ );
575
+ curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($fields));
576
+ $data = curl_exec($ch);
577
+ $response = json_decode($data, true);
578
+ return true;
579
+ }
580
+
581
+ /**
582
+ * Make a request to follow a given channel
583
+ *
584
+ * @param string $channel
585
+ * @param string $access_token
586
+ * @return boolean
587
+ */
588
+ public function follow_channel($channel, $access_token) {
589
+ $username = $this->authenticated_user($access_token);
590
+ $userid = $this->get_userid($username);
591
+ $channelid = $this->get_userid($channel);
592
+ $ch = curl_init($this->base_url . "users/" . $userid . "/follows/channels/" . $channelid);
593
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
594
+ 'Accept: application/vnd.twitchtv.v5+json',
595
+ 'Authorization: OAuth ' . $access_token
596
+ ));
597
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
598
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");
599
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
600
+ curl_setopt($ch, CURLOPT_POST, 1);
601
+ $fields = array(
602
+ 'client_id' => $this->client_id
603
+ );
604
+ curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($fields));
605
+ $data = curl_exec($ch);
606
+ return true;
607
+ }
608
+
609
+ /**
610
+ * Retrieve the data for a specific channel used to make cached calls throughout the class
611
+ *
612
+ * @param string $username
613
+ * @return array
614
+ */
615
+ private function retrieve_channel_data($username) {
616
+ $userid = $this->get_userid($username);
617
+ return json_decode(file_get_contents($this->base_url . 'channels/' . $userid));
618
+ }
619
+
620
+ }
621
+
622
+
623
+ /**
624
+ * A class to ensure that there aren't more calls to the API than needed
625
+ * Written by Robarelli
626
+ */
627
+ class TwitchTV_Curl_Cache {
628
+
629
+ /**
630
+ * Holds the cache data
631
+ */
632
+ private $cache = array();
633
+
634
+ /**
635
+ * Retrieve the cache data
636
+ *
637
+ * @param string $id the cache key
638
+ * @return multitype:
639
+ */
640
+ public function get_data($id) {
641
+ return array_key_exists($id, $this->cache) ? $this->cache[$id] : null;
642
+ }
643
+
644
+ /**
645
+ * Set the cache data
646
+ *
647
+ * @param string $id the cache key. Recommended to be the slug name of the url in the cURL request
648
+ * @param unknown $data
649
+ */
650
+ public function set_data($id, $data) {
651
+ return $this->cache[$id] = $data;
652
+ }
653
+
654
+ /**
655
+ * Remove an item from the cache
656
+ *
657
+ * @param string $id
658
+ */
659
+ public function unset_data($id) {
660
+ unset($this->cache[$id]);
661
+ }
662
+
663
+ /**
664
+ * Checks if a key has been set in the cache
665
+ *
666
+ * @param string $id
667
+ * @return boolean
668
+ */
669
+ public function data_exists($id) {
670
+ return !empty($this->cache[$id]);
671
+ }
672
+ }
673
+ ?>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WordPress Social Share, Social Login and Social Comments Plugin - Super Socializer ===
2
  Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Chinese Translator: Alex Li plpkj.com, 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: 4.9.4
7
- Stable tag: 7.11.6
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
@@ -38,7 +38,7 @@ Integrate Social Login, Social Share and Social Comments at your website easiest
38
  * Mobile responsive sharing interface
39
  * Compatible with AMP
40
  * Enable/Disable vertical/floating sharing interface on mobile device
41
- * Social Login from 9 Social Networks - Facebook, Google, Linkedin, Twitter, Vkontakte, Instagram, Xing, Steam and LiveJournal
42
  * Enable Social Login interface at WordPress Login, Register pages and comment form
43
  * Syncs user's basic social profile data with WordPress profile
44
  * Enable Social Login at WooCommerce checkout page and customer login form
@@ -209,6 +209,10 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
209
  8. **Social Commenting**: Disqus Commenting selected
210
 
211
  == Changelog ==
 
 
 
 
212
  = 7.11.6 =
213
  * [Improvement] Link to get bit.ly login and API key was broken at the plugin options page in admin
214
  * [Bugfix] PHP error was being generated with Yoast SEO plugin active, in a few cases
@@ -1479,4 +1483,8 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1479
  * [Improvement] Link to get bit.ly login and API key was broken at the plugin options page in admin
1480
  * [Bugfix] PHP error was being generated with Yoast SEO plugin active, in a few cases
1481
  * [Bugfix] New users were seeing a not so user-friendly message in social login popup when user registration via social login kept disabled
1482
- * [Bugfix] "Pinterest Save" official share button was appearing misaligned in the standard social share bar
 
 
 
 
1
  === WordPress Social Share, Social Login and Social Comments Plugin - Super Socializer ===
2
  Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Chinese Translator: Alex Li plpkj.com, 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, Twitch login
5
  Requires at least: 2.5.0
6
  Tested up to: 4.9.4
7
+ Stable tag: 7.11.7
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
38
  * Mobile responsive sharing interface
39
  * Compatible with AMP
40
  * Enable/Disable vertical/floating sharing interface on mobile device
41
+ * Social Login from 10 Social Networks - Facebook, Google, Linkedin, Twitter, Vkontakte, Instagram, Xing, Steam, Twitch and LiveJournal
42
  * Enable Social Login interface at WordPress Login, Register pages and comment form
43
  * Syncs user's basic social profile data with WordPress profile
44
  * Enable Social Login at WooCommerce checkout page and customer login form
209
  8. **Social Commenting**: Disqus Commenting selected
210
 
211
  == Changelog ==
212
+ = 7.11.7 =
213
+ * [Bugfix] Redirection to same page was not working for Facebook and Vkontakte social login
214
+ * [Improvement] Added Twitch in social login networks
215
+
216
  = 7.11.6 =
217
  * [Improvement] Link to get bit.ly login and API key was broken at the plugin options page in admin
218
  * [Bugfix] PHP error was being generated with Yoast SEO plugin active, in a few cases
1483
  * [Improvement] Link to get bit.ly login and API key was broken at the plugin options page in admin
1484
  * [Bugfix] PHP error was being generated with Yoast SEO plugin active, in a few cases
1485
  * [Bugfix] New users were seeing a not so user-friendly message in social login popup when user registration via social login kept disabled
1486
+ * [Bugfix] "Pinterest Save" official share button was appearing misaligned in the standard social share bar
1487
+
1488
+ = 7.11.7 =
1489
+ * [Bugfix] Redirection to same page was not working for Facebook and Vkontakte social login
1490
+ * [Improvement] Added Twitch in social login networks
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.11.6
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.11.6');
15
 
16
  require 'helper.php';
17
 
@@ -29,15 +29,6 @@ if(the_champ_social_login_enabled()){
29
  require 'library/SteamLogin/SteamLogin.php';
30
  $theChampSteamLogin = new SteamLogin();
31
  }
32
- if(isset($theChampLoginOptions['providers']) && in_array('vkontakte', $theChampLoginOptions['providers']) && isset($theChampLoginOptions['vk_key']) && $theChampLoginOptions['vk_key'] != '' && isset($theChampLoginOptions['vk_secure_key']) && $theChampLoginOptions['vk_secure_key'] != ''){
33
- require 'library/Vkontakte/Vkontakte.php';
34
- $heateorSsVkontakte = new Vkontakte(array(
35
- 'client_id' => $theChampLoginOptions['vk_key'],
36
- 'client_secret' => $theChampLoginOptions['vk_secure_key'],
37
- 'redirect_uri' => home_url()
38
- ));
39
- $heateorSsVkontakte->setScope(array('email'));
40
- }
41
  }
42
 
43
  $theChampFacebookOptions = get_option('the_champ_facebook');
@@ -329,10 +320,53 @@ function the_champ_connect(){
329
  if($linkedinClient->exit) exit('exiting');
330
  }
331
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Facebook'){
333
  if(isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key'] != '' && isset($theChampLoginOptions['fb_secret']) && $theChampLoginOptions['fb_secret'] != ''){
334
  if(function_exists('session_start')){
335
  session_start();
 
 
 
 
336
  }
337
  require 'library/Facebook/autoload.php';
338
  $facebook = new Facebook\Facebook(array(
@@ -378,7 +412,8 @@ function the_champ_connect(){
378
  if(isset($_GET['heateorMSEnabled'])){
379
  $profileData['mc_subscribe'] = 1;
380
  }
381
- $facebookRedirectUrl = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
 
382
  $response = the_champ_user_auth($profileData, 'facebook', $facebookRedirectUrl);
383
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
384
  $redirectTo = the_champ_get_login_redirection_url($facebookRedirectUrl, true);
@@ -463,8 +498,26 @@ function the_champ_connect(){
463
  }
464
  }
465
  // Vkontakte
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
466
  if(isset($_GET['code']) && !isset($_GET['SuperSocializerAuth'])){
467
- global $heateorSsVkontakte;
468
  if(isset($heateorSsVkontakte)){
469
  $heateorSsVkontakte->authenticate($_GET['code']);
470
  $userId = $heateorSsVkontakte->getUserId();
@@ -483,7 +536,7 @@ function the_champ_connect(){
483
  if(isset($_GET['heateorMSEnabled'])){
484
  $profileData['mc_subscribe'] = 1;
485
  }
486
- $vkontakteRedirectUrl = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
487
  $response = the_champ_user_auth($profileData, 'vkontakte', $vkontakteRedirectUrl);
488
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
489
  $redirectTo = the_champ_get_login_redirection_url($vkontakteRedirectUrl, true);
@@ -788,7 +841,6 @@ function the_champ_frontend_scripts(){
788
  <?php
789
  // scripts used for common Social Login functionality
790
  if(the_champ_social_login_enabled() && !is_user_logged_in()){
791
- global $heateorSsVkontakte;
792
  $loadingImagePath = plugins_url('images/ajax_loader.gif', __FILE__);
793
  $theChampAjaxUrl = get_admin_url().'admin-ajax.php';
794
  $redirectionUrl = the_champ_get_login_redirection_url();
@@ -837,7 +889,7 @@ function the_champ_frontend_scripts(){
837
  $currentPageUrl = urldecode($twitterRedirect);
838
  $theChampLJAuthUrl = remove_query_arg('action', the_champ_get_valid_url($currentPageUrl));
839
  ?>
840
- <script> var theChampFBKey = '<?php echo $fbKey ?>', 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 theChampLJLoginUsernameString = '<?php echo htmlspecialchars(__('Enter your LiveJournal username', 'super-socializer'), ENT_QUOTES); ?>'; var theChampLJAuthUrl = '<?php echo $theChampLJAuthUrl . (strpos($theChampLJAuthUrl, '?') !== false ? '&' : '?') . "SuperSocializerAuth=LiveJournal"; ?>'; 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 = '<?php echo isset($heateorSsVkontakte) ? $heateorSsVkontakte->getLoginUrl() : ''; ?>'; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampXingAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Xing&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
841
  <?php
842
  if(!$combinedScript){
843
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
@@ -1494,7 +1546,8 @@ function the_champ_addon_update_notification(){
1494
  (in_array('facebook', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['fb_secret']) || $theChampLoginOptions['fb_secret'] == '')) ||
1495
  (in_array('linkedin', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['li_secret']) || $theChampLoginOptions['li_secret'] == '') ) ||
1496
  (in_array('google', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['google_secret']) || $theChampLoginOptions['google_secret'] == '')) ||
1497
- (in_array('vkontakte', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['vk_secure_key']) || $theChampLoginOptions['vk_secure_key'] == ''))
 
1498
  )
1499
  ){
1500
  ?>
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.11.7
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.11.7');
15
 
16
  require 'helper.php';
17
 
29
  require 'library/SteamLogin/SteamLogin.php';
30
  $theChampSteamLogin = new SteamLogin();
31
  }
 
 
 
 
 
 
 
 
 
32
  }
33
 
34
  $theChampFacebookOptions = get_option('the_champ_facebook');
320
  if($linkedinClient->exit) exit('exiting');
321
  }
322
  }
323
+ if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Twitch'){
324
+ if(function_exists('session_start')){
325
+ session_start();
326
+ }
327
+ require 'library/Twitch/twitch.php';
328
+ $twitchAuth = new TwitchTV($theChampLoginOptions['twitch_client_id'], $theChampLoginOptions['twitch_client_secret'], home_url() . '/?SuperSocializerAuth=Twitch', array('user_read'));
329
+ if(!isset($_GET['code'])){
330
+ $_SESSION['super_socializer_twitch_redirect'] = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
331
+ wp_redirect($twitchAuth->authenticate());
332
+ die;
333
+ }else{
334
+ $accessToken = $twitchAuth->get_access_token($_GET['code']);
335
+ $username = $twitchAuth->authenticated_user($accessToken);
336
+ if(isset($username)){
337
+ $profileData = $twitchAuth->get_userid($username, true);
338
+ if(is_array($profileData) && isset($profileData['_id'])){
339
+ $profileData = the_champ_sanitize_profile_data($profileData, 'twitch');
340
+ if(isset($_GET['heateorMSEnabled'])){
341
+ $profileData['mc_subscribe'] = 1;
342
+ }
343
+ $twitchRedirectUrl = isset($_SESSION['super_socializer_twitch_redirect']) && $_SESSION['super_socializer_twitch_redirect'] ? $_SESSION['super_socializer_twitch_redirect'] : home_url();
344
+ unset($_SESSION['super_socializer_twitch_redirect']);
345
+ $response = the_champ_user_auth($profileData, 'twitch', $twitchRedirectUrl);
346
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
347
+ $redirectTo = the_champ_get_login_redirection_url($twitchRedirectUrl, true);
348
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
349
+ $redirectTo = $twitchRedirectUrl . (strpos($twitchRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
350
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
351
+ $redirectTo = $twitchRedirectUrl . (strpos($twitchRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
352
+ }elseif(isset($response['url']) && $response['url'] != ''){
353
+ $redirectTo = $response['url'];
354
+ }else{
355
+ $redirectTo = the_champ_get_login_redirection_url($twitchRedirectUrl);
356
+ }
357
+ the_champ_close_login_popup($redirectTo);
358
+ }
359
+ }
360
+ }
361
+ }
362
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Facebook'){
363
  if(isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key'] != '' && isset($theChampLoginOptions['fb_secret']) && $theChampLoginOptions['fb_secret'] != ''){
364
  if(function_exists('session_start')){
365
  session_start();
366
+ if(!isset($_GET['code'])){
367
+ // save referrer url in state
368
+ $_SESSION['super_socializer_facebook_redirect'] = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
369
+ }
370
  }
371
  require 'library/Facebook/autoload.php';
372
  $facebook = new Facebook\Facebook(array(
412
  if(isset($_GET['heateorMSEnabled'])){
413
  $profileData['mc_subscribe'] = 1;
414
  }
415
+ $facebookRedirectUrl = isset($_SESSION['super_socializer_facebook_redirect']) && $_SESSION['super_socializer_facebook_redirect'] ? esc_url(trim($_SESSION['super_socializer_facebook_redirect'])) : home_url();
416
+ unset($_SESSION['super_socializer_facebook_redirect']);
417
  $response = the_champ_user_auth($profileData, 'facebook', $facebookRedirectUrl);
418
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
419
  $redirectTo = the_champ_get_login_redirection_url($facebookRedirectUrl, true);
498
  }
499
  }
500
  // Vkontakte
501
+ if((isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Vkontakte') || (isset($_GET['code']) && !isset($_GET['SuperSocializerAuth']))){
502
+ if(function_exists('session_start')){
503
+ session_start();
504
+ }
505
+ require 'library/Vkontakte/Vkontakte.php';
506
+ $heateorSsVkontakte = new Vkontakte(array(
507
+ 'client_id' => $theChampLoginOptions['vk_key'],
508
+ 'client_secret' => $theChampLoginOptions['vk_secure_key'],
509
+ 'redirect_uri' => home_url()
510
+ ));
511
+ $heateorSsVkontakte->setScope(array('email'));
512
+ }
513
+ if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Vkontakte'){
514
+ if(isset($theChampLoginOptions['providers']) && in_array('vkontakte', $theChampLoginOptions['providers']) && isset($theChampLoginOptions['vk_key']) && $theChampLoginOptions['vk_key'] != '' && isset($theChampLoginOptions['vk_secure_key']) && $theChampLoginOptions['vk_secure_key'] != ''){
515
+ $_SESSION['super_socializer_vkontakte_redirect'] = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
516
+ wp_redirect($heateorSsVkontakte->getLoginUrl());
517
+ die;
518
+ }
519
+ }
520
  if(isset($_GET['code']) && !isset($_GET['SuperSocializerAuth'])){
 
521
  if(isset($heateorSsVkontakte)){
522
  $heateorSsVkontakte->authenticate($_GET['code']);
523
  $userId = $heateorSsVkontakte->getUserId();
536
  if(isset($_GET['heateorMSEnabled'])){
537
  $profileData['mc_subscribe'] = 1;
538
  }
539
+ $vkontakteRedirectUrl = isset($_SESSION['super_socializer_vkontakte_redirect']) && $_SESSION['super_socializer_vkontakte_redirect'] ? esc_url(trim($_SESSION['super_socializer_vkontakte_redirect'])) : home_url();
540
  $response = the_champ_user_auth($profileData, 'vkontakte', $vkontakteRedirectUrl);
541
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
542
  $redirectTo = the_champ_get_login_redirection_url($vkontakteRedirectUrl, true);
841
  <?php
842
  // scripts used for common Social Login functionality
843
  if(the_champ_social_login_enabled() && !is_user_logged_in()){
 
844
  $loadingImagePath = plugins_url('images/ajax_loader.gif', __FILE__);
845
  $theChampAjaxUrl = get_admin_url().'admin-ajax.php';
846
  $redirectionUrl = the_champ_get_login_redirection_url();
889
  $currentPageUrl = urldecode($twitterRedirect);
890
  $theChampLJAuthUrl = remove_query_arg('action', the_champ_get_valid_url($currentPageUrl));
891
  ?>
892
+ <script> var theChampFBKey = '<?php echo $fbKey ?>', 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 theChampLJLoginUsernameString = '<?php echo htmlspecialchars(__('Enter your LiveJournal username', 'super-socializer'), ENT_QUOTES); ?>'; var theChampLJAuthUrl = '<?php echo $theChampLJAuthUrl . (strpos($theChampLJAuthUrl, '?') !== false ? '&' : '?') . "SuperSocializerAuth=LiveJournal"; ?>'; 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 theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampXingAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Xing&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
893
  <?php
894
  if(!$combinedScript){
895
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
1546
  (in_array('facebook', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['fb_secret']) || $theChampLoginOptions['fb_secret'] == '')) ||
1547
  (in_array('linkedin', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['li_secret']) || $theChampLoginOptions['li_secret'] == '') ) ||
1548
  (in_array('google', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['google_secret']) || $theChampLoginOptions['google_secret'] == '')) ||
1549
+ (in_array('vkontakte', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['vk_secure_key']) || $theChampLoginOptions['vk_secure_key'] == '')) ||
1550
+ (in_array('twitch', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['twitch_client_secret']) || $theChampLoginOptions['twitch_client_secret'] == ''))
1551
  )
1552
  ){
1553
  ?>