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

Version Description

  • [Bugfix] Using Linkedin OAuth 2.0 API to get Linkedin login working again
  • [Bugfix] Fixed "illegal string offset" PHP warning being generated from "inc/social_sharing.php" file
  • [Bugfix] Fixed "Division by zero" PHP error being generated from "super_socializer.php" file
  • [Improvement] Fixed the uneven margin around Facebook Like button
Download this release

Release Info

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

Code changes from version 7.12.16 to 7.12.17

admin/social_login.php CHANGED
@@ -170,7 +170,7 @@
170
  <div>
171
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
172
  <br/>
173
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
174
  <br/>
175
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
176
  </div>
@@ -192,7 +192,7 @@
192
  <div>
193
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
194
  <br/>
195
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
196
  <br/>
197
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
198
  </div>
@@ -214,11 +214,11 @@
214
  <div>
215
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
216
  <br/>
217
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option at the link mentioned', 'super-socializer'); ?></span>
218
  <br/>
219
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
220
  <br/>
221
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
222
  <br/>
223
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
224
  </div>
@@ -240,11 +240,11 @@
240
  <div>
241
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
242
  <br/>
243
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option at the link mentioned', 'super-socializer'); ?></span>
244
  <br/>
245
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
246
  <br/>
247
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
248
  <br/>
249
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
250
  </div>
@@ -266,9 +266,9 @@
266
  <div>
267
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
268
  <br/>
269
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
270
  <br/>
271
- <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
272
  </div>
273
  </td>
274
  </tr>
@@ -288,9 +288,9 @@
288
  <div>
289
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
290
  <br/>
291
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
292
  <br/>
293
- <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
294
  </div>
295
  </td>
296
  </tr>
@@ -310,7 +310,7 @@
310
  <div>
311
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
312
  <br/>
313
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at the link mentioned', 'super-socializer'); ?></span>
314
  <br/>
315
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
316
  </div>
@@ -332,7 +332,7 @@
332
  <div>
333
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
334
  <br/>
335
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at the link mentioned', 'super-socializer'); ?></span>
336
  <br/>
337
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
338
  </div>
@@ -354,7 +354,7 @@
354
  <div>
355
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
356
  <br/>
357
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option at the link mentioned', 'super-socializer'); ?></span>
358
  <br/>
359
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
360
  </div>
@@ -376,7 +376,7 @@
376
  <div>
377
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
378
  <br/>
379
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option at the link mentioned', 'super-socializer'); ?></span>
380
  <br/>
381
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
382
  </div>
@@ -398,7 +398,7 @@
398
  <div>
399
  <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
400
  <br/>
401
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
402
  <br/>
403
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
404
  </div>
@@ -420,7 +420,7 @@
420
  <div>
421
  <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
422
  <br/>
423
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option at the link mentioned', 'super-socializer'); ?></span>
424
  <br/>
425
  <strong style="color: #14ACDF"><?php echo (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off' ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']; ?></strong>
426
  </div>
@@ -442,7 +442,7 @@
442
  <div>
443
  <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
444
  <br/>
445
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option at the link mentioned', 'super-socializer'); ?></span>
446
  <br/>
447
  <strong style="color: #14ACDF"><?php echo (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off' ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']; ?></strong>
448
  </div>
@@ -484,7 +484,7 @@
484
  <div>
485
  <?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') ?>
486
  <br/>
487
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URI</strong> option at the link mentioned', 'super-socializer'); ?></span>
488
  <br/>
489
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()) . '/?SuperSocializerAuth=Twitch'; ?></strong>
490
  </div>
@@ -506,7 +506,7 @@
506
  <div>
507
  <?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') ?>
508
  <br/>
509
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URI</strong> option at the link mentioned', 'super-socializer'); ?></span>
510
  <br/>
511
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()) . '/?SuperSocializerAuth=Twitch'; ?></strong>
512
  </div>
170
  <div>
171
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
172
  <br/>
173
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
174
  <br/>
175
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
176
  </div>
192
  <div>
193
  <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
194
  <br/>
195
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
196
  <br/>
197
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
198
  </div>
214
  <div>
215
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
216
  <br/>
217
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option mentioned at the link', 'super-socializer'); ?></span>
218
  <br/>
219
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
220
  <br/>
221
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
222
  <br/>
223
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
224
  </div>
240
  <div>
241
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
242
  <br/>
243
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option mentioned at the link', 'super-socializer'); ?></span>
244
  <br/>
245
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
246
  <br/>
247
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
248
  <br/>
249
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
250
  </div>
266
  <div>
267
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
268
  <br/>
269
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
270
  <br/>
271
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/?SuperSocializerAuth=Linkedin'; ?></strong>
272
  </div>
273
  </td>
274
  </tr>
288
  <div>
289
  <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
290
  <br/>
291
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URLs</strong> option mentioned at the link', 'super-socializer'); ?></span>
292
  <br/>
293
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/?SuperSocializerAuth=Linkedin'; ?></strong>
294
  </div>
295
  </td>
296
  </tr>
310
  <div>
311
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
312
  <br/>
313
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
314
  <br/>
315
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
316
  </div>
332
  <div>
333
  <?php echo sprintf(__('Required for Google Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Google Client Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
334
  <br/>
335
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
336
  <br/>
337
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
338
  </div>
354
  <div>
355
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
356
  <br/>
357
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option mentioned at the link', 'super-socializer'); ?></span>
358
  <br/>
359
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
360
  </div>
376
  <div>
377
  <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
378
  <br/>
379
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option mentioned at the link', 'super-socializer'); ?></span>
380
  <br/>
381
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
382
  </div>
398
  <div>
399
  <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
400
  <br/>
401
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
402
  <br/>
403
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
404
  </div>
420
  <div>
421
  <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
422
  <br/>
423
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option mentioned at the link', 'super-socializer'); ?></span>
424
  <br/>
425
  <strong style="color: #14ACDF"><?php echo (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off' ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']; ?></strong>
426
  </div>
442
  <div>
443
  <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
444
  <br/>
445
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option mentioned at the link', 'super-socializer'); ?></span>
446
  <br/>
447
  <strong style="color: #14ACDF"><?php echo (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off' ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']; ?></strong>
448
  </div>
484
  <div>
485
  <?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') ?>
486
  <br/>
487
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
488
  <br/>
489
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()) . '/?SuperSocializerAuth=Twitch'; ?></strong>
490
  </div>
506
  <div>
507
  <?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') ?>
508
  <br/>
509
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URI</strong> option mentioned at the link', 'super-socializer'); ?></span>
510
  <br/>
511
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()) . '/?SuperSocializerAuth=Twitch'; ?></strong>
512
  </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%}.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%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background: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:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:67px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing li.the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing li.the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:39px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:64px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background-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:white;box-sizing:border-box;border:1px #4184F3 solid}.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:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:white!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}
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%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background: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:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing li.the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing li.the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:39px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:64px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background-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:white;box-sizing:border-box;border:1px #4184F3 solid}.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:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:white!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}
inc/social_login.php CHANGED
@@ -459,15 +459,15 @@ function the_champ_sanitize_profile_data($profileData, $provider){
459
  $temp['large_avatar'] = isset($profileData -> photo_urls -> size_original) && heateor_ss_validate_url($profileData -> photo_urls -> size_original) !== false ? trim($profileData -> photo_urls -> size_original) : '';
460
  }elseif($provider == 'linkedin'){
461
  $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
462
- $temp['email'] = isset($profileData['emailAddress']) ? sanitize_email($profileData['emailAddress']) : '';
463
  $temp['name'] = '';
464
  $temp['username'] = '';
465
  $temp['first_name'] = isset($profileData['firstName']) ? $profileData['firstName'] : '';
466
  $temp['last_name'] = isset($profileData['lastName']) ? $profileData['lastName'] : '';
467
- $temp['bio'] = isset($profileData['headline']) ? sanitize_text_field($profileData['headline']) : '';
468
- $temp['link'] = isset($profileData['publicProfileUrl']) && heateor_ss_validate_url($profileData['publicProfileUrl']) !== false ? trim($profileData['publicProfileUrl']) : '';
469
- $temp['avatar'] = isset($profileData['pictureUrl']) && heateor_ss_validate_url($profileData['pictureUrl']) !== false ? trim($profileData['pictureUrl']) : '';
470
- $temp['large_avatar'] = '';
471
  }elseif($provider == 'google'){
472
  $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
473
  $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
459
  $temp['large_avatar'] = isset($profileData -> photo_urls -> size_original) && heateor_ss_validate_url($profileData -> photo_urls -> size_original) !== false ? trim($profileData -> photo_urls -> size_original) : '';
460
  }elseif($provider == 'linkedin'){
461
  $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
462
+ $temp['email'] = isset($profileData['email']) ? sanitize_email($profileData['email']) : '';
463
  $temp['name'] = '';
464
  $temp['username'] = '';
465
  $temp['first_name'] = isset($profileData['firstName']) ? $profileData['firstName'] : '';
466
  $temp['last_name'] = isset($profileData['lastName']) ? $profileData['lastName'] : '';
467
+ $temp['bio'] = '';
468
+ $temp['link'] = '';
469
+ $temp['avatar'] = isset($profileData['smallAvatar']) && heateor_ss_validate_url($profileData['smallAvatar']) !== false ? trim($profileData['smallAvatar']) : '';
470
+ $temp['large_avatar'] = isset($profileData['largeAvatar']) && heateor_ss_validate_url($profileData['largeAvatar']) !== false ? trim($profileData['largeAvatar']) : '';
471
  }elseif($provider == 'google'){
472
  $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
473
  $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
inc/social_sharing.php CHANGED
@@ -1055,7 +1055,7 @@ function heateor_ss_update_share_counts($targetUrl, $shareCounts){
1055
 
1056
  if(!isset($shareCounts['facebook'])){
1057
  $savedShareCounts = heateor_ss_get_saved_share_counts($postId, $targetUrl);
1058
- if(isset($savedShareCounts['facebook'])){
1059
  $shareCounts['facebook'] = $savedShareCounts['facebook'];
1060
  }
1061
  }
1055
 
1056
  if(!isset($shareCounts['facebook'])){
1057
  $savedShareCounts = heateor_ss_get_saved_share_counts($postId, $targetUrl);
1058
+ if(is_array($savedShareCounts) && isset($savedShareCounts['facebook'])){
1059
  $shareCounts['facebook'] = $savedShareCounts['facebook'];
1060
  }
1061
  }
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: 2019-03-01 12:01+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:400
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:404 ../super_socializer.php:418
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:414
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:580
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
- #: ../super_socializer.php:607
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -45,7 +45,7 @@ msgstr ""
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
- #: ../super_socializer.php:610
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -54,7 +54,7 @@ msgstr ""
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
- #: ../super_socializer.php:613
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
@@ -62,169 +62,169 @@ msgstr ""
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
- #: ../super_socializer.php:614
66
  #, php-format
67
  msgid ""
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
- #: ../super_socializer.php:880 ../helper.php:976
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
75
- #: ../super_socializer.php:880
76
  msgid "Your email has been verified. Now you can login to your account"
77
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
78
 
79
- #: ../super_socializer.php:884
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
- #: ../super_socializer.php:902 ../admin/social_login.php:787
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
87
- #: ../super_socializer.php:905
88
  msgid "Please check your email inbox to complete the registration."
89
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
90
 
91
- #: ../super_socializer.php:912 ../helper.php:508
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:985
96
  msgid "Leave a reply"
97
  msgstr "اترك رد"
98
 
99
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
100
  msgid "Shares"
101
  msgstr ""
102
 
103
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
104
  msgid "Share"
105
  msgstr ""
106
 
107
- #: ../super_socializer.php:997
108
  #, fuzzy
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
- #: ../super_socializer.php:1243
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
- #: ../super_socializer.php:1311 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
- #: ../super_socializer.php:1314
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
- #: ../super_socializer.php:1318
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
- #: ../super_socializer.php:1322 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1326 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1405
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1406
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
- #: ../super_socializer.php:1411
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
- #: ../super_socializer.php:1642
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1644
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1655
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1664
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1673
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1682
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1691
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1698
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1709
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1725
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1749
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -232,14 +232,14 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
236
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
237
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
238
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
239
  msgid "Okay"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1774
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -247,7 +247,7 @@ msgid ""
247
  "\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1799
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -255,7 +255,7 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1824
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -263,13 +263,13 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1835
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1857
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1885
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +286,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1912
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +294,19 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
298
  #, php-format
299
  msgid ""
300
  "Your website visitors will see a popup notification (only once) if their "
@@ -2050,7 +2062,7 @@ msgstr ""
2050
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
2051
  #, fuzzy
2052
  msgid ""
2053
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
2054
  msgstr ""
2055
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2056
  "الوصلة المذكورة"
@@ -2088,14 +2100,14 @@ msgstr ""
2088
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
2089
  #, fuzzy
2090
  msgid ""
2091
- "Paste following url in <strong>Website</strong> option at the link mentioned"
2092
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2093
 
2094
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
2095
  #, fuzzy
2096
  msgid ""
2097
- "Paste following url in <strong>Callback URL</strong> option at the link "
2098
- "mentioned"
2099
  msgstr ""
2100
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2101
  "المذكورة"
@@ -2130,12 +2142,13 @@ msgstr ""
2130
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2131
 
2132
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2133
- #: ../admin/social_login.php:401
2134
  #, fuzzy
2135
  msgid ""
2136
- "Paste following url in <strong>Website URL</strong> option at the link "
2137
- "mentioned"
2138
- msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
 
 
2139
 
2140
  #: ../admin/social_login.php:279
2141
  msgid "LinkedIn Client Secret "
@@ -2169,8 +2182,8 @@ msgstr ""
2169
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2170
  #, fuzzy
2171
  msgid ""
2172
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2173
- "the link mentioned"
2174
  msgstr ""
2175
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2176
  "الوصلة المذكورة"
@@ -2209,8 +2222,8 @@ msgstr ""
2209
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2210
  #, fuzzy
2211
  msgid ""
2212
- "Paste following url in <strong>Site address</strong> option at the link "
2213
- "mentioned"
2214
  msgstr ""
2215
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2216
 
@@ -2234,6 +2247,13 @@ msgstr ""
2234
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2235
  "Instagram"
2236
 
 
 
 
 
 
 
 
2237
  #: ../admin/social_login.php:411
2238
  #, fuzzy
2239
  msgid "Xing Consumer Key"
@@ -2252,8 +2272,8 @@ msgstr ""
2252
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2253
  #, fuzzy
2254
  msgid ""
2255
- "Paste following url in <strong>Callback domain</strong> option at the link "
2256
- "mentioned"
2257
  msgstr ""
2258
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2259
  "المذكورة"
@@ -2313,8 +2333,8 @@ msgstr ""
2313
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2314
  #, fuzzy
2315
  msgid ""
2316
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2317
- "mentioned"
2318
  msgstr ""
2319
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2320
  "الوصلة المذكورة"
@@ -3050,7 +3070,7 @@ msgstr ""
3050
  msgid "Archives"
3051
  msgstr "الأرشيف"
3052
 
3053
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
3054
  #, fuzzy
3055
  msgid "Invalid request"
3056
  msgstr "طلب غير صحيح"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:45+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:45+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:430
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:434 ../super_socializer.php:448
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:444
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:611
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
+ #: ../super_socializer.php:638
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
+ #: ../super_socializer.php:641
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
+ #: ../super_socializer.php:644
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
+ #: ../super_socializer.php:645
66
  #, php-format
67
  msgid ""
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
+ #: ../super_socializer.php:911 ../helper.php:976
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
75
+ #: ../super_socializer.php:911
76
  msgid "Your email has been verified. Now you can login to your account"
77
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
78
 
79
+ #: ../super_socializer.php:915
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
87
+ #: ../super_socializer.php:936
88
  msgid "Please check your email inbox to complete the registration."
89
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
90
 
91
+ #: ../super_socializer.php:943 ../helper.php:508
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:1016
96
  msgid "Leave a reply"
97
  msgstr "اترك رد"
98
 
99
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
100
  msgid "Shares"
101
  msgstr ""
102
 
103
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
104
  msgid "Share"
105
  msgstr ""
106
 
107
+ #: ../super_socializer.php:1028
108
  #, fuzzy
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
+ #: ../super_socializer.php:1274
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
+ #: ../super_socializer.php:1342 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
+ #: ../super_socializer.php:1345
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
+ #: ../super_socializer.php:1349
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
+ #: ../super_socializer.php:1353 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1357 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1436
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1437
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
+ #: ../super_socializer.php:1442
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
+ #: ../super_socializer.php:1682
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1684
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1695
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1704
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1713
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1722
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1731
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1738
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1749
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1765
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1789
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
236
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
237
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
238
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1814
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
247
  "\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1839
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1864
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1875
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1897
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1925
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1952
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1977
298
+ #, php-format
299
+ msgid ""
300
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
301
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
302
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
303
+ msgstr ""
304
+
305
+ #: ../super_socializer.php:1977
306
+ msgid "Dismiss"
307
+ msgstr ""
308
+
309
+ #: ../super_socializer.php:2001
310
  #, php-format
311
  msgid ""
312
  "Your website visitors will see a popup notification (only once) if their "
2062
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
2063
  #, fuzzy
2064
  msgid ""
2065
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
2066
  msgstr ""
2067
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2068
  "الوصلة المذكورة"
2100
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
2101
  #, fuzzy
2102
  msgid ""
2103
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
2104
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2105
 
2106
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
2107
  #, fuzzy
2108
  msgid ""
2109
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2110
+ "link"
2111
  msgstr ""
2112
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2113
  "المذكورة"
2142
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2143
 
2144
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
 
2145
  #, fuzzy
2146
  msgid ""
2147
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2148
+ "the link"
2149
+ msgstr ""
2150
+ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2151
+ "الوصلة المذكورة"
2152
 
2153
  #: ../admin/social_login.php:279
2154
  msgid "LinkedIn Client Secret "
2182
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2183
  #, fuzzy
2184
  msgid ""
2185
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2186
+ "mentioned at the link"
2187
  msgstr ""
2188
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2189
  "الوصلة المذكورة"
2222
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2223
  #, fuzzy
2224
  msgid ""
2225
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2226
+ "link"
2227
  msgstr ""
2228
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2229
 
2247
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2248
  "Instagram"
2249
 
2250
+ #: ../admin/social_login.php:401
2251
+ #, fuzzy
2252
+ msgid ""
2253
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2254
+ "link"
2255
+ msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2256
+
2257
  #: ../admin/social_login.php:411
2258
  #, fuzzy
2259
  msgid "Xing Consumer Key"
2272
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2273
  #, fuzzy
2274
  msgid ""
2275
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2276
+ "the link"
2277
  msgstr ""
2278
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2279
  "المذكورة"
2333
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2334
  #, fuzzy
2335
  msgid ""
2336
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2337
+ "link"
2338
  msgstr ""
2339
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2340
  "الوصلة المذكورة"
3070
  msgid "Archives"
3071
  msgstr "الأرشيف"
3072
 
3073
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
3074
  #, fuzzy
3075
  msgid "Invalid request"
3076
  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: 2019-03-01 12:01+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:400
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:404 ../super_socializer.php:418
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:414
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:580
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -38,7 +38,7 @@ msgstr ""
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
- #: ../super_socializer.php:607
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
- #: ../super_socializer.php:610
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
- #: ../super_socializer.php:613
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -65,77 +65,77 @@ msgstr ""
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
- #: ../super_socializer.php:614
69
  #, php-format
70
  msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:880 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
78
- #: ../super_socializer.php:880
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
81
 
82
- #: ../super_socializer.php:884
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
- #: ../super_socializer.php:902 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
90
- #: ../super_socializer.php:905
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr ""
93
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
94
  "registro."
95
 
96
- #: ../super_socializer.php:912 ../helper.php:508
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
100
- #: ../super_socializer.php:985
101
  msgid "Leave a reply"
102
  msgstr "Deja una respuesta"
103
 
104
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
105
  msgid "Shares"
106
  msgstr ""
107
 
108
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
109
  msgid "Share"
110
  msgstr ""
111
 
112
- #: ../super_socializer.php:997
113
  #, fuzzy
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
- #: ../super_socializer.php:1243
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
- #: ../super_socializer.php:1311 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
- #: ../super_socializer.php:1314
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
- #: ../super_socializer.php:1318
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
- #: ../super_socializer.php:1322 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
@@ -143,93 +143,93 @@ msgstr ""
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
- #: ../super_socializer.php:1326 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1405
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1406
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
- #: ../super_socializer.php:1411
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
171
  msgid "Link your social account to login to your account at this website"
172
  msgstr ""
173
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
174
  "web "
175
 
176
- #: ../super_socializer.php:1642
177
  msgid "Thanks for installing Super Socializer plugin"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1644
181
  msgid "Configure the Plugin"
182
  msgstr ""
183
 
184
- #: ../super_socializer.php:1655
185
  msgid ""
186
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
187
  "current version of Super Socialzer"
188
  msgstr ""
189
 
190
- #: ../super_socializer.php:1664
191
  msgid ""
192
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
- #: ../super_socializer.php:1673
197
  msgid ""
198
  "Update \"Social Login Buttons\" add-on for compatibility with current "
199
  "version of Super Socialzer"
200
  msgstr ""
201
 
202
- #: ../super_socializer.php:1682
203
  msgid ""
204
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
- #: ../super_socializer.php:1691
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
211
  "with current version of Super Socialzer"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1698
215
  msgid ""
216
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
217
  "LiveJournal Login of Super Socialzer"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1709
221
  #, php-format
222
  msgid ""
223
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1725
227
  #, php-format
228
  msgid ""
229
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1749
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -237,14 +237,14 @@ msgid ""
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
241
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
242
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
243
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
244
  msgid "Okay"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:1774
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -252,7 +252,7 @@ msgid ""
252
  "\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:1799
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -260,7 +260,7 @@ msgid ""
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:1824
264
  #, php-format
265
  msgid ""
266
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -268,13 +268,13 @@ msgid ""
268
  "target=\"_blank\">here</a>"
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1835
272
  #, php-format
273
  msgid ""
274
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
275
  msgstr ""
276
 
277
- #: ../super_socializer.php:1857
278
  #, php-format
279
  msgid ""
280
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -282,7 +282,7 @@ msgid ""
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
- #: ../super_socializer.php:1885
286
  #, php-format
287
  msgid ""
288
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -291,7 +291,7 @@ msgid ""
291
  "your website %s with them. No need to copy-paste any code from their website."
292
  msgstr ""
293
 
294
- #: ../super_socializer.php:1912
295
  #, php-format
296
  msgid ""
297
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -299,7 +299,19 @@ msgid ""
299
  "\"%s\" target=\"_blank\">here</a>"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
303
  #, php-format
304
  msgid ""
305
  "Your website visitors will see a popup notification (only once) if their "
@@ -1947,8 +1959,9 @@ msgstr ""
1947
  "para conseguir tu Facebook App ID"
1948
 
1949
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
 
1950
  msgid ""
1951
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1952
  msgstr ""
1953
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1954
  "mencionado"
@@ -1985,7 +1998,7 @@ msgstr ""
1985
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1986
  #, fuzzy
1987
  msgid ""
1988
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1989
  msgstr ""
1990
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1991
  "enlace mencionado"
@@ -1993,8 +2006,8 @@ msgstr ""
1993
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1994
  #, fuzzy
1995
  msgid ""
1996
- "Paste following url in <strong>Callback URL</strong> option at the link "
1997
- "mentioned"
1998
  msgstr ""
1999
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2000
  "enlace mencionado"
@@ -2029,13 +2042,13 @@ msgstr ""
2029
  "para conseguir tu LinkedIn API Key"
2030
 
2031
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2032
- #: ../admin/social_login.php:401
2033
  msgid ""
2034
- "Paste following url in <strong>Website URL</strong> option at the link "
2035
- "mentioned"
2036
  msgstr ""
2037
- "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2038
- "enlace mencionado"
2039
 
2040
  #: ../admin/social_login.php:279
2041
  msgid "LinkedIn Client Secret "
@@ -2070,8 +2083,8 @@ msgstr ""
2070
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2071
  #, fuzzy
2072
  msgid ""
2073
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2074
- "the link mentioned"
2075
  msgstr ""
2076
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2077
  "mencionado"
@@ -2107,9 +2120,10 @@ msgstr ""
2107
  "para conseguir tu Vkontakte Application ID"
2108
 
2109
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
 
2110
  msgid ""
2111
- "Paste following url in <strong>Site address</strong> option at the link "
2112
- "mentioned"
2113
  msgstr ""
2114
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2115
  "enlace mencionado"
@@ -2133,6 +2147,15 @@ msgstr ""
2133
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2134
  "para conseguir tu Instagram Client ID"
2135
 
 
 
 
 
 
 
 
 
 
2136
  #: ../admin/social_login.php:411
2137
  msgid "Xing Consumer Key"
2138
  msgstr "Xing Consumer Key"
@@ -2148,9 +2171,10 @@ msgstr ""
2148
  "conseguir tu Xing Consumer Key"
2149
 
2150
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
 
2151
  msgid ""
2152
- "Paste following url in <strong>Callback domain</strong> option at the link "
2153
- "mentioned"
2154
  msgstr ""
2155
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2156
  "enlace mencionado"
@@ -2209,8 +2233,8 @@ msgstr ""
2209
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2210
  #, fuzzy
2211
  msgid ""
2212
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2213
- "mentioned"
2214
  msgstr ""
2215
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2216
  "mencionado"
@@ -2879,7 +2903,7 @@ msgstr ""
2879
  msgid "Archives"
2880
  msgstr "Archivos por Categoría"
2881
 
2882
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
2883
  msgid "Invalid request"
2884
  msgstr "Petición no válida"
2885
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:45+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:45+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:430
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:434 ../super_socializer.php:448
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:444
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:611
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
+ #: ../super_socializer.php:638
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
+ #: ../super_socializer.php:641
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
+ #: ../super_socializer.php:644
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
+ #: ../super_socializer.php:645
69
  #, php-format
70
  msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:911 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
78
+ #: ../super_socializer.php:911
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
81
 
82
+ #: ../super_socializer.php:915
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
90
+ #: ../super_socializer.php:936
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr ""
93
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
94
  "registro."
95
 
96
+ #: ../super_socializer.php:943 ../helper.php:508
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
100
+ #: ../super_socializer.php:1016
101
  msgid "Leave a reply"
102
  msgstr "Deja una respuesta"
103
 
104
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
105
  msgid "Shares"
106
  msgstr ""
107
 
108
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
109
  msgid "Share"
110
  msgstr ""
111
 
112
+ #: ../super_socializer.php:1028
113
  #, fuzzy
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
+ #: ../super_socializer.php:1274
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
+ #: ../super_socializer.php:1342 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
+ #: ../super_socializer.php:1345
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
+ #: ../super_socializer.php:1349
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
+ #: ../super_socializer.php:1353 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
+ #: ../super_socializer.php:1357 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1436
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1437
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
+ #: ../super_socializer.php:1442
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
171
  msgid "Link your social account to login to your account at this website"
172
  msgstr ""
173
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
174
  "web "
175
 
176
+ #: ../super_socializer.php:1682
177
  msgid "Thanks for installing Super Socializer plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1684
181
  msgid "Configure the Plugin"
182
  msgstr ""
183
 
184
+ #: ../super_socializer.php:1695
185
  msgid ""
186
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
187
  "current version of Super Socialzer"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1704
191
  msgid ""
192
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:1713
197
  msgid ""
198
  "Update \"Social Login Buttons\" add-on for compatibility with current "
199
  "version of Super Socialzer"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:1722
203
  msgid ""
204
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1731
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
211
  "with current version of Super Socialzer"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1738
215
  msgid ""
216
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
217
  "LiveJournal Login of Super Socialzer"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1749
221
  #, php-format
222
  msgid ""
223
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1765
227
  #, php-format
228
  msgid ""
229
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
230
  msgstr ""
231
 
232
+ #: ../super_socializer.php:1789
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
241
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
242
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
243
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
244
  msgid "Okay"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:1814
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
252
  "\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:1839
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:1864
264
  #, php-format
265
  msgid ""
266
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
268
  "target=\"_blank\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1875
272
  #, php-format
273
  msgid ""
274
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
275
  msgstr ""
276
 
277
+ #: ../super_socializer.php:1897
278
  #, php-format
279
  msgid ""
280
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:1925
286
  #, php-format
287
  msgid ""
288
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
291
  "your website %s with them. No need to copy-paste any code from their website."
292
  msgstr ""
293
 
294
+ #: ../super_socializer.php:1952
295
  #, php-format
296
  msgid ""
297
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
299
  "\"%s\" target=\"_blank\">here</a>"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:1977
303
+ #, php-format
304
+ msgid ""
305
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
306
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
307
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
308
+ msgstr ""
309
+
310
+ #: ../super_socializer.php:1977
311
+ msgid "Dismiss"
312
+ msgstr ""
313
+
314
+ #: ../super_socializer.php:2001
315
  #, php-format
316
  msgid ""
317
  "Your website visitors will see a popup notification (only once) if their "
1959
  "para conseguir tu Facebook App ID"
1960
 
1961
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1962
+ #, fuzzy
1963
  msgid ""
1964
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1965
  msgstr ""
1966
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1967
  "mencionado"
1998
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1999
  #, fuzzy
2000
  msgid ""
2001
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
2002
  msgstr ""
2003
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2004
  "enlace mencionado"
2006
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
2007
  #, fuzzy
2008
  msgid ""
2009
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2010
+ "link"
2011
  msgstr ""
2012
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2013
  "enlace mencionado"
2042
  "para conseguir tu LinkedIn API Key"
2043
 
2044
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2045
+ #, fuzzy
2046
  msgid ""
2047
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2048
+ "the link"
2049
  msgstr ""
2050
+ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2051
+ "mencionado"
2052
 
2053
  #: ../admin/social_login.php:279
2054
  msgid "LinkedIn Client Secret "
2083
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2084
  #, fuzzy
2085
  msgid ""
2086
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2087
+ "mentioned at the link"
2088
  msgstr ""
2089
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2090
  "mencionado"
2120
  "para conseguir tu Vkontakte Application ID"
2121
 
2122
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2123
+ #, fuzzy
2124
  msgid ""
2125
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2126
+ "link"
2127
  msgstr ""
2128
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2129
  "enlace mencionado"
2147
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2148
  "para conseguir tu Instagram Client ID"
2149
 
2150
+ #: ../admin/social_login.php:401
2151
+ #, fuzzy
2152
+ msgid ""
2153
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2154
+ "link"
2155
+ msgstr ""
2156
+ "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2157
+ "enlace mencionado"
2158
+
2159
  #: ../admin/social_login.php:411
2160
  msgid "Xing Consumer Key"
2161
  msgstr "Xing Consumer Key"
2171
  "conseguir tu Xing Consumer Key"
2172
 
2173
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2174
+ #, fuzzy
2175
  msgid ""
2176
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2177
+ "the link"
2178
  msgstr ""
2179
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2180
  "enlace mencionado"
2233
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2234
  #, fuzzy
2235
  msgid ""
2236
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2237
+ "link"
2238
  msgstr ""
2239
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2240
  "mencionado"
2903
  msgid "Archives"
2904
  msgstr "Archivos por Categoría"
2905
 
2906
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
2907
  msgid "Invalid request"
2908
  msgstr "Petición no válida"
2909
 
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: 2019-03-01 12:01+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:400
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:404 ../super_socializer.php:418
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:414
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:580
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
- #: ../super_socializer.php:607
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
- #: ../super_socializer.php:610
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
- #: ../super_socializer.php:613
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,167 +65,167 @@ msgstr ""
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
- #: ../super_socializer.php:614
69
  #, php-format
70
  msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:880 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
78
- #: ../super_socializer.php:880
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
81
 
82
- #: ../super_socializer.php:884
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
- #: ../super_socializer.php:902 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
90
- #: ../super_socializer.php:905
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
93
 
94
- #: ../super_socializer.php:912 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:985
99
  msgid "Leave a reply"
100
  msgstr "Válaszolj"
101
 
102
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr ""
105
 
106
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr ""
109
 
110
- #: ../super_socializer.php:997
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1243
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
- #: ../super_socializer.php:1311 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
- #: ../super_socializer.php:1314
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
- #: ../super_socializer.php:1318
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
- #: ../super_socializer.php:1322 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1326 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1405
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1406
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
- #: ../super_socializer.php:1411
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
169
  msgid "Link your social account to login to your account at this website"
170
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
171
 
172
- #: ../super_socializer.php:1642
173
  msgid "Thanks for installing Super Socializer plugin"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1644
177
  msgid "Configure the Plugin"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1655
181
  msgid ""
182
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
183
  "current version of Super Socialzer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1664
187
  msgid ""
188
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
189
  "version of Super Socialzer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1673
193
  msgid ""
194
  "Update \"Social Login Buttons\" add-on for compatibility with current "
195
  "version of Super Socialzer"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1682
199
  msgid ""
200
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
201
  "with current version of Super Socialzer"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1691
205
  msgid ""
206
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
207
  "with current version of Super Socialzer"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:1698
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr ""
215
 
216
- #: ../super_socializer.php:1709
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1725
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1749
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -233,14 +233,14 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
237
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
238
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
239
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
240
  msgid "Okay"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1774
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -248,7 +248,7 @@ msgid ""
248
  "\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1799
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -256,7 +256,7 @@ msgid ""
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1824
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -264,13 +264,13 @@ msgid ""
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1835
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1857
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1885
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -287,7 +287,7 @@ msgid ""
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1912
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +295,19 @@ msgid ""
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
299
  #, php-format
300
  msgid ""
301
  "Your website visitors will see a popup notification (only once) if their "
@@ -1943,8 +1955,9 @@ msgstr ""
1943
  "App ID beszerzéshez"
1944
 
1945
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
 
1946
  msgid ""
1947
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1948
  msgstr ""
1949
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1950
  "linken"
@@ -1981,7 +1994,7 @@ msgstr ""
1981
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1982
  #, fuzzy
1983
  msgid ""
1984
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1985
  msgstr ""
1986
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1987
  "linken"
@@ -1989,8 +2002,8 @@ msgstr ""
1989
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1990
  #, fuzzy
1991
  msgid ""
1992
- "Paste following url in <strong>Callback URL</strong> option at the link "
1993
- "mentioned"
1994
  msgstr ""
1995
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1996
  "fenti linken"
@@ -2025,12 +2038,12 @@ msgstr ""
2025
  "API Key beszerzéshez"
2026
 
2027
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2028
- #: ../admin/social_login.php:401
2029
  msgid ""
2030
- "Paste following url in <strong>Website URL</strong> option at the link "
2031
- "mentioned"
2032
  msgstr ""
2033
- "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2034
  "linken"
2035
 
2036
  #: ../admin/social_login.php:279
@@ -2066,8 +2079,8 @@ msgstr ""
2066
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2067
  #, fuzzy
2068
  msgid ""
2069
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2070
- "the link mentioned"
2071
  msgstr ""
2072
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2073
  "linken"
@@ -2103,9 +2116,10 @@ msgstr ""
2103
  "Application ID beszerzéshez"
2104
 
2105
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
 
2106
  msgid ""
2107
- "Paste following url in <strong>Site address</strong> option at the link "
2108
- "mentioned"
2109
  msgstr ""
2110
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2111
  "linken"
@@ -2129,6 +2143,15 @@ msgstr ""
2129
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2130
  "Instagram Client ID beszerzéshez"
2131
 
 
 
 
 
 
 
 
 
 
2132
  #: ../admin/social_login.php:411
2133
  msgid "Xing Consumer Key"
2134
  msgstr "Xing Consumer Key"
@@ -2144,9 +2167,10 @@ msgstr ""
2144
  "Consumer Key beszerzéshez"
2145
 
2146
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
 
2147
  msgid ""
2148
- "Paste following url in <strong>Callback domain</strong> option at the link "
2149
- "mentioned"
2150
  msgstr ""
2151
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2152
  "fenti linken"
@@ -2205,8 +2229,8 @@ msgstr ""
2205
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2206
  #, fuzzy
2207
  msgid ""
2208
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2209
- "mentioned"
2210
  msgstr ""
2211
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2212
  "linken"
@@ -2861,7 +2885,7 @@ msgstr ""
2861
  msgid "Archives"
2862
  msgstr "Kategória Archívum"
2863
 
2864
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
2865
  msgid "Invalid request"
2866
  msgstr "Hibás kérés"
2867
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:45+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:45+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:430
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:434 ../super_socializer.php:448
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:444
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:611
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
+ #: ../super_socializer.php:638
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
+ #: ../super_socializer.php:641
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
+ #: ../super_socializer.php:644
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
+ #: ../super_socializer.php:645
69
  #, php-format
70
  msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:911 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
78
+ #: ../super_socializer.php:911
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
81
 
82
+ #: ../super_socializer.php:915
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
90
+ #: ../super_socializer.php:936
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
93
 
94
+ #: ../super_socializer.php:943 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1016
99
  msgid "Leave a reply"
100
  msgstr "Válaszolj"
101
 
102
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr ""
109
 
110
+ #: ../super_socializer.php:1028
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1274
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
+ #: ../super_socializer.php:1342 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
+ #: ../super_socializer.php:1345
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
+ #: ../super_socializer.php:1349
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
+ #: ../super_socializer.php:1353 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1357 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1436
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1437
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
+ #: ../super_socializer.php:1442
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
169
  msgid "Link your social account to login to your account at this website"
170
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
171
 
172
+ #: ../super_socializer.php:1682
173
  msgid "Thanks for installing Super Socializer plugin"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1684
177
  msgid "Configure the Plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1695
181
  msgid ""
182
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
183
  "current version of Super Socialzer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1704
187
  msgid ""
188
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
189
  "version of Super Socialzer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1713
193
  msgid ""
194
  "Update \"Social Login Buttons\" add-on for compatibility with current "
195
  "version of Super Socialzer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1722
199
  msgid ""
200
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
201
  "with current version of Super Socialzer"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1731
205
  msgid ""
206
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
207
  "with current version of Super Socialzer"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:1738
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:1749
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1765
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1789
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
237
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
238
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
239
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
240
  msgid "Okay"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1814
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
248
  "\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1839
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1864
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1875
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1897
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1925
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1952
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:1977
299
+ #, php-format
300
+ msgid ""
301
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
302
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
303
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
304
+ msgstr ""
305
+
306
+ #: ../super_socializer.php:1977
307
+ msgid "Dismiss"
308
+ msgstr ""
309
+
310
+ #: ../super_socializer.php:2001
311
  #, php-format
312
  msgid ""
313
  "Your website visitors will see a popup notification (only once) if their "
1955
  "App ID beszerzéshez"
1956
 
1957
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1958
+ #, fuzzy
1959
  msgid ""
1960
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1961
  msgstr ""
1962
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1963
  "linken"
1994
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1995
  #, fuzzy
1996
  msgid ""
1997
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
1998
  msgstr ""
1999
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2000
  "linken"
2002
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
2003
  #, fuzzy
2004
  msgid ""
2005
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2006
+ "link"
2007
  msgstr ""
2008
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2009
  "fenti linken"
2038
  "API Key beszerzéshez"
2039
 
2040
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2041
+ #, fuzzy
2042
  msgid ""
2043
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2044
+ "the link"
2045
  msgstr ""
2046
+ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2047
  "linken"
2048
 
2049
  #: ../admin/social_login.php:279
2079
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2080
  #, fuzzy
2081
  msgid ""
2082
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2083
+ "mentioned at the link"
2084
  msgstr ""
2085
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2086
  "linken"
2116
  "Application ID beszerzéshez"
2117
 
2118
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2119
+ #, fuzzy
2120
  msgid ""
2121
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2122
+ "link"
2123
  msgstr ""
2124
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2125
  "linken"
2143
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2144
  "Instagram Client ID beszerzéshez"
2145
 
2146
+ #: ../admin/social_login.php:401
2147
+ #, fuzzy
2148
+ msgid ""
2149
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2150
+ "link"
2151
+ msgstr ""
2152
+ "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2153
+ "linken"
2154
+
2155
  #: ../admin/social_login.php:411
2156
  msgid "Xing Consumer Key"
2157
  msgstr "Xing Consumer Key"
2167
  "Consumer Key beszerzéshez"
2168
 
2169
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2170
+ #, fuzzy
2171
  msgid ""
2172
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2173
+ "the link"
2174
  msgstr ""
2175
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2176
  "fenti linken"
2229
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2230
  #, fuzzy
2231
  msgid ""
2232
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2233
+ "link"
2234
  msgstr ""
2235
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2236
  "linken"
2885
  msgid "Archives"
2886
  msgstr "Kategória Archívum"
2887
 
2888
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
2889
  msgid "Invalid request"
2890
  msgstr "Hibás kérés"
2891
 
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: 2019-03-01 12:01+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:400
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:404 ../super_socializer.php:418
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:414
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:580
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
- #: ../super_socializer.php:607
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
- #: ../super_socializer.php:610
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
- #: ../super_socializer.php:613
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,79 +65,79 @@ msgstr ""
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
- #: ../super_socializer.php:614
69
  #, php-format
70
  msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:880 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
78
- #: ../super_socializer.php:880
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr ""
81
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
82
  "account"
83
 
84
- #: ../super_socializer.php:884
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
- #: ../super_socializer.php:902 ../admin/social_login.php:787
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
92
- #: ../super_socializer.php:905
93
  msgid "Please check your email inbox to complete the registration."
94
  msgstr ""
95
  "Per favore, per completare la registrazione, controlla la tua casella di "
96
  "posta elettronica."
97
 
98
- #: ../super_socializer.php:912 ../helper.php:508
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:985
103
  msgid "Leave a reply"
104
  msgstr "Lascia un commento"
105
 
106
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
107
  msgid "Shares"
108
  msgstr "Shares"
109
 
110
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
111
  msgid "Share"
112
  msgstr "Share"
113
 
114
- #: ../super_socializer.php:997
115
  #, fuzzy
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
- #: ../super_socializer.php:1243
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
- #: ../super_socializer.php:1311 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
- #: ../super_socializer.php:1314
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
- #: ../super_socializer.php:1318
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
- #: ../super_socializer.php:1322 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
@@ -145,92 +145,92 @@ msgstr ""
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
- #: ../super_socializer.php:1326 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
- #: ../super_socializer.php:1405
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
- #: ../super_socializer.php:1406
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
- #: ../super_socializer.php:1411
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
173
  msgid "Link your social account to login to your account at this website"
174
  msgstr ""
175
  "Collega il tuo social account per accedere al tuo account su questo sito"
176
 
177
- #: ../super_socializer.php:1642
178
  msgid "Thanks for installing Super Socializer plugin"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1644
182
  msgid "Configure the Plugin"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1655
186
  msgid ""
187
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
188
  "current version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1664
192
  msgid ""
193
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1673
198
  msgid ""
199
  "Update \"Social Login Buttons\" add-on for compatibility with current "
200
  "version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1682
204
  msgid ""
205
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1691
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
212
  "with current version of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1698
216
  msgid ""
217
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
218
  "LiveJournal Login of Super Socialzer"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1709
222
  #, php-format
223
  msgid ""
224
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1725
228
  #, php-format
229
  msgid ""
230
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:1749
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -238,14 +238,14 @@ msgid ""
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
242
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
243
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
244
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
245
  msgid "Okay"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1774
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -253,7 +253,7 @@ msgid ""
253
  "\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1799
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -261,7 +261,7 @@ msgid ""
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1824
265
  #, php-format
266
  msgid ""
267
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -269,13 +269,13 @@ msgid ""
269
  "target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1835
273
  #, php-format
274
  msgid ""
275
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
276
  msgstr ""
277
 
278
- #: ../super_socializer.php:1857
279
  #, php-format
280
  msgid ""
281
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -283,7 +283,7 @@ msgid ""
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
- #: ../super_socializer.php:1885
287
  #, php-format
288
  msgid ""
289
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -292,7 +292,7 @@ msgid ""
292
  "your website %s with them. No need to copy-paste any code from their website."
293
  msgstr ""
294
 
295
- #: ../super_socializer.php:1912
296
  #, php-format
297
  msgid ""
298
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -300,7 +300,19 @@ msgid ""
300
  "\"%s\" target=\"_blank\">here</a>"
301
  msgstr ""
302
 
303
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
304
  #, php-format
305
  msgid ""
306
  "Your website visitors will see a popup notification (only once) if their "
@@ -1938,8 +1950,9 @@ msgstr ""
1938
  "target=\"_blank\">questo collegamento</a>"
1939
 
1940
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
 
1941
  msgid ""
1942
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1943
  msgstr ""
1944
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1945
  "indicato"
@@ -1976,7 +1989,7 @@ msgstr ""
1976
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1977
  #, fuzzy
1978
  msgid ""
1979
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1980
  msgstr ""
1981
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1982
  "indicato"
@@ -1984,8 +1997,8 @@ msgstr ""
1984
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1985
  #, fuzzy
1986
  msgid ""
1987
- "Paste following url in <strong>Callback URL</strong> option at the link "
1988
- "mentioned"
1989
  msgstr ""
1990
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1991
  "link indicato"
@@ -2020,12 +2033,12 @@ msgstr ""
2020
  "target=\"_blank\">questo collegamento</a>"
2021
 
2022
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2023
- #: ../admin/social_login.php:401
2024
  msgid ""
2025
- "Paste following url in <strong>Website URL</strong> option at the link "
2026
- "mentioned"
2027
  msgstr ""
2028
- "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2029
  "indicato"
2030
 
2031
  #: ../admin/social_login.php:279
@@ -2061,8 +2074,8 @@ msgstr ""
2061
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2062
  #, fuzzy
2063
  msgid ""
2064
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2065
- "the link mentioned"
2066
  msgstr ""
2067
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2068
  "indicato"
@@ -2098,9 +2111,10 @@ msgstr ""
2098
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2099
 
2100
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
 
2101
  msgid ""
2102
- "Paste following url in <strong>Site address</strong> option at the link "
2103
- "mentioned"
2104
  msgstr ""
2105
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2106
  "indicato"
@@ -2124,6 +2138,15 @@ msgstr ""
2124
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2125
  "\" target=\"_blank\">questo collegamento</a>"
2126
 
 
 
 
 
 
 
 
 
 
2127
  #: ../admin/social_login.php:411
2128
  msgid "Xing Consumer Key"
2129
  msgstr "Xing Consumer Key"
@@ -2139,9 +2162,10 @@ msgstr ""
2139
  "\"_blank\">questo collegamento</a>"
2140
 
2141
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
 
2142
  msgid ""
2143
- "Paste following url in <strong>Callback domain</strong> option at the link "
2144
- "mentioned"
2145
  msgstr ""
2146
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2147
  "link indicato"
@@ -2199,8 +2223,8 @@ msgstr ""
2199
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2200
  #, fuzzy
2201
  msgid ""
2202
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2203
- "mentioned"
2204
  msgstr ""
2205
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2206
  "indicato"
@@ -2859,7 +2883,7 @@ msgstr ""
2859
  msgid "Archives"
2860
  msgstr "Archivi di categorie"
2861
 
2862
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
2863
  msgid "Invalid request"
2864
  msgstr "Domanda non valida"
2865
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:45+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:45+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:430
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:434 ../super_socializer.php:448
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:444
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:611
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
+ #: ../super_socializer.php:638
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
+ #: ../super_socializer.php:641
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
+ #: ../super_socializer.php:644
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
+ #: ../super_socializer.php:645
69
  #, php-format
70
  msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:911 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
78
+ #: ../super_socializer.php:911
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr ""
81
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
82
  "account"
83
 
84
+ #: ../super_socializer.php:915
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
92
+ #: ../super_socializer.php:936
93
  msgid "Please check your email inbox to complete the registration."
94
  msgstr ""
95
  "Per favore, per completare la registrazione, controlla la tua casella di "
96
  "posta elettronica."
97
 
98
+ #: ../super_socializer.php:943 ../helper.php:508
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1016
103
  msgid "Leave a reply"
104
  msgstr "Lascia un commento"
105
 
106
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
107
  msgid "Shares"
108
  msgstr "Shares"
109
 
110
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
111
  msgid "Share"
112
  msgstr "Share"
113
 
114
+ #: ../super_socializer.php:1028
115
  #, fuzzy
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
+ #: ../super_socializer.php:1274
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
+ #: ../super_socializer.php:1342 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
+ #: ../super_socializer.php:1345
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
+ #: ../super_socializer.php:1349
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
+ #: ../super_socializer.php:1353 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
+ #: ../super_socializer.php:1357 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
+ #: ../super_socializer.php:1436
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
+ #: ../super_socializer.php:1437
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
+ #: ../super_socializer.php:1442
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
173
  msgid "Link your social account to login to your account at this website"
174
  msgstr ""
175
  "Collega il tuo social account per accedere al tuo account su questo sito"
176
 
177
+ #: ../super_socializer.php:1682
178
  msgid "Thanks for installing Super Socializer plugin"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1684
182
  msgid "Configure the Plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1695
186
  msgid ""
187
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
188
  "current version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1704
192
  msgid ""
193
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1713
198
  msgid ""
199
  "Update \"Social Login Buttons\" add-on for compatibility with current "
200
  "version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1722
204
  msgid ""
205
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1731
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
212
  "with current version of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1738
216
  msgid ""
217
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
218
  "LiveJournal Login of Super Socialzer"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1749
222
  #, php-format
223
  msgid ""
224
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1765
228
  #, php-format
229
  msgid ""
230
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:1789
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
242
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
243
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
244
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
245
  msgid "Okay"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1814
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
253
  "\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1839
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1864
265
  #, php-format
266
  msgid ""
267
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
269
  "target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1875
273
  #, php-format
274
  msgid ""
275
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
276
  msgstr ""
277
 
278
+ #: ../super_socializer.php:1897
279
  #, php-format
280
  msgid ""
281
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
+ #: ../super_socializer.php:1925
287
  #, php-format
288
  msgid ""
289
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
292
  "your website %s with them. No need to copy-paste any code from their website."
293
  msgstr ""
294
 
295
+ #: ../super_socializer.php:1952
296
  #, php-format
297
  msgid ""
298
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
300
  "\"%s\" target=\"_blank\">here</a>"
301
  msgstr ""
302
 
303
+ #: ../super_socializer.php:1977
304
+ #, php-format
305
+ msgid ""
306
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
307
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
308
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
309
+ msgstr ""
310
+
311
+ #: ../super_socializer.php:1977
312
+ msgid "Dismiss"
313
+ msgstr ""
314
+
315
+ #: ../super_socializer.php:2001
316
  #, php-format
317
  msgid ""
318
  "Your website visitors will see a popup notification (only once) if their "
1950
  "target=\"_blank\">questo collegamento</a>"
1951
 
1952
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1953
+ #, fuzzy
1954
  msgid ""
1955
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1956
  msgstr ""
1957
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1958
  "indicato"
1989
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1990
  #, fuzzy
1991
  msgid ""
1992
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
1993
  msgstr ""
1994
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1995
  "indicato"
1997
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1998
  #, fuzzy
1999
  msgid ""
2000
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2001
+ "link"
2002
  msgstr ""
2003
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2004
  "link indicato"
2033
  "target=\"_blank\">questo collegamento</a>"
2034
 
2035
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2036
+ #, fuzzy
2037
  msgid ""
2038
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2039
+ "the link"
2040
  msgstr ""
2041
+ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2042
  "indicato"
2043
 
2044
  #: ../admin/social_login.php:279
2074
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2075
  #, fuzzy
2076
  msgid ""
2077
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2078
+ "mentioned at the link"
2079
  msgstr ""
2080
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2081
  "indicato"
2111
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2112
 
2113
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2114
+ #, fuzzy
2115
  msgid ""
2116
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2117
+ "link"
2118
  msgstr ""
2119
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2120
  "indicato"
2138
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2139
  "\" target=\"_blank\">questo collegamento</a>"
2140
 
2141
+ #: ../admin/social_login.php:401
2142
+ #, fuzzy
2143
+ msgid ""
2144
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2145
+ "link"
2146
+ msgstr ""
2147
+ "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2148
+ "indicato"
2149
+
2150
  #: ../admin/social_login.php:411
2151
  msgid "Xing Consumer Key"
2152
  msgstr "Xing Consumer Key"
2162
  "\"_blank\">questo collegamento</a>"
2163
 
2164
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2165
+ #, fuzzy
2166
  msgid ""
2167
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2168
+ "the link"
2169
  msgstr ""
2170
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2171
  "link indicato"
2223
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2224
  #, fuzzy
2225
  msgid ""
2226
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2227
+ "link"
2228
  msgstr ""
2229
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2230
  "indicato"
2883
  msgid "Archives"
2884
  msgstr "Archivi di categorie"
2885
 
2886
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
2887
  msgid "Invalid request"
2888
  msgstr "Domanda non valida"
2889
 
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: 2019-03-01 12:00+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:400
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:404 ../super_socializer.php:418
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:414
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:580
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
- #: ../super_socializer.php:607
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
- #: ../super_socializer.php:610
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
- #: ../super_socializer.php:613
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -64,75 +64,75 @@ msgstr ""
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
- #: ../super_socializer.php:614
68
  #, php-format
69
  msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
- #: ../super_socializer.php:880 ../helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
77
- #: ../super_socializer.php:880
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
80
 
81
- #: ../super_socializer.php:884
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
- #: ../super_socializer.php:902 ../admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
89
- #: ../super_socializer.php:905
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "Por favor verifique sua caixa de email para completar o registro."
92
 
93
- #: ../super_socializer.php:912 ../helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
97
- #: ../super_socializer.php:985
98
  msgid "Leave a reply"
99
  msgstr "Deixe uma resposta"
100
 
101
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr ""
104
 
105
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr ""
108
 
109
- #: ../super_socializer.php:997
110
  #, fuzzy
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
- #: ../super_socializer.php:1243
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
- #: ../super_socializer.php:1311 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
- #: ../super_socializer.php:1314
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
- #: ../super_socializer.php:1318
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
- #: ../super_socializer.php:1322 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
@@ -140,91 +140,91 @@ msgstr ""
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
- #: ../super_socializer.php:1326 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1405
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1406
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
- #: ../super_socializer.php:1411
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
168
  msgid "Link your social account to login to your account at this website"
169
  msgstr "Associe sua conta social ao login de sua conta neste website"
170
 
171
- #: ../super_socializer.php:1642
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1644
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1655
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1664
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1673
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1682
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1691
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1698
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1709
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1725
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1749
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -232,14 +232,14 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
236
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
237
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
238
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
239
  msgid "Okay"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1774
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -247,7 +247,7 @@ msgid ""
247
  "\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1799
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -255,7 +255,7 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1824
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -263,13 +263,13 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1835
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1857
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1885
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +286,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1912
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +294,19 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
298
  #, php-format
299
  msgid ""
300
  "Your website visitors will see a popup notification (only once) if their "
@@ -1943,8 +1955,9 @@ msgstr ""
1943
  "para obter o Facebook App ID"
1944
 
1945
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
 
1946
  msgid ""
1947
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1948
  msgstr ""
1949
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1950
 
@@ -1980,15 +1993,15 @@ msgstr ""
1980
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1981
  #, fuzzy
1982
  msgid ""
1983
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1984
  msgstr ""
1985
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1986
 
1987
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1988
  #, fuzzy
1989
  msgid ""
1990
- "Paste following url in <strong>Callback URL</strong> option at the link "
1991
- "mentioned"
1992
  msgstr ""
1993
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1994
  "mencionado"
@@ -2023,12 +2036,12 @@ msgstr ""
2023
  "obeter API Key do LinkedIn"
2024
 
2025
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2026
- #: ../admin/social_login.php:401
2027
  msgid ""
2028
- "Paste following url in <strong>Website URL</strong> option at the link "
2029
- "mentioned"
2030
  msgstr ""
2031
- "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2032
 
2033
  #: ../admin/social_login.php:279
2034
  msgid "LinkedIn Client Secret "
@@ -2063,8 +2076,8 @@ msgstr ""
2063
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2064
  #, fuzzy
2065
  msgid ""
2066
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2067
- "the link mentioned"
2068
  msgstr ""
2069
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2070
 
@@ -2099,9 +2112,10 @@ msgstr ""
2099
  "obter Vkontakte Application ID"
2100
 
2101
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
 
2102
  msgid ""
2103
- "Paste following url in <strong>Site address</strong> option at the link "
2104
- "mentioned"
2105
  msgstr ""
2106
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2107
 
@@ -2124,6 +2138,14 @@ msgstr ""
2124
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2125
  "obter Instagram Client ID"
2126
 
 
 
 
 
 
 
 
 
2127
  #: ../admin/social_login.php:411
2128
  msgid "Xing Consumer Key"
2129
  msgstr "Xing Consumer Key"
@@ -2139,9 +2161,10 @@ msgstr ""
2139
  "obter Xing Consumer Key"
2140
 
2141
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
 
2142
  msgid ""
2143
- "Paste following url in <strong>Callback domain</strong> option at the link "
2144
- "mentioned"
2145
  msgstr ""
2146
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2147
  "mencionado"
@@ -2200,8 +2223,8 @@ msgstr ""
2200
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2201
  #, fuzzy
2202
  msgid ""
2203
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2204
- "mentioned"
2205
  msgstr ""
2206
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2207
 
@@ -2861,7 +2884,7 @@ msgstr ""
2861
  msgid "Archives"
2862
  msgstr "Arquivos de Categorias"
2863
 
2864
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
2865
  msgid "Invalid request"
2866
  msgstr "Requisição inválida"
2867
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:45+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:45+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:430
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:434 ../super_socializer.php:448
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:444
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:611
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
+ #: ../super_socializer.php:638
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
+ #: ../super_socializer.php:641
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
+ #: ../super_socializer.php:644
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
+ #: ../super_socializer.php:645
68
  #, php-format
69
  msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
+ #: ../super_socializer.php:911 ../helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
77
+ #: ../super_socializer.php:911
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
80
 
81
+ #: ../super_socializer.php:915
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
89
+ #: ../super_socializer.php:936
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "Por favor verifique sua caixa de email para completar o registro."
92
 
93
+ #: ../super_socializer.php:943 ../helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
97
+ #: ../super_socializer.php:1016
98
  msgid "Leave a reply"
99
  msgstr "Deixe uma resposta"
100
 
101
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr ""
104
 
105
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr ""
108
 
109
+ #: ../super_socializer.php:1028
110
  #, fuzzy
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
+ #: ../super_socializer.php:1274
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
+ #: ../super_socializer.php:1342 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
+ #: ../super_socializer.php:1345
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
+ #: ../super_socializer.php:1349
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
+ #: ../super_socializer.php:1353 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
+ #: ../super_socializer.php:1357 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1436
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1437
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
+ #: ../super_socializer.php:1442
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
168
  msgid "Link your social account to login to your account at this website"
169
  msgstr "Associe sua conta social ao login de sua conta neste website"
170
 
171
+ #: ../super_socializer.php:1682
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1684
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1695
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1704
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1713
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1722
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1731
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1738
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1749
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1765
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1789
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
236
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
237
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
238
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1814
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
247
  "\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1839
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1864
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1875
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1897
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1925
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1952
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1977
298
+ #, php-format
299
+ msgid ""
300
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
301
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
302
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
303
+ msgstr ""
304
+
305
+ #: ../super_socializer.php:1977
306
+ msgid "Dismiss"
307
+ msgstr ""
308
+
309
+ #: ../super_socializer.php:2001
310
  #, php-format
311
  msgid ""
312
  "Your website visitors will see a popup notification (only once) if their "
1955
  "para obter o Facebook App ID"
1956
 
1957
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1958
+ #, fuzzy
1959
  msgid ""
1960
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1961
  msgstr ""
1962
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1963
 
1993
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1994
  #, fuzzy
1995
  msgid ""
1996
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
1997
  msgstr ""
1998
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1999
 
2000
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
2001
  #, fuzzy
2002
  msgid ""
2003
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2004
+ "link"
2005
  msgstr ""
2006
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2007
  "mencionado"
2036
  "obeter API Key do LinkedIn"
2037
 
2038
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2039
+ #, fuzzy
2040
  msgid ""
2041
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2042
+ "the link"
2043
  msgstr ""
2044
+ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2045
 
2046
  #: ../admin/social_login.php:279
2047
  msgid "LinkedIn Client Secret "
2076
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2077
  #, fuzzy
2078
  msgid ""
2079
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2080
+ "mentioned at the link"
2081
  msgstr ""
2082
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2083
 
2112
  "obter Vkontakte Application ID"
2113
 
2114
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2115
+ #, fuzzy
2116
  msgid ""
2117
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2118
+ "link"
2119
  msgstr ""
2120
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2121
 
2138
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2139
  "obter Instagram Client ID"
2140
 
2141
+ #: ../admin/social_login.php:401
2142
+ #, fuzzy
2143
+ msgid ""
2144
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2145
+ "link"
2146
+ msgstr ""
2147
+ "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2148
+
2149
  #: ../admin/social_login.php:411
2150
  msgid "Xing Consumer Key"
2151
  msgstr "Xing Consumer Key"
2161
  "obter Xing Consumer Key"
2162
 
2163
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2164
+ #, fuzzy
2165
  msgid ""
2166
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2167
+ "the link"
2168
  msgstr ""
2169
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2170
  "mencionado"
2223
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2224
  #, fuzzy
2225
  msgid ""
2226
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2227
+ "link"
2228
  msgstr ""
2229
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2230
 
2884
  msgid "Archives"
2885
  msgstr "Arquivos de Categorias"
2886
 
2887
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
2888
  msgid "Invalid request"
2889
  msgstr "Requisição inválida"
2890
 
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: 2019-03-01 12:00+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:400
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:404 ../super_socializer.php:418
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:414
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:580
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
- #: ../super_socializer.php:607
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
- #: ../super_socializer.php:610
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
- #: ../super_socializer.php:613
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -63,7 +63,7 @@ msgstr ""
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
- #: ../super_socializer.php:614
67
  #, php-format
68
  msgid ""
69
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
@@ -71,69 +71,69 @@ msgstr ""
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
- #: ../super_socializer.php:880 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
78
- #: ../super_socializer.php:880
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
81
 
82
- #: ../super_socializer.php:884
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
- #: ../super_socializer.php:902 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
90
- #: ../super_socializer.php:905
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
93
 
94
- #: ../super_socializer.php:912 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
98
- #: ../super_socializer.php:985
99
  msgid "Leave a reply"
100
  msgstr "Оставить ответ"
101
 
102
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr "Поделились"
105
 
106
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr "Поделиться"
109
 
110
- #: ../super_socializer.php:997
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1243
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
- #: ../super_socializer.php:1311 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
- #: ../super_socializer.php:1314
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
- #: ../super_socializer.php:1318
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
- #: ../super_socializer.php:1322 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
@@ -141,13 +141,13 @@ msgstr ""
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
- #: ../super_socializer.php:1326 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
@@ -155,84 +155,84 @@ msgstr ""
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
- #: ../super_socializer.php:1405
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
- #: ../super_socializer.php:1406
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
- #: ../super_socializer.php:1411
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
- #: ../super_socializer.php:1642
180
  msgid "Thanks for installing Super Socializer plugin"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1644
184
  msgid "Configure the Plugin"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1655
188
  msgid ""
189
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
190
  "current version of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1664
194
  msgid ""
195
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
196
  "version of Super Socialzer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1673
200
  msgid ""
201
  "Update \"Social Login Buttons\" add-on for compatibility with current "
202
  "version of Super Socialzer"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1682
206
  msgid ""
207
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
208
  "with current version of Super Socialzer"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1691
212
  msgid ""
213
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
214
  "with current version of Super Socialzer"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1698
218
  msgid ""
219
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
220
  "LiveJournal Login of Super Socialzer"
221
  msgstr ""
222
 
223
- #: ../super_socializer.php:1709
224
  #, php-format
225
  msgid ""
226
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1725
230
  #, php-format
231
  msgid ""
232
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1749
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -240,14 +240,14 @@ msgid ""
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
244
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
245
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
246
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
247
  msgid "Okay"
248
  msgstr "Окей"
249
 
250
- #: ../super_socializer.php:1774
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -255,7 +255,7 @@ msgid ""
255
  "\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1799
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -263,7 +263,7 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1824
267
  #, php-format
268
  msgid ""
269
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -271,13 +271,13 @@ msgid ""
271
  "target=\"_blank\">here</a>"
272
  msgstr ""
273
 
274
- #: ../super_socializer.php:1835
275
  #, php-format
276
  msgid ""
277
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1857
281
  #, php-format
282
  msgid ""
283
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -285,7 +285,7 @@ msgid ""
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1885
289
  #, php-format
290
  msgid ""
291
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -294,7 +294,7 @@ msgid ""
294
  "your website %s with them. No need to copy-paste any code from their website."
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1912
298
  #, php-format
299
  msgid ""
300
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -302,7 +302,19 @@ msgid ""
302
  "\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
306
  #, php-format
307
  msgid ""
308
  "Your website visitors will see a popup notification (only once) if their "
@@ -1940,8 +1952,9 @@ msgstr ""
1940
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1941
 
1942
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
 
1943
  msgid ""
1944
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1945
  msgstr ""
1946
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1947
  "упоминания ссылки."
@@ -1977,7 +1990,7 @@ msgstr ""
1977
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1978
  #, fuzzy
1979
  msgid ""
1980
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1981
  msgstr ""
1982
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1983
  "ссылки"
@@ -1985,8 +1998,8 @@ msgstr ""
1985
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1986
  #, fuzzy
1987
  msgid ""
1988
- "Paste following url in <strong>Callback URL</strong> option at the link "
1989
- "mentioned"
1990
  msgstr ""
1991
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1992
  "ссылки"
@@ -2021,13 +2034,13 @@ msgstr ""
2021
  "LinkedIn."
2022
 
2023
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2024
- #: ../admin/social_login.php:401
2025
  msgid ""
2026
- "Paste following url in <strong>Website URL</strong> option at the link "
2027
- "mentioned"
2028
  msgstr ""
2029
- "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2030
- "ссылки"
2031
 
2032
  #: ../admin/social_login.php:279
2033
  msgid "LinkedIn Client Secret "
@@ -2061,8 +2074,8 @@ msgstr ""
2061
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2062
  #, fuzzy
2063
  msgid ""
2064
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2065
- "the link mentioned"
2066
  msgstr ""
2067
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2068
  "упоминания ссылки."
@@ -2097,9 +2110,10 @@ msgstr ""
2097
  "Vkontakte."
2098
 
2099
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
 
2100
  msgid ""
2101
- "Paste following url in <strong>Site address</strong> option at the link "
2102
- "mentioned"
2103
  msgstr ""
2104
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2105
  "упоминания ссылки."
@@ -2123,6 +2137,15 @@ msgstr ""
2123
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2124
  "Instagram."
2125
 
 
 
 
 
 
 
 
 
 
2126
  #: ../admin/social_login.php:411
2127
  msgid "Xing Consumer Key"
2128
  msgstr "Ключ потребителя Xing"
@@ -2137,9 +2160,10 @@ msgstr ""
2137
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2138
 
2139
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
 
2140
  msgid ""
2141
- "Paste following url in <strong>Callback domain</strong> option at the link "
2142
- "mentioned"
2143
  msgstr ""
2144
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2145
  "ссылки"
@@ -2197,8 +2221,8 @@ msgstr ""
2197
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2198
  #, fuzzy
2199
  msgid ""
2200
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2201
- "mentioned"
2202
  msgstr ""
2203
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2204
  "упоминания ссылки."
@@ -2862,7 +2886,7 @@ msgstr "Искать"
2862
  msgid "Archives"
2863
  msgstr "Архивы "
2864
 
2865
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
2866
  msgid "Invalid request"
2867
  msgstr "Неверный Запрос!"
2868
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:45+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:430
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:434 ../super_socializer.php:448
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:444
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:611
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
+ #: ../super_socializer.php:638
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
+ #: ../super_socializer.php:641
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
+ #: ../super_socializer.php:644
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
+ #: ../super_socializer.php:645
67
  #, php-format
68
  msgid ""
69
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
+ #: ../super_socializer.php:911 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
78
+ #: ../super_socializer.php:911
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
81
 
82
+ #: ../super_socializer.php:915
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
90
+ #: ../super_socializer.php:936
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
93
 
94
+ #: ../super_socializer.php:943 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
98
+ #: ../super_socializer.php:1016
99
  msgid "Leave a reply"
100
  msgstr "Оставить ответ"
101
 
102
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr "Поделились"
105
 
106
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr "Поделиться"
109
 
110
+ #: ../super_socializer.php:1028
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1274
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
+ #: ../super_socializer.php:1342 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
+ #: ../super_socializer.php:1345
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
+ #: ../super_socializer.php:1349
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
+ #: ../super_socializer.php:1353 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
+ #: ../super_socializer.php:1357 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
+ #: ../super_socializer.php:1436
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
+ #: ../super_socializer.php:1437
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
+ #: ../super_socializer.php:1442
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
+ #: ../super_socializer.php:1682
180
  msgid "Thanks for installing Super Socializer plugin"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1684
184
  msgid "Configure the Plugin"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1695
188
  msgid ""
189
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
190
  "current version of Super Socialzer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1704
194
  msgid ""
195
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
196
  "version of Super Socialzer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1713
200
  msgid ""
201
  "Update \"Social Login Buttons\" add-on for compatibility with current "
202
  "version of Super Socialzer"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1722
206
  msgid ""
207
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
208
  "with current version of Super Socialzer"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1731
212
  msgid ""
213
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
214
  "with current version of Super Socialzer"
215
  msgstr ""
216
 
217
+ #: ../super_socializer.php:1738
218
  msgid ""
219
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
220
  "LiveJournal Login of Super Socialzer"
221
  msgstr ""
222
 
223
+ #: ../super_socializer.php:1749
224
  #, php-format
225
  msgid ""
226
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
227
  msgstr ""
228
 
229
+ #: ../super_socializer.php:1765
230
  #, php-format
231
  msgid ""
232
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1789
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
244
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
245
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
246
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
247
  msgid "Okay"
248
  msgstr "Окей"
249
 
250
+ #: ../super_socializer.php:1814
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
255
  "\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1839
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1864
267
  #, php-format
268
  msgid ""
269
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
271
  "target=\"_blank\">here</a>"
272
  msgstr ""
273
 
274
+ #: ../super_socializer.php:1875
275
  #, php-format
276
  msgid ""
277
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1897
281
  #, php-format
282
  msgid ""
283
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1925
289
  #, php-format
290
  msgid ""
291
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
294
  "your website %s with them. No need to copy-paste any code from their website."
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1952
298
  #, php-format
299
  msgid ""
300
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
302
  "\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:1977
306
+ #, php-format
307
+ msgid ""
308
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
309
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
310
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
311
+ msgstr ""
312
+
313
+ #: ../super_socializer.php:1977
314
+ msgid "Dismiss"
315
+ msgstr ""
316
+
317
+ #: ../super_socializer.php:2001
318
  #, php-format
319
  msgid ""
320
  "Your website visitors will see a popup notification (only once) if their "
1952
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1953
 
1954
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1955
+ #, fuzzy
1956
  msgid ""
1957
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1958
  msgstr ""
1959
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1960
  "упоминания ссылки."
1990
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1991
  #, fuzzy
1992
  msgid ""
1993
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
1994
  msgstr ""
1995
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1996
  "ссылки"
1998
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1999
  #, fuzzy
2000
  msgid ""
2001
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2002
+ "link"
2003
  msgstr ""
2004
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2005
  "ссылки"
2034
  "LinkedIn."
2035
 
2036
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2037
+ #, fuzzy
2038
  msgid ""
2039
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2040
+ "the link"
2041
  msgstr ""
2042
+ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2043
+ "упоминания ссылки."
2044
 
2045
  #: ../admin/social_login.php:279
2046
  msgid "LinkedIn Client Secret "
2074
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2075
  #, fuzzy
2076
  msgid ""
2077
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2078
+ "mentioned at the link"
2079
  msgstr ""
2080
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2081
  "упоминания ссылки."
2110
  "Vkontakte."
2111
 
2112
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2113
+ #, fuzzy
2114
  msgid ""
2115
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2116
+ "link"
2117
  msgstr ""
2118
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2119
  "упоминания ссылки."
2137
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2138
  "Instagram."
2139
 
2140
+ #: ../admin/social_login.php:401
2141
+ #, fuzzy
2142
+ msgid ""
2143
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2144
+ "link"
2145
+ msgstr ""
2146
+ "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2147
+ "ссылки"
2148
+
2149
  #: ../admin/social_login.php:411
2150
  msgid "Xing Consumer Key"
2151
  msgstr "Ключ потребителя Xing"
2160
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2161
 
2162
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2163
+ #, fuzzy
2164
  msgid ""
2165
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2166
+ "the link"
2167
  msgstr ""
2168
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2169
  "ссылки"
2221
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2222
  #, fuzzy
2223
  msgid ""
2224
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2225
+ "link"
2226
  msgstr ""
2227
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2228
  "упоминания ссылки."
2886
  msgid "Archives"
2887
  msgstr "Архивы "
2888
 
2889
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
2890
  msgid "Invalid request"
2891
  msgstr "Неверный Запрос!"
2892
 
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: 2019-03-01 12:00+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:400
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:404 ../super_socializer.php:418
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:414
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:580
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
- #: ../super_socializer.php:607
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
- #: ../super_socializer.php:610
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
- #: ../super_socializer.php:613
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -64,7 +64,7 @@ msgstr ""
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
- #: ../super_socializer.php:614
68
  #, php-format
69
  msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
@@ -72,71 +72,71 @@ msgstr ""
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
- #: ../super_socializer.php:880 ../helper.php:976
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
79
- #: ../super_socializer.php:880
80
  msgid "Your email has been verified. Now you can login to your account"
81
  msgstr ""
82
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
83
  "облікового запису"
84
 
85
- #: ../super_socializer.php:884
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
- #: ../super_socializer.php:902 ../admin/social_login.php:787
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
93
- #: ../super_socializer.php:905
94
  msgid "Please check your email inbox to complete the registration."
95
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
96
 
97
- #: ../super_socializer.php:912 ../helper.php:508
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
101
- #: ../super_socializer.php:985
102
  msgid "Leave a reply"
103
  msgstr "Залишити коментар"
104
 
105
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
106
  msgid "Shares"
107
  msgstr "Поширили:"
108
 
109
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
110
  msgid "Share"
111
  msgstr "Поділитися"
112
 
113
- #: ../super_socializer.php:997
114
  #, fuzzy
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
- #: ../super_socializer.php:1243
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
- #: ../super_socializer.php:1311 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
- #: ../super_socializer.php:1314
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
- #: ../super_socializer.php:1318
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
- #: ../super_socializer.php:1322 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
@@ -144,13 +144,13 @@ msgstr ""
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
- #: ../super_socializer.php:1326 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
@@ -158,83 +158,83 @@ msgstr ""
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
- #: ../super_socializer.php:1405
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
- #: ../super_socializer.php:1406
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
- #: ../super_socializer.php:1411
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
- #: ../super_socializer.php:1642
182
  msgid "Thanks for installing Super Socializer plugin"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1644
186
  msgid "Configure the Plugin"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1655
190
  msgid ""
191
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
192
  "current version of Super Socialzer"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1664
196
  msgid ""
197
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
198
  "version of Super Socialzer"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:1673
202
  msgid ""
203
  "Update \"Social Login Buttons\" add-on for compatibility with current "
204
  "version of Super Socialzer"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1682
208
  msgid ""
209
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
210
  "with current version of Super Socialzer"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1691
214
  msgid ""
215
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
216
  "with current version of Super Socialzer"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1698
220
  msgid ""
221
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
222
  "LiveJournal Login of Super Socialzer"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:1709
226
  #, php-format
227
  msgid ""
228
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
229
  msgstr ""
230
 
231
- #: ../super_socializer.php:1725
232
  #, php-format
233
  msgid ""
234
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1749
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -242,14 +242,14 @@ msgid ""
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
246
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
247
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
248
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
249
  msgid "Okay"
250
  msgstr "Гаразд."
251
 
252
- #: ../super_socializer.php:1774
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -257,7 +257,7 @@ msgid ""
257
  "\">here</a>"
258
  msgstr ""
259
 
260
- #: ../super_socializer.php:1799
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -265,7 +265,7 @@ msgid ""
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1824
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -273,13 +273,13 @@ msgid ""
273
  "target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:1835
277
  #, php-format
278
  msgid ""
279
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
280
  msgstr ""
281
 
282
- #: ../super_socializer.php:1857
283
  #, php-format
284
  msgid ""
285
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -287,7 +287,7 @@ msgid ""
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1885
291
  #, php-format
292
  msgid ""
293
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -296,7 +296,7 @@ msgid ""
296
  "your website %s with them. No need to copy-paste any code from their website."
297
  msgstr ""
298
 
299
- #: ../super_socializer.php:1912
300
  #, php-format
301
  msgid ""
302
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -304,7 +304,19 @@ msgid ""
304
  "\"%s\" target=\"_blank\">here</a>"
305
  msgstr ""
306
 
307
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
308
  #, php-format
309
  msgid ""
310
  "Your website visitors will see a popup notification (only once) if their "
@@ -1937,8 +1949,9 @@ msgstr ""
1937
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1938
 
1939
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
 
1940
  msgid ""
1941
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1942
  msgstr ""
1943
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1944
  "згадки посилання."
@@ -1973,7 +1986,7 @@ msgstr ""
1973
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1974
  #, fuzzy
1975
  msgid ""
1976
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1977
  msgstr ""
1978
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1979
  "посилання"
@@ -1981,8 +1994,8 @@ msgstr ""
1981
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1982
  #, fuzzy
1983
  msgid ""
1984
- "Paste following url in <strong>Callback URL</strong> option at the link "
1985
- "mentioned"
1986
  msgstr ""
1987
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1988
  "посилання"
@@ -2016,13 +2029,13 @@ msgstr ""
2016
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2017
 
2018
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2019
- #: ../admin/social_login.php:401
2020
  msgid ""
2021
- "Paste following url in <strong>Website URL</strong> option at the link "
2022
- "mentioned"
2023
  msgstr ""
2024
- "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2025
- "посилання"
2026
 
2027
  #: ../admin/social_login.php:279
2028
  msgid "LinkedIn Client Secret "
@@ -2055,8 +2068,8 @@ msgstr ""
2055
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2056
  #, fuzzy
2057
  msgid ""
2058
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2059
- "the link mentioned"
2060
  msgstr ""
2061
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2062
  "згадки посилання."
@@ -2090,9 +2103,10 @@ msgstr ""
2090
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2091
 
2092
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
 
2093
  msgid ""
2094
- "Paste following url in <strong>Site address</strong> option at the link "
2095
- "mentioned"
2096
  msgstr ""
2097
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2098
  "згадки посилання."
@@ -2115,6 +2129,15 @@ msgstr ""
2115
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2116
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2117
 
 
 
 
 
 
 
 
 
 
2118
  #: ../admin/social_login.php:411
2119
  msgid "Xing Consumer Key"
2120
  msgstr "Ключ споживача Xing"
@@ -2129,9 +2152,10 @@ msgstr ""
2129
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2130
 
2131
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
 
2132
  msgid ""
2133
- "Paste following url in <strong>Callback domain</strong> option at the link "
2134
- "mentioned"
2135
  msgstr ""
2136
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2137
  "посилання"
@@ -2187,8 +2211,8 @@ msgstr ""
2187
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2188
  #, fuzzy
2189
  msgid ""
2190
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2191
- "mentioned"
2192
  msgstr ""
2193
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2194
  "згадки посилання."
@@ -2852,7 +2876,7 @@ msgstr "Шукати"
2852
  msgid "Archives"
2853
  msgstr "Архіви "
2854
 
2855
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
2856
  msgid "Invalid request"
2857
  msgstr "Невірний Запит!"
2858
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:46+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:430
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:434 ../super_socializer.php:448
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:444
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:611
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
+ #: ../super_socializer.php:638
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
+ #: ../super_socializer.php:641
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
+ #: ../super_socializer.php:644
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
+ #: ../super_socializer.php:645
68
  #, php-format
69
  msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
+ #: ../super_socializer.php:911 ../helper.php:976
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
79
+ #: ../super_socializer.php:911
80
  msgid "Your email has been verified. Now you can login to your account"
81
  msgstr ""
82
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
83
  "облікового запису"
84
 
85
+ #: ../super_socializer.php:915
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
93
+ #: ../super_socializer.php:936
94
  msgid "Please check your email inbox to complete the registration."
95
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
96
 
97
+ #: ../super_socializer.php:943 ../helper.php:508
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
101
+ #: ../super_socializer.php:1016
102
  msgid "Leave a reply"
103
  msgstr "Залишити коментар"
104
 
105
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
106
  msgid "Shares"
107
  msgstr "Поширили:"
108
 
109
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
110
  msgid "Share"
111
  msgstr "Поділитися"
112
 
113
+ #: ../super_socializer.php:1028
114
  #, fuzzy
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
+ #: ../super_socializer.php:1274
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
+ #: ../super_socializer.php:1342 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
+ #: ../super_socializer.php:1345
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
+ #: ../super_socializer.php:1349
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
+ #: ../super_socializer.php:1353 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
+ #: ../super_socializer.php:1357 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
+ #: ../super_socializer.php:1436
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
+ #: ../super_socializer.php:1437
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
+ #: ../super_socializer.php:1442
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
+ #: ../super_socializer.php:1682
182
  msgid "Thanks for installing Super Socializer plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1684
186
  msgid "Configure the Plugin"
187
  msgstr ""
188
 
189
+ #: ../super_socializer.php:1695
190
  msgid ""
191
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
192
  "current version of Super Socialzer"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:1704
196
  msgid ""
197
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
198
  "version of Super Socialzer"
199
  msgstr ""
200
 
201
+ #: ../super_socializer.php:1713
202
  msgid ""
203
  "Update \"Social Login Buttons\" add-on for compatibility with current "
204
  "version of Super Socialzer"
205
  msgstr ""
206
 
207
+ #: ../super_socializer.php:1722
208
  msgid ""
209
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
210
  "with current version of Super Socialzer"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1731
214
  msgid ""
215
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
216
  "with current version of Super Socialzer"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1738
220
  msgid ""
221
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
222
  "LiveJournal Login of Super Socialzer"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:1749
226
  #, php-format
227
  msgid ""
228
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
229
  msgstr ""
230
 
231
+ #: ../super_socializer.php:1765
232
  #, php-format
233
  msgid ""
234
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1789
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
246
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
247
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
248
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
249
  msgid "Okay"
250
  msgstr "Гаразд."
251
 
252
+ #: ../super_socializer.php:1814
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
257
  "\">here</a>"
258
  msgstr ""
259
 
260
+ #: ../super_socializer.php:1839
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1864
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
273
  "target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:1875
277
  #, php-format
278
  msgid ""
279
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
280
  msgstr ""
281
 
282
+ #: ../super_socializer.php:1897
283
  #, php-format
284
  msgid ""
285
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1925
291
  #, php-format
292
  msgid ""
293
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
296
  "your website %s with them. No need to copy-paste any code from their website."
297
  msgstr ""
298
 
299
+ #: ../super_socializer.php:1952
300
  #, php-format
301
  msgid ""
302
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
304
  "\"%s\" target=\"_blank\">here</a>"
305
  msgstr ""
306
 
307
+ #: ../super_socializer.php:1977
308
+ #, php-format
309
+ msgid ""
310
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
311
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
312
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
313
+ msgstr ""
314
+
315
+ #: ../super_socializer.php:1977
316
+ msgid "Dismiss"
317
+ msgstr ""
318
+
319
+ #: ../super_socializer.php:2001
320
  #, php-format
321
  msgid ""
322
  "Your website visitors will see a popup notification (only once) if their "
1949
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1950
 
1951
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1952
+ #, fuzzy
1953
  msgid ""
1954
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1955
  msgstr ""
1956
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1957
  "згадки посилання."
1986
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1987
  #, fuzzy
1988
  msgid ""
1989
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
1990
  msgstr ""
1991
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1992
  "посилання"
1994
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1995
  #, fuzzy
1996
  msgid ""
1997
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1998
+ "link"
1999
  msgstr ""
2000
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2001
  "посилання"
2029
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2030
 
2031
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
2032
+ #, fuzzy
2033
  msgid ""
2034
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
2035
+ "the link"
2036
  msgstr ""
2037
+ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2038
+ "згадки посилання."
2039
 
2040
  #: ../admin/social_login.php:279
2041
  msgid "LinkedIn Client Secret "
2068
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
2069
  #, fuzzy
2070
  msgid ""
2071
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
2072
+ "mentioned at the link"
2073
  msgstr ""
2074
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2075
  "згадки посилання."
2103
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2104
 
2105
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
2106
+ #, fuzzy
2107
  msgid ""
2108
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2109
+ "link"
2110
  msgstr ""
2111
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2112
  "згадки посилання."
2129
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2130
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2131
 
2132
+ #: ../admin/social_login.php:401
2133
+ #, fuzzy
2134
+ msgid ""
2135
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2136
+ "link"
2137
+ msgstr ""
2138
+ "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2139
+ "посилання"
2140
+
2141
  #: ../admin/social_login.php:411
2142
  msgid "Xing Consumer Key"
2143
  msgstr "Ключ споживача Xing"
2152
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2153
 
2154
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
2155
+ #, fuzzy
2156
  msgid ""
2157
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2158
+ "the link"
2159
  msgstr ""
2160
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2161
  "посилання"
2211
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
2212
  #, fuzzy
2213
  msgid ""
2214
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2215
+ "link"
2216
  msgstr ""
2217
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2218
  "згадки посилання."
2876
  msgid "Archives"
2877
  msgstr "Архіви "
2878
 
2879
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
2880
  msgid "Invalid request"
2881
  msgstr "Невірний Запит!"
2882
 
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2019-03-01 12:00+0530\n"
5
- "PO-Revision-Date: 2019-03-01 12:00+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -21,25 +21,25 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: super_socializer.php:400
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
- #: super_socializer.php:404 super_socializer.php:418
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
- #: super_socializer.php:414
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
- #: super_socializer.php:580
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
- #: super_socializer.php:607
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -48,7 +48,7 @@ msgstr ""
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
- #: super_socializer.php:610
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,91 +57,91 @@ msgstr ""
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
- #: super_socializer.php:613
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
- #: super_socializer.php:614
68
  #, php-format
69
  msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr "确保禁用 \"启用回调锁定\" 选项。请参阅步骤 4 %s"
72
 
73
- #: super_socializer.php:880 helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "请验证您的电子邮件地址以便登录。"
76
 
77
- #: super_socializer.php:880
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
80
 
81
- #: super_socializer.php:884
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
- #: super_socializer.php:902 admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
89
- #: super_socializer.php:905
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "请检查您的电子邮件收件箱以完成注册。"
92
 
93
- #: super_socializer.php:912 helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr "输入您的 LiveJournal 用户名"
96
 
97
- #: super_socializer.php:985
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
- #: super_socializer.php:997 inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr "分享"
104
 
105
- #: super_socializer.php:997 inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr "分享"
108
 
109
- #: super_socializer.php:997
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
- #: super_socializer.php:1243
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
- #: super_socializer.php:1243 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
- #: super_socializer.php:1311 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
- #: super_socializer.php:1314
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
- #: super_socializer.php:1318
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
- #: super_socializer.php:1322 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
- #: super_socializer.php:1326 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
- #: super_socializer.php:1399 super_socializer.php:2054
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
@@ -149,50 +149,50 @@ msgstr ""
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
- #: super_socializer.php:1405
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
- #: super_socializer.php:1406
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
- #: super_socializer.php:1411
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
- #: super_socializer.php:1415 super_socializer.php:1978
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
- #: super_socializer.php:1642
169
  msgid "Thanks for installing Super Socializer plugin"
170
  msgstr ""
171
 
172
- #: super_socializer.php:1644
173
  msgid "Configure the Plugin"
174
  msgstr ""
175
 
176
- #: super_socializer.php:1655
177
  msgid ""
178
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
179
  "current version of Super Socialzer"
180
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
181
 
182
- #: super_socializer.php:1664
183
  msgid ""
184
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
185
  "version of Super Socialzer"
186
  msgstr ""
187
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
188
 
189
- #: super_socializer.php:1673
190
  msgid ""
191
  "Update \"Social Login Buttons\" add-on for compatibility with current "
192
  "version of Super Socialzer"
193
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
194
 
195
- #: super_socializer.php:1682
196
  msgid ""
197
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
@@ -200,20 +200,20 @@ msgstr ""
200
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
201
  "容"
202
 
203
- #: super_socializer.php:1691
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
209
 
210
- #: super_socializer.php:1698
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
215
 
216
- #: super_socializer.php:1709
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -221,13 +221,13 @@ msgstr ""
221
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
222
  "处 </a>"
223
 
224
- #: super_socializer.php:1725
225
  #, php-format
226
  msgid ""
227
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
228
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
229
 
230
- #: super_socializer.php:1749
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -238,14 +238,14 @@ msgstr ""
238
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
239
  "target = \"_ black\" > </a>"
240
 
241
- #: super_socializer.php:1749 super_socializer.php:1774
242
- #: super_socializer.php:1799 super_socializer.php:1824
243
- #: super_socializer.php:1857 super_socializer.php:1885
244
- #: super_socializer.php:1912 super_socializer.php:1936
245
  msgid "Okay"
246
  msgstr "好的"
247
 
248
- #: super_socializer.php:1774
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -256,7 +256,7 @@ msgstr ""
256
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
257
  "a>"
258
 
259
- #: super_socializer.php:1799
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -267,7 +267,7 @@ msgstr ""
267
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
268
  "black\" > </a>"
269
 
270
- #: super_socializer.php:1824
271
  #, php-format
272
  msgid ""
273
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -278,13 +278,13 @@ msgstr ""
278
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
279
  "black\" > </a>"
280
 
281
- #: super_socializer.php:1835
282
  #, php-format
283
  msgid ""
284
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
285
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
286
 
287
- #: super_socializer.php:1857
288
  #, php-format
289
  msgid ""
290
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -294,7 +294,7 @@ msgstr ""
294
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
295
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
296
 
297
- #: super_socializer.php:1885
298
  #, php-format
299
  msgid ""
300
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -303,7 +303,7 @@ msgid ""
303
  "your website %s with them. No need to copy-paste any code from their website."
304
  msgstr ""
305
 
306
- #: super_socializer.php:1912
307
  #, php-format
308
  msgid ""
309
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -314,7 +314,22 @@ msgstr ""
314
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
315
  "\" > </a>"
316
 
317
- #: super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  #, php-format
319
  msgid ""
320
  "Your website visitors will see a popup notification (only once) if their "
@@ -1867,8 +1882,9 @@ msgstr ""
1867
  "Facebook的应用程序ID"
1868
 
1869
  #: admin/social_login.php:173 admin/social_login.php:195
 
1870
  msgid ""
1871
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1872
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1873
 
1874
  #: admin/social_login.php:183
@@ -1898,14 +1914,16 @@ msgstr ""
1898
  "Twitter的API密钥"
1899
 
1900
  #: admin/social_login.php:217 admin/social_login.php:243
 
1901
  msgid ""
1902
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1903
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1904
 
1905
  #: admin/social_login.php:221 admin/social_login.php:247
 
1906
  msgid ""
1907
- "Paste following url in <strong>Callback URL</strong> option at the link "
1908
- "mentioned"
1909
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1910
 
1911
  #: admin/social_login.php:231
@@ -1935,11 +1953,11 @@ msgstr ""
1935
  "的文档获取 linkedin 客户端 id"
1936
 
1937
  #: admin/social_login.php:269 admin/social_login.php:291
1938
- #: admin/social_login.php:401
1939
  msgid ""
1940
- "Paste following url in <strong>Website URL</strong> option at the link "
1941
- "mentioned"
1942
- msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1943
 
1944
  #: admin/social_login.php:279
1945
  msgid "LinkedIn Client Secret "
@@ -1969,9 +1987,10 @@ msgstr ""
1969
  "接</a>得到GOOGLEPLUS客户端ID"
1970
 
1971
  #: admin/social_login.php:313 admin/social_login.php:335
 
1972
  msgid ""
1973
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1974
- "the link mentioned"
1975
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1976
 
1977
  #: admin/social_login.php:323
@@ -2002,9 +2021,10 @@ msgstr ""
2002
  "a>得到的Vkontakte应用程序ID"
2003
 
2004
  #: admin/social_login.php:357 admin/social_login.php:379
 
2005
  msgid ""
2006
- "Paste following url in <strong>Site address</strong> option at the link "
2007
- "mentioned"
2008
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
2009
 
2010
  #: admin/social_login.php:367
@@ -2024,6 +2044,13 @@ msgstr ""
2024
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2025
  "a>得到的Instagram客户端ID"
2026
 
 
 
 
 
 
 
 
2027
  #: admin/social_login.php:411
2028
  msgid "Xing Consumer Key"
2029
  msgstr "Xing Consumer Key"
@@ -2038,9 +2065,10 @@ msgstr ""
2038
  "消费者邢重点"
2039
 
2040
  #: admin/social_login.php:423 admin/social_login.php:445
 
2041
  msgid ""
2042
- "Paste following url in <strong>Callback domain</strong> option at the link "
2043
- "mentioned"
2044
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
2045
 
2046
  #: admin/social_login.php:433
@@ -2086,9 +2114,10 @@ msgstr ""
2086
  "接 </a> 获取它"
2087
 
2088
  #: admin/social_login.php:487 admin/social_login.php:509
 
2089
  msgid ""
2090
- "Paste following url in <strong>Redirect URI</strong> option at the link "
2091
- "mentioned"
2092
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2093
 
2094
  #: admin/social_login.php:497
@@ -2686,7 +2715,7 @@ msgstr "搜索"
2686
  msgid "Archives"
2687
  msgstr "档案"
2688
 
2689
- #: inc/social_sharing.php:857 inc/social_sharing.php:1081
2690
  msgid "Invalid request"
2691
  msgstr "无效请求。"
2692
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2019-03-18 12:46+0530\n"
5
+ "PO-Revision-Date: 2019-03-18 12:46+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: super_socializer.php:430
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
+ #: super_socializer.php:434 super_socializer.php:448
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
+ #: super_socializer.php:444
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
+ #: super_socializer.php:611
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
+ #: super_socializer.php:638
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
+ #: super_socializer.php:641
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
+ #: super_socializer.php:644
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
+ #: super_socializer.php:645
68
  #, php-format
69
  msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr "确保禁用 \"启用回调锁定\" 选项。请参阅步骤 4 %s"
72
 
73
+ #: super_socializer.php:911 helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "请验证您的电子邮件地址以便登录。"
76
 
77
+ #: super_socializer.php:911
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
80
 
81
+ #: super_socializer.php:915
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
+ #: super_socializer.php:933 admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
89
+ #: super_socializer.php:936
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "请检查您的电子邮件收件箱以完成注册。"
92
 
93
+ #: super_socializer.php:943 helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr "输入您的 LiveJournal 用户名"
96
 
97
+ #: super_socializer.php:1016
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
+ #: super_socializer.php:1028 inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr "分享"
104
 
105
+ #: super_socializer.php:1028 inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr "分享"
108
 
109
+ #: super_socializer.php:1028
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
+ #: super_socializer.php:1274
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
+ #: super_socializer.php:1274 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
+ #: super_socializer.php:1342 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
+ #: super_socializer.php:1345
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
+ #: super_socializer.php:1349
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
+ #: super_socializer.php:1353 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
+ #: super_socializer.php:1357 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
+ #: super_socializer.php:1430 super_socializer.php:2119
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
+ #: super_socializer.php:1436
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
+ #: super_socializer.php:1437
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
+ #: super_socializer.php:1442
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
+ #: super_socializer.php:1446 super_socializer.php:2043
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
+ #: super_socializer.php:1682
169
  msgid "Thanks for installing Super Socializer plugin"
170
  msgstr ""
171
 
172
+ #: super_socializer.php:1684
173
  msgid "Configure the Plugin"
174
  msgstr ""
175
 
176
+ #: super_socializer.php:1695
177
  msgid ""
178
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
179
  "current version of Super Socialzer"
180
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
181
 
182
+ #: super_socializer.php:1704
183
  msgid ""
184
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
185
  "version of Super Socialzer"
186
  msgstr ""
187
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
188
 
189
+ #: super_socializer.php:1713
190
  msgid ""
191
  "Update \"Social Login Buttons\" add-on for compatibility with current "
192
  "version of Super Socialzer"
193
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
194
 
195
+ #: super_socializer.php:1722
196
  msgid ""
197
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
200
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
201
  "容"
202
 
203
+ #: super_socializer.php:1731
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
209
 
210
+ #: super_socializer.php:1738
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
215
 
216
+ #: super_socializer.php:1749
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
221
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
222
  "处 </a>"
223
 
224
+ #: super_socializer.php:1765
225
  #, php-format
226
  msgid ""
227
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
228
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
229
 
230
+ #: super_socializer.php:1789
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
238
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
239
  "target = \"_ black\" > </a>"
240
 
241
+ #: super_socializer.php:1789 super_socializer.php:1814
242
+ #: super_socializer.php:1839 super_socializer.php:1864
243
+ #: super_socializer.php:1897 super_socializer.php:1925
244
+ #: super_socializer.php:1952 super_socializer.php:2001
245
  msgid "Okay"
246
  msgstr "好的"
247
 
248
+ #: super_socializer.php:1814
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
256
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
257
  "a>"
258
 
259
+ #: super_socializer.php:1839
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
267
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
268
  "black\" > </a>"
269
 
270
+ #: super_socializer.php:1864
271
  #, php-format
272
  msgid ""
273
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
278
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
279
  "black\" > </a>"
280
 
281
+ #: super_socializer.php:1875
282
  #, php-format
283
  msgid ""
284
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
285
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
286
 
287
+ #: super_socializer.php:1897
288
  #, php-format
289
  msgid ""
290
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
294
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
295
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
296
 
297
+ #: super_socializer.php:1925
298
  #, php-format
299
  msgid ""
300
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
303
  "your website %s with them. No need to copy-paste any code from their website."
304
  msgstr ""
305
 
306
+ #: super_socializer.php:1952
307
  #, php-format
308
  msgid ""
309
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
314
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
315
  "\" > </a>"
316
 
317
+ #: super_socializer.php:1977
318
+ #, fuzzy, php-format
319
+ msgid ""
320
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
321
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
322
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
323
+ msgstr ""
324
+ "在 linkedin 应用设置中的 \"授权重定向 url\" 选项中添加 %s, 以便 linkedin 登录"
325
+ "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
326
+ "black\" > </a>"
327
+
328
+ #: super_socializer.php:1977
329
+ msgid "Dismiss"
330
+ msgstr ""
331
+
332
+ #: super_socializer.php:2001
333
  #, php-format
334
  msgid ""
335
  "Your website visitors will see a popup notification (only once) if their "
1882
  "Facebook的应用程序ID"
1883
 
1884
  #: admin/social_login.php:173 admin/social_login.php:195
1885
+ #, fuzzy
1886
  msgid ""
1887
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1888
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1889
 
1890
  #: admin/social_login.php:183
1914
  "Twitter的API密钥"
1915
 
1916
  #: admin/social_login.php:217 admin/social_login.php:243
1917
+ #, fuzzy
1918
  msgid ""
1919
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
1920
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1921
 
1922
  #: admin/social_login.php:221 admin/social_login.php:247
1923
+ #, fuzzy
1924
  msgid ""
1925
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1926
+ "link"
1927
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1928
 
1929
  #: admin/social_login.php:231
1953
  "的文档获取 linkedin 客户端 id"
1954
 
1955
  #: admin/social_login.php:269 admin/social_login.php:291
1956
+ #, fuzzy
1957
  msgid ""
1958
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1959
+ "the link"
1960
+ msgstr "粘贴以下 url<strong> 重定向 uri </strong> 选项中提到的链接"
1961
 
1962
  #: admin/social_login.php:279
1963
  msgid "LinkedIn Client Secret "
1987
  "接</a>得到GOOGLEPLUS客户端ID"
1988
 
1989
  #: admin/social_login.php:313 admin/social_login.php:335
1990
+ #, fuzzy
1991
  msgid ""
1992
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1993
+ "mentioned at the link"
1994
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1995
 
1996
  #: admin/social_login.php:323
2021
  "a>得到的Vkontakte应用程序ID"
2022
 
2023
  #: admin/social_login.php:357 admin/social_login.php:379
2024
+ #, fuzzy
2025
  msgid ""
2026
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
2027
+ "link"
2028
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
2029
 
2030
  #: admin/social_login.php:367
2044
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2045
  "a>得到的Instagram客户端ID"
2046
 
2047
+ #: admin/social_login.php:401
2048
+ #, fuzzy
2049
+ msgid ""
2050
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
2051
+ "link"
2052
+ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
2053
+
2054
  #: admin/social_login.php:411
2055
  msgid "Xing Consumer Key"
2056
  msgstr "Xing Consumer Key"
2065
  "消费者邢重点"
2066
 
2067
  #: admin/social_login.php:423 admin/social_login.php:445
2068
+ #, fuzzy
2069
  msgid ""
2070
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
2071
+ "the link"
2072
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
2073
 
2074
  #: admin/social_login.php:433
2114
  "接 </a> 获取它"
2115
 
2116
  #: admin/social_login.php:487 admin/social_login.php:509
2117
+ #, fuzzy
2118
  msgid ""
2119
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
2120
+ "link"
2121
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2122
 
2123
  #: admin/social_login.php:497
2715
  msgid "Archives"
2716
  msgstr "档案"
2717
 
2718
+ #: inc/social_sharing.php:857 inc/social_sharing.php:1082
2719
  msgid "Invalid request"
2720
  msgstr "无效请求。"
2721
 
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: 2019-03-01 12:01+0530\n"
6
- "PO-Revision-Date: 2019-03-01 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,200 +15,200 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:400
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:404 ../super_socializer.php:418
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:414
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:580
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
- #: ../super_socializer.php:607
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
- #: ../super_socializer.php:610
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
- #: ../super_socializer.php:613
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
- #: ../super_socializer.php:614
57
  #, php-format
58
  msgid ""
59
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
60
  msgstr ""
61
 
62
- #: ../super_socializer.php:880 ../helper.php:976
63
  msgid "Please verify your email address to login."
64
  msgstr ""
65
 
66
- #: ../super_socializer.php:880
67
  msgid "Your email has been verified. Now you can login to your account"
68
  msgstr ""
69
 
70
- #: ../super_socializer.php:884
71
  msgid "Notification"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:902 ../admin/social_login.php:787
75
  msgid "Email required"
76
  msgstr ""
77
 
78
- #: ../super_socializer.php:905
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
 
82
- #: ../super_socializer.php:912 ../helper.php:508
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
86
- #: ../super_socializer.php:985
87
  msgid "Leave a reply"
88
  msgstr ""
89
 
90
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
91
  msgid "Shares"
92
  msgstr ""
93
 
94
- #: ../super_socializer.php:997 ../inc/social_sharing.php:237
95
  msgid "Share"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:997
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:1243
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
- #: ../super_socializer.php:1243 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
- #: ../super_socializer.php:1311 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
- #: ../super_socializer.php:1314
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:1318
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1322 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
- #: ../super_socializer.php:1326 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1399 ../super_socializer.php:2054
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:1405
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1406
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1411
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:1415 ../super_socializer.php:1978
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
- #: ../super_socializer.php:1642
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1644
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1655
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socialzer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1664
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1673
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socialzer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1682
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1691
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1698
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
196
  "LiveJournal Login of Super Socialzer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1709
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1725
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1749
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +216,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1749 ../super_socializer.php:1774
220
- #: ../super_socializer.php:1799 ../super_socializer.php:1824
221
- #: ../super_socializer.php:1857 ../super_socializer.php:1885
222
- #: ../super_socializer.php:1912 ../super_socializer.php:1936
223
  msgid "Okay"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1774
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +231,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1799
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +239,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1824
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +247,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1835
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1857
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +261,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1885
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +270,7 @@ msgid ""
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1912
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +278,19 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1936
 
 
 
 
 
 
 
 
 
 
 
 
282
  #, php-format
283
  msgid ""
284
  "Your website visitors will see a popup notification (only once) if their "
@@ -1765,7 +1777,7 @@ msgstr ""
1765
 
1766
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1767
  msgid ""
1768
- "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1769
  msgstr ""
1770
 
1771
  #: ../admin/social_login.php:183
@@ -1792,13 +1804,13 @@ msgstr ""
1792
 
1793
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1794
  msgid ""
1795
- "Paste following url in <strong>Website</strong> option at the link mentioned"
1796
  msgstr ""
1797
 
1798
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1799
  msgid ""
1800
- "Paste following url in <strong>Callback URL</strong> option at the link "
1801
- "mentioned"
1802
  msgstr ""
1803
 
1804
  #: ../admin/social_login.php:231
@@ -1824,10 +1836,9 @@ msgid ""
1824
  msgstr ""
1825
 
1826
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
1827
- #: ../admin/social_login.php:401
1828
  msgid ""
1829
- "Paste following url in <strong>Website URL</strong> option at the link "
1830
- "mentioned"
1831
  msgstr ""
1832
 
1833
  #: ../admin/social_login.php:279
@@ -1855,8 +1866,8 @@ msgstr ""
1855
 
1856
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
1857
  msgid ""
1858
- "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1859
- "the link mentioned"
1860
  msgstr ""
1861
 
1862
  #: ../admin/social_login.php:323
@@ -1884,8 +1895,8 @@ msgstr ""
1884
 
1885
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
1886
  msgid ""
1887
- "Paste following url in <strong>Site address</strong> option at the link "
1888
- "mentioned"
1889
  msgstr ""
1890
 
1891
  #: ../admin/social_login.php:367
@@ -1903,6 +1914,12 @@ msgid ""
1903
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1904
  msgstr ""
1905
 
 
 
 
 
 
 
1906
  #: ../admin/social_login.php:411
1907
  msgid "Xing Consumer Key"
1908
  msgstr ""
@@ -1916,8 +1933,8 @@ msgstr ""
1916
 
1917
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
1918
  msgid ""
1919
- "Paste following url in <strong>Callback domain</strong> option at the link "
1920
- "mentioned"
1921
  msgstr ""
1922
 
1923
  #: ../admin/social_login.php:433
@@ -1959,8 +1976,8 @@ msgstr ""
1959
 
1960
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
1961
  msgid ""
1962
- "Paste following url in <strong>Redirect URI</strong> option at the link "
1963
- "mentioned"
1964
  msgstr ""
1965
 
1966
  #: ../admin/social_login.php:497
@@ -2516,7 +2533,7 @@ msgstr ""
2516
  msgid "Archives"
2517
  msgstr ""
2518
 
2519
- #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1081
2520
  msgid "Invalid request"
2521
  msgstr ""
2522
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-18 12:46+0530\n"
6
+ "PO-Revision-Date: 2019-03-18 12:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:430
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:434 ../super_socializer.php:448
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:444
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:611
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
+ #: ../super_socializer.php:638
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
+ #: ../super_socializer.php:641
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
+ #: ../super_socializer.php:644
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
+ #: ../super_socializer.php:645
57
  #, php-format
58
  msgid ""
59
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
60
  msgstr ""
61
 
62
+ #: ../super_socializer.php:911 ../helper.php:976
63
  msgid "Please verify your email address to login."
64
  msgstr ""
65
 
66
+ #: ../super_socializer.php:911
67
  msgid "Your email has been verified. Now you can login to your account"
68
  msgstr ""
69
 
70
+ #: ../super_socializer.php:915
71
  msgid "Notification"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:933 ../admin/social_login.php:787
75
  msgid "Email required"
76
  msgstr ""
77
 
78
+ #: ../super_socializer.php:936
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
 
82
+ #: ../super_socializer.php:943 ../helper.php:508
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
86
+ #: ../super_socializer.php:1016
87
  msgid "Leave a reply"
88
  msgstr ""
89
 
90
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
91
  msgid "Shares"
92
  msgstr ""
93
 
94
+ #: ../super_socializer.php:1028 ../inc/social_sharing.php:237
95
  msgid "Share"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1028
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1274
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1274 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
+ #: ../super_socializer.php:1342 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
+ #: ../super_socializer.php:1345
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:1349
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1353 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
+ #: ../super_socializer.php:1357 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1430 ../super_socializer.php:2119
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:1436
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1437
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1442
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:1446 ../super_socializer.php:2043
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
+ #: ../super_socializer.php:1682
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1684
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1695
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socialzer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1704
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1713
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socialzer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1722
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1731
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1738
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
196
  "LiveJournal Login of Super Socialzer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1749
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1765
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1789
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1789 ../super_socializer.php:1814
220
+ #: ../super_socializer.php:1839 ../super_socializer.php:1864
221
+ #: ../super_socializer.php:1897 ../super_socializer.php:1925
222
+ #: ../super_socializer.php:1952 ../super_socializer.php:2001
223
  msgid "Okay"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1814
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
231
  "\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1839
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1864
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1875
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1897
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1925
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1952
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1977
282
+ #, php-format
283
+ msgid ""
284
+ "If you cannot get Linkedin login to work after updating the plugin, replace "
285
+ "url saved in \"Redirect URLs\" option in your Linkedin app settings with %s. "
286
+ "For more details, check step 4 <a href=\"%s\" target=\"_blank\">here</a>"
287
+ msgstr ""
288
+
289
+ #: ../super_socializer.php:1977
290
+ msgid "Dismiss"
291
+ msgstr ""
292
+
293
+ #: ../super_socializer.php:2001
294
  #, php-format
295
  msgid ""
296
  "Your website visitors will see a popup notification (only once) if their "
1777
 
1778
  #: ../admin/social_login.php:173 ../admin/social_login.php:195
1779
  msgid ""
1780
+ "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1781
  msgstr ""
1782
 
1783
  #: ../admin/social_login.php:183
1804
 
1805
  #: ../admin/social_login.php:217 ../admin/social_login.php:243
1806
  msgid ""
1807
+ "Paste following url in <strong>Website</strong> option mentioned at the link"
1808
  msgstr ""
1809
 
1810
  #: ../admin/social_login.php:221 ../admin/social_login.php:247
1811
  msgid ""
1812
+ "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1813
+ "link"
1814
  msgstr ""
1815
 
1816
  #: ../admin/social_login.php:231
1836
  msgstr ""
1837
 
1838
  #: ../admin/social_login.php:269 ../admin/social_login.php:291
 
1839
  msgid ""
1840
+ "Paste following url in <strong>Redirect URLs</strong> option mentioned at "
1841
+ "the link"
1842
  msgstr ""
1843
 
1844
  #: ../admin/social_login.php:279
1866
 
1867
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
1868
  msgid ""
1869
+ "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option "
1870
+ "mentioned at the link"
1871
  msgstr ""
1872
 
1873
  #: ../admin/social_login.php:323
1895
 
1896
  #: ../admin/social_login.php:357 ../admin/social_login.php:379
1897
  msgid ""
1898
+ "Paste following url in <strong>Site address</strong> option mentioned at the "
1899
+ "link"
1900
  msgstr ""
1901
 
1902
  #: ../admin/social_login.php:367
1914
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1915
  msgstr ""
1916
 
1917
+ #: ../admin/social_login.php:401
1918
+ msgid ""
1919
+ "Paste following url in <strong>Website URL</strong> option mentioned at the "
1920
+ "link"
1921
+ msgstr ""
1922
+
1923
  #: ../admin/social_login.php:411
1924
  msgid "Xing Consumer Key"
1925
  msgstr ""
1933
 
1934
  #: ../admin/social_login.php:423 ../admin/social_login.php:445
1935
  msgid ""
1936
+ "Paste following url in <strong>Callback domain</strong> option mentioned at "
1937
+ "the link"
1938
  msgstr ""
1939
 
1940
  #: ../admin/social_login.php:433
1976
 
1977
  #: ../admin/social_login.php:487 ../admin/social_login.php:509
1978
  msgid ""
1979
+ "Paste following url in <strong>Redirect URI</strong> option mentioned at the "
1980
+ "link"
1981
  msgstr ""
1982
 
1983
  #: ../admin/social_login.php:497
2533
  msgid "Archives"
2534
  msgstr ""
2535
 
2536
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1082
2537
  msgid "Invalid request"
2538
  msgstr ""
2539
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://
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: 5.1
7
- Stable tag: 7.12.16
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
@@ -212,6 +212,12 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
212
  8. **Social Commenting**: Disqus Commenting selected
213
 
214
  == Changelog ==
 
 
 
 
 
 
215
  = 7.12.16 =
216
  * [Improvement] Performance improvement
217
 
@@ -1788,4 +1794,10 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1788
  * [Bugfix] Center alignment for like buttons enabled from Super Socializer > Like Buttons page stopped working from version 7.12.10
1789
 
1790
  = 7.12.16 =
1791
- * [Improvement] Performance improvement
 
 
 
 
 
 
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: 5.1.1
7
+ Stable tag: 7.12.17
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
212
  8. **Social Commenting**: Disqus Commenting selected
213
 
214
  == Changelog ==
215
+ = 7.12.17 =
216
+ * [Bugfix] Using Linkedin OAuth 2.0 API to get Linkedin login working again
217
+ * [Bugfix] Fixed "illegal string offset" PHP warning being generated from "inc/social_sharing.php" file
218
+ * [Bugfix] Fixed "Division by zero" PHP error being generated from "super_socializer.php" file
219
+ * [Improvement] Fixed the uneven margin around Facebook Like button
220
+
221
  = 7.12.16 =
222
  * [Improvement] Performance improvement
223
 
1794
  * [Bugfix] Center alignment for like buttons enabled from Super Socializer > Like Buttons page stopped working from version 7.12.10
1795
 
1796
  = 7.12.16 =
1797
+ * [Improvement] Performance improvement
1798
+
1799
+ = 7.12.17 =
1800
+ * [Bugfix] Using Linkedin OAuth 2.0 API to get Linkedin login working again
1801
+ * [Bugfix] Fixed "illegal string offset" PHP warning being generated from "inc/social_sharing.php" file
1802
+ * [Bugfix] Fixed "Division by zero" PHP error being generated from "super_socializer.php" file
1803
+ * [Improvement] Fixed the uneven margin around Facebook Like button
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more.
6
- Version: 7.12.16
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.12.16');
15
 
16
  require 'helper.php';
17
 
@@ -20,7 +20,7 @@ if(the_champ_social_login_enabled()){
20
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
21
  require 'library/twitteroauth.php';
22
  }
23
- if(isset($theChampLoginOptions['providers']) && (in_array('xing', $theChampLoginOptions['providers']) || in_array('linkedin', $theChampLoginOptions['providers']))){
24
  $theChampOauthConfigurationFile = plugins_url('library/oauth_configuration.json', __FILE__);
25
  require 'library/http.php';
26
  require 'library/oauth_client.php';
@@ -267,65 +267,95 @@ function the_champ_connect(){
267
  }
268
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Linkedin'){
269
  if(isset($theChampLoginOptions['li_key']) && $theChampLoginOptions['li_key'] != '' && isset($theChampLoginOptions['li_secret']) && $theChampLoginOptions['li_secret'] != ''){
270
- $linkedinScope = 'r_basicprofile r_emailaddress';
271
- $linkedinClient = new oauth_client_class;
272
-
273
- if(!isset($_GET['session_cleared']) && !isset($_GET['code']) && !isset($_GET['state'])){
274
- if(function_exists('session_start')){
275
- session_start();
276
- session_unset();
277
- session_destroy();
278
- }
279
- wp_redirect(home_url() . '?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=' . esc_url(trim($_GET['super_socializer_redirect_to'])) . '&session_cleared=1');
280
- die;
281
- }
282
- $linkedinClient->debug = false;
283
- $linkedinClient->debug_http = true;
284
- $linkedinClient->server = 'LinkedIn2';
285
- $linkedinClient->redirect_uri = home_url() . '?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=' . esc_url(trim($_GET['super_socializer_redirect_to']));
286
-
287
- $linkedinClient->client_id = $theChampLoginOptions['li_key'];
288
- $application_line = __LINE__;
289
- $linkedinClient->client_secret = $theChampLoginOptions['li_secret'];
290
-
291
- // API permissions
292
- $linkedinClient->scope = $linkedinScope;
293
- if(($success = $linkedinClient->Initialize())) {
294
- if(($success = $linkedinClient->Process())) {
295
- if(strlen($linkedinClient->authorization_error)) {
296
- $linkedinClient->error = $linkedinClient->authorization_error;
297
- $success = false;
298
- }elseif(strlen($linkedinClient->access_token)) {
299
- $success = $linkedinClient->CallAPI(
300
- 'https://api.linkedin.com/v1/people/~:(email-address,id,picture-urls::(original),first-name,last-name,headline,picture-url,public-profile-url,num-connections)',
301
- 'GET', array(
302
- 'format'=>'json'
303
- ), array('FailOnAccessError'=>true), $user);
304
- }
305
- }
306
- $success = $linkedinClient->Finalize($success);
307
- if(isset($user) && is_object($user) && isset($user->id)){
308
- $profileData = the_champ_sanitize_profile_data((array)$user, 'linkedin');
309
- if(isset($_GET['heateorMSEnabled'])){
310
- $profileData['mc_subscribe'] = 1;
311
- }
312
- $linkedinRedirectUrl = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
313
- $response = the_champ_user_auth($profileData, 'linkedin', $linkedinRedirectUrl);
314
- if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
315
- $redirectTo = the_champ_get_login_redirection_url($linkedinRedirectUrl, true);
316
- }elseif(isset($response['message']) && $response['message'] == 'linked'){
317
- $redirectTo = $linkedinRedirectUrl . (strpos($linkedinRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
318
- }elseif(isset($response['message']) && $response['message'] == 'not linked'){
319
- $redirectTo = $linkedinRedirectUrl . (strpos($linkedinRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
320
- }elseif(isset($response['url']) && $response['url'] != ''){
321
- $redirectTo = $response['url'];
322
- }else{
323
- $redirectTo = the_champ_get_login_redirection_url($linkedinRedirectUrl);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  }
325
- the_champ_close_login_popup($redirectTo);
326
  }
327
- }
328
- if($linkedinClient->exit) exit('exiting');
329
  }
330
  }
331
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Twitch'){
@@ -485,6 +515,7 @@ function the_champ_connect(){
485
  }
486
  }
487
  if(isset($_GET['code']) && isset($_GET['state'])){
 
488
  //Authenticate code from Google OAuth Flow
489
  if(is_object($googleClient)){
490
  $googleClient->authenticate($_GET['code']);
@@ -1179,9 +1210,9 @@ function the_champ_frontend_styles(){
1179
  echo isset( $theChampSharingOptions['hide_mobile_sharing'] ) && $theChampSharingOptions['vertical_screen_width'] != '' ? '@media screen and (max-width:' . $theChampSharingOptions['vertical_screen_width'] . 'px){.the_champ_vertical_sharing{display:none!important}}' : '';
1180
  $bottom_sharing_postion_inverse = $theChampSharingOptions['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
1181
  $bottom_sharing_responsive_css = '';
1182
- if(isset($theChampSharingOptions['vertical_enable']) && $theChampSharingOptions['bottom_sharing_position_radio'] == 'responsive'){
 
1183
  $vertical_sharing_icon_height = $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size'];
1184
- $num_sharing_icons = isset($theChampSharingOptions['vertical_re_providers']) ? count($theChampSharingOptions['vertical_re_providers']) : 0;
1185
  $total_share_count_enabled = isset($theChampSharingOptions['vertical_total_shares']) ? 1 : 0;
1186
  $more_icon_enabled = isset($theChampSharingOptions['vertical_more']) ? 1 : 0;
1187
  $bottom_sharing_responsive_css = 'div.the_champ_bottom_sharing{width:100%!important;left:0!important;}div.the_champ_bottom_sharing li{width:'.(100/($num_sharing_icons+$total_share_count_enabled+$more_icon_enabled)).'% !important;}div.the_champ_bottom_sharing .theChampSharing{width: 100% !important;}div.the_champ_bottom_sharing div.theChampTotalShareCount{font-size:1em!important;line-height:' . ( $vertical_sharing_icon_height*70/100 ) . 'px!important}div.the_champ_bottom_sharing div.theChampTotalShareText{font-size:.7em!important;line-height:0px!important}';
@@ -1604,6 +1635,15 @@ function heateor_ss_twitter_callback_notification_read(){
1604
  }
1605
  add_action('wp_ajax_heateor_ss_twitter_callback_notification_read', 'heateor_ss_twitter_callback_notification_read');
1606
 
 
 
 
 
 
 
 
 
 
1607
  /**
1608
  * Set flag in database if new Twitter callback notification has been read
1609
  */
@@ -1915,6 +1955,31 @@ function the_champ_addon_update_notification(){
1915
  }
1916
  }
1917
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1918
  if(!get_option('heateor_ss_browser_notification_read')){
1919
  ?>
1920
  <script type="text/javascript">
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more.
6
+ Version: 7.12.17
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.12.17');
15
 
16
  require 'helper.php';
17
 
20
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
21
  require 'library/twitteroauth.php';
22
  }
23
+ if(isset($theChampLoginOptions['providers']) && in_array('xing', $theChampLoginOptions['providers'])){
24
  $theChampOauthConfigurationFile = plugins_url('library/oauth_configuration.json', __FILE__);
25
  require 'library/http.php';
26
  require 'library/oauth_client.php';
267
  }
268
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Linkedin'){
269
  if(isset($theChampLoginOptions['li_key']) && $theChampLoginOptions['li_key'] != '' && isset($theChampLoginOptions['li_secret']) && $theChampLoginOptions['li_secret'] != ''){
270
+ if(!isset($_GET['code']) && !isset($_GET['state'])){
271
+ $linkedinAuthState = mt_rand();
272
+ update_user_meta($linkedinAuthState, 'heateor_ss_linkedin_auth_state', isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url());
273
+ if(isset($_GET['heateorMSEnabled'])){
274
+ update_user_meta($linkedinAuthState, 'heateor_ss_linkedin_mc_sub', 1);
275
+ }
276
+ $linkedinScope = 'r_liteprofile,r_emailaddress';
277
+ wp_redirect('https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=' . $theChampLoginOptions['li_key'] . '&redirect_uri=' . urlencode(home_url() . '/?SuperSocializerAuth=Linkedin') . '&state='. $linkedinAuthState .'&scope=' . $linkedinScope);
278
+ die;
279
+ }
280
+ if(isset($_GET['code']) && isset($_GET['state']) && ($linkedinRedirectUrl = get_user_meta(esc_attr(trim($_GET['state'])), 'heateor_ss_linkedin_auth_state', true))){
281
+ delete_user_meta(esc_attr(trim($_GET['state'])), 'heateor_ss_linkedin_auth_state');
282
+ $url = 'https://www.linkedin.com/oauth/v2/accessToken';
283
+ $data_access_token = array(
284
+ 'grant_type' => 'authorization_code',
285
+ 'code' => esc_attr(trim($_GET['code'])),
286
+ 'redirect_uri' => home_url() . '/?SuperSocializerAuth=Linkedin',
287
+ 'client_id' => $theChampLoginOptions['li_key'],
288
+ 'client_secret' => $theChampLoginOptions['li_secret']
289
+ );
290
+ $response = wp_remote_post($url, array(
291
+ 'method' => 'POST',
292
+ 'timeout' => 15,
293
+ 'redirection' => 5,
294
+ 'httpversion' => '1.0',
295
+ 'sslverify' => false,
296
+ 'headers' => array('Content-Type' => 'application/x-www-form-urlencoded'),
297
+ 'body' => http_build_query($data_access_token)
298
+ )
299
+ );
300
+ if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
301
+ $body = json_decode(wp_remote_retrieve_body($response));
302
+ if(is_object($body) && isset($body->access_token)){
303
+ // fetch profile data
304
+ $firstLastName = wp_remote_get('https://api.linkedin.com/v2/me?projection=(id,firstName,lastName,profilePicture(displayImage~:playableStreams))', array(
305
+ 'method' => 'GET',
306
+ 'timeout' => 15,
307
+ 'headers' => array('Authorization' => "Bearer ".$body->access_token),
308
+ )
309
+ );
310
+ $email = wp_remote_get('https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))', array(
311
+ 'method' => 'GET',
312
+ 'timeout' => 15,
313
+ 'headers' => array('Authorization' => "Bearer ".$body->access_token),
314
+ )
315
+ );
316
+ if(!is_wp_error($firstLastName) && isset($firstLastName['response']['code']) && 200 === $firstLastName['response']['code'] && !is_wp_error($email) && isset($email['response']['code']) && 200 === $email['response']['code']){
317
+ $firstLastNameBody = json_decode(wp_remote_retrieve_body($firstLastName));
318
+ $emailBody = json_decode(wp_remote_retrieve_body($email));
319
+ if(is_object($firstLastNameBody) && isset($firstLastNameBody->id) && $firstLastNameBody->id && is_object($emailBody) && isset($emailBody->elements)){
320
+ $firstLastNameBody = json_decode(json_encode($firstLastNameBody), true);
321
+ $emailBody = json_decode(json_encode($emailBody), true);
322
+ $firstName = isset($firstLastNameBody['firstName']) && isset($firstLastNameBody['firstName']['localized']) && isset($firstLastNameBody['firstName']['preferredLocale']) && isset($firstLastNameBody['firstName']['preferredLocale']['language']) && isset($firstLastNameBody['firstName']['preferredLocale']['country']) ? $firstLastNameBody['firstName']['localized'][$firstLastNameBody['firstName']['preferredLocale']['language'] . '_' . $firstLastNameBody['firstName']['preferredLocale']['country']] : '';
323
+ $lastName = isset($firstLastNameBody['lastName']) && isset($firstLastNameBody['lastName']['localized']) && isset($firstLastNameBody['lastName']['preferredLocale']) && isset($firstLastNameBody['lastName']['preferredLocale']['language']) && isset($firstLastNameBody['lastName']['preferredLocale']['country']) ? $firstLastNameBody['lastName']['localized'][$firstLastNameBody['lastName']['preferredLocale']['language'] . '_' . $firstLastNameBody['lastName']['preferredLocale']['country']] : '';
324
+ $smallAvatar = isset($firstLastNameBody['profilePicture']) && isset($firstLastNameBody['profilePicture']['displayImage~']) && isset($firstLastNameBody['profilePicture']['displayImage~']['elements']) && is_array($firstLastNameBody['profilePicture']['displayImage~']['elements']) && isset($firstLastNameBody['profilePicture']['displayImage~']['elements'][0]['identifiers']) && is_array($firstLastNameBody['profilePicture']['displayImage~']['elements'][0]['identifiers'][0]) && isset($firstLastNameBody['profilePicture']['displayImage~']['elements'][0]['identifiers'][0]['identifier']) ? $firstLastNameBody['profilePicture']['displayImage~']['elements'][0]['identifiers'][0]['identifier'] : '';
325
+ $largeAvatar = isset($firstLastNameBody['profilePicture']) && isset($firstLastNameBody['profilePicture']['displayImage~']) && isset($firstLastNameBody['profilePicture']['displayImage~']['elements']) && is_array($firstLastNameBody['profilePicture']['displayImage~']['elements']) && isset($firstLastNameBody['profilePicture']['displayImage~']['elements'][3]['identifiers']) && is_array($firstLastNameBody['profilePicture']['displayImage~']['elements'][3]['identifiers'][0]) && isset($firstLastNameBody['profilePicture']['displayImage~']['elements'][3]['identifiers'][0]['identifier']) ? $firstLastNameBody['profilePicture']['displayImage~']['elements'][3]['identifiers'][0]['identifier'] : '';
326
+ $emailAddress = isset($emailBody['elements']) && is_array($emailBody['elements']) && isset($emailBody['elements'][0]['handle~']) && isset($emailBody['elements'][0]['handle~']['emailAddress']) ? $emailBody['elements'][0]['handle~']['emailAddress'] : '';
327
+ $user = array(
328
+ 'firstName' => $firstName,
329
+ 'lastName' => $lastName,
330
+ 'email' => $emailAddress,
331
+ 'id' => $firstLastNameBody['id'],
332
+ 'smallAvatar' => $smallAvatar,
333
+ 'largeAvatar' => $largeAvatar
334
+ );
335
+
336
+ $profileData = the_champ_sanitize_profile_data($user, 'linkedin');
337
+ if(get_user_meta(esc_attr(trim($_GET['state'])), 'heateor_ss_linkedin_mc_sub', true)){
338
+ $profileData['mc_subscribe'] = 1;
339
+ delete_user_meta($linkedinAuthState, 'heateor_ss_linkedin_mc_sub');
340
+ }
341
+ $response = the_champ_user_auth($profileData, 'linkedin', $linkedinRedirectUrl);
342
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
343
+ $redirectTo = the_champ_get_login_redirection_url($linkedinRedirectUrl, true);
344
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
345
+ $redirectTo = $linkedinRedirectUrl . (strpos($linkedinRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
346
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
347
+ $redirectTo = $linkedinRedirectUrl . (strpos($linkedinRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
348
+ }elseif(isset($response['url']) && $response['url'] != ''){
349
+ $redirectTo = $response['url'];
350
+ }else{
351
+ $redirectTo = the_champ_get_login_redirection_url($linkedinRedirectUrl);
352
+ }
353
+ the_champ_close_login_popup($redirectTo);
354
+ }
355
+ }
356
  }
 
357
  }
358
+ }
 
359
  }
360
  }
361
  if(isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Twitch'){
515
  }
516
  }
517
  if(isset($_GET['code']) && isset($_GET['state'])){
518
+ die('test');
519
  //Authenticate code from Google OAuth Flow
520
  if(is_object($googleClient)){
521
  $googleClient->authenticate($_GET['code']);
1210
  echo isset( $theChampSharingOptions['hide_mobile_sharing'] ) && $theChampSharingOptions['vertical_screen_width'] != '' ? '@media screen and (max-width:' . $theChampSharingOptions['vertical_screen_width'] . 'px){.the_champ_vertical_sharing{display:none!important}}' : '';
1211
  $bottom_sharing_postion_inverse = $theChampSharingOptions['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
1212
  $bottom_sharing_responsive_css = '';
1213
+ $num_sharing_icons = isset($theChampSharingOptions['vertical_re_providers']) ? count($theChampSharingOptions['vertical_re_providers']) : 0;
1214
+ if(isset($theChampSharingOptions['vertical_enable']) && $theChampSharingOptions['bottom_sharing_position_radio'] == 'responsive' && $num_sharing_icons > 0){
1215
  $vertical_sharing_icon_height = $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size'];
 
1216
  $total_share_count_enabled = isset($theChampSharingOptions['vertical_total_shares']) ? 1 : 0;
1217
  $more_icon_enabled = isset($theChampSharingOptions['vertical_more']) ? 1 : 0;
1218
  $bottom_sharing_responsive_css = 'div.the_champ_bottom_sharing{width:100%!important;left:0!important;}div.the_champ_bottom_sharing li{width:'.(100/($num_sharing_icons+$total_share_count_enabled+$more_icon_enabled)).'% !important;}div.the_champ_bottom_sharing .theChampSharing{width: 100% !important;}div.the_champ_bottom_sharing div.theChampTotalShareCount{font-size:1em!important;line-height:' . ( $vertical_sharing_icon_height*70/100 ) . 'px!important}div.the_champ_bottom_sharing div.theChampTotalShareText{font-size:.7em!important;line-height:0px!important}';
1635
  }
1636
  add_action('wp_ajax_heateor_ss_twitter_callback_notification_read', 'heateor_ss_twitter_callback_notification_read');
1637
 
1638
+ /**
1639
+ * Set flag in database if Linkedin redirect url notification has been read
1640
+ */
1641
+ function heateor_ss_linkedin_redirect_url_notification_read(){
1642
+ update_option('heateor_ss_linkedin_redirect_url_notification_read', '1');
1643
+ die;
1644
+ }
1645
+ add_action('wp_ajax_heateor_ss_linkedin_redirect_url_notification_read', 'heateor_ss_linkedin_redirect_url_notification_read');
1646
+
1647
  /**
1648
  * Set flag in database if new Twitter callback notification has been read
1649
  */
1955
  }
1956
  }
1957
 
1958
+ if(version_compare('7.12.17', $currentVersion) <= 0 && isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && in_array('linkedin', $theChampLoginOptions['providers'])){
1959
+ if(!get_option('heateor_ss_linkedin_redirect_url_notification_read')){
1960
+ ?>
1961
+ <script type="text/javascript">
1962
+ function heateorSsLinkedinNewRuNotificationRead(){
1963
+ jQuery.ajax({
1964
+ type: 'GET',
1965
+ url: '<?php echo get_admin_url() ?>admin-ajax.php',
1966
+ data: {
1967
+ action: 'heateor_ss_linkedin_redirect_url_notification_read'
1968
+ },
1969
+ success: function(data, textStatus, XMLHttpRequest){
1970
+ jQuery('#heateor_ss_linkedin_redirect_url_notification').fadeOut();
1971
+ }
1972
+ });
1973
+ }
1974
+ </script>
1975
+ <div id="heateor_ss_linkedin_redirect_url_notification" class="error">
1976
+ <h3>Super Socializer</h3>
1977
+ <p><?php echo sprintf(__('If you cannot get Linkedin login to work after updating the plugin, replace url saved in "Redirect URLs" option in your Linkedin app settings with %s. For more details, check step 6 <a href="%s" target="_blank">here</a>', 'super-socializer'), home_url().'/?SuperSocializerAuth=Linkedin', 'http://support.heateor.com/how-to-get-linkedin-api-key/'); ?><input type="button" onclick="heateorSsLinkedinNewRuNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Dismiss', 'super-socializer') ?>" /></p>
1978
+ </div>
1979
+ <?php
1980
+ }
1981
+ }
1982
+
1983
  if(!get_option('heateor_ss_browser_notification_read')){
1984
  ?>
1985
  <script type="text/javascript">